summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-02-24 20:56:29 +0000
committerDmitry Bogatov <KAction@debian.org>2019-02-24 20:56:29 +0000
commitff802ca3f296008f71eac69a9257ee2a58c27430 (patch)
tree2d0ba7f22bcbff6d666607a9abeac3a9c172f4bc
parent988bc6897c115eddddfd202e5dfa89aacd0fbe86 (diff)
Generate breaks with runit version, predating 'invoke-run' script.
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_runit5
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ecc5c9..922b3a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1dh-runit (2.8.7) UNRELEASED; urgency=medium
2
3 * Generate breaks with runit version, predating 'invoke-run' script.
4
5 -- Dmitry Bogatov <KAction@debian.org> Sun, 24 Feb 2019 20:52:53 +0000
6
1dh-runit (2.8.6) unstable; urgency=medium 7dh-runit (2.8.6) unstable; urgency=medium
2 8
3 * Fix short description of runit-helper (Closes: #922413) 9 * Fix short description of runit-helper (Closes: #922413)
diff --git a/dh_runit b/dh_runit
index 7baad5f..8320b05 100755
--- a/dh_runit
+++ b/dh_runit
@@ -104,8 +104,9 @@ HERE
104 } 104 }
105 } 105 }
106 # runit=2.1.2-20 introduced 'runit-log' user 106 # runit=2.1.2-20 introduced 'runit-log' user
107 addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-20~'); 107 # runit=2.1.2-23 introduced /lib/runit/invoke-run
108 addsubstvar($pkg, 'runit:Breaks', 'runit', '<< 2.1.2-20~'); 108 addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-23~');
109 addsubstvar($pkg, 'runit:Breaks', 'runit', '<< 2.1.2-23~');
109 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~'); 110 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~');
110} 111}
111 112