[Pkg-mozext-commits] [uppity] 07/11: Shorten rules

David Prévot taffit at moszumanska.debian.org
Sat May 2 14:04:36 UTC 2015


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

taffit pushed a commit to branch master
in repository uppity.

commit 2ae1ac7e3ef34f29505253bc517b281e8d8089b6
Author: David Prévot <david at tilapin.org>
Date:   Fri May 1 17:30:47 2015 -0400

    Shorten rules
    
    Git-Dch: Ignore
---
 debian/rules | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e8a159..23fb775 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,6 @@
 #!/usr/bin/make -f
-
 %:
-	dh $@ --with xul-ext --parallel
-
-override_dh_auto_build:
-	xpi-pack . uppity.xpi
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
-	install-xpi --remove-license-files uppity.xpi
-
-override_dh_auto_clean:
-	rm -f uppity.xpi
+	install-xpi --remove-license-files *.xpi

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



More information about the Pkg-mozext-commits mailing list