[DHG_packages] 01/05: names-th: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 15:54:18 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 2c6c079eb7735f79e1b39e0442aab8392402bd9c
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 11:47:10 2016 -0400
names-th: build with ghc 8 in experimental
---
p/haskell-names-th/debian/changelog | 6 ++++++
p/haskell-names-th/debian/control | 41 +++++++++++++++++--------------------
2 files changed, 25 insertions(+), 22 deletions(-)
diff --git a/p/haskell-names-th/debian/changelog b/p/haskell-names-th/debian/changelog
index bd15e48..3445556 100644
--- a/p/haskell-names-th/debian/changelog
+++ b/p/haskell-names-th/debian/changelog
@@ -1,3 +1,9 @@
+haskell-names-th (0.2.0.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 11:47:00 -0400
+
haskell-names-th (0.2.0.2-1) unstable; urgency=low
* Initial release (Closes: #833031)
diff --git a/p/haskell-names-th/debian/control b/p/haskell-names-th/debian/control
index 8e97ca0..3af5634 100644
--- a/p/haskell-names-th/debian/control
+++ b/p/haskell-names-th/debian/control
@@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Kei Hibino <ex8k.hibino at gmail.com>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.9),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://khibino.github.io/haskell-relational-record/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-names-th
@@ -19,13 +20,11 @@ X-Description: Manipulate name strings for TH
Package: libghc-names-th-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}
.
@@ -33,12 +32,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-names-th-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}
.
@@ -47,11 +45,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-names-th-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