[DHG_packages] 01/06: old-time: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 06:42:12 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 2c6b9f3eb5af32e5e0251ec4c99a7e3d8359706d
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 02:36:04 2016 -0400
old-time: build with ghc 8 in experimental
---
p/haskell-old-time/debian/changelog | 8 +++---
p/haskell-old-time/debian/control | 52 ++++++++++++++++---------------------
2 files changed, 27 insertions(+), 33 deletions(-)
diff --git a/p/haskell-old-time/debian/changelog b/p/haskell-old-time/debian/changelog
index 3bf9da3..cc3e66e 100644
--- a/p/haskell-old-time/debian/changelog
+++ b/p/haskell-old-time/debian/changelog
@@ -1,13 +1,13 @@
-haskell-old-time (1.1.0.3-3) UNRELEASED; urgency=medium
+haskell-old-time (1.1.0.3-3) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:53 +0300
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 02:35:58 -0400
haskell-old-time (1.1.0.3-2) unstable; urgency=medium
diff --git a/p/haskell-old-time/debian/control b/p/haskell-old-time/debian/control
index f729ae9..81e32cb 100644
--- a/p/haskell-old-time/debian/control
+++ b/p/haskell-old-time/debian/control
@@ -3,36 +3,32 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
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-old-locale-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
libghc-old-locale-dev (<< 1.1),
+ libghc-old-locale-dev (>= 1.0),
libghc-old-locale-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-old-locale-doc,
+Build-Depends-Indep: ghc-doc, libghc-old-locale-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/old-time
-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-old-time
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Time library
+X-Description: time library
This package provides the old time library.
.
- For new projects, the newer
- <http://hackage.haskell.org/package/time time library>
- is recommended.
+ For new projects, the newer "time" library is recommended.
Package: libghc-old-time-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -40,12 +36,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-old-time-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -54,11 +49,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-old-time-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
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