Code

debian/rules: Remove rebuilt documentation files.
authorSebastian Harl <sh@tokkee.org>
Fri, 10 Oct 2008 13:20:31 +0000 (15:20 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 10 Oct 2008 13:20:31 +0000 (15:20 +0200)
debian/changelog
debian/rules

index 34945a2414e70a16e7a374b2f1225b6294eddd02..7ec5aee751b379c84d1150d3397aad8349e1d30a 100644 (file)
@@ -24,6 +24,7 @@ enblend (3.2+dfsg-1) experimental; urgency=low
     - Added get-orig-source target which uses uscan to download and repack the
       upstream tarball using debian/bin/uscan_repack.sh - thanks to Bernd
       Zeimetz for the idea!
+    - Remove rebuilt documentation files.
   * debian/patches:
     - Removed gcc4.3-includes.dpatch - included upstream.
     - Removed type_mismatch.dpatch - included upstream.
@@ -44,7 +45,7 @@ enblend (3.2+dfsg-1) experimental; urgency=low
   * debian/watch:
     - Call debian/bin/uscan_repack.sh.
 
- -- Sebastian Harl <sh@tokkee.org>  Fri, 10 Oct 2008 09:15:19 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 10 Oct 2008 15:19:43 +0200
 
 enblend (3.0+dfsg-2) unstable; urgency=low
 
index 7ac48f74586f4067d6898f9502d31db8ca51db62..444eec60e738d79b52cb369f92ce68f64aa879cf 100755 (executable)
@@ -48,6 +48,7 @@ clean: unpatch
        rm -f build-stamp 
        
        [ ! -f Makefile ] || $(MAKE) distclean
+       rm -f doc/*.info
        
        dh_clean