From f7c66401f64f0fcca84ae44a38b96b666c86010c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 7 Jun 2012 19:24:54 +0100 Subject: [PATCH] wip fix clean --- debian/changelog | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 497b2ef..f90c8b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ chiark-utils (4.1.32~~iwj) unstable; urgency=medium * Better parsing of boolean -debug option. * Support -into, -iconic and -withdrawn options. + Packaging fix: + * debian/rules clean removes various sv-* and dh log files. + -- Ian Jackson Thu, 07 Jun 2012 19:22:46 +0100 chiark-utils (4.1.31) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index be4c926..3cf0afa 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ clean: $(MAKE) -C $$s -f Makefile.in distclean; \ done rm -rf *~ debian/tmp debian/*~ debian/files* debian/substvars* + rm -rf debian/sv-* debian/*.debhelper.log binary-prep: $(checkdir) -- 2.30.2