[Python-modules-commits] r13061 - in packages/python-dpkt/trunk/debian (changelog watch)
lxsameer-guest at users.alioth.debian.org
lxsameer-guest at users.alioth.debian.org
Sat May 22 16:11:42 UTC 2010
Date: Saturday, May 22, 2010 @ 16:11:31
Author: lxsameer-guest
Revision: 13061
watch file fixed.
Modified:
packages/python-dpkt/trunk/debian/changelog
packages/python-dpkt/trunk/debian/watch
Modified: packages/python-dpkt/trunk/debian/changelog
===================================================================
--- packages/python-dpkt/trunk/debian/changelog 2010-05-21 22:53:21 UTC (rev 13060)
+++ packages/python-dpkt/trunk/debian/changelog 2010-05-22 16:11:31 UTC (rev 13061)
@@ -1,3 +1,9 @@
+python-dpkt (1.6+svn54-3) UNRELEASED; urgency=low
+
+ * watch file fixed.
+
+ -- Sameer Rahmani <lxsameer at gmail.com> Sat, 22 May 2010 20:40:32 +0430
+
python-dpkt (1.6+svn54-2) unstable; urgency=low
* Renamed the dnet calls to dumbnet.
Modified: packages/python-dpkt/trunk/debian/watch
===================================================================
--- packages/python-dpkt/trunk/debian/watch 2010-05-21 22:53:21 UTC (rev 13060)
+++ packages/python-dpkt/trunk/debian/watch 2010-05-22 16:11:31 UTC (rev 13061)
@@ -1,2 +1,5 @@
version=3
-http://code.google.com/p/dpkt/downloads/list http://dpkt.googlecode.com/files/dpkt-([\d.]*)\.tar\.gz
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://dpkt.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/dpkt/downloads/detail[?]name=dpkt-([0-9.]+).tar.gz&.*
More information about the Python-modules-commits
mailing list