[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:54 UTC 2011


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

    ghc7 → ghc and other packaging adjustments

diff --git a/debian/changelog b/debian/changelog
index 1e5a66b..d5edef5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hoauth (0.2.3-2) UNRELEASED; urgency=low
+
+  * ghc7 → ghc and other packaging adjustments
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 27 May 2011 23:45:40 +0200
+
 hoauth (0.2.3-1) unstable; urgency=medium
 
   * Initial upload to unstable -- needed by new version of twidge.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index bd6b207..5643be9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,41 +1,74 @@
 Source: hoauth
-Priority: extra
+Priority: optional
+Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 5.0.0),
+Build-Depends: debhelper (>= 7),
  cdbs,
- haskell-devscripts (>= 0.6.15),
+ haskell-devscripts (>= 0.8),
  haddock,
  hscolour,
- ghc6 (>= 6.12),
+ ghc,
+ ghc-prof,
+ ghc-doc,
  cpphs,
- libghc6-bytestring-dev,
- libghc6-binary-dev,
- libghc6-sha-dev,
- libghc6-dataenc-dev,
- libghc6-time-dev,
- libghc6-random-dev,
- libghc6-curl-dev,
- libghc6-mtl-dev
+ libghc-bytestring-dev,
+ libghc-bytestring-prof,
+ libghc-bytestring-doc,
+ libghc-binary-dev,
+ libghc-binary-prof,
+ libghc-binary-doc,
+ libghc-sha-dev,
+ libghc-sha-prof,
+ libghc-sha-doc,
+ libghc-dataenc-dev,
+ libghc-dataenc-prof,
+ libghc-dataenc-doc,
+ libghc-time-dev,
+ libghc-time-prof,
+ libghc-time-doc,
+ libghc-random-dev,
+ libghc-random-prof,
+ libghc-random-doc,
+ libghc-curl-dev,
+ libghc-curl-prof,
+ libghc-curl-doc,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-mtl-doc,
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof,
+ libghc-utf8-string-doc,
 Standards-Version: 3.8.4
-Section: haskell
 Homepage: http://hackage.haskell.org/package/hoauth
 Vcs-Git: git://git.debian.org/git/pkg-haskell/hoauth.git
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hoauth.git;a=summary
 
-Package: libghc6-hoauth-dev
+Package: libghc-hoauth-dev
 Section: haskell
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
-Suggests: libghc6-hoauth-doc
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Suggests}
 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.
 
-Package: libghc6-hoauth-doc
+Package: libghc-hoauth-prof
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Suggests}
+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.
+
+Package: libghc-hoauth-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Suggests}
 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