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

Bug#1058821: marked as done (x2gothinclient: use udev.pc to place udev rules)



Your message dated Sat, 08 Jun 2024 23:41:17 +0000
with message-id <E1sG5gT-008xTh-SJ@fasolo.debian.org>
and subject line Bug#1058821: fixed in x2gothinclient 1.5.0.1-10.1
has caused the Debian Bug report #1058821,
regarding x2gothinclient: 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 owner@bugs.debian.org
immediately.)


-- 
1058821: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058821
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: x2gothinclient
Version: 1.5.0.1-10
Severity: normal
Tags: patch
User: helmutg@debian.org
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 using udev.pc to place the udev files
(using pkg-config). This works today in unstable and also for
bookworm, and is safe to do now.
Once udev.pc in unstable points to /usr/lib your package will
benefit automatically after a binNMU or any other upload.

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.

Later during the trixie cycle I expect this bug class to raise in
priority.

Thank you for considering,
Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru x2gothinclient-1.5.0.1/debian/changelog x2gothinclient-1.5.0.1/debian/changelog
--- x2gothinclient-1.5.0.1/debian/changelog	2023-05-19 10:59:29.000000000 +0200
+++ x2gothinclient-1.5.0.1/debian/changelog	2023-12-16 22:27:22.000000000 +0100
@@ -1,3 +1,10 @@
+x2gothinclient (1.5.0.1-10.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use udev.pc to place udev files. (Closes: #-1)
+
+ -- Chris Hofstaedtler <zeha@debian.org>  Sat, 16 Dec 2023 22:27:22 +0100
+
 x2gothinclient (1.5.0.1-10) unstable; urgency=medium
 
   * debian/changelog:
diff -Nru x2gothinclient-1.5.0.1/debian/control x2gothinclient-1.5.0.1/debian/control
--- x2gothinclient-1.5.0.1/debian/control	2023-05-16 22:14:12.000000000 +0200
+++ x2gothinclient-1.5.0.1/debian/control	2023-12-16 22:25:32.000000000 +0100
@@ -8,7 +8,9 @@
 Build-Depends:
  debhelper-compat (= 13),
  qtbase5-dev,
+ pkgconf,
  po-debconf,
+ systemd-dev,
 Standards-Version: 4.6.1
 Rules-Requires-Root: no
 Homepage: https://code.x2go.org/releases/source/x2gothinclient
diff -Nru x2gothinclient-1.5.0.1/debian/rules x2gothinclient-1.5.0.1/debian/rules
--- x2gothinclient-1.5.0.1/debian/rules	2022-10-03 11:48:15.000000000 +0200
+++ x2gothinclient-1.5.0.1/debian/rules	2023-12-16 22:26:32.000000000 +0100
@@ -4,6 +4,8 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
+export deb_udevdir = $(shell pkg-config --variable=udevdir udev | sed s,^/,,)
+
 export QT_SELECT=qt5
 
 DHFLAGS=--parallel
diff -Nru x2gothinclient-1.5.0.1/debian/x2gothinclient-smartcardrules.install x2gothinclient-1.5.0.1/debian/x2gothinclient-smartcardrules.install
--- x2gothinclient-1.5.0.1/debian/x2gothinclient-smartcardrules.install	2019-12-13 12:28:30.000000000 +0100
+++ x2gothinclient-1.5.0.1/debian/x2gothinclient-smartcardrules.install	2023-12-16 22:27:02.000000000 +0100
@@ -1,3 +1,3 @@
-smartcardrules/21-x2gognupgccid.rules    lib/udev/rules.d/
+smartcardrules/21-x2gognupgccid.rules    ${env:deb_udevdir}/rules.d/
 smartcardrules/x2gognupgccid             usr/lib/x2go/tce/
 
diff -Nru x2gothinclient-1.5.0.1/debian/x2gothinclient-usbmount.install x2gothinclient-1.5.0.1/debian/x2gothinclient-usbmount.install
--- x2gothinclient-1.5.0.1/debian/x2gothinclient-usbmount.install	2019-12-13 12:28:29.000000000 +0100
+++ x2gothinclient-1.5.0.1/debian/x2gothinclient-usbmount.install	2023-12-16 22:27:02.000000000 +0100
@@ -1,3 +1,3 @@
-usbmount/61-x2gousbmount.rules    lib/udev/rules.d/
+usbmount/61-x2gousbmount.rules    ${env:deb_udevdir}/rules.d/
 usbmount/x2gousbmount             usr/lib/x2go/tce/
 

--- End Message ---
--- Begin Message ---
Source: x2gothinclient
Source-Version: 1.5.0.1-10.1
Done: Chris Hofstaedtler <zeha@debian.org>

We believe that the bug you reported is fixed in the latest version of
x2gothinclient, 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 1058821@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Hofstaedtler <zeha@debian.org> (supplier of updated x2gothinclient 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 30 May 2024 00:43:28 +0200
Source: x2gothinclient
Architecture: source
Version: 1.5.0.1-10.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Remote Maintainers <debian-remote@lists.debian.org>
Changed-By: Chris Hofstaedtler <zeha@debian.org>
Closes: 1058821
Changes:
 x2gothinclient (1.5.0.1-10.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Use udev.pc to place udev files. (Closes: #1058821)
Checksums-Sha1:
 cd11baf614696cc132daaee0e265c58fb193a633 2978 x2gothinclient_1.5.0.1-10.1.dsc
 237ffeb8ac17ebd25085c83a3e18bb67f350d483 30568 x2gothinclient_1.5.0.1-10.1.debian.tar.xz
 fa7bcb071a8603b3cd353036f3fce3f8780d4fd4 12822 x2gothinclient_1.5.0.1-10.1_arm64.buildinfo
Checksums-Sha256:
 6e5d8e8cd93369d3b77d053efd01e2a1b3f1caf524dd51bb03747cbdd4bc2da7 2978 x2gothinclient_1.5.0.1-10.1.dsc
 a91044943e070e3263cc35c69aa4f862b0d5e2d018d2498193a1d832627dd608 30568 x2gothinclient_1.5.0.1-10.1.debian.tar.xz
 93fa1770a41b6a6fc40511f8387f9ddd58e77d5e8372506bc78484e666ad5d52 12822 x2gothinclient_1.5.0.1-10.1_arm64.buildinfo
Files:
 b20c5fbaf8674f9afc7db80abc18364b 2978 admin optional x2gothinclient_1.5.0.1-10.1.dsc
 e99f35fb22480fba4a9d47a32cd02876 30568 admin optional x2gothinclient_1.5.0.1-10.1.debian.tar.xz
 aca3e6baa81cba88b2c4da2d6449f266 12822 admin optional x2gothinclient_1.5.0.1-10.1_arm64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmZXsIoACgkQXBPW25MF
LgOucBAAgI9oK5leDH9aqamXDhcYKsBNdLkbTimw46PdxFUdADX1SOX8LK7NL+ei
kU1Eo1fNr9pF5YWUhNMxWX8ZnFSA7uF2J9PqeIP3ehbu0Ab1honPybKNcLNg6jUz
GS0DhK46A1twfk4NsSeb1mbdTU2WUZXlpPScqYKN0fjidDSVSE+TLpyrvTfGLwM6
PjozOQIAwahiZDhHvxzE/xF+OefvzGkuYT4xgW1TWJXwMCXQD2mUUMV67/dqkdv0
8xiaS6saPAsl8Wa4z98WTIvCrhOqu4b1pAm1q/uWaUfefkGcjDkHGtUZChzMPUtN
6TMTowprCGf5dS8Pwjz+5P5P1EPLxmtXugWEbXzXiW6OpCVN77xm11M3kBKirAIT
JJkIBpxyTJY3HdwktscYq75w+k4ycKAdjxCQm4+yTtpc5ZKbG7R/xzUtNSnvzSyq
0hhwGChmZF7Y5WBntzKqePI1pc41qaTfADW8tuQkb0aLRNy97Dgped49qjgf6nkk
kREpDtkuHrIn7mRi8/2tOUV2lWbsGurjIpim5sca/HMIKhluvdDWwCzu0BmSyZIa
jkQ4q9NN9tck5zOJK2Cy0nFA7Tv0BVVbSii/rtK96GfcmrSsxQbLT55jJYYX2hYu
QYeRRH9spn7Fpxfz/zk3xnKI7Yu3hApcFg+L+8B4LNuVjlq983I=
=R2zw
-----END PGP SIGNATURE-----

Attachment: pgpOi2t8tcJMx.pgp
Description: PGP signature


--- End Message ---

Reply to: