[Python-modules-commits] r13053 - in packages/mingus/trunk/debian (changelog watch)
lxsameer-guest at users.alioth.debian.org
lxsameer-guest at users.alioth.debian.org
Fri May 21 21:00:52 UTC 2010
Date: Friday, May 21, 2010 @ 21:00:38
Author: lxsameer-guest
Revision: 13053
watch file fixed for using google code repository.
Modified:
packages/mingus/trunk/debian/changelog
packages/mingus/trunk/debian/watch
Modified: packages/mingus/trunk/debian/changelog
===================================================================
--- packages/mingus/trunk/debian/changelog 2010-05-21 12:51:26 UTC (rev 13052)
+++ packages/mingus/trunk/debian/changelog 2010-05-21 21:00:38 UTC (rev 13053)
@@ -1,3 +1,9 @@
+mingus (0.4.2.3-2) UNRELEASED; urgency=low
+
+ * watch file fixed for using google code repository.
+
+ -- Sameer Rahmani <lxsameer at gmail.com> Sat, 22 May 2010 01:28:02 +0430
+
mingus (0.4.2.3-1) unstable; urgency=low
* Initial release (Closes: #561615).
Modified: packages/mingus/trunk/debian/watch
===================================================================
--- packages/mingus/trunk/debian/watch 2010-05-21 12:51:26 UTC (rev 13052)
+++ packages/mingus/trunk/debian/watch 2010-05-21 21:00:38 UTC (rev 13053)
@@ -1,4 +1,12 @@
version=3
-opts="uversionmangle=s/luks-//;s/-pre/~pre/;s/-rc/~rc/" \
-http://code.google.com/p/mingus/downloads/list \
-http://mingus.googlecode.com/files/mingus-(.*)\.tar\.gz
+#opts="uversionmangle=s/luks-//;s/-pre/~pre/;s/-rc/~rc/" \
+#http://code.google.com/p/mingus/downloads/list \
+#http://mingus.googlecode.com/files/mingus-(.*)\.tar\.gz
+
+# Compulsory line, this is a version 3 file
+#version=3
+#http://mingus.googlecode.com/files/argparse-(\d\.\d)\.zip
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://mingus.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/mingus/downloads/detail[?]name=mingus-([0-9.]+).tar.gz&.*
More information about the Python-modules-commits
mailing list