From 96a230042a99b5532e013c98e93e21f49f02b6d3 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Tue, 10 Jan 2023 13:20:09 +0900 Subject: Imported Upstream version 20220109 --- package/debian/watch | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'package/debian/watch') diff --git a/package/debian/watch b/package/debian/watch index 2cc2e15..bf42035 100644 --- a/package/debian/watch +++ b/package/debian/watch @@ -1,4 +1,23 @@ -version=3 +version=4 -opts=passive ftp://ftp.invisible-island.net/byacc/byacc-(\d+)\.tgz \ - debian uupdate +# upstream provides tarballs such as "byacc-20220101.tgz" (originally to +# keep the filenames compatible with systems where multiple "." are illegal). +# +# The version number (2.0) is current since late 2020; before that it was +# "1.9" for a long time. Use +# byacc -V +# to see the version number: +# byacc - 2.0 20220101 +# +# The introduction of the back-tracking configuration motivated the change of +# major/minor numbers; for compatibility the parser skeleton still says "1.9". +# +# Patch-dates are always # in yyyymmdd format. + +opts=pgpsigurlmangle=s/.*/$0.asc/,\ +dversionmangle=s/^\d\.\d\.(\d+)/$1/,\ +filenamemangle=s/^.*\/(byacc)-(\d+)\.tgz/$1_2.0.$2.orig.tar.gz/ \ + https://invisible-mirror.net/archives/byacc/byacc-(\d+)\.tgz + +#opts=pgpsigurlmangle=s/.*/$0.asc/ +# https://invisible-mirror.net/archives/byacc/byacc-(\d+)\.tgz -- cgit v1.2.3