[Pkg-mozext-commits] [firebug] 01/15: Simplify rules with --buildsystem=xul_ext

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 19:18:17 UTC 2016


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

taffit pushed a commit to branch master
in repository firebug.

commit a18c17be5875a60139ff11de3a5b0a39b890733e
Author: David Prévot <david at tilapin.org>
Date:   Sun Feb 7 21:04:30 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 a6dc80b..1683346 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 . firebug.xpi
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
-	install-xpi --remove-license-files firebug.xpi
+	install-xpi --remove-license-files xul-ext-firebug.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/firebug.git



More information about the Pkg-mozext-commits mailing list