Source: projecteur Version: 0.10-1 Severity: normal Tags: patch User: helm...@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. The upstream build system already supports pkg-config, and the patch just ensures udev.pc is available. 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 projecteur-0.10/debian/changelog projecteur-0.10/debian/changelog --- projecteur-0.10/debian/changelog 2023-10-21 08:25:44.000000000 +0200 +++ projecteur-0.10/debian/changelog 2023-12-16 23:43:31.000000000 +0100 @@ -1,3 +1,10 @@ +projecteur (0.10-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Use udev.pc to place udev files. (Closes: #-1) + + -- Chris Hofstaedtler <z...@debian.org> Sat, 16 Dec 2023 23:43:31 +0100 + projecteur (0.10-1) unstable; urgency=medium * New upstream release. diff -Nru projecteur-0.10/debian/control projecteur-0.10/debian/control --- projecteur-0.10/debian/control 2023-10-21 08:25:44.000000000 +0200 +++ projecteur-0.10/debian/control 2023-12-16 23:43:24.000000000 +0100 @@ -16,6 +16,7 @@ qml-module-qtgraphicaleffects, qml-module-qtquick-window2, qml-module-qtquick2, + systemd-dev, Homepage: https://github.com/jahnf/Projecteur/ Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/projecteur.git