[Pkg-mozext-commits] [SCM] Debian packaging of the google contact sync extension for icedove/thunderbird. branch, master, updated. debian/0.3.2-1-8-g2e568a0

Michael Meskes meskes at debian.org
Tue Dec 27 14:59:19 UTC 2011


The following commit has been merged in the master branch:
commit 2e568a0a5d134c14730eed7477b45d8b637d705e
Author: Michael Meskes <meskes at debian.org>
Date:   Tue Dec 27 15:44:46 2011 +0100

    Use mozilla-devscripts to build and call binary package xul-ext-gcontactsync.
    
    Closes: #638487

diff --git a/debian/changelog b/debian/changelog
index ef868dd..e34eb9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gcontactsync (0.3.4-2) unstable; urgency=low
+
+  * Use mozilla-devscripts to build and call binary package
+    xul-ext-gcontactsync. (Closes: #638487)
+
+ -- Michael Meskes <meskes at debian.org>  Tue, 27 Dec 2011 15:45:58 +0100
+
 gcontactsync (0.3.4-1) unstable; urgency=low
 
   * Imported Upstream version 0.3.4
diff --git a/debian/control b/debian/control
index 55ed908..2cbe2c2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,28 @@ Section: mail
 Priority: optional
 Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Meskes <meskes at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt, mozilla-devscripts (>= 0.16~)
 Standards-Version: 3.9.2
 Homepage: http://gcontactsync.mozdev.org/
 Vcs-Git: git://git.debian.org/git/pkg-mozext/gcontactsync.git
 Vcs-Browser: http://git.debian.org/?p=pkg-mozext/gcontactsync.git;a=summary
 
-Package: icedove-gcontactsync
+Package: xul-ext-gcontactsync
 Architecture: all
-Depends: ${misc:Depends}, icedove (>= 2.0.0.8)
+Depends: ${misc:Depends}, icedove (>= 2.0.0.8), ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Replaces: icedove-gcontactsync (<< 0.3.4-2)
 Description: synchronize contacts from Gmail into IceDove
  gContactSync is an extension to IceDove that synchronizes contacts from a
  Google (Gmail) account with an Address Book in Icedove.
+
+Package: icedove-gcontactsync
+Architecture: all
+Depends: ${misc:Depends}, icedove (>= 2.0.0.8), xul-ext-gcontactsync
+Description: synchronize contacts from Gmail into IceDove - dummy package
+ This is a transitional dummy package to ease the migration from the old
+ icedove-gcontactsync to the new xul-ext-gcontactsync package. You can safely
+ remove it.
+
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 21425c0..0000000
--- a/debian/install
+++ /dev/null
@@ -1,7 +0,0 @@
-chrome.manifest		usr/lib/icedove/extensions/gContactSync at pirules.net
-content  		usr/lib/icedove/extensions/gContactSync at pirules.net
-defaults	  	usr/lib/icedove/extensions/gContactSync at pirules.net
-install.rdf  		usr/lib/icedove/extensions/gContactSync at pirules.net
-locale  		usr/lib/icedove/extensions/gContactSync at pirules.net
-skin/*.png		usr/share/pixmaps/gcontactsync
-skin/overlay.css	usr/lib/icedove/extensions/gContactSync at pirules.net/skin/
diff --git a/debian/rules b/debian/rules
index 7ea7377..083f55b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --with quilt $@
+	dh --with quilt -with xul-ext --buildsystem=xul_ext $@

-- 
Debian packaging of the google contact sync extension for icedove/thunderbird.



More information about the Pkg-mozext-commits mailing list