[Python-modules-commits] r13374 - in packages/nltk/trunk/debian (watch)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri Jun 11 10:19:29 UTC 2010


    Date: Friday, June 11, 2010 @ 10:19:27
  Author: jwilk
Revision: 13374

Fix the watch file.

Modified:
  packages/nltk/trunk/debian/watch

Modified: packages/nltk/trunk/debian/watch
===================================================================
--- packages/nltk/trunk/debian/watch	2010-06-11 10:14:10 UTC (rev 13373)
+++ packages/nltk/trunk/debian/watch	2010-06-11 10:19:27 UTC (rev 13374)
@@ -1,3 +1,6 @@
 version=3
-opts="uversionmangle=s/\(b.*$\)/~\1/" \
-http://code.google.com/p/nltk/downloads/list http://nltk.googlecode.com/files/nltk-(.*)\.tar\.gz
+opts=\
+uversionmangle=s/(b.*$)/~$1/,\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://nltk.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/nltk/downloads/detail[?]name=nltk-([0-9b.]+).tar.gz&.*




More information about the Python-modules-commits mailing list