Source: libpam-script
Version: 1.1.9-5
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. libpam-script 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 libpam-script-1.1.9/debian/changelog 
libpam-script-1.1.9/debian/changelog
--- libpam-script-1.1.9/debian/changelog        2021-03-03 13:11:04.000000000 
+0100
+++ libpam-script-1.1.9/debian/changelog        2024-01-29 22:09:09.000000000 
+0100
@@ -1,3 +1,10 @@
+libpam-script (1.1.9-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install PAM module into /usr. (Closes: #-1)
+
+ -- Michael Biebl <bi...@debian.org>  Mon, 29 Jan 2024 22:09:09 +0100
+
 libpam-script (1.1.9-5) unstable; urgency=medium
 
   * change lib dir (closes: #983183)
diff -Nru libpam-script-1.1.9/debian/rules libpam-script-1.1.9/debian/rules
--- libpam-script-1.1.9/debian/rules    2021-03-03 13:11:04.000000000 +0100
+++ libpam-script-1.1.9/debian/rules    2024-01-29 22:08:56.000000000 +0100
@@ -12,7 +12,7 @@
        dh_clean
 
 override_dh_auto_configure:
-       dh_auto_configure -- --sysconfdir=/usr/share/libpam-script 
--libdir=/lib/$(DEB_HOST_MULTIARCH)/security
+       dh_auto_configure -- --sysconfdir=/usr/share/libpam-script 
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/security
 
 override_dh_install:
        rm -f debian/libpam-script/usr/share/libpam-script/pam_script*

Reply via email to