[Python-modules-commits] r10774 - in packages/python-gasp/trunk/debian (changelog rules)
ffm-guest at users.alioth.debian.org
ffm-guest at users.alioth.debian.org
Mon Dec 14 17:18:26 UTC 2009
Date: Monday, December 14, 2009 @ 17:18:25
Author: ffm-guest
Revision: 10774
Update debian/rules get-orig-source.
Modified:
packages/python-gasp/trunk/debian/changelog
packages/python-gasp/trunk/debian/rules
Modified: packages/python-gasp/trunk/debian/changelog
===================================================================
--- packages/python-gasp/trunk/debian/changelog 2009-12-14 10:26:34 UTC (rev 10773)
+++ packages/python-gasp/trunk/debian/changelog 2009-12-14 17:18:25 UTC (rev 10774)
@@ -1,4 +1,4 @@
-python-gasp (0.3.2-1.1) UNRELEASED; urgency=low
+python-gasp (0.3.2-2) UNRELEASED; urgency=low
[ Luca Falavigna ]
* Optionally depend on python (>= 2.6) with python-multiprocessing,
@@ -7,8 +7,11 @@
[ Jakub Wilk ]
* Fix watch file.
- -- Luca Falavigna <dktrkranz at debian.org> Tue, 10 Nov 2009 20:40:08 +0100
+ [ Luke Faraone ]
+ * debian/rules: Change get-orig-source to reflect upstream
+ -- Luke Faraone <luke at faraone.cc> Mon, 14 Dec 2009 12:13:08 -0500
+
python-gasp (0.3.2-1) unstable; urgency=low
* New upstream version
Modified: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules 2009-12-14 10:26:34 UTC (rev 10773)
+++ packages/python-gasp/trunk/debian/rules 2009-12-14 17:18:25 UTC (rev 10774)
@@ -14,7 +14,7 @@
if [ x$$REV = x ]; then \
uscan --force-download --rename --repack --download-version=$$VER --destdir=.; \
else \
- bzr export -r $$REV python-gasp_$$VER.orig.tar.gz lp:gasp-code; \
+ bzr export -r $$REV python-gasp_$$VER.orig.tar.gz lp:gasp-core; \
fi
More information about the Python-modules-commits
mailing list