diff options
| author | Clint Adams <clint@debian.org> | 2016-10-14 16:03:04 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-14 16:03:04 -0400 |
| commit | fbfc82f464b56c9ea607ac75d3c3184a4924162e (patch) | |
| tree | 8f2c1f066da9834b3bd8ee0a08ba5687fd8afb23 /p/haskell-gnutls/debian | |
| parent | bc65994d232218feaa9c24e77b0de59c78c0a806 (diff) | |
| download | DHG_packages-fbfc82f464b56c9ea607ac75d3c3184a4924162e.tar.gz | |
gnutls: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-gnutls/debian')
| -rw-r--r-- | p/haskell-gnutls/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-gnutls/debian/control | 43 | ||||
| -rw-r--r-- | p/haskell-gnutls/debian/copyright | 2 |
3 files changed, 26 insertions, 27 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog index 4ad633ddd..4981d5c94 100644 --- a/p/haskell-gnutls/debian/changelog +++ b/p/haskell-gnutls/debian/changelog @@ -1,14 +1,14 @@ -haskell-gnutls (0.2-3) UNRELEASED; urgency=medium +haskell-gnutls (0.2-3) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:22 +0300 + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:02:32 -0400 haskell-gnutls (0.2-2) unstable; urgency=medium diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control index 6353be566..c6ddf1f36 100644 --- a/p/haskell-gnutls/debian/control +++ b/p/haskell-gnutls/debian/control @@ -3,32 +3,33 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Clint Adams <clint@debian.org> Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libghc-monads-tf-dev (>= 0.1), + haskell-devscripts (>= 0.10), libghc-monads-tf-dev (<< 0.2), + libghc-monads-tf-dev (>= 0.1), libghc-monads-tf-prof, - pkg-config, libgnutls28-dev | libgnutls-dev, -Build-Depends-Indep: ghc-doc, - libghc-monads-tf-doc, + pkg-config, +Build-Depends-Indep: ghc-doc, libghc-monads-tf-doc Standards-Version: 3.9.8 Homepage: https://john-millikin.com/software/haskell-gnutls/ -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-gnutls Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-gnutls-dev Architecture: any -Depends: ${shlibs:Depends}, +Depends: + libgnutls28-dev | libgnutls-dev, ${haskell:Depends}, ${misc:Depends}, - libgnutls28-dev | libgnutls-dev, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: bindings for GNU TLS This library provides Haskell bindings for gnutls. . @@ -36,11 +37,10 @@ Description: bindings for GNU TLS Package: libghc-gnutls-prof Architecture: any -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: bindings for GNU TLS; profiling libraries This library provides Haskell bindings for gnutls. . @@ -49,10 +49,9 @@ Description: bindings for GNU TLS; profiling libraries Package: libghc-gnutls-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} Description: bindings for GNU TLS; documentation This library provides Haskell bindings for gnutls. . diff --git a/p/haskell-gnutls/debian/copyright b/p/haskell-gnutls/debian/copyright index be40ec8c2..b556d36fb 100644 --- a/p/haskell-gnutls/debian/copyright +++ b/p/haskell-gnutls/debian/copyright @@ -26,4 +26,4 @@ License: GPL-3+ along with this program. If not, see <http://www.gnu.org/licenses/>. . On Debian system, copy of GNU Lesser General Public License version 3 - is also located at `/usr/share/common-licenses/GPL-3'
\ No newline at end of file + is also located at `/usr/share/common-licenses/GPL-3' |
