From b987c977d0a2ab5790f2b3bc36e8d5bd5401a8db Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 6 Oct 2005 23:46:50 +0000 Subject: [PATCH] * Add a watch file. --- debian/changelog | 1 + debian/watch | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index 14a7bfab5..a6e61a35b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ openafs (1.4rc6-1) unstable; urgency=low * Install afsd in /sbin rather than /usr/sbin. While putting /usr in AFS isn't as common as it once was, no reason to make it harder than it needs to be. + * Add a watch file. * Remove the unused and uninstalled make-links script. -- diff --git a/debian/watch b/debian/watch new file mode 100644 index 000000000..a535e92b8 --- /dev/null +++ b/debian/watch @@ -0,0 +1,16 @@ +# debian/watch -- Rules for uscan to find new upstream versions. +# +# Note that the following watch file does not find development releases, +# only general releases and release candidates. If we package development +# releases, a rule should be added to find them as well. + +version=3 + +# Without the /pages in the URL, one gets the frameset page. +http://www.openafs.org/pages/release/latest.html \ + .*/openafs-([^-]+)-src\.tar\.gz + +# Release candidates are stashed in another secret place and we change the +# version number for proper sorting of versions in Debian. +opts="uversionmangle=s/\.0-rc/rc/" \ + http://dl.openafs.org/dl/openafs/candidate/ ([^/]+-rc\d+)/ -- 2.39.5