summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-08-11 14:04:41 -0400
committerMicah Anderson <micah@riseup.net>2014-08-11 14:04:41 -0400
commit94cc35faeb6248d75841a5f47a41a266086b4d16 (patch)
treeadef88a73becc807b0485ddf1b7670865b8e680f /debian/control
parent2e59f9740a29439df7c7a56cf0ae83dec3081d31 (diff)
initial import of upstream sourcesupstream/latestupstream/0.6.1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control61
1 files changed, 0 insertions, 61 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 3022557..0000000
--- a/debian/control
+++ /dev/null
@@ -1,61 +0,0 @@
-Source: libsodium
-Section: libs
-Priority: optional
-Build-Depends: debhelper ( >= 9), pkg-config, dh-autoreconf
-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Uploaders: Raúl Sánchez Siles <rasasi78@gmail.com>
-Standards-Version: 3.9.5
-Vcs-Hg: http://trismegisto.no-ip.org/hg/libsodium-debian
-Vcs-Browser: http://trismegisto.no-ip.org/hg/libsodium-debian
-Homepage: https://github.com/jedisct1/libsodium
-
-Package: libsodium10
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Architecture: any
-Multi-Arch: same
-Description: Network communication, cryptography and signaturing library
- NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
- network communication, encryption, decryption, signatures, etc.
- .
- NaCl's goal is to provide all of the core operations needed to build
- higher-level cryptographic tools.
- .
- Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
- with a compatible API.
-
-Package: libsodium-dev
-Section: libdevel
-Depends: ${misc:Depends}, libsodium10 (= ${binary:Version} )
-Architecture: any
-Multi-Arch: same
-Description: Network communication, cryptography and signaturing library - headers
- NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
- network communication, encryption, decryption, signatures, etc.
- .
- NaCl's goal is to provide all of the core operations needed to build
- higher-level cryptographic tools.
- .
- Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
- with a compatible API.
- .
- This package provides development headers needed for applications that use
- libsodium.
-
-Package: libsodium-dbg
-Section: debug
-Priority: extra
-Depends: ${misc:Depends}, libsodium10 (= ${binary:Version} )
-Architecture: any
-Multi-Arch: same
-Description: Network communication, cryptography and signaturing library - debug symbols
- NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
- network communication, encryption, decryption, signatures, etc.
- .
- NaCl's goal is to provide all of the core operations needed to build
- higher-level cryptographic tools.
- .
- Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
- with a compatible API.
- .
- This package provides debugging symbols needed to debug libsodium itself.