Updated debian stuff everywhere.

SVN revision: 39693
This commit is contained in:
Daniel Kolesa 2009-03-24 19:44:57 +00:00
parent 538c850f82
commit 968ba75e02
5 changed files with 40 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
ephoto (4.15.0-1) unstable; urgency=low
* a SVN release.
-- quaker <quaker66@gmail.com> Tue, 24 Mar 2009 20:27:05 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
6

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: ephoto
Section: graphics
Priority: optional
Maintainer: quaker <quaker66@gmail.com>
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

9
debian/copyright vendored Normal file
View File

@ -0,0 +1,9 @@
This package was debianized by quaker <quaker66@gmail.com> on
Tue, 24 Mar 2009 20:27:05 +0100.
Author(s):
Stephen "okra" Houston <UnixTitan@gmail.com>
License:
See the COPYING file

11
debian/rules vendored Executable file
View File

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