[Pkg-haskell-commits] [SCM] Haskell implementation of OAuth 1.0a branch, master, updated. debian/0.2.3-1-3-g97e1fe4

Joachim Breitner nomeata at debian.org
Fri May 27 21:51:56 UTC 2011


The following commit has been merged in the master branch:
commit 97e1fe42224dec6f017c9c9fed9d55cfa5223815
Author: Joachim Breitner <nomeata at debian.org>
Date:   Fri May 27 23:50:09 2011 +0200

    substvars

diff --git a/debian/control b/debian/control
index 5643be9..f1b7a60 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,8 @@ Section: haskell
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
-Provides: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Recommends: ${haskell:Recommends}
 Description: Haskell implementation of OAuth 1.0a
  This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
  signatures as defined in the specification 1.0.
@@ -58,7 +59,8 @@ Package: libghc-hoauth-prof
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}
 Suggests: ${haskell:Suggests}
-Provides: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Recommends: ${haskell:Recommends}
 Description: Haskell implementation of OAuth 1.0a; profiling data
  This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
  signatures as defined in the specification 1.0.
@@ -68,7 +70,8 @@ Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
 Suggests: ${haskell:Suggests}
-Provides: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
 Description: Documentation for Haskell OAuth library
  hoauth implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
  signatures as defined in the specification 1.0.

-- 
Haskell implementation of OAuth 1.0a



More information about the Pkg-haskell-commits mailing list