diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-10-02 15:22:51 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-10-02 15:22:51 +0200 |
commit | c8cccb5c55e30bdabc36c0bcf2a9783816b43612 (patch) | |
tree | 5cc440cca5f1222c9e8cfc0bf92477e7ec57e650 /debian | |
parent | a9cdc0409ea01bc7162570df51bf733e5fb274bd (diff) | |
download | vyos-strongswan-c8cccb5c55e30bdabc36c0bcf2a9783816b43612.tar.gz vyos-strongswan-c8cccb5c55e30bdabc36c0bcf2a9783816b43612.zip |
add build-dep on tzdata
* debian/control:
- add build-dep on tzdata, fix FTBFS when absent. closes: #839459
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 56bcfbad1..b47b32c79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strongswan (5.5.0-3) UNRELEASED; urgency=medium + + * debian/control: + - add build-dep on tzdata, fix FTBFS when absent. closes: #839459 + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 02 Oct 2016 15:22:08 +0200 + strongswan (5.5.0-2) unstable; urgency=medium * debian/rules: diff --git a/debian/control b/debian/control index 776416c1b..d5255ac31 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,8 @@ Build-Depends: bison, network-manager-dev (>= 0.7) [linux-any], pkg-config, po-debconf, - systemd + systemd, + tzdata Homepage: http://www.strongswan.org Package: strongswan |