[Reproducible-commits] [cdbs] 31/41: Support xz compressed upstream tarballs.

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:28 UTC 2016


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

mattia pushed a commit to branch reproducible
in repository cdbs.

commit 619276250b0bdfe4bef20dfc6887c9e5d7de7d84
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Apr 2 11:04:01 2015 +0200

    Support xz compressed upstream tarballs.
---
 1/rules/upstream-tarball.mk.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/1/rules/upstream-tarball.mk.in b/1/rules/upstream-tarball.mk.in
index c2502cc..29e5f9d 100644
--- a/1/rules/upstream-tarball.mk.in
+++ b/1/rules/upstream-tarball.mk.in
@@ -117,6 +117,7 @@ get-orig-source:
 	case "$(cdbs_upstream_received_tarball)" in \
 	    *.tar.gz)  unpack="gunzip -c";; \
 	    *.tar.bz2) unpack="bunzip2 -c"; grep -q '3.0 (quilt)' debian/source/format || uncompress="bunzip2";; \
+	    *.tar.xz)  unpack="unxz -c"; grep -q '3.0 (quilt)' debian/source/format || uncompress="unxz";; \
 	    *.tar.Z)   unpack="uncompress -c"; uncompress="uncompress";; \
 	    *.zip)     unpack="unzip -q";      uncompress="false";       untar="-d"; nopipe="true";; \
 	    *.tar)     unpack="cat";           uncompress="true";; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/cdbs.git



More information about the Reproducible-commits mailing list