Nilesh Patra pushed to branch master at lintian / lintian


Commits:
bc2490d8 by Benjamin Drung at 2026-07-01T15:26:28+02:00
tests(debhelper-dh-runit-but-lacks-breaks-substvar*): set 
DH_RUNIT_FORCE_ENABLE=1

dh-runit is disabled by default on Ubuntu, because systemd is the chosen
service monitoring framework for Ubuntu and alternative init systems
like runit are not supported.

Setting `DH_RUNIT_FORCE_ENABLE=1` is required on Ubuntu to override this
behavior.

- - - - -


2 changed files:

- 
t/recipes/checks/debhelper/debhelper-dh-runit-but-lacks-breaks-substvar-unrel/build-spec/debian/rules
- 
t/recipes/checks/debhelper/debhelper-dh-runit-but-lacks-breaks-substvar/build-spec/debian/rules


Changes:

=====================================
t/recipes/checks/debhelper/debhelper-dh-runit-but-lacks-breaks-substvar-unrel/build-spec/debian/rules
=====================================
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# dh-runit is disabled by default on Ubuntu
+export DH_RUNIT_FORCE_ENABLE=1
+
 %:
        dh $@ --with runit
 


=====================================
t/recipes/checks/debhelper/debhelper-dh-runit-but-lacks-breaks-substvar/build-spec/debian/rules
=====================================
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# dh-runit is disabled by default on Ubuntu
+export DH_RUNIT_FORCE_ENABLE=1
+
 %:
        dh $@ --with runit
 



View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/bc2490d84e7b72efb395a4237403c3fc5d4d9923

-- 
View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/bc2490d84e7b72efb395a4237403c3fc5d4d9923
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to