[Python-modules-commits] r17153 - in packages/python-peak.util/trunk/debian (get-orig-source.mk)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu May 26 03:25:59 UTC 2011


    Date: Thursday, May 26, 2011 @ 03:25:56
  Author: eriol-guest
Revision: 17153

Fixed orig tarball regeneration

Modified:
  packages/python-peak.util/trunk/debian/get-orig-source.mk

Modified: packages/python-peak.util/trunk/debian/get-orig-source.mk
===================================================================
--- packages/python-peak.util/trunk/debian/get-orig-source.mk	2011-05-26 02:21:00 UTC (rev 17152)
+++ packages/python-peak.util/trunk/debian/get-orig-source.mk	2011-05-26 03:25:56 UTC (rev 17153)
@@ -4,7 +4,7 @@
 # Copyright © 2009 Stefano Zacchiroli <zack at debian.org>
 # License: GNU GPL version 3 or above
 # Created: Sat, 30 May 2009 11:58:16 +0200
-# Last-Modified: Thu, 26 May 2011 04:15:00 +0200
+# Last-Modified: Thu, 26 May 2011 05:21:21 +0200
 
 # TODO: does not yet fully implement policy wrt get-orig-source:
 #       - the target cannot be invoked from any dir (rely on "debian/")
@@ -33,4 +33,4 @@
 		--download --destdir $(GOSTMP)/
 	cd $(GOSTMP) && \
 	tar xzf $**.orig.tar.gz && \
-	ln -s `tar tzf $**.orig.tar.gz | head -n2 | tail -1` $*
+	ln -s `tar tzf $**.orig.tar.gz | head -n1` $*




More information about the Python-modules-commits mailing list