diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-28 23:26:30 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:27 -0800 |
commit | 7b42f6c023fbc2c1950aa2fc2b1f8176268ecad6 (patch) | |
tree | 10f5e4fbed27ea4a26bb5221d2422d30970923eb /debian/libpam-runtime.postinst | |
parent | 542d16065516ed7a86b0126930fe02b93a3b23b5 (diff) | |
download | pam-7b42f6c023fbc2c1950aa2fc2b1f8176268ecad6.tar.gz pam-7b42f6c023fbc2c1950aa2fc2b1f8176268ecad6.tar.bz2 pam-7b42f6c023fbc2c1950aa2fc2b1f8176268ecad6.zip |
bump the referenced version number again for one /really/ final pam upload to
lenny, and update the checksums to point at the current template versions
(replacing the previous md5sums, since that version was never uploaded to
Debian)
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r-- | debian/libpam-runtime.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst index 534616d3..e684db9a 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -4,7 +4,7 @@ # -- only create on package install. force= -if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-4 +if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-5 then force=--force for configfile in common-auth common-account common-session \ |