[SCM] gwc/master: override_dh_auto_clean added
    mira-guest at users.alioth.debian.org 
    mira-guest at users.alioth.debian.org
       
    Thu Apr 14 06:58:33 UTC 2011
    
    
  
The following commit has been merged in the master branch:
commit 1f4ec10a641a94eeca7a1faaba42c03856ce59de
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Apr 14 08:58:09 2011 +0200
    override_dh_auto_clean added
diff --git a/debian/rules b/debian/rules
index 22a622a..67b97c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,11 @@ configure_flags := \
 override_dh_auto_configure:
 	dh_auto_configure -- $(configure_flags)
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f meschach/config.log
+	rm -f meschach/config.cache
+
 override_dh_auto_install:
 	dh_auto_install
 	rm -fR $(CURDIR)/debian/tmp/usr/tmp
-- 
gwc packaging
    
    
More information about the pkg-multimedia-commits
mailing list