diff options
| author | David Lamparter <equinox@diac24.net> | 2018-12-13 18:50:15 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:32:18 +0100 | 
| commit | 6fb8901930eb49353b052f5a4066c1521dc75d95 (patch) | |
| tree | d4c11e4aefd6777f04db46659bcccd4683e528ba /debian/rules | |
| parent | 443b605e76038e5a6450c7783e8c9749e68e57d5 (diff) | |
debian: flag as "no stop on upgrade"
We don't want to break some user's internet routing that they're using
for their ssh login while upgrading...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 9a52a18c56..b831fafe46 100755 --- a/debian/rules +++ b/debian/rules @@ -98,6 +98,12 @@ endif  override_dh_auto_build:  	dh_auto_build -- $(MAKE_SILENT) +override_dh_installinit: +	dh_installinit -r + +override_dh_installsystemd: +	dh_installsystemd -r +  override_dh_makeshlibs:  	dh_makeshlibs -n  | 
