[SCM] mediatomb/master: Remove config.log file upon cleanup.

zumbi at users.alioth.debian.org zumbi at users.alioth.debian.org
Fri Dec 28 10:57:23 UTC 2012


The following commit has been merged in the master branch:
commit 976166378294612de03da73a3778df52e22bf80d
Author: Hector Oron <hector.oron at collabora.co.uk>
Date:   Fri Dec 28 11:57:01 2012 +0100

    Remove config.log file upon cleanup.
    
    Signed-off-by: Hector Oron <hector.oron at collabora.co.uk>

diff --git a/debian/rules b/debian/rules
index a3ff42f..5a79137 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+# export DH_VERBOSE=1
 
 ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
     MEDIATOMB_DEBUG_OPTIONS += --enable-debug-malloc0 \
@@ -51,6 +51,10 @@ override_dh_installlogrotate:
 override_dh_strip:
 	dh_strip --dbg-package=mediatomb-dbg
 
+override_dh_clean:
+	rm -f config.log
+	dh_clean
+
 get-orig-source:
 # Use external script
 	$(dir $_)mediatomb-get-orig-source

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list