[Python-apps-commits] r7899 - in packages/mercurial/trunk/debian (changelog watch)

vicho-guest at users.alioth.debian.org vicho-guest at users.alioth.debian.org
Fri Dec 2 21:36:56 UTC 2011


    Date: Friday, December 2, 2011 @ 21:36:54
  Author: vicho-guest
Revision: 7899

Fix watch to cope with release candidate tarballs

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2011-12-02 21:36:51 UTC (rev 7898)
+++ packages/mercurial/trunk/debian/changelog	2011-12-02 21:36:54 UTC (rev 7899)
@@ -1,8 +1,11 @@
 mercurial (2.0.1-1) unstable; urgency=low
 
   * New upstream revision (Closes: #650727).
+  * Fix "new -rc release are not properly parsed by watch" with a patch
+    from Pierre-Yves David <pierre-yves.david at logilab.fr> (Closes:
+    #650728)
 
- -- Javi Merino <cibervicho at gmail.com>  Fri, 02 Dec 2011 21:34:18 +0000
+ -- Javi Merino <cibervicho at gmail.com>  Fri, 02 Dec 2011 21:35:31 +0000
 
 mercurial (2.0-2) unstable; urgency=low
 

Modified: packages/mercurial/trunk/debian/watch
===================================================================
--- packages/mercurial/trunk/debian/watch	2011-12-02 21:36:51 UTC (rev 7898)
+++ packages/mercurial/trunk/debian/watch	2011-12-02 21:36:54 UTC (rev 7899)
@@ -6,4 +6,5 @@
 #http://www.example.com/downloads.php mercurial-(.*)\.tar\.gz
 
 # Uncomment to examine a Webserver directory
-http://www.selenic.com/mercurial/release/mercurial-([^s].*)\.tar\.gz
+opts="uversionmangle=s/-rc/~rc/" \
+  http://www.selenic.com/mercurial/release/mercurial-([^s].*)\.tar\.gz




More information about the Python-apps-commits mailing list