diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 12:22:26 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 12:22:26 +0200 |
commit | a13947d32b0db86e2b6b22f69c11c886543a0358 (patch) | |
tree | bed030c6d33537c525a47188fe97b441982e826b /p/haskell-uuid | |
parent | 47dd8347e2f8657d9b7d48f5a10c75744de28cb5 (diff) | |
download | DHG_packages-a13947d32b0db86e2b6b22f69c11c886543a0358.tar.gz |
uuid: Upgrading from 1.3.10 to 1.3.11
Diffstat (limited to 'p/haskell-uuid')
-rw-r--r-- | p/haskell-uuid/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-uuid/debian/control | 84 |
2 files changed, 52 insertions, 40 deletions
diff --git a/p/haskell-uuid/debian/changelog b/p/haskell-uuid/debian/changelog index 6a57decf8..cec577f45 100644 --- a/p/haskell-uuid/debian/changelog +++ b/p/haskell-uuid/debian/changelog @@ -1,6 +1,12 @@ +haskell-uuid (1.3.11-1) unstable; urgency=medium + + * New upstream release + + -- Joachim Breitner <nomeata@debian.org> Wed, 12 Aug 2015 12:22:26 +0200 + haskell-uuid (1.3.10-2) unstable; urgency=medium - * Remove useless dependency on libghc-maccatcher-doc + * Remove useless dependency on libghc-maccatcher-doc -- Joachim Breitner <nomeata@debian.org> Thu, 16 Jul 2015 17:27:58 +0200 diff --git a/p/haskell-uuid/debian/control b/p/haskell-uuid/debian/control index 467ee0cd2..34ab8a6f0 100644 --- a/p/haskell-uuid/debian/control +++ b/p/haskell-uuid/debian/control @@ -1,42 +1,47 @@ Source: haskell-uuid -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-cryptohash-dev (>= 0.7) - , libghc-cryptohash-dev (<< 0.12) - , libghc-cryptohash-prof - , libghc-network-info-dev (>= 0.2) - , libghc-network-info-dev (<< 0.3) - , libghc-network-info-prof - , libghc-random-dev (>= 1.0.1) - , libghc-random-dev (<< 1.2) - , libghc-random-prof - , libghc-uuid-types-dev (>= 1.0) - , libghc-uuid-types-dev (<< 2) - , libghc-uuid-types-prof -Build-Depends-Indep: ghc-doc - , libghc-network-info-doc - , libghc-random-doc - , libghc-uuid-types-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-cryptohash-dev (>= 0.7), + libghc-cryptohash-dev (<< 0.12), + libghc-cryptohash-prof, + libghc-network-info-dev (>= 0.2), + libghc-network-info-dev (<< 0.3), + libghc-network-info-prof, + libghc-random-dev (>= 1.0.1), + libghc-random-dev (<< 1.2), + libghc-random-prof, + libghc-text-dev (>= 1), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-uuid-types-dev (>= 1.0.2), + libghc-uuid-types-dev (<< 2), + libghc-uuid-types-prof, +Build-Depends-Indep: ghc-doc, + libghc-cryptohash-doc, + libghc-network-info-doc, + libghc-random-doc, + libghc-text-doc, + libghc-uuid-types-doc, Standards-Version: 3.9.4 -Homepage: http://hackage.haskell.org/package/uuid +Homepage: https://github.com/aslatter/uuid Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uuid Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uuid Package: libghc-uuid-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: create, compare, parse and print Universally Unique Identifiers${haskell:ShortBlurb} This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID @@ -46,11 +51,11 @@ Description: create, compare, parse and print Universally Unique Identifiers${ha Package: libghc-uuid-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: create, compare, parse and print UUIDs${haskell:ShortBlurb} This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID @@ -59,11 +64,12 @@ Description: create, compare, parse and print UUIDs${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-uuid-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: create, compare, parse and print UUIDs${haskell:ShortBlurb} This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID |