diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-26 16:35:30 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:54 -0800 |
commit | beed1164bfe7837523c4e842bc8ffcde208559b2 (patch) | |
tree | 9100cdb21bfbe6ae4ca9a4199a29a2ec69c23205 /debian/watch | |
parent | 1af5e44da0b966eb3f277d3d98eb0f200538d623 (diff) | |
download | pam-beed1164bfe7837523c4e842bc8ffcde208559b2.tar.gz pam-beed1164bfe7837523c4e842bc8ffcde208559b2.tar.bz2 pam-beed1164bfe7837523c4e842bc8ffcde208559b2.zip |
debian/watch: upstream has hit 1.0, so we're no longer in a "pre"
directory. Fix up the regex for uscan.
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 1caa90ef..da5e1ef6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts=pasv ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-(.*).tar.gz +opts=pasv ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-(.*).tar.gz |