[Pkg-mozext-commits] [greasemonkey] 17/26: Simplify rules with --buildsystem=xul_ext

David Prévot taffit at moszumanska.debian.org
Thu Feb 25 02:27:40 UTC 2016


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit d30c8f350b4ac9758b5b0d87da5820fcff447c79
Author: David Prévot <david at tilapin.org>
Date:   Sun Feb 7 21:06:29 2016 -0400

    Simplify rules with --buildsystem=xul_ext
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5b8dfcd..30e6fea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with xul-ext
-
-override_dh_auto_build:
-	xpi-pack . xul-ext-greasemonkey.xpi
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
 	install-xpi xul-ext-greasemonkey.xpi -x LICENSE.bsd -x LICENSE.mit -x LICENSE.mpl 

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



More information about the Pkg-mozext-commits mailing list