Source: libpam-abl
Version: 0.6.0-6
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-abl installs files into /lib; these
should be moved into the respective directories 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-abl-0.6.0/debian/changelog libpam-abl-0.6.0/debian/changelog
--- libpam-abl-0.6.0/debian/changelog   2022-10-26 15:36:18.000000000 +0200
+++ libpam-abl-0.6.0/debian/changelog   2024-01-22 23:19:15.000000000 +0100
@@ -1,3 +1,11 @@
+libpam-abl (0.6.0-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix multiarch.patch to respect prefix, install PAM module into /usr.
+    (Closes: #-1)
+
+ -- Michael Biebl <bi...@debian.org>  Mon, 22 Jan 2024 23:19:15 +0100
+
 libpam-abl (0.6.0-6) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru libpam-abl-0.6.0/debian/patches/multiarch.patch 
libpam-abl-0.6.0/debian/patches/multiarch.patch
--- libpam-abl-0.6.0/debian/patches/multiarch.patch     2022-10-26 
15:36:18.000000000 +0200
+++ libpam-abl-0.6.0/debian/patches/multiarch.patch     2024-01-22 
23:19:09.000000000 +0100
@@ -7,4 +7,4 @@
        RUNTIME DESTINATION bin
  )
 -INSTALL(TARGETS pam-abl_lib DESTINATION lib/security)
-+INSTALL(TARGETS pam-abl_lib DESTINATION 
/lib/$ENV{DEB_HOST_MULTIARCH}/security)
++INSTALL(TARGETS pam-abl_lib DESTINATION lib/$ENV{DEB_HOST_MULTIARCH}/security)

Reply via email to