aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2024-02-29 09:10:47 -0700
committerSam Hartman <hartmans@debian.org>2024-02-29 09:10:47 -0700
commit402c9e7b909df6729e3b0c87a44b53729c4421ef (patch)
tree8ee8420ddc552d69336b4e0c06d4c697d6e6a19c /debian/control
parent529fd7d80cabd6c20949feddbef2215e6c9f5b0a (diff)
downloadpam-402c9e7b909df6729e3b0c87a44b53729c4421ef.tar.gz
pam-402c9e7b909df6729e3b0c87a44b53729c4421ef.tar.bz2
pam-402c9e7b909df6729e3b0c87a44b53729c4421ef.zip
Revert renaming libpam0g to libpam0t64 for time_t transition: apt
sometimes removess libpam0g rather than simply letting libpam0t64 replace libpam0g (and deconfiguring libpam0g), leaving a system where essential packages are broken, Closes: #1065017 This reverts commit f8b66079e991a07d5c708aacfe8ddb2f164b5ef9.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index ea56776a..cfc1e275 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,10 @@ Vcs-Git: https://salsa.debian.org/vorlon/pam.git
Homepage: http://www.linux-pam.org/
Rules-Requires-Root: binary-targets
-Package: libpam0t64
-Provides: ${t64:Provides}
-X-Time64-Compat: libpam0g
-Breaks: libpam0g (<< ${source:Version})
+Package: libpam0g
Architecture: any
Multi-Arch: same
-Replaces: libpam0g, libpam0g-util
+Replaces: libpam0g-util
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: libpam-doc
@@ -72,7 +69,7 @@ Package: libpam0g-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libpam0t64 (= ${binary:Version}), libc6-dev|libc-dev
+Depends: ${misc:Depends}, libpam0g (= ${binary:Version}), libc6-dev|libc-dev
Provides: libpam-dev
Description: Development files for PAM
Contains C header files and development libraries for libpam, the Pluggable