From 5c56b24b9862abf67aa4b3cf3b8c118aaaa140b3 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 19 Aug 2008 14:27:42 -0700 Subject: turn on for libpam-runtime, because of debconf --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4f181e92..f5d1a0d9 100644 --- a/debian/control +++ b/debian/control @@ -42,6 +42,7 @@ Package: libpam-runtime Section: admin Priority: required Architecture: all +Depends: ${misc:Depends} Replaces: libpam0g-util, libpam0g-dev Conflicts: libpam0g-util, libpam0g (<< 0.66-0) Description: Runtime support for the PAM library -- cgit v1.2.3 From d045b57c7d94f08cbe46b0c2515d54986b41f37d Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 20 Aug 2008 00:39:11 -0700 Subject: libpam-cracklib: versioned depend on libpam-runtime, and invoke pam-auth-config in the postinst --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f5d1a0d9..ed4a4f8d 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Package: libpam-cracklib Priority: optional Architecture: any Replaces: libpam0g-cracklib -Depends: ${shlibs:Depends}, cracklib-runtime, wamerican | wordlist +Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-3), cracklib-runtime, wamerican | wordlist Description: PAM module to enable cracklib support This package includes libpam_cracklib, a PAM module that tests passwords to make sure they are not too weak during password change. -- cgit v1.2.3 From 1d93bdd82c0196f60aac1361b9fdfa8451ec40fe Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 20 Aug 2008 12:14:00 -0700 Subject: bump the version check to 1.0.1-4; we had to upload 1.0.1-3 as a security fix --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ed4a4f8d..aebd619b 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Package: libpam-cracklib Priority: optional Architecture: any Replaces: libpam0g-cracklib -Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-3), cracklib-runtime, wamerican | wordlist +Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-4), cracklib-runtime, wamerican | wordlist Description: PAM module to enable cracklib support This package includes libpam_cracklib, a PAM module that tests passwords to make sure they are not too weak during password change. -- cgit v1.2.3 From 7b42f6c023fbc2c1950aa2fc2b1f8176268ecad6 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 28 Aug 2008 23:26:30 -0700 Subject: 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) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index aebd619b..b159b7fb 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Package: libpam-cracklib Priority: optional Architecture: any Replaces: libpam0g-cracklib -Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-4), cracklib-runtime, wamerican | wordlist +Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-5), cracklib-runtime, wamerican | wordlist Description: PAM module to enable cracklib support This package includes libpam_cracklib, a PAM module that tests passwords to make sure they are not too weak during password change. -- cgit v1.2.3 From f3adbcb0a9685b0ea34a52bc34c2a82469a585c5 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 12 Nov 2008 17:59:58 -0800 Subject: libpam-runtime needs a versioned dep on debconf, because it uses x_loadtemplatefile --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b159b7fb..ae161407 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Package: libpam-runtime Section: admin Priority: required Architecture: all -Depends: ${misc:Depends} +Depends: debconf (>= 1.5.19) | cdebconf Replaces: libpam0g-util, libpam0g-dev Conflicts: libpam0g-util, libpam0g (<< 0.66-0) Description: Runtime support for the PAM library -- cgit v1.2.3 From 4456ce6011a0b5551c8577a837475b369ce56d86 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 5 Jan 2009 03:32:35 -0800 Subject: libpam-runtime depends only on debconf (>= 1.5.19), with no alternative for cdebconf; discussion on debian-devel reveals that only debconf itself provides the confmodule portion these days, so we must have the correct version of debconf regardless of whether cdebconf is also installed. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ae161407..cad090b3 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Package: libpam-runtime Section: admin Priority: required Architecture: all -Depends: debconf (>= 1.5.19) | cdebconf +Depends: debconf (>= 1.5.19) Replaces: libpam0g-util, libpam0g-dev Conflicts: libpam0g-util, libpam0g (<< 0.66-0) Description: Runtime support for the PAM library -- cgit v1.2.3 From 9217840f588c8f7d408d5d02a6fc6e069c8267ac Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 7 Jan 2009 23:13:59 -0800 Subject: bump the versioned dep on libpam-runtime as well --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 453ec613..a9a31f62 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Package: libpam-cracklib Priority: optional Architecture: any Replaces: libpam0g-cracklib -Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-5), cracklib-runtime, wamerican | wordlist +Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-6), cracklib-runtime, wamerican | wordlist Description: PAM module to enable cracklib support This package includes libpam_cracklib, a PAM module that tests passwords to make sure they are not too weak during password change. -- cgit v1.2.3