diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c7cbeac --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +ephoto (4.15.0-1) unstable; urgency=low + + * a SVN release. + + -- quaker Tue, 24 Mar 2009 20:27:05 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..609ccc3 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: ephoto +Section: graphics +Priority: optional +Maintainer: quaker +Build-Depends: cdbs, debhelper (>= 6), libewl1-dev +Standards-Version: 3.7.3 +Homepage: http://www.enlightenment.org + +Package: enity +Architecture: any +Depends: ${shlibs:Depends}, libewl1-engines-all +Description: Ewl based photo manager and viewer + Ewl based photo manager and viewer + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d923b4a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by quaker on +Tue, 24 Mar 2009 20:27:05 +0100. + +Author(s): + Stephen "okra" Houston + +License: + See the COPYING file + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6acb8ff --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_SCRIPT := ./autogen.sh +DEB_MAKE_CLEAN_TARGET := distclean +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath + +clean:: + [ ! -f Makefile ] || make distclean