[Pkg-mozext-commits] [SCM] Improve your browsing: more private, more secure branch, master, updated. upstream/0.5.22-2-gfcb9add

Fabrizio Regalli fabreg at fabreg.it
Sun Sep 11 14:41:26 UTC 2011


The following commit has been merged in the master branch:
commit fcb9add6d5f44ed3584ce4e7a77e14499b937082
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Sun Sep 11 16:41:19 2011 +0200

    Better order of command in d/rules - Fix xpi name - Moved requestpolicy.docs to docs

diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..f224da8
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+debian/MPL
diff --git a/debian/rules b/debian/rules
index 11e9b10..8f88001 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,13 @@
 
 
 override_dh_auto_build:
-	xpi-pack . checkpolicy.xpi
+	xpi-pack . requestpolicy.xpi
+
+override_dh_auto_install:
+	install-xpi --remove-license-files requestpolicy.xpi
 
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/debian/requestpolicy.upstream-changelog
 
-override_dh_auto_install:
-	dh_installdocs
-	install-xpi --remove-license-files checkpolicy.xpi
-
 override_dh_auto_clean:
-	rm -f checkpolicy.xpi
+	rm -f requestpolicy.xpi

-- 
Improve your browsing: more private, more secure



More information about the Pkg-mozext-commits mailing list