[Pkg-mozext-commits] [SCM] dom-inspector Debian extension branch, master, updated. upstream/2.0.11-12-ge38dbd1

Fabrizio Regalli fabreg at fabreg.it
Thu Apr 12 19:22:14 UTC 2012


The following commit has been merged in the master branch:
commit e38dbd114694bb65284908635628bf49bdbb3faf
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Apr 12 21:21:55 2012 +0200

    Moved to standard d/rules using mozilla-devscripts

diff --git a/debian/changelog b/debian/changelog
index b48e7da..b14154f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ mozilla-dom-inspector (1:2.0.11-1) UNRELEASED; urgency=low
   * Removed no more needed xul-ext-dom-inspector.dirs  xul-ext-dom-inspector.links
     files
   * Switch to dpkg-source 3.0 (quilt) format
+  * Moved to standard d/rules using mozilla-devscripts
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 12 Apr 2012 21:02:38 +0200
 
diff --git a/debian/rules b/debian/rules
index 646310e..90126db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,15 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with xul-ext
+
+
+override_dh_auto_build:
+	xpi-pack . dom.xpi
+
+override_dh_auto_install:
+	install-xpi --remove-license-files dom.xpi
+
+override_dh_auto_clean:
+	rm -f dom.xpi
 
-override_dh_install:
-	cp -rp chrome chrome.manifest components defaults install.rdf debian/xul-ext-dom-inspector/usr/share/mozilla/extensions/common/inspector at mozilla.org
-	cp -rp platform/Linux debian/xul-ext-dom-inspector/usr/share/mozilla/extensions/common/inspector at mozilla.org/platform

-- 
dom-inspector Debian extension



More information about the Pkg-mozext-commits mailing list