Skip to content

Commit 93c4af6

Browse files
committed
There's no need to have hard dependency on a init system in the .deb
Otherwise the package is only installable on current Ubuntu releases and neither on future Ubuntu releases (which will use systemd) nor on Debian and other Debian derivatives (where the administrator can decided which init system is used).
1 parent 2ca9aaa commit 93c4af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: sshuttle
22
Version: 0.2
33
Architecture: all
44
Maintainer: Jim Wyllie <[email protected]>
5-
Depends: autossh, upstart, python (>=2.6)
5+
Depends: autossh, python (>=2.6)
66
Section: utils
77
Priority: optional
88
Homepage: http://github.com/jwyllie83/sshuttle.udp

0 commit comments

Comments
 (0)