[SCM] easytag/master: Add clean rule to clean up after dh_autoreconf_clean

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Mon May 2 11:33:57 UTC 2011


The following commit has been merged in the master branch:
commit 8097b986074de7eaa0b9ed9b20aa085a0c5966b1
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Mon May 2 18:32:44 2011 +0700

    Add clean rule to clean up after dh_autoreconf_clean

diff --git a/debian/rules b/debian/rules
index dd36cca..fc867bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/autoreconf.mk
 
+clean::
+	# Clean up after dh_autoreconf_clean
+	rm debian/easytag.debhelper.log
+
 install/easytag::
 	# The changelog is installed in /usr/share/doc/easytag/changelog.gz
 	rm debian/easytag/usr/share/easytag/ChangeLog

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list