diff options
Diffstat (limited to 'protocols/Twitter/oauth/debian/control')
-rw-r--r-- | protocols/Twitter/oauth/debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/protocols/Twitter/oauth/debian/control b/protocols/Twitter/oauth/debian/control new file mode 100644 index 0000000000..f1df758cb5 --- /dev/null +++ b/protocols/Twitter/oauth/debian/control @@ -0,0 +1,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. |