Your message dated Sat, 2 Mar 2024 15:40:09 +0100
with message-id <ZeM6SYBEMOjVO7fW@per>
and subject line #1060337: fixed in 0.5-3.3
has caused the Debian Bug report #1060337,
regarding barada-pam: install into /usr for DEP17, NMU version 0.5-3.3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1060337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: barada-pam
Version: 0.5-3.2
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for barada-pam (versioned as 0.5-3.3) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.
I assume you do not intend to backport to bookworm or earlier.
For additional details about DEP17, please see
https://wiki.debian.org/UsrMerge
Best,
Chris
diff -Nru barada-pam-0.5/debian/changelog barada-pam-0.5/debian/changelog
--- barada-pam-0.5/debian/changelog 2022-03-29 19:08:27.000000000 +0200
+++ barada-pam-0.5/debian/changelog 2024-01-09 19:54:45.000000000 +0100
@@ -1,3 +1,11 @@
+barada-pam (0.5-3.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Install aliased files into /usr (DEP17 M2)
+ * Install PAM module into multiarch path.
+
+ -- Chris Hofstaedtler <[email protected]> Tue, 09 Jan 2024 19:54:45 +0100
+
barada-pam (0.5-3.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru barada-pam-0.5/debian/libpam-barada.install barada-pam-0.5/debian/libpam-barada.install
--- barada-pam-0.5/debian/libpam-barada.install 2012-05-31 19:42:44.000000000 +0200
+++ barada-pam-0.5/debian/libpam-barada.install 2024-01-09 19:54:45.000000000 +0100
@@ -1,2 +1,2 @@
-lib/security/*.so
+usr/lib/*/security/*.so
usr/bin/* usr/sbin
diff -Nru barada-pam-0.5/debian/rules barada-pam-0.5/debian/rules
--- barada-pam-0.5/debian/rules 2012-05-31 19:42:44.000000000 +0200
+++ barada-pam-0.5/debian/rules 2024-01-09 19:54:39.000000000 +0100
@@ -43,7 +43,7 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ $(MAKE) pam_barada_sodir=/usr/lib/$(DEB_HOST_MULTIARCH)/security
touch $@
@@ -65,7 +65,7 @@
dh_installdirs
# Add here commands to install the package into debian/tmp
- $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+ $(MAKE) pam_barada_sodir=/usr/lib/$(DEB_HOST_MULTIARCH)/security DESTDIR=$(CURDIR)/debian/tmp install
# barada-add goes and makes /etc/barada.d 0600 because the keys
# to the castle are stored there
chmod 600 $(CURDIR)/debian/libpam-barada/etc/barada.d
--- End Message ---
--- Begin Message ---
Source: barada-pam
Source-Version: 0.5-3.3
--- End Message ---