[Pkg-telepathy-commits] [SCM] telepathy-python packaging branch, debian, updated. debian/0.15.19-1-6-g6892ac2

Laurent Bigonville bigon at debian.org
Thu Mar 31 09:15:00 UTC 2011


The following commit has been merged in the debian branch:
commit b585bb563dc7f049f19ace50519070d899150c7d
Author: Laurent Bigonville <bigon at debian.org>
Date:   Thu Mar 31 10:18:24 2011 +0200

    Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE

diff --git a/debian/changelog b/debian/changelog
index b471556..f67a0cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ telepathy-python (0.15.19-2) UNRELEASED; urgency=low
     - Remove DEB_PYTHON_SYSTEM variable
     - Remove explicit call to dh_pycentral
     - Include python-module.mk to call dh_python2
+    - Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE
   * debian/control:
     - Drop python-central Build-dependency
     - Add python (>= 2.6.6-3~) Build-dependency
@@ -13,7 +14,7 @@ telepathy-python (0.15.19-2) UNRELEASED; urgency=low
     - Drop telepathy-python C/R/P
   * debian/compat: Bump debhelper compatibility to 8
 
- -- Laurent Bigonville <bigon at debian.org>  Wed, 30 Mar 2011 18:06:03 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 31 Mar 2011 10:17:36 +0200
 
 telepathy-python (0.15.19-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 9694932..2a72fb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_AUTO_CLEANUP_RCS            := yes
-DEB_COMPRESS_EXCLUDE            := .py
+DEB_COMPRESS_EXCLUDE_ALL        := .py
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk

-- 
telepathy-python packaging



More information about the Pkg-telepathy-commits mailing list