Control: tags 1073831 + patch
Control: tags 1073831 + pending
Control: affects -1 + src:partclone

I'm sorry about this oversight.

Attached is an NMU patch; I'll upload to DELAYED/5.
I've also sent a new patch version towards upstream.

Chris

diff -Nru xfsprogs-6.8.0/debian/changelog xfsprogs-6.8.0/debian/changelog
--- xfsprogs-6.8.0/debian/changelog	2024-06-12 17:50:50.000000000 +0200
+++ xfsprogs-6.8.0/debian/changelog	2024-06-19 23:33:58.000000000 +0200
@@ -1,3 +1,10 @@
+xfsprogs (6.8.0-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix installation of files into xfslibs-dev (Closes: #1073831)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Wed, 19 Jun 2024 23:33:58 +0200
+
 xfsprogs (6.8.0-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xfsprogs-6.8.0/debian/rules xfsprogs-6.8.0/debian/rules
--- xfsprogs-6.8.0/debian/rules	2024-05-12 19:03:34.000000000 +0200
+++ xfsprogs-6.8.0/debian/rules	2024-06-19 23:33:58.000000000 +0200
@@ -103,9 +103,8 @@
 	$(pkgdev) $(MAKE) -C . install-dev
 	$(pkgdi)  $(MAKE) -C debian install-d-i
 	install -D -m 0755 debian/local/initramfs.hook debian/xfsprogs/usr/share/initramfs-tools/hooks/xfs
-	rm -f debian/xfslibs-dev/lib/$(DEB_HOST_MULTIARCH)/libhandle.la
-	rm -f debian/xfslibs-dev/lib/$(DEB_HOST_MULTIARCH)/libhandle.a
-	rm -fr debian/xfslibs-dev/usr/lib
+	rm -f debian/xfslibs-dev/usr/lib/$(DEB_HOST_MULTIARCH)/libhandle.la
+	rm -f debian/xfslibs-dev/usr/lib/$(DEB_HOST_MULTIARCH)/libhandle.a
 	dh_installdocs -XCHANGES
 	dh_installchangelogs
 	dh_strip

Reply via email to