[Pkg-mozext-commits] [SCM] icedove-dispmua Debian packaging branch, master, updated. debian/1.6.6-2-6-ge339774
Fabrizio Regalli
fabreg at fabreg.it
Sun Oct 9 17:51:24 UTC 2011
The following commit has been merged in the master branch:
commit e339774773954d6b334c9c34183fd85842f660dd
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Sun Oct 9 19:51:11 2011 +0200
Update d/rules for using standard xpi-* commands
diff --git a/debian/changelog b/debian/changelog
index 6b60d6d..777c98b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ dispmua (1.6.8-1) UNRELEASED; urgency=low
* Updated 0001-display-correct-symbol-for-Icedove.patch patch
* Added ${xpi:Depends} to Depends
* Update path of GPL-1 license in d/copyright
+ * Update d/rules for using standard xpi-* commands
-- Fabrizio Regalli <fabreg at fabreg.it> Tue, 04 Oct 2011 11:32:37 +0200
diff --git a/debian/rules b/debian/rules
index 14e2420..a10d9ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,17 +4,7 @@
dh --with xul-ext $@
override_dh_auto_build:
- mkdir build-dir
- mkdir build-dir/chrome
- cd chrome && zip -r ../build-dir/chrome/chrome.jar .
- cp chrome.manifest build-dir
- cp install.rdf build-dir
- cp -a defaults build-dir
- xpi-pack build-dir xul-ext-dispmua.xpi
+ xpi-pack . xul-ext-dispmua.xpi
override_dh_auto_install:
- install-xpi xul-ext-dispmua.xpi
-
-override_dh_auto_clean:
- rm -f xul-ext-dispmua.xpi
- rm -rf build-dir
+ install-xpi -x LICENSE xul-ext-dispmua.xpi
--
icedove-dispmua Debian packaging
More information about the Pkg-mozext-commits
mailing list