diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9d2909bca..2d9dfef27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strongswan (5.5.1-2) UNRELEASED; urgency=medium + + * debian/control: + - make the systemd build-dep linux-only. + + -- Yves-Alexis Perez <corsac@debian.org> Tue, 06 Dec 2016 09:50:08 +0100 + strongswan (5.5.1-1) unstable; urgency=medium * New upstream bugfix release. diff --git a/debian/control b/debian/control index 654263050..3ce3ed87a 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Build-Depends: bison, network-manager-dev (>= 0.7) [linux-any], pkg-config, po-debconf, - systemd, + systemd [linux-any], tzdata Homepage: http://www.strongswan.org |