[DHG_packages] 02/05: Glob: Upgrading from 0.7.11 to 0.7.12
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:11:25 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 31beb6a80afd1bf7ceaf6458755cca09b0c1b220
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 10 15:27:01 2016 -0400
Glob: Upgrading from 0.7.11 to 0.7.12
---
p/haskell-glob/debian/changelog | 6 +++++
p/haskell-glob/debian/control | 56 +++++++++++++++++++++++++----------------
2 files changed, 41 insertions(+), 21 deletions(-)
diff --git a/p/haskell-glob/debian/changelog b/p/haskell-glob/debian/changelog
index 3e7923c..3819c19 100644
--- a/p/haskell-glob/debian/changelog
+++ b/p/haskell-glob/debian/changelog
@@ -1,3 +1,9 @@
+haskell-glob (0.7.12-1) experimental; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:07:56 -0400
+
haskell-glob (0.7.11-1) unstable; urgency=medium
* New upstream release.
diff --git a/p/haskell-glob/debian/control b/p/haskell-glob/debian/control
index 8eff607..24fa41e 100644
--- a/p/haskell-glob/debian/control
+++ b/p/haskell-glob/debian/control
@@ -1,29 +1,32 @@
Source: haskell-glob
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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,
- libghc-dlist-dev (>= 0.4),
+ haskell-devscripts (>= 0.10),
libghc-dlist-dev (<< 0.9),
+ libghc-dlist-dev (>= 0.4),
libghc-dlist-prof,
- libghc-semigroups-dev (>= 0.18),
libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.18),
libghc-semigroups-prof,
- libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-dlist-doc,
libghc-semigroups-doc,
libghc-transformers-compat-doc,
Standards-Version: 3.9.8
Homepage: http://iki.fi/matti.niemenmaa/glob/
-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-glob
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
X-Description: library matching glob patterns against file paths
This package contians a haskell library for globbing: matching patterns
@@ -31,12 +34,16 @@ X-Description: library matching glob patterns against file paths
Package: libghc-glob-dev
Architecture: any
-Depends: ${haskell: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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -44,11 +51,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-glob-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -57,10 +68,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-glob-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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