From e1ace169f7b2bddeda6b3d536cb8f38fd3f201f3 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 15 Aug 2016 00:27:45 -0400 Subject: [PATCH] switch to using dh_prep --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2