[DHG_packages] 02/05: iproute: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 20:45:32 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 b796bba3d5ba811bd2a0e7a5d7f7bf6ed9ad4eab
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:40:16 2016 -0400
iproute: build with ghc 8 in experimental
---
p/haskell-iproute/debian/changelog | 8 ++++----
p/haskell-iproute/debian/control | 38 ++++++++++++++++++--------------------
2 files changed, 22 insertions(+), 24 deletions(-)
diff --git a/p/haskell-iproute/debian/changelog b/p/haskell-iproute/debian/changelog
index 0aa9be5..20cbd1a 100644
--- a/p/haskell-iproute/debian/changelog
+++ b/p/haskell-iproute/debian/changelog
@@ -1,14 +1,14 @@
-haskell-iproute (1.7.0-2) UNRELEASED; urgency=medium
+haskell-iproute (1.7.0-2) 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)
* Convert `debian/copyright' to dep5 format
- [ 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:37 +0300
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:40:06 -0400
haskell-iproute (1.7.0-1) unstable; urgency=medium
diff --git a/p/haskell-iproute/debian/control b/p/haskell-iproute/debian/control
index 164b71f..012d221 100644
--- a/p/haskell-iproute/debian/control
+++ b/p/haskell-iproute/debian/control
@@ -3,24 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Joey Hess <joeyh 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-appar-dev,
libghc-appar-prof,
libghc-byteorder-dev,
libghc-byteorder-prof,
libghc-network-dev,
libghc-network-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-appar-doc,
libghc-byteorder-doc,
libghc-network-doc,
Standards-Version: 3.9.8
Homepage: http://www.mew.org/~kazu/proj/iproute/
-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-iproute
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Haskell IP routing table
IP Routing Table is a tree of IP ranges to search one of them on
@@ -29,12 +31,10 @@ X-Description: Haskell IP routing table
Package: libghc-iproute-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -42,11 +42,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-iproute-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -55,10 +54,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-iproute-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${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