Author: jamessan
Date: 2009-12-30 18:11:07 +0000 (Wed, 30 Dec 2009)
New Revision: 2056

Modified:
   trunk/debian/changelog
   trunk/scripts/uscan.1
Log:
uscan: Add missing escape of '\' in man page.  Thanks to Marco TĂșlio Gontijo 
for the patch.  (Closes: #562857)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-12-30 15:42:26 UTC (rev 2055)
+++ trunk/debian/changelog      2009-12-30 18:11:07 UTC (rev 2056)
@@ -5,6 +5,9 @@
     Geissert.  (Closes: #560774)
   * who-uploads: Show usage if no arguments are given.  Thanks to Kumar
     Appaiah.  (Closes: #560955)
+  * uscan:
+    + Add missing escape of '\' in man page.  Thanks to Marco TĂșlio Gontijo
+      for the patch.  (Closes: #562857)
 
   [ Patrick Schoenfeld ]
   * licensecheck: Add support for some common variants of the WTFPL

Modified: trunk/scripts/uscan.1
===================================================================
--- trunk/scripts/uscan.1       2009-12-30 15:42:26 UTC (rev 2055)
+++ trunk/scripts/uscan.1       2009-12-30 18:11:07 UTC (rev 2056)
@@ -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
 
 # qa.debian.org runs a redirector which allows a simpler form of URL
 # for SourceForge based projects. The format below will automatically



-- 
To unsubscribe, send mail to [email protected].

Reply via email to