From 69ad9e0aaa9aeea9dd47f59dc9d112cdcec13849 Mon Sep 17 00:00:00 2001 From: kaethorn Date: Fri, 13 Jul 2007 12:27:33 +0000 Subject: [PATCH] remove deprecated ecore_dbus from debian package. SVN revision: 30792 --- legacy/ecore/debian/control | 19 +++---------------- legacy/ecore/debian/libecore0-dbus.install | 1 - legacy/ecore/debian/rules | 3 +-- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 legacy/ecore/debian/libecore0-dbus.install diff --git a/legacy/ecore/debian/control b/legacy/ecore/debian/control index a841f66dfe..cd7e0f0171 100644 --- a/legacy/ecore/debian/control +++ b/legacy/ecore/debian/control @@ -2,8 +2,8 @@ Source: ecore Section: libs Priority: optional Maintainer: E17 Debian Team -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 diff --git a/legacy/ecore/debian/libecore0-dbus.install b/legacy/ecore/debian/libecore0-dbus.install deleted file mode 100644 index ca229a1bee..0000000000 --- a/legacy/ecore/debian/libecore0-dbus.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_dbus.so.* diff --git a/legacy/ecore/debian/rules b/legacy/ecore/debian/rules index b07a0b7a8e..3c7ccc75a2 100644 --- a/legacy/ecore/debian/rules +++ b/legacy/ecore/debian/rules @@ -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