Author: adam-guest
Date: 2008-02-21 20:33:43 +0000 (Thu, 21 Feb 2008)
New Revision: 1037
Modified:
trunk/debian/changelog
trunk/scripts/uscan.1
Log:
+ Fix an escaping error in one of the manpage's examples for twisted
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-02-21 19:38:08 UTC (rev 1036)
+++ trunk/debian/changelog 2008-02-21 20:33:43 UTC (rev 1037)
@@ -19,6 +19,7 @@
+ Mention an alternative form of sourceforge URL to the manpage that
allows checking for new versions when the qa.d.o redirector doesn't
work (Closes: #433408)
+ + Fix an escaping error in one of the manpage's examples for twisted
* Packaging changes:
+ README: Update descriptions of tagpending and debchange
+ debian/control:
Modified: trunk/scripts/uscan.1
===================================================================
--- trunk/scripts/uscan.1 2008-02-21 19:38:08 UTC (rev 1036)
+++ trunk/scripts/uscan.1 2008-02-21 20:33:43 UTC (rev 1037)
@@ -66,7 +66,7 @@
# http://site/inter/mediate/dir/
http://tmrc.mit.edu/mirror/twisted/Twisted/(\\d\\.\\d)/ \\
Twisted-([\\d\\.]*)\\.tar\\.bz2
-http://tmrc.mit.edu/mirror/twisted/Twisted/(\\d\.\\d)/Twisted-(\\[\\d\\.]*)\\.tar\\.bz2
+http://tmrc.mit.edu/mirror/twisted/Twisted/(\\d\.\\d)/Twisted-([\\d\\.]*)\\.tar\\.bz2
# If your package is located on sourceforge, use one of the following
# formats to automatically use the qa.debian.org redirector, avoiding
--
To unsubscribe, send mail to [EMAIL PROTECTED]