Control: tags 965672 + patch
Control: tags 991113 + patch

Dear maintainer,

I've uploaded an NMU for libpam-chroot (versioned as 0.9-5.1).
The diff is attached to this message.

cu
Adrian
diff -u libpam-chroot-0.9/debian/changelog libpam-chroot-0.9/debian/changelog
--- libpam-chroot-0.9/debian/changelog
+++ libpam-chroot-0.9/debian/changelog
@@ -1,3 +1,11 @@
+libpam-chroot (0.9-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/compat: 5 -> 7. (Closes: #965672)
+  * Install pam_chroot.so to the correct directory. (Closes: #991113)
+
+ -- Adrian Bunk <b...@debian.org>  Wed, 08 Feb 2023 12:00:07 +0200
+
 libpam-chroot (0.9-5) unstable; urgency=high
 
   * debian/rules: Install the PAM module in the right location 
diff -u libpam-chroot-0.9/debian/compat libpam-chroot-0.9/debian/compat
--- libpam-chroot-0.9/debian/compat
+++ libpam-chroot-0.9/debian/compat
@@ -1 +1 @@
-5
+7
diff -u libpam-chroot-0.9/debian/rules libpam-chroot-0.9/debian/rules
--- libpam-chroot-0.9/debian/rules
+++ libpam-chroot-0.9/debian/rules
@@ -31,9 +31,9 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
-	mkdir -p $(CURDIR)/debian/libpam-chroot/lib/$(DEB_HOST_MULTIARCH)
+	mkdir -p $(CURDIR)/debian/libpam-chroot/lib/$(DEB_HOST_MULTIARCH)/security
 	# Add here commands to install the package into debian/libpam-chroot
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/libpam-chroot LIBDIR=$(CURDIR)/debian/libpam-chroot/lib/$(DEB_HOST_MULTIARCH) INSTALL="install --strip-program=true"
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/libpam-chroot LIBDIR=$(CURDIR)/debian/libpam-chroot/lib/$(DEB_HOST_MULTIARCH)/security INSTALL="install --strip-program=true"
 
 
 # Build architecture-independent files here.

Reply via email to