[Pkg-mozext-commits] [SCM] Collusion extension Debian package branch, master, updated. upstream/0.16.1-4-gc6f3af0

Fabrizio Regalli fabreg at fabreg.it
Wed Feb 29 21:59:21 UTC 2012


The following commit has been merged in the master branch:
commit c6f3af09f1af0134101f80559ed3ca49d66e6228
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Wed Feb 29 22:59:15 2012 +0100

    Using simplified dh 7 rules

diff --git a/debian/rules b/debian/rules
index a1940d7..38c34a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with xul-ext
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 
-override_dh_auto_build:
-	xpi-pack . collusion.xpi
+#override_dh_auto_build:
+#	xpi-pack . collusion.xpi
 
-override_dh_auto_clean:
-	rm -f collusion.xpi
+#override_dh_auto_clean:
+#	rm -f collusion.xpi

-- 
Collusion extension Debian package



More information about the Pkg-mozext-commits mailing list