Code

Remove generated manpages in the clean target.
authorSebastian Harl <sh@tokkee.org>
Mon, 1 Dec 2008 18:28:53 +0000 (19:28 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 1 Dec 2008 18:28:53 +0000 (19:28 +0100)
This avoids cluttering the source diff with the rebuilt manpages.

debian/changelog
debian/rules

index 998b08960451966351d45e1baadef3bf0e025e44..6c1f2609afb0149229afa137b29d64ff798d1d75 100644 (file)
@@ -5,8 +5,11 @@ collectd (4.4.2-3) unstable; urgency=low
     - sv.po, thanks to Martin Bagge (Closes: #504248).
   * debian/patches:
     - Added pod-errors.dpatch to fix some minor POD errors.
+  * debian/rules:
+    - Remove generated manpages in the clean target to avoid cluttering the
+      source diff with the rebuilt manpages.
 
- -- Sebastian Harl <sh@tokkee.org>  Sun, 02 Nov 2008 13:30:32 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Mon, 01 Dec 2008 19:28:41 +0100
 
 collectd (4.4.2-2) unstable; urgency=low
 
index 9eff7812373cdd1f3fd109a2576c55be2d526cf6..06c5436ff1893822f0b2d6a3f031cf5f7a6471eb 100755 (executable)
@@ -73,6 +73,7 @@ clean: unpatch
        [ ! -f Makefile ] || $(MAKE) distclean
        
        rm -f debian/README.Debian.plugins
+       rm -f src/*.1 src/*.5
        
        dh_clean 
        debconf-updatepo