Lintian cleanup
authorEmmanuel Lacour <elacour@home-dn.net>
Sun, 14 Oct 2007 18:28:58 +0000 (18:28 +0000)
committerEmmanuel Lacour <elacour@home-dn.net>
Sun, 14 Oct 2007 18:28:58 +0000 (18:28 +0000)
debian/changelog
debian/control
debian/rules

index a3215e9..2bbedb6 100644 (file)
@@ -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 <elacour@home-dn.net>  Sun, 14 Oct 2007 19:42:30 +0200
 
index c9512a8..782728e 100644 (file)
@@ -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
index 9a88938..f6c90db 100755 (executable)
@@ -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