summaryrefslogtreecommitdiff
path: root/protocols/Twitter/oauth/debian/control
blob: f1df758cb5534bb9248896a9c80db3570d85ef21 (plain)
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
Source: liboauth
Section: libs
Priority: optional
Maintainer: Robin Gareus <robin@gareus.org>
Build-Depends: debhelper (>= 5), autotools-dev, automake, libnss3-dev, libtool, autoconf
Standards-Version: 3.8.4
Homepage: http://liboauth.sourceforge.net/
Vcs-Git: git://rg42.org/liboauth

Package: liboauth-dev
Section: libdevel
Architecture: any
Depends: liboauth0 (= ${binary:Version}), ${misc:Depends}
Description: Development files for liboauth
 OAuth - secure authentication for desktop and web applications.
 http://liboauth.sf.net/ is a collection of c functions implementing the
 OAuth Core 1.0 standard API (RFC 5849). liboauth provides functions to escape
 and encode parameters according to OAuth specfication and offers high-level
 functionality to sign requests or verify signatures.

Package: liboauth0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} 
Description: OAuth - secure authentication for desktop and web applications
 http://liboauth.sf.net/ is a collection of c functions implementing the
 OAuth Core 1.0 standard API (RFC 5849). liboauth provides functions to escape
 and encode parameters according to OAuth specification and offers high-level
 functionality to sign requests or verify signatures.