[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1057745: awesfx: diff for NMU version 0.5.2-1.1



Control: tags 1057745 + patch
Control: tags 1057745 + pending


Dear maintainer,

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

Regards.

diff -Nru awesfx-0.5.2/debian/awesfx.install awesfx-0.5.2/debian/awesfx.install
--- awesfx-0.5.2/debian/awesfx.install	2019-08-05 22:11:00.000000000 +0200
+++ awesfx-0.5.2/debian/awesfx.install	2023-12-07 22:57:53.000000000 +0100
@@ -1,4 +1,4 @@
 debian/sfxloadrc etc
 debian/*.html usr/share/doc/awesfx
-debian/awesfx.sh lib/udev
+debian/awesfx.sh ${env:deb_udevdir}
 debian/awesfx.conf etc/modprobe.d
diff -Nru awesfx-0.5.2/debian/changelog awesfx-0.5.2/debian/changelog
--- awesfx-0.5.2/debian/changelog	2019-08-05 22:11:00.000000000 +0200
+++ awesfx-0.5.2/debian/changelog	2024-01-05 19:54:21.000000000 +0100
@@ -1,3 +1,10 @@
+awesfx (0.5.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Delegate placement of udev files to udev.pc (Closes: #1057745)
+
+ -- Chris Hofstaedtler <zeha@debian.org>  Fri, 05 Jan 2024 19:54:21 +0100
+
 awesfx (0.5.2-1) unstable; urgency=medium
 
   * New upstream version 0.5.2
diff -Nru awesfx-0.5.2/debian/compat awesfx-0.5.2/debian/compat
--- awesfx-0.5.2/debian/compat	2019-08-05 22:11:00.000000000 +0200
+++ awesfx-0.5.2/debian/compat	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-9
diff -Nru awesfx-0.5.2/debian/control awesfx-0.5.2/debian/control
--- awesfx-0.5.2/debian/control	2019-08-05 22:11:00.000000000 +0200
+++ awesfx-0.5.2/debian/control	2023-12-07 22:58:08.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
 Uploaders: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-Build-Depends: debhelper (>> 9.0.0), libasound2-dev, dh-autoreconf
+Build-Depends: debhelper-compat (= 13), libasound2-dev, dh-autoreconf, pkgconf, systemd-dev
 Homepage: https://github.com/tiwai/awesfx
 Standards-Version: 4.4.0
 Vcs-Git: https://salsa.debian.org/multimedia-team/awesfx.git
diff -Nru awesfx-0.5.2/debian/rules awesfx-0.5.2/debian/rules
--- awesfx-0.5.2/debian/rules	2019-08-05 22:11:00.000000000 +0200
+++ awesfx-0.5.2/debian/rules	2023-12-07 22:57:36.000000000 +0100
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export deb_udevdir = $(shell pkg-config --variable=udevdir udev | sed s,^/,,)
 
 %:
 	dh $@ --with autoreconf

Reply to: