[pkg-lynx-commits] [lynx-cur] 01/01: Simplify debian/watch to only match so far used combinations

Axel Beckert abe at deuxchevaux.org
Wed Nov 16 09:59:09 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 07b1e946a52dc08cd6f41bfc4bf41c2a8fa08b1d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 16 10:58:08 2016 +0100

    Simplify debian/watch to only match so far used combinations
    
    Also only look for a single compression type (bzip2).
---
 debian/changelog | 2 ++
 debian/watch     | 6 ++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c82e25c..c5424bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ lynx (2.8.9dev10-2) unstable; urgency=medium
 
   * Clarify changelog entry about CVE-2016-9179 in previous changelog
     entry.
+  * Simplify debian/watch to only match so far used combinations and to
+    only look for a single compression type (bzip2).
 
  -- Axel Beckert <abe at debian.org>  Mon, 14 Nov 2016 13:30:00 +0100
 
diff --git a/debian/watch b/debian/watch
index b78ba46..d043cbf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,6 @@
 version=3
 opts=uversionmangle=s/dev\.(\d+)/dev$1/,pgpsigurlmangle=s/$/.asc/ \
-ftp://invisible-island.net/lynx/tarballs/ \
-(?:|.*/)lynx(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+ftp://invisible-island.net/lynx/tarballs/ lynx(\d[^\s/]*)\.tar\.bz2
 
 #opts=uversionmangle=s/dev\.(\d+)/dev$1/,pgpsigurlmangle=s/$/.asc/ \
-#http://invisible-mirror.net/archives/lynx/tarballs/ \
-#(?:|.*/)lynx(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+#http://invisible-mirror.net/archives/lynx/tarballs/ lynx(\d[^\s/]*)\.tar\.bz2

-- 
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