From: Daniel Kolesa Date: Tue, 24 Mar 2009 19:44:57 +0000 (+0000) Subject: Updated debian stuff everywhere. X-Git-Tag: submit/efl/20131021.015651~9702 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdb8f00e5eee1b1d6ceb5ae14487294cf9353d0d;p=platform%2Fupstream%2Fenlightenment.git Updated debian stuff everywhere. SVN revision: 39693 --- diff --git a/debian/rules b/debian/rules index 9c13580..ed5088a 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