From 968ba75e0219f18a8c869d2cfd5493e60b962ed4 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 24 Mar 2009 19:44:57 +0000 Subject: [PATCH] Updated debian stuff everywhere. SVN revision: 39693 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/copyright | 9 +++++++++ debian/rules | 11 +++++++++++ 5 files changed, 40 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules 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