[Pkg-mozext-commits] [compactheader] 01/01: Simplify rules

David Prévot taffit at moszumanska.debian.org
Sat Mar 26 20:34:55 UTC 2016


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

taffit pushed a commit to branch master
in repository compactheader.

commit 3f35d33048f3e2f313e7c592cdb63362dc9e7225
Author: David Prévot <david at tilapin.org>
Date:   Sat Mar 26 16:25:52 2016 -0400

    Simplify rules
    
    Git-Dch: Ignore
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index c92d85f..bf30244 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,8 @@
 %:
 	dh $@ --with xul-ext --buildsystem=xul_ext
 
-override_dh_auto_build:
-	xpi-pack . compactheader.xpi
-
 override_dh_auto_install:
-	install-xpi --remove-license-files compactheader.xpi
-
-override_dh_auto_clean:
-	rm -f compactheader.xpi
+	install-xpi --remove-license-files xul-ext-compactheader.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/compactheader.git



More information about the Pkg-mozext-commits mailing list