diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 14:12:27 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 14:12:27 +0300 |
commit | ff275b195141d4a932e7eebdf6f7319fb4f8d5db (patch) | |
tree | 291ff37f61d017fa7caf7b1c6fdc7dceae71d835 /debian/control | |
parent | 31684bbc19b57842dfb8285f69ab3d19f9d0f0b5 (diff) | |
download | openssh-master.tar.gz |
openssh (1:7.4p1-10+dyson1)HEADdyson/7.4p1-10+dyson1master
* Package for Dyson
* Added SMF service
* Added debian/patches/dyson.patch
* Changed VCS URLs in debian/control to Dyson ones
* Disable systemd on non-linux: no build dependencies, no installed
files
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 411731a..cde4a6c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: autotools-dev, debhelper (>= 9~), dh-autoreconf, dh-exec, - dh-systemd (>= 1.4), + dh-systemd (>= 1.4) [linux-any], dpkg-dev (>= 1.16.1~), libaudit-dev [linux-any], libedit-dev, @@ -16,14 +16,17 @@ Build-Depends: autotools-dev, libselinux1-dev [linux-any], libssl1.0-dev | libssl-dev (<< 1.1.0~), libsystemd-dev [linux-any], + libcontract1-dev [illumos-any], + libproject1-dev [illumos-any], + dh-smf [illumos-any], libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3), Standards-Version: 3.9.8 Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org>, Homepage: http://www.openssh.com/ -Vcs-Git: https://anonscm.debian.org/git/pkg-ssh/openssh.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ssh/openssh.git +Vcs-Git: http://cgit.osdyson.org/pkg-ssh/openssh.git +Vcs-Browser: http://cgit.osdyson.org/pkg-ssh/openssh.git Package: openssh-client Architecture: any |