[Pkg-telepathy-commits] [telepathy-gabble] 01/07: Call the python2 sequence during the build

Laurent Bigonville bigon at moszumanska.debian.org
Fri Dec 30 12:36:06 UTC 2016


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

bigon pushed a commit to branch debian
in repository telepathy-gabble.

commit 30d09c83fa7d06a384066170e5de6a8e7aea9bca
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Fri Dec 30 12:53:40 2016 +0100

    Call the python2 sequence during the build
---
 debian/changelog | 6 +++++-
 debian/control   | 3 ++-
 debian/rules     | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c599595..be19c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 telepathy-gabble (0.18.3-3) UNRELEASED; urgency=medium
 
+  [ Jonny Lamb ]
   * Remove myself from Uploaders.
 
- -- Jonny Lamb <jonny at debian.org>  Wed, 15 Jun 2016 16:12:28 +0100
+  [ Laurent Bigonville ]
+  * Call the python2 sequence during the build
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 30 Dec 2016 12:48:58 +0100
 
 telepathy-gabble (0.18.3-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 1451823..b8d1ab6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders: Dafydd Harries <daf at debian.org>,
 Build-Depends: autotools-dev (>= 20100122.1~),
                debhelper (>= 9),
                dh-autoreconf,
+               dh-python,
                dpkg-dev (>= 1.16.1~),
                gnutls-bin,
                libdbus-1-dev (>= 1.1.0),
@@ -54,7 +55,7 @@ Package: telepathy-gabble-tests
 Priority: extra
 Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  telepathy-gabble (= ${binary:Version}),
  python-twisted, python-openssl, python-gobject
 Description: Jabber/XMPP connection manager (automated tests)
diff --git a/debian/rules b/debian/rules
index d84ebd4..606504a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf,python2 --parallel
 
 # Now that we use debhelper 9, dh_auto_configure defaults to
 # $libexecdir=$libdir, which might be better than this, but doesn't match

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



More information about the Pkg-telepathy-commits mailing list