[DHG_packages] 01/05: monad-logger: Upgrading from 0.3.19 to 0.3.20
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:44:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 0a823b9584fd9d9d9a1f1fd0ba8d3582e11bb0d4
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 10 15:30:16 2016 -0400
monad-logger: Upgrading from 0.3.19 to 0.3.20
---
p/haskell-monad-logger/debian/changelog | 6 ++++
p/haskell-monad-logger/debian/control | 64 ++++++++++++++++++++-------------
2 files changed, 45 insertions(+), 25 deletions(-)
diff --git a/p/haskell-monad-logger/debian/changelog b/p/haskell-monad-logger/debian/changelog
index 031eedc..bfdd39b 100644
--- a/p/haskell-monad-logger/debian/changelog
+++ b/p/haskell-monad-logger/debian/changelog
@@ -1,3 +1,9 @@
+haskell-monad-logger (0.3.20-1) experimental; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 10 Oct 2016 15:30:16 -0400
+
haskell-monad-logger (0.3.19-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-monad-logger/debian/control b/p/haskell-monad-logger/debian/control
index 39b4e03..f594fe3 100644
--- a/p/haskell-monad-logger/debian/control
+++ b/p/haskell-monad-logger/debian/control
@@ -1,25 +1,27 @@
Source: haskell-monad-logger
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-blaze-builder-dev,
libghc-blaze-builder-prof,
- libghc-conduit-dev (>= 1.0),
libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof,
- libghc-conduit-extra-dev (>= 1.0),
+ libghc-conduit-dev (>= 1.0),
libghc-conduit-extra-dev (<< 1.3),
+ libghc-conduit-extra-dev (>= 1.0),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
libghc-exceptions-dev,
libghc-exceptions-prof,
- libghc-fast-logger-dev (>= 2.0),
libghc-fast-logger-dev (<< 2.5),
+ libghc-fast-logger-dev (>= 2.0),
libghc-fast-logger-prof,
libghc-lifted-base-dev,
libghc-lifted-base-prof,
@@ -29,20 +31,21 @@ Build-Depends: debhelper (>= 9),
libghc-monad-loops-prof,
libghc-mtl-dev,
libghc-mtl-prof,
- libghc-resourcet-dev (>= 0.4),
libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-dev (>= 0.4),
libghc-resourcet-prof,
- libghc-stm-dev,
- libghc-stm-prof,
libghc-stm-chans-dev,
libghc-stm-chans-prof,
+ libghc-stm-dev,
+ libghc-stm-prof,
libghc-text-dev,
libghc-text-prof,
libghc-transformers-base-dev,
libghc-transformers-base-prof,
libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-blaze-builder-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
@@ -53,24 +56,28 @@ Build-Depends-Indep: ghc-doc,
libghc-monad-loops-doc,
libghc-mtl-doc,
libghc-resourcet-doc,
- libghc-stm-doc,
libghc-stm-chans-doc,
+ libghc-stm-doc,
libghc-text-doc,
libghc-transformers-base-doc,
libghc-transformers-compat-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/kazu-yamamoto/logger
-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-monad-logger
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-monad-logger-dev
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: a class of monads which can log messages${haskell:ShortBlurb}
This package uses Template Haskell for determining source code locations
of messages.
@@ -82,11 +89,15 @@ Description: a class of monads which can log messages${haskell:ShortBlurb}
Package: libghc-monad-logger-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: a class of monads which can log messages${haskell:ShortBlurb}
This package uses Template Haskell for determining source code locations
of messages.
@@ -99,10 +110,13 @@ Description: a class of monads which can log messages${haskell:ShortBlurb}
Package: libghc-monad-logger-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: a class of monads which can log messages${haskell:ShortBlurb}
This package uses Template Haskell for determining source code locations
of messages.
--
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