summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 748bd8b..9060a09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ gnumach (2:1.3.99.dfsg.1-1) UNRELEASED; urgency=low
causing problems with current applied patches in CVS.
* Document the removal of the non-free GFDL manual in debian/copyright.
* Remove the stamp file for the -dbg build.
+ * Cleanup debian/rules file:
+ - Remove the manual cruft-removal line from the clean target.
-- Guillem Jover <guillem@debian.org> Sun, 15 Oct 2006 20:58:31 +0300
diff --git a/debian/rules b/debian/rules
index 291c8d8..6aad278 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,9 +64,6 @@ clean: unpatch
-rm -f machine stamp-configure stamp-configure-dbg
-rm -rf build build-dbg
- -rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
- -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
- -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print`
dh_clean