Source: poldi
Version: 0.4.2+git20161115.553060d-1.2
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

Please find a patch attached to install into /usr, for the currently
ongoing UsrMerge effort [1].
It has been build-tested and checked by dumat.

Please review it and upload to unstable during the trixie cycle,
preferably before the time_t-64bit transition.

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].

Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru poldi-0.4.2+git20161115.553060d/debian/changelog poldi-0.4.2+git20161115.553060d/debian/changelog
--- poldi-0.4.2+git20161115.553060d/debian/changelog	2022-11-19 22:57:43.000000000 +0100
+++ poldi-0.4.2+git20161115.553060d/debian/changelog	2024-01-09 23:28:48.000000000 +0100
@@ -1,3 +1,10 @@
+poldi (0.4.2+git20161115.553060d-1.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install into /usr (DEP17 M2) (Closes: #-1)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Tue, 09 Jan 2024 23:28:48 +0100
+
 poldi (0.4.2+git20161115.553060d-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru poldi-0.4.2+git20161115.553060d/debian/libpam-poldi.install poldi-0.4.2+git20161115.553060d/debian/libpam-poldi.install
--- poldi-0.4.2+git20161115.553060d/debian/libpam-poldi.install	2016-11-11 08:07:45.000000000 +0100
+++ poldi-0.4.2+git20161115.553060d/debian/libpam-poldi.install	2024-01-09 23:28:48.000000000 +0100
@@ -1,3 +1,3 @@
 etc/poldi
-lib/*/security/pam_poldi.so
+usr/lib/*/security/pam_poldi.so
 usr/share/locale
diff -Nru poldi-0.4.2+git20161115.553060d/debian/rules poldi-0.4.2+git20161115.553060d/debian/rules
--- poldi-0.4.2+git20161115.553060d/debian/rules	2016-11-07 07:33:15.000000000 +0100
+++ poldi-0.4.2+git20161115.553060d/debian/rules	2024-01-09 23:28:48.000000000 +0100
@@ -8,7 +8,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --sysconfdir=/etc \
-	    --with-pam-module-directory=/lib/$(DEB_HOST_MULTIARCH)/security \
+	    --with-pam-module-directory=/usr/lib/$(DEB_HOST_MULTIARCH)/security \
 	    --libexecdir=\$${prefix}/lib/gnupg
 
 override_dh_auto_install:

Reply via email to