From 1d299f2f393badc38580465711f01cfa37ad4cf2 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 17 Mar 2002 04:31:16 +0000 Subject: [PATCH] r514: * Fix to #99169 was accidentually reverted in 3.0.42; reinstated. --- debian/changelog | 6 ++++++ dh_clean | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1f7903b..05b806f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (3.4.12) unstable; urgency=low + + * Fix to #99169 was accidentually reverted in 3.0.42; reinstated. + + -- Joey Hess Sat, 16 Mar 2002 23:31:46 -0500 + debhelper (3.4.11) unstable; urgency=low * Fixed dh_installdocs and dh_installexamples to support multiple -X's. diff --git a/dh_clean b/dh_clean index 9583a55..d0af17d 100755 --- a/dh_clean +++ b/dh_clean @@ -84,6 +84,10 @@ if (! $dh{D_FLAG}) { # wildcard them. complex_doit("rm -f debian/*.debhelper"); + # Remove some files that were left around by older versions of + # debhelper. + doit("rm","-f","debian/substvars"); + # See if some files that would normally be deleted are excluded. my $find_options=''; if (defined($dh{EXCLUDE_FIND}) && $dh{EXCLUDE_FIND} ne '') { -- 2.39.2