From 35ba614e7bff45179ed0c5072cbc51784cfc6cfe Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 21 Jun 2011 01:20:50 -0700 Subject: bump the maintainer script version check to 1.1.3-2 --- debian/libpam-modules.preinst | 2 +- debian/libpam0g.postinst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/libpam-modules.preinst b/debian/libpam-modules.preinst index 18ae4f03..6ee3e91d 100644 --- a/debian/libpam-modules.preinst +++ b/debian/libpam-modules.preinst @@ -4,7 +4,7 @@ set -e . /usr/share/debconf/confmodule -if dpkg --compare-versions "$2" lt-nl 1.1.3-1; then +if dpkg --compare-versions "$2" lt-nl 1.1.3-2; then db_version 2.0 if pidof xscreensaver xlockmore >/dev/null; then diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst index c58ed66e..741134ce 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -85,7 +85,7 @@ installed_services() { if [ "$1" = "configure" ] then if [ ! -z "$2" ]; then - if dpkg --compare-versions "$2" lt 1.1.3-1; then + if dpkg --compare-versions "$2" lt 1.1.3-2; then db_version 2.0 echo -n "Checking for services that may need to be restarted..." @@ -186,7 +186,7 @@ then # Shut down the frontend, to make sure none of the # restarted services keep a connection open to it db_stop - fi # end upgrading and $2 lt 1.1.3-1 + fi # end upgrading and $2 lt 1.1.3-2 fi # Upgrading fi -- cgit v1.2.3