Control: tags 1054015 + pending

Dear maintainer,

I've prepared an NMU for ckb-next (versioned as 0.6.0+dfsg-0.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

This applies the same treatment to the udev install path.

Chris

diff -Nru ckb-next-0.6.0+dfsg/debian/changelog ckb-next-0.6.0+dfsg/debian/changelog
--- ckb-next-0.6.0+dfsg/debian/changelog	2023-07-12 11:27:30.000000000 +0200
+++ ckb-next-0.6.0+dfsg/debian/changelog	2023-12-12 02:58:13.000000000 +0100
@@ -1,3 +1,13 @@
+ckb-next (0.6.0+dfsg-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Let udev.pc decide where to install rules to.
+
+  [ Helmut Grohne ]
+  * Let systemd.pc decide where to install units to. (Closes: #1054015)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Tue, 12 Dec 2023 02:58:13 +0100
+
 ckb-next (0.6.0+dfsg-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru ckb-next-0.6.0+dfsg/debian/control ckb-next-0.6.0+dfsg/debian/control
--- ckb-next-0.6.0+dfsg/debian/control	2023-07-12 11:27:30.000000000 +0200
+++ ckb-next-0.6.0+dfsg/debian/control	2023-12-12 02:58:13.000000000 +0100
@@ -12,6 +12,8 @@
                libxcb-ewmh-dev,
                libxcb-screensaver0-dev,
                libxcb1-dev,
+               pkgconf,
+               systemd-dev,
                qtbase5-dev (>= 5.5.1),
                qttools5-dev,
                zlib1g-dev
diff -Nru ckb-next-0.6.0+dfsg/debian/rules ckb-next-0.6.0+dfsg/debian/rules
--- ckb-next-0.6.0+dfsg/debian/rules	2023-07-12 11:27:30.000000000 +0200
+++ ckb-next-0.6.0+dfsg/debian/rules	2023-12-12 02:58:13.000000000 +0100
@@ -19,6 +19,7 @@
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DCMAKE_INSTALL_LIBEXECDIR=lib/$(DEB_HOST_MULTIARCH) \
-		-DSYSTEMD_UNIT_INSTALL_DIR=/lib/systemd/system \
+		-DSYSTEMD_UNIT_INSTALL_DIR=$(shell pkgconf --variable=systemdsystemunitdir systemd) \
+		-DUDEV_RULE_DIRECTORY=$(shell pkgconf --variable=udevdir udev)/rules.d \
 		-DDISABLE_UPDATER=ON \
 		-DFORCE_INIT_SYSTEM='systemd;sysvinit'

Reply via email to