[Pkg-mozext-commits] [gcontactsync] 06/06: Switched to debhelper 11.

Michael Meskes meskes at moszumanska.debian.org
Wed Jan 3 10:41:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

meskes pushed a commit to branch master
in repository gcontactsync.

commit 58699d7727a5e97352b4fa16845548638e23b085
Author: Michael Meskes <meskes at debian.org>
Date:   Wed Jan 3 11:35:42 2018 +0100

    Switched to debhelper 11.
---
 debian/changelog | 7 +++++--
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3e4ae6..06c08d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-gcontactsync (2.0.13-1) UNRELEASED; urgency=medium
+gcontactsync (2.0.13-1) unstable; urgency=medium
 
   * Updated watch file.
   * New upstream version 2.0.13 (Closes: #814669)
+  * Make package work with Thunderbird instead of Icedove. (Closes: #858736)
+  * Bumped Standards-Version to 4.1.3, no changes needed.
+  * Switched to debhelper 11.
 
- -- Michael Meskes <meskes at debian.org>  Wed, 03 Jan 2018 11:28:29 +0100
+ -- Michael Meskes <meskes at debian.org>  Wed, 03 Jan 2018 11:40:19 +0100
 
 gcontactsync (2.0.5-1) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+11
diff --git a/debian/control b/debian/control
index 39cf32d..2416232 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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), mozilla-devscripts
+Build-Depends: debhelper (>= 11), mozilla-devscripts
 Standards-Version: 4.1.3
 Homepage: http://gcontactsync.mozdev.org/
 Vcs-Git: git://anonscm.debian.org/pkg-mozext/gcontactsync.git
diff --git a/debian/rules b/debian/rules
index 489ab1d..ef8b4ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh --with xul-ext --buildsystem=xul_ext $@
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/debian/upstream/changelog

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git



More information about the Pkg-mozext-commits mailing list