[Python-modules-commits] [markupsafe] 01/01: dh_builddeb now uses the default compression (xz) instead of bzip2

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Jul 6 18:02:12 UTC 2016


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

piotr pushed a commit to branch master
in repository markupsafe.

commit a47ad01cbb57c370a78689c87e1821d74810cfd5
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Jul 6 20:01:27 2016 +0200

    dh_builddeb now uses the default compression (xz) instead of bzip2
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0ec5b1..420d276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ markupsafe (0.23-3) UNRELEASED; urgency=medium
 
   [ Piotr Ożarowski ]
   * Add dh-python to Build-Depends
+  * dh_builddeb now uses the default compression (xz) instead of bzip2
 
   [ Ondřej Nový ]
   * Fixed homepage (https)
diff --git a/debian/rules b/debian/rules
index a0bda45..5245461 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ binary-arch: build install
 	dh_shlibdeps -a
 	dh_gencontrol -a
 	dh_md5sums -a
-	dh_builddeb -a -- -Z bzip2
+	dh_builddeb -a
 
 binary-indep:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/markupsafe.git



More information about the Python-modules-commits mailing list