switch to using dh_prep
authorBdale Garbee <bdale@gag.com>
Mon, 15 Aug 2016 04:27:45 +0000 (00:27 -0400)
committerBdale Garbee <bdale@gag.com>
Mon, 15 Aug 2016 04:27:45 +0000 (00:27 -0400)
debian/changelog
debian/rules

index d264cce24c8f9821f517723e452eb95837ff6e1e..62976f174ca6b5f077fff564a18a06082b7f8145 100644 (file)
@@ -2,6 +2,7 @@ gcpegg (5.1-14) UNRELEASED; urgency=low
 
   * patch debian/rules to make build reproducible, closes: #777416
   * source init functions
+  * use dh_prep instead of the deprecated dh_clean -k
 
  -- Bdale Garbee <bdale@gag.com>  Mon, 15 Aug 2016 00:25:39 -0400
 
index 79add4b3a6abbc1fe7cb493276ffd4d136352ade..570f0fcbe6cb5850ea55845e1a69249b601268d9 100755 (executable)
@@ -21,7 +21,7 @@ install: install-stamp
 install-stamp: build-stamp
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
        /usr/bin/install -o root -g root -m 0755 eggsh debian/gcpegg/usr/sbin
        /usr/bin/install -o root -g root -m 0755 regtest debian/gcpegg/usr/sbin