[Python-modules-commits] r17152 - 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 02:21:02 UTC 2011
Date: Thursday, May 26, 2011 @ 02:21:00
Author: eriol-guest
Revision: 17152
Fix for uscan --destdir because right now it no longer works with relative paths
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-25 23:48:55 UTC (rev 17151)
+++ packages/python-peak.util/trunk/debian/get-orig-source.mk 2011-05-26 02:21:00 UTC (rev 17152)
@@ -4,13 +4,13 @@
# 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: Wed, 10 Jun 2009 16:18:41 +0200
+# Last-Modified: Thu, 26 May 2011 04:15:00 +0200
# TODO: does not yet fully implement policy wrt get-orig-source:
# - the target cannot be invoked from any dir (rely on "debian/")
# - tmpdir handling is not fully safe (e.g., no "mktemp -d")
-GOSTMP = get-orig-source.tmp
+GOSTMP = $$PWD/get-orig-source.tmp
ORIGNAME = $(PKG)-$(shell date +%Y%m%d)
ORIGTARBALL = $(PKG)_$(shell date +%Y%m%d).orig.tar.gz
More information about the Python-modules-commits
mailing list