summaryrefslogtreecommitdiff
path: root/protocols/Twitter/oauth/debian/control
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-06 20:17:58 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-06 20:17:58 +0000
commitab92c2a5cd5427bf8a33d06afdb64b88d2d640ed (patch)
treefc82f068ad7bf8e141b6148f2ff191eab56e1f5a /protocols/Twitter/oauth/debian/control
parent441daff7dfc4cd80075cfbec3345192aab4353b5 (diff)
Twitter updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/oauth/debian/control')
-rw-r--r--protocols/Twitter/oauth/debian/control29
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.