[Pkg-telepathy-commits] [telepathy-python] 01/04: Migrate from cdbs to dh7

Laurent Bigonville bigon at moszumanska.debian.org
Sat Sep 17 21:27:00 UTC 2016


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

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

commit 78eb6fa73f90d53865bf5cd5c7dd611cc52f8bcc
Author: Laurent Bigonville <bigon at debian.org>
Date:   Sat Sep 10 21:12:36 2016 +0200

    Migrate from cdbs to dh7
---
 debian/changelog |  5 ++++-
 debian/control   |  6 +++---
 debian/pycompat  |  1 -
 debian/rules     | 14 ++------------
 4 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 046b16a..298c023 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,10 @@ telepathy-python (0.15.19-3) UNRELEASED; urgency=medium
   [ Jonny Lamb ]
   * Remove myself from Uploaders.
 
- -- Simon McVittie <smcv at debian.org>  Fri, 12 Dec 2014 13:48:56 +0000
+  [ Laurent Bigonville ]
+  * Migrate from cdbs to dh7
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 10 Sep 2016 21:12:25 +0200
 
 telepathy-python (0.15.19-2.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d546a1c..172aedd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Uploaders: Dafydd Harries <daf at debian.org>,
            Sjoerd Simons <sjoerd at debian.org>,
            Laurent Bigonville <bigon at debian.org>,
            Emilio Pozuelo Monfort <pochu at debian.org>
-Build-Depends: cdbs (>= 0.4.90~),
-               python (>= 2.6.6-3~),
-               debhelper (>= 8)
+Build-Depends: python (>= 2.6.6-3~),
+               debhelper (>= 8),
+               dh-python
 Build-Depends-Indep: python-dbus, xsltproc
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-python.git
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index 2a72fb7..4647c9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_AUTO_CLEANUP_RCS            := yes
-DEB_COMPRESS_EXCLUDE_ALL        := .py
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-module.mk
-
-# List any files which are not installed
-include /usr/share/cdbs/1/rules/utils.mk
-common-binary-post-install-arch:: list-missing
-
-include $(CURDIR)/debian/update-patches.mk
+%:
+	dh $@ --with python2

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



More information about the Pkg-telepathy-commits mailing list