[SCM] schism/master: Use a small trick to prevent FTBFS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Sep 5 18:39:41 UTC 2010


The following commit has been merged in the master branch:
commit 7466991b618c6c4cab7e4b058e8882e5fecd0984
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Sep 5 20:25:48 2010 +0200

    Use a small trick to prevent FTBFS.

diff --git a/debian/rules b/debian/rules
index c1c1b45..5cc30ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,14 @@
 %:
 	dh --with=autoreconf $@
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf auto
+
+override_dh_auto_build:
+	mkdir auto
+	dh_auto_build
+
 override_dh_auto_install:
 	dh_auto_install
 	mv $(CURDIR)/debian/schism/usr/bin/schismtracker \

-- 
schism packaging



More information about the pkg-multimedia-commits mailing list