[DHG_packages] 02/03: uuid: Upgrading from 1.3.10 to 1.3.11

Joachim Breitner nomeata at moszumanska.debian.org
Wed Aug 12 10:25:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit a13947d32b0db86e2b6b22f69c11c886543a0358
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 12 12:22:26 2015 +0200

    uuid: Upgrading from 1.3.10 to 1.3.11
---
 p/haskell-uuid/debian/changelog |  8 +++-
 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 6a57dec..cec577f 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 at 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 at 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 467ee0c..34ab8a6 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 at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list