[debian-edu-commits] debian-edu/ 07/21: debian/rules: Adapt get-orig-source rule to new upstream location. Downloaded tarball is a .gz archive, not .bz2.

Mike Gabriel sunweaver at debian.org
Mon Nov 28 12:58:30 UTC 2016


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

sunweaver pushed a commit to branch master
in repository italc.

commit 87a23fada23fae55206548bfd7f32b551bb993a9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Nov 28 11:30:35 2016 +0100

    debian/rules: Adapt get-orig-source rule to new upstream location. Downloaded tarball is a .gz archive, not .bz2.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a879cc8..09360fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
 	$(if $(wildcard $(PKG)-$(VER)),$(error $(PKG)-$(VER) exist, aborting..))
 	@echo "# Extracting..."
 	mkdir $(PKG)-$(VER) \
-	    && tar -xf $(PKG)_$(VER).orig.tar.bz2 --directory $(PKG)-$(VER) --strip-components 1 \
+	    && tar -xf $(PKG)_$(VER).orig.tar.gz --directory $(PKG)-$(VER) --strip-components 1 \
 	    || $(RM) -r $(PKG)-$(VER)
 	@echo "# Cleaning-up..."
 	cd $(PKG)-$(VER) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/italc.git



More information about the debian-edu-commits mailing list