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

Reply via email to