remove deprecated ecore_dbus from debian package.

SVN revision: 30792
This commit is contained in:
kaethorn 2007-07-13 12:27:33 +00:00 committed by kaethorn
parent c204c6cad0
commit 69ad9e0aaa
3 changed files with 4 additions and 19 deletions

View File

@ -2,8 +2,8 @@ Source: ecore
Section: libs
Priority: optional
Maintainer: E17 Debian Team <debian@edevelop.org>
Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.3-1.1), automake1.7 | automaken, libtool, libeet-dev, libevas-dev, libssl-dev, libcurl3-dev, libxcursor-dev, libxss-dev | xlibs-static-dev, libx11-dev, libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev, x-dev, libxp-dev, libfreetype6-dev, libjpeg62-dev
Standards-Version: 3.6.2.2
Build-Depends: cdbs, debhelper (>= 5), libeet-dev, libevas-dev, libssl-dev, libcurl3-dev, libxcursor-dev, libxss-dev | xlibs-static-dev, libx11-dev, libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev, x-dev, libxp-dev, libfreetype6-dev, libjpeg62-dev
Standards-Version: 3.7.2
Package: libecore0
Architecture: any
@ -43,19 +43,6 @@ Description: Ecore Enlightened Property Library
applications.
This package contains the Enlightened Property Library.
Package: libecore0-dbus
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore-con
Provides: libecore-dbus
Description: Ecore DBus Library
This is the core event abstraction layer and X abstraction layer that makes
doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
handlers fast, optimized, and convenient. It's a separate library so anyone
can make use of the work put into Ecore to make this job easy for
applications.
This package contains the Ecore DBus Library.
Package: libecore0-desktop
Architecture: any
Section: libs
@ -165,7 +152,7 @@ Package: libecore0-all
Architecture: any
Section: libdevel
Architecture: any
Depends: libecore0 (= ${Source-Version}), libecore-config, libecore-con, libecore-dbus, libecore-desktop, libecore-evas, libecore-fb, libecore-file, libecore-ipc, libecore-job, libecore-txt, libecore-x
Depends: libecore0 (= ${Source-Version}), libecore-config, libecore-con, libecore-desktop, libecore-evas, libecore-fb, libecore-file, libecore-ipc, libecore-job, libecore-txt, libecore-x
Provides: libecore-all
Description: Virtual package providing all available Ecore modules.
This is the core event abstraction layer and X abstraction layer that makes

View File

@ -1 +0,0 @@
debian/tmp/usr/lib/libecore_dbus.so.*

View File

@ -5,6 +5,5 @@ include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb
debian/stamp-autotools-files:
clean::
./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb
touch debian/stamp-autotools-files