File: control

package info (click to toggle)
liboauth 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,244 kB
  • ctags: 338
  • sloc: sh: 11,295; ansic: 2,438; makefile: 87
file content (38 lines) | stat: -rw-r--r-- 1,397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: liboauth
Priority: optional
Maintainer: Bilal Akhtar <bilalakhtar@ubuntu.com>
Build-Depends: debhelper (>= 9),
               libcurl4-gnutls-dev | libcurl4-dev,
               libnss3-dev,
               libtool,
               locales-all | language-pack-en,
               pkg-config,
               dh-autoreconf
Standards-Version: 3.9.4
Section: libs
Homepage: http://liboauth.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/liboauth.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/liboauth.git

Package: liboauth-dev
Section: libdevel
Architecture: any
Depends: liboauth0 (= ${binary:Version}), libcurl4-gnutls-dev | libcurl4-dev, libnss3-dev, ${misc:Depends}
Description: C library for implementing OAuth 1.0 (development files)
 liboauth is a collection of C functions implementing the
 OAuth Core 1.0 standard API. liboauth provides basic functions to escape
 and encode parameters according to OAuth specs and offers high-level
 functions to sign requests or verify signatures.
 .
 This package contains the development files.

Package: liboauth0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: C library for implementing OAuth 1.0
 liboauth is a collection of C functions implementing the
 OAuth Core 1.0 standard API.
 .
 This package contains the shared libraries.