Control: tags 1057804 + patch
Control: tags 1057804 + pending

Dear maintainer,

I've prepared an NMU for libguestfs (versioned as 1:1.52.0-6.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru libguestfs-1.52.0/debian/changelog libguestfs-1.52.0/debian/changelog
--- libguestfs-1.52.0/debian/changelog	2024-05-18 22:26:51.000000000 +0200
+++ libguestfs-1.52.0/debian/changelog	2024-05-30 01:35:29.000000000 +0200
@@ -1,3 +1,11 @@
+libguestfs (1:1.52.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install 99-guestfs-serial.rules into /usr/lib/udev/rules.d (Closes:
+    #1057804)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Thu, 30 May 2024 01:35:29 +0200
+
 libguestfs (1:1.52.0-6) unstable; urgency=medium
 
   * Add util-linux-extra to appliance list (Closes: #1071313)
diff -Nru libguestfs-1.52.0/debian/guestfsd.install libguestfs-1.52.0/debian/guestfsd.install
--- libguestfs-1.52.0/debian/guestfsd.install	2023-07-23 13:30:56.000000000 +0200
+++ libguestfs-1.52.0/debian/guestfsd.install	2024-05-30 01:34:40.000000000 +0200
@@ -1,3 +1,3 @@
 usr/sbin/guestfsd
 usr/share/man/man8/guestfsd.8*
-lib/udev/rules.d/99-guestfs-serial.rules
+usr/lib/udev/rules.d/99-guestfs-serial.rules
diff -Nru libguestfs-1.52.0/debian/patches/series libguestfs-1.52.0/debian/patches/series
--- libguestfs-1.52.0/debian/patches/series	2024-05-18 22:26:51.000000000 +0200
+++ libguestfs-1.52.0/debian/patches/series	2024-05-30 01:35:09.000000000 +0200
@@ -20,3 +20,4 @@
 Only-set-rtc-driftfix-slew-on-x86-architectures.patch
 Add-dhcpcd-to-Debian-package-list.patch
 Add-util-linux-extra-to-appliance-list.patch
+udev-rules-path.patch
diff -Nru libguestfs-1.52.0/debian/patches/udev-rules-path.patch libguestfs-1.52.0/debian/patches/udev-rules-path.patch
--- libguestfs-1.52.0/debian/patches/udev-rules-path.patch	1970-01-01 01:00:00.000000000 +0100
+++ libguestfs-1.52.0/debian/patches/udev-rules-path.patch	2024-05-30 01:35:22.000000000 +0200
@@ -0,0 +1,13 @@
+Index: libguestfs-1.52.0/appliance/Makefile.am
+===================================================================
+--- libguestfs-1.52.0.orig/appliance/Makefile.am
++++ libguestfs-1.52.0/appliance/Makefile.am
+@@ -157,7 +157,7 @@ supermin.d/udev-rules.tar.gz: 99-guestfs
+ # If installing the daemon, install the udev rules too.
+ 
+ if INSTALL_DAEMON
+-udevrulesdir = /lib/udev/rules.d
++udevrulesdir = /usr/lib/udev/rules.d
+ udevrules_DATA = 99-guestfs-serial.rules
+ endif
+ 

Reply via email to