[Python-apps-commits] r6705 - in packages/pyrit/trunk/debian (changelog watch)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Fri Feb 25 23:07:20 UTC 2011


    Date: Friday, February 25, 2011 @ 23:07:16
  Author: chrisk-guest
Revision: 6705

Simplified watch file

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

Modified: packages/pyrit/trunk/debian/changelog
===================================================================
--- packages/pyrit/trunk/debian/changelog	2011-02-25 23:04:00 UTC (rev 6704)
+++ packages/pyrit/trunk/debian/changelog	2011-02-25 23:07:16 UTC (rev 6705)
@@ -6,8 +6,9 @@
       use of "with" statement
     - Added Dependency for libpcap-dev (new upstream requirement) 
     - Downgraded Dependency for python-sqlalchemy to 0.5 (new upstream feature)
+  * debian/watch:
+    - Simplified, as Google Code now provides hrefs in the Downloads list again
   * debian/patches (implemented/included upstream):
-    + included upstream:
     - 0001-Add-OpenSSL-linking-exception-from-upstream
     - 0002-Clean-up-after-unit-tests
     - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy

Modified: packages/pyrit/trunk/debian/watch
===================================================================
--- packages/pyrit/trunk/debian/watch	2011-02-25 23:04:00 UTC (rev 6704)
+++ packages/pyrit/trunk/debian/watch	2011-02-25 23:07:16 UTC (rev 6705)
@@ -1,5 +1,3 @@
 version=3
-opts=\
-downloadurlmangle=s|.*[?]name=(.*?)&.*|http://pyrit.googlecode.com/files/$1|,\
-filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
-http://code.google.com/p/pyrit/downloads/detail[?]name=pyrit-([0-9.]+).tar.gz&.*
+http://code.google.com/p/pyrit/downloads/list \
+http://pyrit.googlecode.com/files/pyrit-([0-9.]+).tar.gz




More information about the Python-apps-commits mailing list