From 380a984e282a7a5495ac80d894194b3e4214fbd5 Mon Sep 17 00:00:00 2001 From: kaethorn Date: Tue, 6 May 2008 03:08:19 +0000 Subject: [PATCH] update Debian packaging. SVN revision: 34470 --- debian/changelog.in | 2 +- debian/control | 7 ++++--- debian/rules | 3 +-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog.in b/debian/changelog.in index 89c20a5..3250d3b 100644 --- a/debian/changelog.in +++ b/debian/changelog.in @@ -2,5 +2,5 @@ ephoto (@VERSION@-0cvs20070217) unstable; urgency=low * a CVS snapshot release. - -- E17 Debian Team Tue, 7 Mar 2006 13:30:15 +0000 + -- Falko Schmidt -Build-Depends: debhelper (>= 4.0.0), cdbs, autotools-dev, libecore0-dev, libevas0-dev, libewl0-dev, libedje0-dev, libexif-dev, libepsilon0-dev, libsqlite3-dev -Standards-Version: 3.6.2 +Build-Depends: cdbs, debhelper (>= 6), libecore-dev, libevas-dev, libewl-dev, libedje-dev, libexif-dev, libepsilon-dev, libsqlite3-dev +Standards-Version: 3.7.3 +Homepage: http://www.enlightenment.org Package: ephoto Architecture: any -Depends: ${shlibs:Depends}, libecore0, libevas0, libewl0, libedje0, libepsilon0, libsqlite3-0, libexif12 +Depends: ${shlibs:Depends} Description: A slideshow creator and much more Ephoto is a powerful slideshow creator which can be used as an image viewer or image editor/manipulator as well. diff --git a/debian/rules b/debian/rules index 8b69891..378c8aa 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,4 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_MAKE_CLEAN_TARGET := clean clean:: - if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi - + ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)