From: Bdale Garbee Date: Mon, 15 Aug 2016 04:27:45 +0000 (-0400) Subject: switch to using dh_prep X-Git-Tag: 5.1-14~2 X-Git-Url: https://git.gag.com/?p=debian%2Fgcpegg;a=commitdiff_plain;h=e1ace169f7b2bddeda6b3d536cb8f38fd3f201f3 switch to using dh_prep --- diff --git a/debian/changelog b/debian/changelog index d264cce..62976f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 15 Aug 2016 00:25:39 -0400 diff --git a/debian/rules b/debian/rules index 79add4b..570f0fc 100755 --- a/debian/rules +++ b/debian/rules @@ -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