[Pkg-mozext-commits] [SCM] scrapbook Debian packaging branch, master, updated. debian/1.4.9-1-8-gc8e81bb

Fabrizio Regalli fabreg at fabreg.it
Tue Feb 28 22:17:44 UTC 2012


The following commit has been merged in the master branch:
commit c8e81bba33ef4e3ba50364df102a638e40861872
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Feb 28 23:17:26 2012 +0100

    Updated d/compat and debhelper to 8 for using override_dh commands

diff --git a/debian/changelog b/debian/changelog
index 0f81b71..cef539a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ scrapbook (1.5.2-1) unstable; urgency=low
      --with xul-ext --buildsystem=xul_ext
   * Removed cdbs from Depends
   * Bump mozilla-devscripts to (>= 0.22~)
+  * Updated d/compat and debhelper to 8 for using override_dh
+    commands
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 28 Feb 2012 22:44:59 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 01d4ea7..1bf5fca 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: Jan Lübbe <jluebbe at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>
-Build-Depends: debhelper (>= 7), mozilla-devscripts (>= 0.22~)
+Build-Depends: debhelper (>= 8), mozilla-devscripts (>= 0.22~)
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
 Homepage: http://amb.vis.ne.jp/mozilla/scrapbook/
diff --git a/debian/rules b/debian/rules
index 4fdad84..a456a5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with xul-ext --buildsystem=xul_ext --parallel
+	dh $@ --with xul-ext --buildsystem=xul_ext
+
+override_dh_install:
+	rm -f debian/xul-ext-scrapbook/usr/share/xul-ext/scrapbook/LICENSE.txt

-- 
scrapbook Debian packaging



More information about the Pkg-mozext-commits mailing list