[Python-apps-commits] r11748 - in packages/dot2tex/trunk/debian (changelog watch)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Feb 15 23:53:02 UTC 2015


    Date: Sunday, February 15, 2015 @ 23:53:01
  Author: morph
Revision: 11748

* debian/watch
  - use PyPI redirector

Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/watch

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2015-02-15 23:52:18 UTC (rev 11747)
+++ packages/dot2tex/trunk/debian/changelog	2015-02-15 23:53:01 UTC (rev 11748)
@@ -20,8 +20,10 @@
     - bump dh compat level to 9
   * debian/source/format
     - switch to 3.0 (quilt) source format
+  * debian/watch
+    - use PyPI redirector
 
- -- Sandro Tosi <morph at debian.org>  Sun, 15 Feb 2015 23:52:10 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 15 Feb 2015 23:52:52 +0000
 
 dot2tex (2.8.7+repack-1) unstable; urgency=low
 

Modified: packages/dot2tex/trunk/debian/watch
===================================================================
--- packages/dot2tex/trunk/debian/watch	2015-02-15 23:52:18 UTC (rev 11747)
+++ packages/dot2tex/trunk/debian/watch	2015-02-15 23:53:01 UTC (rev 11748)
@@ -1,2 +1,3 @@
 version=3
-http://www.fauskes.net/code/dot2tex/download/ .*dot2tex-([\d\.]*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/dot2tex/dot2tex-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file




More information about the Python-apps-commits mailing list