[DHG_packages] 05/05: basic-prelude: Upgrading from 0.5.2 to 0.6.1
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:01:44 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 fd1aa4ee00e2a9d26a6d8bf3f6c57de7a0b93b40
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 19:32:40 2016 -0400
basic-prelude: Upgrading from 0.5.2 to 0.6.1
---
p/haskell-basic-prelude/debian/changelog | 6 ++--
p/haskell-basic-prelude/debian/control | 59 ++++++++++++++++++++------------
2 files changed, 40 insertions(+), 25 deletions(-)
diff --git a/p/haskell-basic-prelude/debian/changelog b/p/haskell-basic-prelude/debian/changelog
index 2c9f202..52bd3a5 100644
--- a/p/haskell-basic-prelude/debian/changelog
+++ b/p/haskell-basic-prelude/debian/changelog
@@ -1,8 +1,8 @@
-haskell-basic-prelude (0.5.2-2) UNRELEASED; urgency=medium
+haskell-basic-prelude (0.6.1-1) experimental; urgency=medium
- * Fix VCS fields
+ * New upstream version.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:14 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:00:27 -0400
haskell-basic-prelude (0.5.2-1) unstable; urgency=medium
diff --git a/p/haskell-basic-prelude/debian/control b/p/haskell-basic-prelude/debian/control
index 8073a87..1749c64 100644
--- a/p/haskell-basic-prelude/debian/control
+++ b/p/haskell-basic-prelude/debian/control
@@ -1,20 +1,23 @@
Source: haskell-basic-prelude
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-readargs-dev (>= 1.2),
- libghc-readargs-dev (<< 1.3),
- libghc-readargs-prof,
+ haskell-devscripts (>= 0.10),
libghc-hashable-dev,
libghc-hashable-prof,
libghc-lifted-base-dev,
libghc-lifted-base-prof,
+ libghc-readargs-dev (<< 1.3),
+ libghc-readargs-dev (>= 1.2),
+ libghc-readargs-prof,
libghc-safe-dev,
libghc-safe-prof,
libghc-text-dev,
@@ -23,27 +26,32 @@ Build-Depends: debhelper (>= 9),
libghc-unordered-containers-prof,
libghc-vector-dev,
libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-readargs-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hashable-doc,
libghc-lifted-base-doc,
+ libghc-readargs-doc,
libghc-safe-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/snoyberg/basic-prelude
-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-basic-prelude
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-basic-prelude-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: enhanced core prelude${haskell:ShortBlurb}
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
@@ -65,11 +73,15 @@ Description: enhanced core prelude${haskell:ShortBlurb}
Package: libghc-basic-prelude-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: enhanced core prelude${haskell:ShortBlurb}
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
@@ -92,10 +104,13 @@ Description: enhanced core prelude${haskell:ShortBlurb}
Package: libghc-basic-prelude-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: enhanced core prelude${haskell:ShortBlurb}
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
--
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