summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Kolesa <quaker66@gmail.com>2009-03-24 19:44:57 +0000
committerDaniel Kolesa <quaker66@gmail.com>2009-03-24 19:44:57 +0000
commitcdb8f00e5eee1b1d6ceb5ae14487294cf9353d0d (patch)
treea05b5d893b21d93eaecb81b8f740892c51c716f7 /debian
parent6e235313bac4f69bd282b8297e8e961c6a9f13d5 (diff)
downloadenlightenment-cdb8f00e5eee1b1d6ceb5ae14487294cf9353d0d.tar.gz
Updated debian stuff everywhere.
SVN revision: 39693
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 9c13580985..ed5088ac8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,9 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_FIXPERMS_EXCLUDE := enlightenment_sys freqset tempget batget
-DEB_MAKE_CLEAN_TARGET := clean
+DEB_MAKE_CLEAN_TARGET := distclean
DEB_INSTALL_MANPAGES_e17 := $(DEB_SRCDIR)/debian/enlightenment.1 $(DEB_SRCDIR)/debian/enlightenment_*.1
DEB_DH_STRIP_ARGS := --dbg-package=e17-dbg
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --sysconfdir=/etc
@@ -18,4 +19,4 @@ binary-predeb/e17::
chmod 4755 debian/e17/usr/lib/enlightenment/modules/temperature/*/tempget
clean::
- ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)
+ [ ! -f Makefile ] || make distclean