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/control | |
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/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
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 |