[Python-modules-commits] r22688 - in packages/matplotlib/trunk/debian (changelog watch)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Sep 17 22:00:55 UTC 2012
Date: Monday, September 17, 2012 @ 22:00:54
Author: morph
Revision: 22688
* debian/watch
- updated to point to github
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/watch
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2012-09-16 21:35:53 UTC (rev 22687)
+++ packages/matplotlib/trunk/debian/changelog 2012-09-17 22:00:54 UTC (rev 22688)
@@ -9,8 +9,10 @@
- extended packaging copyright years
* debian/patches/60_new_syntax_to_load_searchindex.patch
- removed, merged upstream
+ * debian/watch
+ - updated to point to github
- -- Sandro Tosi <morph at debian.org> Sun, 16 Sep 2012 23:35:28 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 18 Sep 2012 00:00:40 +0200
matplotlib (1.1.1-1) experimental; urgency=low
Modified: packages/matplotlib/trunk/debian/watch
===================================================================
--- packages/matplotlib/trunk/debian/watch 2012-09-16 21:35:53 UTC (rev 22687)
+++ packages/matplotlib/trunk/debian/watch 2012-09-17 22:00:54 UTC (rev 22688)
@@ -1,2 +1,3 @@
version=3
-http://sf.net/matplotlib/matplotlib-([0-9]+(?:\.[0-9]+)*)\.tar\.gz
+opts="uversionmangle=s/rc/~rc/" \
+https://github.com/matplotlib/matplotlib/downloads .*/matplotlib-(.*).tar.gz
More information about the Python-modules-commits
mailing list