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 | |
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.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3701e1fd..fb1b702f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,8 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low * Drop patch 049_pam_unix_sane_locking, which upon review is not needed; it reduces the length of time we hold the lock, but at the expense of being able to enforce minimum times between password changes. + * debian/watch: upstream has hit 1.0, so we're no longer in a "pre" + directory. Fix up the regex for uscan. -- Steve Langasek <vorlon@debian.org> Tue, 22 Jul 2008 10:55:45 -0700 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 |