Source: pam-p11
Version: 0.3.1-1.2
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. pam-p11 installs files into /lib; these should be moved into
the respective canonical locations in /usr/.

Please find a patch attached. It has been build-tested.

Note: this should not be backported to bookworm. If you intend to
backport, please use dh_movetousr instead.

If your package will change for the t64 transition or otherwise
rename/split/move its binaries (packages) during trixie, please
then upload to experimental and get in touch with the UsrMerge
driver, please see the wiki [1].

Michael

[1] https://wiki.debian.org/UsrMerge
diff -Nru pam-p11-0.3.1/debian/changelog pam-p11-0.3.1/debian/changelog
--- pam-p11-0.3.1/debian/changelog      2022-11-18 17:02:03.000000000 +0100
+++ pam-p11-0.3.1/debian/changelog      2024-01-23 00:04:38.000000000 +0100
@@ -1,3 +1,10 @@
+pam-p11 (0.3.1-1.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install PAM modules into /usr. (Closes: #-1)
+
+ -- Michael Biebl <bi...@debian.org>  Tue, 23 Jan 2024 00:04:38 +0100
+
 pam-p11 (0.3.1-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pam-p11-0.3.1/debian/rules pam-p11-0.3.1/debian/rules
--- pam-p11-0.3.1/debian/rules  2022-11-18 17:02:03.000000000 +0100
+++ pam-p11-0.3.1/debian/rules  2024-01-23 00:04:38.000000000 +0100
@@ -8,4 +8,4 @@
        dh $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --libdir=/lib/$(DEB_HOST_MULTIARCH) 
--disable-strict
+       dh_auto_configure -- 
--with-pamdir=/usr/lib/$(DEB_HOST_MULTIARCH)/security --disable-strict

Reply via email to