Your message dated Sat, 09 Dec 2023 21:08:04 +0000
with message-id <[email protected]>
and subject line Bug#1057828: fixed in liquidctl 1.13.0-2
has caused the Debian Bug report #1057828,
regarding liquidctl: use udev.pc to place udev rules
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1057828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057828
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: liquidctl
Version: 1.13.0-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: dep17m2
Dear Maintainer,
your package installs files related to udev, into /lib. These
files need to be moved to /usr/lib as part of Debian's usr-merge
effort [1].
Attached you will find a patch to delegate the exact placement of
the udev files to udev.pc (using pkg-config). This should work today
in unstable and, if necessary, for bookworm. Once udev.pc in
unstable points to /usr/lib your package will benefit automatically
after a binNMU or any other upload.
Later during the trixie cycle I expect this bug class to raise in
priority.
If during the trixie cycle your package will undergo structural
changes or any other file moves, please see the wiki and upload
to experimental first when these changes are done.
Thank you for considering,
Chris
[1] https://wiki.debian.org/UsrMerge
PS: please push the pristine-tar branch and the upstream/... tags
to salsa, if you are still using git-buildpackage.
diff -Nru liquidctl-1.13.0/debian/changelog liquidctl-1.13.0/debian/changelog
--- liquidctl-1.13.0/debian/changelog 2023-09-07 11:30:45.000000000 +0200
+++ liquidctl-1.13.0/debian/changelog 2023-12-09 00:48:55.000000000 +0100
@@ -1,3 +1,10 @@
+liquidctl (1.13.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Use udev.pc to place udev rules file
+
+ -- Chris Hofstaedtler <[email protected]> Sat, 09 Dec 2023 00:48:55 +0100
+
liquidctl (1.13.0-1) unstable; urgency=medium
* New upstream release.
diff -Nru liquidctl-1.13.0/debian/control liquidctl-1.13.0/debian/control
--- liquidctl-1.13.0/debian/control 2023-02-12 16:43:07.000000000 +0100
+++ liquidctl-1.13.0/debian/control 2023-12-09 00:48:11.000000000 +0100
@@ -4,6 +4,7 @@
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-python,
+ pkgconf,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
@@ -14,7 +15,8 @@
python3-usb <!nocheck>,
python3-colorlog <!nocheck>,
python3-crcmod <!nocheck>,
- python3-pil <!nocheck>
+ python3-pil <!nocheck>,
+ systemd-dev,
Homepage: https://github.com/liquidctl/liquidctl
Standards-Version: 4.6.2
Rules-Requires-Root: no
diff -Nru liquidctl-1.13.0/debian/liquidctl.install liquidctl-1.13.0/debian/liquidctl.install
--- liquidctl-1.13.0/debian/liquidctl.install 2021-02-07 08:33:36.000000000 +0100
+++ liquidctl-1.13.0/debian/liquidctl.install 2023-12-09 00:48:44.000000000 +0100
@@ -1 +1 @@
-extra/linux/71-liquidctl.rules /lib/udev/rules.d/
+extra/linux/71-liquidctl.rules ${env:deb_udevdir}/rules.d/
diff -Nru liquidctl-1.13.0/debian/rules liquidctl-1.13.0/debian/rules
--- liquidctl-1.13.0/debian/rules 2023-02-12 16:43:07.000000000 +0100
+++ liquidctl-1.13.0/debian/rules 2023-12-09 00:48:32.000000000 +0100
@@ -5,6 +5,7 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=liquidctl
+export deb_udevdir = $(shell pkg-config --variable=udevdir udev)
%:
dh $@ --with python3 --buildsystem=pybuild
--- End Message ---
--- Begin Message ---
Source: liquidctl
Source-Version: 1.13.0-2
Done: Laszlo Boszormenyi (GCS) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
liquidctl, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated liquidctl
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 09 Dec 2023 21:25:53 +0100
Source: liquidctl
Architecture: source
Version: 1.13.0-2
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 1057828
Changes:
liquidctl (1.13.0-2) unstable; urgency=medium
.
* Update watch file.
.
[ Chris Hofstaedtler <[email protected]> ]
* Use udev.pc to place udev rules file (closes: #1057828).
Checksums-Sha1:
2a98fdf6b67ca47a572a01d7dd07fd007f399d3c 2046 liquidctl_1.13.0-2.dsc
a20755fa297b9fa48a10045c92439e7750d6d8d1 2624 liquidctl_1.13.0-2.debian.tar.xz
Checksums-Sha256:
0b1f759983bc5cadafeb56c453f6e6354fa415e08e02981e2457f40ec52497b9 2046
liquidctl_1.13.0-2.dsc
847620a5265f2c8e27900a042bd4674951a399ef26acbd82d251cac54a02f2d0 2624
liquidctl_1.13.0-2.debian.tar.xz
Files:
3963574335a8e88cb62eccaebb81aea5 2046 admin optional liquidctl_1.13.0-2.dsc
de3dbedc80e30446da32010634128fc9 2624 admin optional
liquidctl_1.13.0-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmV00FcACgkQ3OMQ54ZM
yL+IORAAh/siJ+DBAbrK7CU9ImawEwsqgn2FuKOX+WMoEplgfaxFEsPDBqjsLuv1
5oZP4t8PlUiGwASibI1lX+9uGMHUYopSngKZ8qXA7h1F9mlz7vyXps1+26Yw7ZG5
wyJfK7j15Tj1ImX0BL6AXN/I1x4Mn3AA4pxKyAaNYoxqDGSPRjHpLVt9XJaojSFw
ZRdXQsjtc4HXMLH3cVbAx/E5SpLc+Om7D+4IK4jQZTGeKAWxWb5RK1R98z8lKfwl
srLjWiXQWxl3iR8PqseQlt24Fy8NzMhrWU3RCZefKjbjwxq/+B/ccnthGlnf77nd
Yaww2woLfsAdPeF7lzHdkeZyKdzML4QJEHAyIwUocNdi4KMYq7t2dXFe8Bnibq0b
4GKKJqCfu08O85tFIt6IIGiZi2X6bXuT8/1/Cu/LLsN+HyJngzg1iGbWjnSIu5Hc
SUaGixEUtC9uOtetO6AMRwaw2Y1Xtu2+scZZI7E2UYvB6iNsTtn1zpV6V1j0to4C
iDLmL2TdrpLgecwHnDzfDVd9/SSQbuj0nGi/kkiBcUwZXlTOKgCmfW77Bzd608hF
HyPR+oQep8cp7F5krXMDUjk8rj8mgnDt1rCk9YP/khAPRiDF6CMaFNk2Fw+GgdvB
3lkZV0B4j7Em839C4qgmfTtIkaM7ROAcvYSTAcB/3OKXzH9ZEJ8=
=GNXr
-----END PGP SIGNATURE-----
--- End Message ---