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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Jul 17 12:35:48 UTC 2016


    Date: Sunday, July 17, 2016 @ 12:35:45
  Author: vicho
Revision: 13398

Fix release URL in debian/watch

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2016-07-15 01:52:50 UTC (rev 13397)
+++ packages/mercurial/trunk/debian/changelog	2016-07-17 12:35:45 UTC (rev 13398)
@@ -1,3 +1,9 @@
+mercurial (3.8.4-2) UNRELEASED; urgency=medium
+
+  * Fix release URL in debian/watch
+
+ -- Javi Merino <vicho at debian.org>  Sun, 17 Jul 2016 13:32:24 +0100
+
 mercurial (3.8.4-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/mercurial/trunk/debian/watch
===================================================================
--- packages/mercurial/trunk/debian/watch	2016-07-15 01:52:50 UTC (rev 13397)
+++ packages/mercurial/trunk/debian/watch	2016-07-17 12:35:45 UTC (rev 13398)
@@ -2,4 +2,4 @@
 version=3
 
 opts="uversionmangle=s/-rc/~rc/,pgpsigurlmangle=s/$/.asc/" \
-  http://mercurial.selenic.com/release/mercurial-(.*)\.tar\.gz
+  https://www.mercurial-scm.org/release/mercurial-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list