[Pkg-mozext-commits] [SCM] UNNAMED PROJECT branch, upstream, updated. upstream/1.3.0.2+dfsg-21-g19af840

Andrea Veri av at abluepaper.com
Tue Aug 9 15:47:47 UTC 2011


The following commit has been merged in the upstream branch:
commit ee4877300f931fe629f6cb1d33d4d3f774cbc903
Author: Andrea Veri <av at abluepaper.com>
Date:   Sat Oct 3 18:07:09 2009 +0200

    debian/rules: cleaned up a bit plus removed deprecated fields

diff --git a/debian/changelog b/debian/changelog
index 436b2a7..e5d31f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ flashgot (1.2+dfsg-2) unstable; urgency=low
     - made a dummy transitional package for binary name change.
   * debian/compat:
     - dh bumped to level 7.
+  * debian/rules:
+    - cleaned up a bit 
+    - removed deprecated fields and updated to match m-ds 0.16 requirements.
 
  -- Andrea Veri <andrea.veri89 at gmail.com>  Sat, 03 Oct 2009 16:02:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 0bcc12b..d01c3fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,37 +1,10 @@
 #!/usr/bin/make -f
 
-# name the package (as in debian/control) that will ship the extension
-MOZ_EXTENSION_PKG := flashgot
+MOZ_XPI_BUILD_COMMAND := $(null)
 
 # cleaning up the extra license file (FlashGot_License.txt) using latest xpi.mk's features
-# to remove the installed file on /usr/share/all-in-one-sidebar making lintian happy again.
 MOZ_XPI_DOCUMENTED_LICENSE_FILES := FlashGot_License.txt
 
-# xpi.mk will auto detect the .xpi in your package. if you want to do it
-# explicit, use this variable
-#MOZ_XPI_FILE := flashgot.xpi
-
-# xpi.mk tries to auto detect the extension manager id (em:id) from the .xpis
-# install.rdf file. There might be cases where this doesn't work. use the following
-# variable to explicitly define an extension ID and disable auto detection
-#MOZ_XPI_EMID := {19503e42-ca3c-4c27-b1e2-9cdb2170ee34}
-
-# xpi.mk will run a build command before packaging an .xpi file. you can use this
-# to produce an .xpi. if you define this, the clean rule will remove any .xpi file
-# found in the top level directory
-#MOZ_XPI_BUILD_COMMAND = sh build.sh
-
-# xpi.mk will assume your extension is compatible with Firefox 2 and Firefox 3,
-# and will install it in the default dirs, defined in xpi.mk script. In case, your
-# extension is compatible with Fx2, Fx3 or Thunderbird adjust this variable (see the example)
-# firefox - set if compatible with Firefox 2
-# firefox-addons - set if compatible with Firefox or Abrowser 
-# thunderbird - set if compatible with Thunderbird
-# iceweasel - set if compatible with Iceweasel
-# icedove - set if compatible with Icedove
-# Don't forget to adjust Depends field in debian/control If the extension doesnt work with Thunderbird or Icedove
-MOZ_XPI_MOZILLA_DIRS := thunderbird icedove
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/mozilla-devscripts/xpi.mk
 

-- 
UNNAMED PROJECT



More information about the Pkg-mozext-commits mailing list