[DHG_packages] 01/05: url: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 18:49:39 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 1da36173b92c4b09bf053b21f938ef77b364424d
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 14:43:28 2016 -0400
url: build with ghc 8 in experimental
---
p/haskell-url/debian/changelog | 8 +++----
p/haskell-url/debian/control | 50 +++++++++++++++++++++++++++---------------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-url/debian/changelog b/p/haskell-url/debian/changelog
index cdd858e..16f2d2f 100644
--- a/p/haskell-url/debian/changelog
+++ b/p/haskell-url/debian/changelog
@@ -1,13 +1,13 @@
-haskell-url (2.1.3-5) UNRELEASED; urgency=medium
+haskell-url (2.1.3-5) 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:36:25 +0300
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 14:43:23 -0400
haskell-url (2.1.3-4) unstable; urgency=medium
diff --git a/p/haskell-url/debian/control b/p/haskell-url/debian/control
index c4def7b..b1e8018 100644
--- a/p/haskell-url/debian/control
+++ b/p/haskell-url/debian/control
@@ -1,31 +1,38 @@
Source: haskell-url
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio 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-utf8-string-dev (>= 0.3.4),
+ haskell-devscripts (>= 0.10),
libghc-utf8-string-dev (<< 2),
+ libghc-utf8-string-dev (>= 0.3.4),
libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: http://www.haskell.org/haskellwiki/Url
-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-url
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-url-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell library for working with URLs${haskell:ShortBlurb}
This library provides simple tools to parse and build URL strings.
.
@@ -33,11 +40,15 @@ Description: Haskell library for working with URLs${haskell:ShortBlurb}
Package: libghc-url-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 library for working with URLs${haskell:ShortBlurb}
This library provides simple tools to parse and build URL strings.
.
@@ -46,10 +57,13 @@ Description: Haskell library for working with URLs${haskell:ShortBlurb}
Package: libghc-url-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell library for working with URLs${haskell:ShortBlurb}
This library provides simple tools to parse and build URL strings.
.
--
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