New debhelper version installs in debian/$package, adjust debian/rules appropriately.
authorTollef Fog Heen <tfheen@err.no>
Sat, 5 Aug 2017 22:00:14 +0000 (00:00 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 5 Aug 2017 22:00:14 +0000 (00:00 +0200)
debian/changelog
debian/rules

index 52d890e..fa2cc06 100644 (file)
@@ -17,6 +17,8 @@ userdir-ldap-cgi (0.3.40) UNRELEASED; urgency=medium
   * Use a bit more modern perl in Util.pm, drop defined for an array check.
   * Add debian/compat with level 10.
   * Add missing Build-Depends for libhtml-parser-perl.
+  * New debhelper version installs in debian/$package, adjust debian/rules
+    appropriately.
 
  -- Peter Palfrader <weasel@debian.org>  Sat, 03 Jan 2015 13:56:47 +0100
 
index bf81c9b..f957549 100755 (executable)
@@ -4,7 +4,7 @@
 # based on the sample debian/rules file for GNU hello by Ian Jackson.
 
 package:=userdir-ldap-cgi
-i:=./debian/tmp
+i:=./debian/$(package)
 
 build:
        dh_testdir
@@ -14,7 +14,7 @@ build:
 clean:
        dh_testdir
        -rm -f build
-       -rm -rf $(i) debian/files* core debian/substvars debian/debhelper.log html/*.html
+       -rm -rf debian/files* core debian/substvars debian/debhelper.log html/*.html
 
 instdirs = \
        var/www/userdir-ldap \