summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/libpam0g.postinst4
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"