]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Use pkg-config for every variable which is supported
authorDon Armstrong <don@donarmstrong.com>
Fri, 1 Dec 2023 04:08:02 +0000 (20:08 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 1 Dec 2023 04:08:43 +0000 (20:08 -0800)
Closes #1056966
PM_SLEEPHOOKS_DIR is still not supported

debian/changelog
debian/rules

index d40aedca741295b17824614dd313c6c111e4c387..7c474ed57ad190daa0708140a4a04fddda9d7252 100644 (file)
@@ -1,3 +1,13 @@
+autorandr (1.14-2) unstable; urgency=medium
+
+  [ Chris Hofstaedtler ]
+  * Move udev rules to follow pkg-config (Closes: 1056966)
+
+  [ Don Armstrong ]
+  * Use pkg-config for everything except PM_SLEEPHOOKS_DIR
+
+ -- Don Armstrong <don@debian.org>  Thu, 30 Nov 2023 20:07:33 -0800
+
 autorandr (1.14-1) unstable; urgency=medium
 
   * New upstream release
index 5eee5ead4d0049526d3d22c0d00ff4721dcc5177..f9716d99b4cf0e46ec5e158a3e495ed7c4cdbee3 100755 (executable)
@@ -4,13 +4,11 @@
        dh $@
 
 override_dh_auto_build:
-       dh_auto_build -- UDEV_RULES_DIR=/lib/udev/rules.d \
-               BASH_COMPLETIONS_DIR=/usr/share/bash-completion/completions \
+       dh_auto_build -- \
                PM_SLEEPHOOKS_DIR=/etc/pm/sleep.d/
 
 override_dh_auto_install:
-       dh_auto_install -- UDEV_RULES_DIR=/lib/udev/rules.d \
-               BASH_COMPLETIONS_DIR=/usr/share/bash-completion/completions \
+       dh_auto_install -- \
                PM_SLEEPHOOKS_DIR=/etc/pm/sleep.d/
        install -D -m 755 contrib/pm-utils/40autorandr debian/autorandr/etc/pm/sleep.d/40autorandr
        install -D -m 644 contrib/zsh_completion/_autorandr debian/autorandr/usr/share/zsh/vendor-completions/_autorandr