update Debian packaging.

SVN revision: 34470
This commit is contained in:
kaethorn 2008-05-06 03:08:19 +00:00 committed by kaethorn
parent 8dcd10673c
commit 380a984e28
3 changed files with 6 additions and 6 deletions

2
debian/changelog.in vendored
View File

@ -2,5 +2,5 @@ ephoto (@VERSION@-0cvs20070217) unstable; urgency=low
* a CVS snapshot release.
-- E17 Debian Team <debian@edevelop.org> Tue, 7 Mar 2006 13:30:15 +0000
-- Falko Schmidt <falko@alphagemini.org Sat, 3 May 2008 13:51:04 +0000

7
debian/control vendored
View File

@ -2,12 +2,13 @@ Source: ephoto
Section: graphics
Priority: optional
Maintainer: E17 Debian Team <debian@edevelop.org>
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.

3
debian/rules vendored
View File

@ -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)