summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2024-02-02 08:21:29 -0700
committerSam Hartman <hartmans@debian.org>2024-02-02 08:21:29 -0700
commitf8b66079e991a07d5c708aacfe8ddb2f164b5ef9 (patch)
tree5e167256bfd737162e21831820c3cdbce5947f01
parenta51be9d1164d6085fae716097f1977400a290c6e (diff)
timet transition
-rw-r--r--debian/control9
-rw-r--r--debian/libpam0t64.docs (renamed from debian/libpam0g.docs)0
-rw-r--r--debian/libpam0t64.install (renamed from debian/libpam0g.install)0
-rw-r--r--debian/libpam0t64.lintian-overrides (renamed from debian/libpam0g.lintian-overrides)9
-rw-r--r--debian/libpam0t64.postinst (renamed from debian/libpam0g.postinst)0
-rw-r--r--debian/libpam0t64.symbols (renamed from debian/libpam0g.symbols)2
-rw-r--r--debian/libpam0t64.templates (renamed from debian/libpam0g.templates)0
7 files changed, 12 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index cfc1e275..ea56776a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,13 @@ Vcs-Git: https://salsa.debian.org/vorlon/pam.git
Homepage: http://www.linux-pam.org/
Rules-Requires-Root: binary-targets
-Package: libpam0g
+Package: libpam0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libpam0g
+Breaks: libpam0g (<< ${source:Version})
Architecture: any
Multi-Arch: same
-Replaces: libpam0g-util
+Replaces: libpam0g, libpam0g-util
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: libpam-doc
@@ -69,7 +72,7 @@ Package: libpam0g-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libpam0g (= ${binary:Version}), libc6-dev|libc-dev
+Depends: ${misc:Depends}, libpam0t64 (= ${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
diff --git a/debian/libpam0g.docs b/debian/libpam0t64.docs
index 8ef4b45a..8ef4b45a 100644
--- a/debian/libpam0g.docs
+++ b/debian/libpam0t64.docs
diff --git a/debian/libpam0g.install b/debian/libpam0t64.install
index 3ddde584..3ddde584 100644
--- a/debian/libpam0g.install
+++ b/debian/libpam0t64.install
diff --git a/debian/libpam0g.lintian-overrides b/debian/libpam0t64.lintian-overrides
index ef3655f5..53f69391 100644
--- a/debian/libpam0g.lintian-overrides
+++ b/debian/libpam0t64.lintian-overrides
@@ -1,11 +1,12 @@
# obvious multilib package false-positive; also the package name hasn't
# changed since the glibc transition, go us!
-libpam0g: package-name-doesnt-match-sonames libpam-misc0 libpam0 libpamc0
+libpam0t64: package-name-doesnt-match-sonames libpam-misc0 libpam0 libpamc0
# yes, these are deliberately asked in the postinst because the checking
# for daemons to be restarted needs to be done in the postinst and not
# before
-libpam0g: no-debconf-config
-libpam0g: postinst-uses-db-input
+libpam0t64: no-debconf-config
+libpam0t64: postinst-uses-db-input
# Yes, we want to use systemctl; if the service is running we do need
# to restart it. We have already asked the admin.
-libpam0g: maintainer-script-calls-systemctl
+libpam0t64: maintainer-script-calls-systemctl
+libpam0t64: package-name-doesnt-match-sonames libpam0g
diff --git a/debian/libpam0g.postinst b/debian/libpam0t64.postinst
index 6279f684..6279f684 100644
--- a/debian/libpam0g.postinst
+++ b/debian/libpam0t64.postinst
diff --git a/debian/libpam0g.symbols b/debian/libpam0t64.symbols
index c8bfbb0a..f531fe9e 100644
--- a/debian/libpam0g.symbols
+++ b/debian/libpam0t64.symbols
@@ -1,4 +1,4 @@
-libpam.so.0 libpam0g #MINVER#
+libpam.so.0 libpam0t64 #MINVER#
*@LIBPAM_1.0 0.99.7.1
*@LIBPAM_1.4 1.4.0
*@LIBPAM_EXTENSION_1.0 0.99.7.1
diff --git a/debian/libpam0g.templates b/debian/libpam0t64.templates
index 2ea4bca7..2ea4bca7 100644
--- a/debian/libpam0g.templates
+++ b/debian/libpam0t64.templates