Add a libstrongswan-dev debian package with development headers

This commit is contained in:
Martin Willi
2012-07-19 13:55:02 +02:00
parent 328447acd5
commit eb1b380a1c
3 changed files with 13 additions and 2 deletions
+9 -1
View File
@@ -34,8 +34,16 @@ Description: strongSwan plugin to interact with NetworkManager
Package: libstrongswan
Architecture: any
Depends: ${shlibs:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: strongSwan utility and crypto library
libstrongswan is the underlying library of charon and other strongSwan
components. It is built in a modular way and is extendable through various
plugins.
Package: libstrongswan-dev
Architecture: any
Priority: optional
Depends: ${misc:Depends}, libstrongswan (=${binary:Version})
Section: devel
Description: strongSwan development headers
C header files to develop with libstrongswan.