Control: tags 1058823 + patch
Control: tags 1058823 + pending

Dear maintainer,

I've prepared an NMU for usbauth (versioned as 1.0.5-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Chris

diff -Nru usbauth-1.0.5/debian/changelog usbauth-1.0.5/debian/changelog
--- usbauth-1.0.5/debian/changelog	2023-01-11 09:51:24.000000000 +0100
+++ usbauth-1.0.5/debian/changelog	2023-12-16 22:35:58.000000000 +0100
@@ -1,3 +1,11 @@
+usbauth (1.0.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use udev.pc to place udev files. (Closes: #1058823)
+  * Switch from obsolete pkg-config to pkgconf.
+
+ -- Chris Hofstaedtler <z...@debian.org>  Sat, 16 Dec 2023 22:35:58 +0100
+
 usbauth (1.0.5-1) unstable; urgency=medium
 
   [ Kun-Hung Tsai (蔡昆宏) ]
diff -Nru usbauth-1.0.5/debian/control usbauth-1.0.5/debian/control
--- usbauth-1.0.5/debian/control	2023-01-11 09:50:44.000000000 +0100
+++ usbauth-1.0.5/debian/control	2023-12-16 22:35:58.000000000 +0100
@@ -4,14 +4,15 @@
 Maintainer: Kun-Hung Tsai (蔡昆宏) <moonape1...@gmail.com>
 Uploaders: SZ Lin (林上智) <sz...@debian.org>
 Build-Depends: debhelper-compat (= 13),
-               pkg-config,
                automake,
                flex,
                bison,
                libudev-dev,
                libusbauth-configparser-dev,
                libdbus-1-dev,
-               m4
+               m4,
+               pkgconf,
+               systemd-dev
 Standards-Version: 4.6.1
 Homepage: https://github.com/kochstefan/usbauth-all/tree/master/usbauth
 Vcs-Git: https://salsa.debian.org/debian/usbauth.git
diff -Nru usbauth-1.0.5/debian/rules usbauth-1.0.5/debian/rules
--- usbauth-1.0.5/debian/rules	2023-01-11 09:50:44.000000000 +0100
+++ usbauth-1.0.5/debian/rules	2023-12-16 22:35:58.000000000 +0100
@@ -6,5 +6,8 @@
 %:
 	dh $@
 
+override_dh_auto_install:
+	dh_auto_install -- udevrulesdir=$(shell pkg-config --variable=udevdir udev)/rules.d
+
 override_dh_missing:
 	dh_missing --fail-missing

Reply via email to