[Pkg-mozext-commits] [firegestures] 06/07: Simplify rules with --buildsystem=xul_ext

David Prévot taffit at moszumanska.debian.org
Mon Feb 8 01:17:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firegestures.

commit 2580ebb7f196857b8410ee34c5136f99727da722
Author: David Prévot <david at tilapin.org>
Date:   Sun Feb 7 21:01:00 2016 -0400

    Simplify rules with --buildsystem=xul_ext
---
 debian/rules | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index c93756a..1ecb4a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with xul-ext
-
-override_dh_auto_build:
-	xpi-pack . firegestures.xpi
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
-	install-xpi --remove-license-files firegestures.xpi
+	install-xpi --remove-license-files xul-ext-firegestures.xpi
 
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/debian/upstream-changelog

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firegestures.git



More information about the Pkg-mozext-commits mailing list