From 93c4af6fc85e749527cb2b9e4cc6450ef4d4cfa0 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 18 Apr 2015 14:21:08 +0200 Subject: [PATCH] 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). --- packaging/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/control b/packaging/control index ce944cb..f1acb97 100644 --- a/packaging/control +++ b/packaging/control @@ -2,7 +2,7 @@ Package: sshuttle Version: 0.2 Architecture: all Maintainer: Jim Wyllie -Depends: autossh, upstart, python (>=2.6) +Depends: autossh, python (>=2.6) Section: utils Priority: optional Homepage: http://github.com/jwyllie83/sshuttle.udp