From 63ed956722b0d30792870d462b932e0d7bcc53e2 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Sun, 14 Oct 2007 18:28:58 +0000 Subject: [PATCH] Lintian cleanup --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 5 +---- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a3215e9..2bbedb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ suphp (0.6.2-2) unstable; urgency=low * remove apache 1.x package (closes: #429079, closes: #429923) + * debian/rules, debian/compat, debian/control: lintian cleanup -- Emmanuel Lacour Sun, 14 Oct 2007 19:42:30 +0200 diff --git a/debian/control b/debian/control index c9512a8..782728e 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: Common files for mod suphp Package: libapache2-mod-suphp Architecture: any -Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache2.2-common +Depends: ${shlibs:Depends}, suphp-common (= ${binary:Version}), apache2.2-common Description: Apache2 module to run php scripts with the owner permissions With the use of the suphp setuid root binary (from suphp-common package), this Apache2 module change the uid of the process executing the PHP diff --git a/debian/rules b/debian/rules index 9a88938..f6c90db 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=4 - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -45,7 +42,7 @@ build: clean: dh_testdir dh_testroot - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean rm -f config.log config.status src/config.h rm -f libtool src/stamp-h find . -name .libs | xargs rm -rf -- 2.11.0