[Python-modules-commits] r8683 - in packages/scipy/trunk/debian (changelog watch)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Tue Jun 2 22:08:31 UTC 2009
Date: Tuesday, June 2, 2009 @ 22:08:31
Author: dktrkranz-guest
Revision: 8683
Fix regex to report correct upstream stable version
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/watch
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2009-06-02 22:01:48 UTC (rev 8682)
+++ packages/scipy/trunk/debian/changelog 2009-06-02 22:08:31 UTC (rev 8683)
@@ -1,5 +1,6 @@
python-scipy (0.7.0-2) UNRELEASED; urgency=medium
+ [ Julien Lavergne ]
* debian/copyright : Update Copyright holders (Closes: #524131)
* From Ubuntu, prepare for the future python transition:
- debian/rules:
@@ -9,8 +10,11 @@
- debian/control:
+ Bump build-depends to python-all-dev (>= 2.5.4-1~)
- -- Julien Lavergne <julien.lavergne at gmail.com> Fri, 29 May 2009 20:10:22 +0200
+ [ Luca Falavigna ]
+ * debian/watch: fix regex to report correct upstream stable version.
+ -- Luca Falavigna <dktrkranz at ubuntu.com> Wed, 03 Jun 2009 00:09:09 +0200
+
python-scipy (0.7.0-1) unstable; urgency=low
[ Ondrej Certik ]
Modified: packages/scipy/trunk/debian/watch
===================================================================
--- packages/scipy/trunk/debian/watch 2009-06-02 22:01:48 UTC (rev 8682)
+++ packages/scipy/trunk/debian/watch 2009-06-02 22:08:31 UTC (rev 8683)
@@ -1,2 +1,2 @@
version=3
-http://sf.net/scipy/scipy-(.+)\.tar\.gz
+http://sf.net/scipy/scipy-([0-9.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list