r2967 - in zodb/trunk/debian (rules)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Aug 11 15:10:24 UTC 2015
Date: Tuesday, August 11, 2015 @ 15:10:24
Author: arnau
Revision: 2967
get-orig-source: Fix upstream tarball extension.
Modified:
zodb/trunk/debian/rules
Modified: zodb/trunk/debian/rules
===================================================================
--- zodb/trunk/debian/rules 2015-08-11 15:05:41 UTC (rev 2966)
+++ zodb/trunk/debian/rules 2015-08-11 15:10:24 UTC (rev 2967)
@@ -8,8 +8,8 @@
sed -nr 's/^Version: (.*:)?(.*)-(.*)/\2/p')
.PHONY: get-orig-source
-get-orig-source: $(PKG)_$(UVER).orig.tar.xz
-$(PKG)_$(UVER).orig.tar.xz:
+get-orig-source: $(PKG)_$(UVER).orig.tar.gz
+$(PKG)_$(UVER).orig.tar.gz:
set $(UVER); wget -O $@ https://github.com/zopefoundation/ZODB/archive/$${1#*.g}.tar.gz
%:
More information about the pkg-zope-developers
mailing list