[Python-modules-commits] [python-dugong] 01/11: Switch to .xz compression for orig.tar

Nikolaus Rath nikratio-guest at moszumanska.debian.org
Sat Oct 8 03:42:20 UTC 2016


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

nikratio-guest pushed a commit to branch master
in repository python-dugong.

commit c2907d245c6c43e32e4728178098368e22c42fce
Author: Nikolaus Rath <Nikolaus at rath.org>
Date:   Wed Mar 9 15:22:55 2016 -0800

    Switch to .xz compression for orig.tar
    
    When using .gz, mk-origtargz uses the --rsyncable option, which is
    not supported by pristine-tar (so deltas become huge).
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a26c36d..4fe7942 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,4 +28,4 @@ update_intersphinx:
 .PHONY: get-orig-source
 get-orig-source:
 	uscan --rename --destdir=$(CURDIR) --repack --force-download \
-	      --download-current-version
+	      --download-current-version --compression xz

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



More information about the Python-modules-commits mailing list