remove efreet-config from install files.

clean up rules.


SVN revision: 30565
This commit is contained in:
kaethorn 2007-07-03 12:53:18 +00:00 committed by kaethorn
parent 1b091685e0
commit 0dd5e37e1a
3 changed files with 3 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Standards-Version: 3.7.2
Package: libefreet0-dev Package: libefreet0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, libecore0-dev, libefreet0-dev (= ${Source-Version}) Depends: libecore0-dev, libefreet0-dev (= ${Source-Version})
Provides: libefreet-dev Provides: libefreet-dev
Description: Efreet headers and development files Description: Efreet headers and development files
Efreet is an implementation of several specifications from freedesktop.org Efreet is an implementation of several specifications from freedesktop.org
@ -45,6 +45,7 @@ Architecture: any
Section: libs Section: libs
Depends: ${shlibs:Depends}, libecore0 Depends: ${shlibs:Depends}, libecore0
Provides: libefreet Provides: libefreet
Recommends: menu-xdg
Description: E17 library providing freedesktop.org specifications Description: E17 library providing freedesktop.org specifications
Efreet is an implementation of several specifications from freedesktop.org Efreet is an implementation of several specifications from freedesktop.org
intended for use in Enlightenment DR17 (e17) and other applications using intended for use in Enlightenment DR17 (e17) and other applications using

View File

@ -2,5 +2,4 @@ debian/tmp/usr/lib/*.so
debian/tmp/usr/lib/*.la debian/tmp/usr/lib/*.la
debian/tmp/usr/lib/*.a debian/tmp/usr/lib/*.a
debian/tmp/usr/include/* debian/tmp/usr/include/*
debian/tmp/usr/bin/*-config
debian/tmp/usr/lib/pkgconfig/* debian/tmp/usr/lib/pkgconfig/*

View File

@ -3,7 +3,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CLEAN_TARGET := clean
clean:: clean::
if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi ./autogen.sh --prefix=/usr