diff options
author | Steve Langasek <vorlon@debian.org> | 2010-01-04 12:50:11 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:26:02 -0800 |
commit | c84ac54e5fe152693248f674b6294759f338c4a2 (patch) | |
tree | 905a61713e2e0dc6eeecf7d974ebed8a6afe406f | |
parent | 2ab8d085227ff8e0a4ab662edeb24ab9deb0e1ed (diff) | |
download | pam-c84ac54e5fe152693248f674b6294759f338c4a2.tar.gz pam-c84ac54e5fe152693248f674b6294759f338c4a2.tar.bz2 pam-c84ac54e5fe152693248f674b6294759f338c4a2.zip |
And drop postgresql-{7.4,8.1} from the list, neither of which is present
in stable.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam0g.postinst | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 07fa39d0..722d1957 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ pam (1.1.0-5) UNRELEASED; urgency=low Closes: #556203. * Add postgresql-8.3 to the list of services in need of restart on upgrade. Closes: #563674. + * And drop postgresql-{7.4,8.1} from the list, neither of which is present + in stable. -- Steve Langasek <vorlon@debian.org> Wed, 16 Sep 2009 15:25:40 -0700 diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst index 287d1f95..8c72cf65 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -97,8 +97,8 @@ then check="$check heartbeat-2 hylafax-server iiimf-server inn2" check="$check kannel linesrv linesrv-mysql lsh-server" check="$check muddleftpd netatalk nuauth partimage-server" - check="$check perdition pgpool popa3d postgresql-7.4" - check="$check postgresql-8.1 postgresql-8.2 postgresql-8.3 proftpd pure-ftpd" + check="$check perdition pgpool popa3d" + check="$check postgresql-8.2 postgresql-8.3 proftpd pure-ftpd" check="$check pure-ftpd-ldap pure-ftpd-mysql" check="$check pure-ftpd-postgresql racoon samba sasl2-bin" check="$check sfs-server solid-pop3d squid squid3 tac-plus" |