diff options
| author | David Lamparter <equinox@diac24.net> | 2018-12-13 18:50:15 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2018-12-18 02:06:59 +0100 | 
| commit | edf221633905adc3bda282e35196c73fff5859ac (patch) | |
| tree | 9d4f6e2e83c05a1961fe3e51d7d1a5af6050fead /debian | |
| parent | de12eeaed531777e7ba5f2fa2f6724f76bcfdf63 (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')
| -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  | 
