Bug#980047: libpam-chroot: diff for NMU version 0.9-4.4

2021-06-16 Thread Javier Fernandez-Sanguino
Dear Adrian,

Thank you for preparing the NMU but please cancel it. I have just uploaded
version 0.9-5 to unstable to fix the RC bugs.
Sorry for the delay.

Best regards,

Javier


On Wed, 16 Jun 2021 at 13:48, Adrian Bunk  wrote:

> Control: tags 980047 + patch
> Control: tags 980047 + pending
>
> Dear maintainer,
>
> I've prepared an NMU for libpam-chroot (versioned as 0.9-4.4) and
> uploaded it to DELAYED/2. Please feel free to tell me if I should cancel
> it.
>
> cu
> Adrian
>


Bug#980047: libpam-chroot: diff for NMU version 0.9-4.4

2021-06-16 Thread Adrian Bunk
Control: tags 980047 + patch
Control: tags 980047 + pending

Dear maintainer,

I've prepared an NMU for libpam-chroot (versioned as 0.9-4.4) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it.

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,10 @@
+libpam-chroot (0.9-4.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move pam_chroot.so to multiarch location. (Closes: #980047)
+
+ -- Adrian Bunk   Wed, 16 Jun 2021 14:41:17 +0300
+
 libpam-chroot (0.9-4.3) unstable; urgency=medium
 
   * Non-maintainer upload.
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,6 +31,8 @@
 
 	# Add here commands to install the package into debian/libpam-chroot
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/libpam-chroot
+	mkdir -p $(CURDIR)/debian/libpam-chroot/lib/$(DEB_HOST_MULTIARCH)
+	mv $(CURDIR)/debian/libpam-chroot/lib/security $(CURDIR)/debian/libpam-chroot/lib/$(DEB_HOST_MULTIARCH)/security
 
 
 # Build architecture-independent files here.