[SCM] easytag/master: Properly cleanup upstream sources, remove m4 created before running autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 11 16:42:01 UTC 2013


The following commit has been merged in the master branch:
commit 2eef00f0d306ce52a533253e7044bc6c6e9206ab
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 11 17:02:15 2013 +0100

    Properly cleanup upstream sources, remove m4 created before running autoreconf.

diff --git a/debian/rules b/debian/rules
index cd22480..b350c18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@ LDFLAGS += -Wl,--as-needed
 %:
 	dh $@ --with=autoreconf
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf m4/
+
 override_dh_autoreconf:
 	mkdir -p m4
 	dh_autoreconf

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list