[Pkg-mozext-commits] [reloadevery] 05/07: Simplify rules
David Prévot
taffit at moszumanska.debian.org
Sun Mar 20 22:51:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository reloadevery.
commit 08a51e41569c8ca9ab3b0bcd9a017d4fc39e6c11
Author: David Prévot <david at tilapin.org>
Date: Sun Mar 20 18:44:07 2016 -0400
Simplify rules
---
debian/clean | 1 -
debian/rules | 15 ++++-----------
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 8f77fcd..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-reloadevery.xpi
diff --git a/debian/rules b/debian/rules
index 6940cdf..ce3e985 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,9 @@
#!/usr/bin/make -f
-
-get-orig-source:
- uscan --verbose
-
%:
- dh $@ --with xul-ext
-
-override_dh_auto_build:
- xpi-pack $(CURDIR) reloadevery.xpi
-
-override_dh_auto_install:
- install-xpi reloadevery.xpi
+ dh $@ --with xul-ext --buildsystem=xul_ext
override_dh_installchangelogs:
dh_installchangelogs $(CURDIR)/debian/upstream/changelog
+
+get-orig-source:
+ uscan --verbose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/reloadevery.git
More information about the Pkg-mozext-commits
mailing list