[Pkg-mozext-commits] [refcontrol] 05/11: Update mozilla-devscripts shortcuts

David Prévot taffit at moszumanska.debian.org
Sun Mar 22 16:38:04 UTC 2015


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

taffit pushed a commit to branch master
in repository refcontrol.

commit f541b2dd4219878f3f5fc9a499e06f65ba191bbb
Author: David Prévot <david at tilapin.org>
Date:   Sun Mar 22 12:04:55 2015 -0400

    Update mozilla-devscripts shortcuts
---
 debian/control |  3 ++-
 debian/rules   | 12 ++----------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 872c9c3..5f49add 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
 Uploaders: David Prévot <taffit at debian.org>
-Build-Depends: debhelper (>= 8), mozilla-devscripts (>= 0.22~)
+Build-Depends: debhelper (>= 8), mozilla-devscripts
 Standards-Version: 3.9.3
 Homepage: http://www.stardrifter.org/refcontrol/
 Vcs-git: git://git.debian.org/git/pkg-mozext/refcontrol.git
@@ -14,6 +14,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${xpi:Depends}
 Recommends: ${xpi:Recommends}
 Provides: ${xpi:Provides}
+Breaks: ${xpi:Breaks}
 Enhances: ${xpi:Enhances}
 Description: control what gets sent as the HTTP Referer on a per-site basis
  RefControl is an extension for Firefox/Iceweasel that
diff --git a/debian/rules b/debian/rules
index b55374e..345320e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,9 @@
 #!/usr/bin/make -f
-
 %:
-	dh $@ --with xul-ext
-
-
-override_dh_auto_build:
-	xpi-pack . refcontrol.xpi
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
-	install-xpi --remove-license-files refcontrol.xpi
-
-override_dh_auto_clean:
-	rm -f refcontrol.xpi
+	install-xpi --remove-license-files *.xpi
 
 get-orig-source:
 	uscan --rename --compression xz --verbose --force

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



More information about the Pkg-mozext-commits mailing list