[pkg-lynx-commits] [lynx-cur] 01/04: Reorder URLs in watch file so that the mirrors come second
Axel Beckert
abe at deuxchevaux.org
Wed Apr 27 08:04:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository lynx-cur.
commit 567a5e9f3d2cb94460e8b92b1e040c1d911f5936
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Wed Apr 27 09:53:58 2016 +0200
Reorder URLs in watch file so that the mirrors come second
Recent versions of uscan otherwise won't download new versions but
just report them.
---
debian/changelog | 6 ++++++
debian/watch | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0cec276..826d62c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
lynx (2.8.9dev8-5) UNRELEASED; urgency=medium
+ [ Andreas Metzler ]
* Fix arch-indep only build. Closes: #814436
+ [ Axel Beckert ]
+ * Reorder URLs in watch file so that the mirrors come second. Recent
+ versions of uscan otherwise won't download new versions but just
+ report them.
+
-- Andreas Metzler <ametzler at debian.org> Thu, 11 Feb 2016 16:35:42 +0100
lynx (2.8.9dev8-4) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index 2f6ab95..b763db7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,8 @@
version=3
opts=uversionmangle=s/dev\.(\d+)/dev$1/,pgpsigurlmangle=s/$/.asc/ \
-http://invisible-mirror.net/archives/lynx/tarballs/ \
+ftp://invisible-island.net/lynx/tarballs/ \
(?:|.*/)lynx(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
opts=uversionmangle=s/dev\.(\d+)/dev$1/,pgpsigurlmangle=s/$/.asc/ \
-ftp://invisible-island.net/lynx/tarballs/ \
+http://invisible-mirror.net/archives/lynx/tarballs/ \
(?:|.*/)lynx(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lynx/lynx-cur.git
More information about the pkg-lynx-commits
mailing list