[DHG_packages] 04/06: yesod-default: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:11: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 1472a2d70f35f19f272b4d806548420d08f9b4f4
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:09:03 2016 -0400
yesod-default: build with ghc 8 in experimental
---
p/haskell-yesod-default/debian/changelog | 8 +++---
p/haskell-yesod-default/debian/control | 48 +++++++++++++++++++++-----------
2 files changed, 35 insertions(+), 21 deletions(-)
diff --git a/p/haskell-yesod-default/debian/changelog b/p/haskell-yesod-default/debian/changelog
index 51c4dda..06f2be9 100644
--- a/p/haskell-yesod-default/debian/changelog
+++ b/p/haskell-yesod-default/debian/changelog
@@ -1,14 +1,14 @@
-haskell-yesod-default (1.2.0-7) UNRELEASED; urgency=medium
+haskell-yesod-default (1.2.0-7) 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:36:35 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:08:58 -0400
haskell-yesod-default (1.2.0-6) unstable; urgency=medium
diff --git a/p/haskell-yesod-default/debian/control b/p/haskell-yesod-default/debian/control
index 554bc00..21aafba 100644
--- a/p/haskell-yesod-default/debian/control
+++ b/p/haskell-yesod-default/debian/control
@@ -1,30 +1,37 @@
Source: haskell-yesod-default
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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-yesod-core-dev (>= 1.2),
libghc-yesod-core-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-yesod-core-doc,
Standards-Version: 3.9.8
Homepage: http://www.yesodweb.com/
-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-yesod-default
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-yesod-default-dev
Architecture: any
-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: default config and main functions for your Yesod application
This is a temporary shim to make things easier for git-annex.
It serves no other purpose.
@@ -33,11 +40,15 @@ Description: default config and main functions for your Yesod application
Package: libghc-yesod-default-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: default config/main functions for your Yesod application; profiling libraries
This is a temporary shim to make things easier for git-annex.
It serves no other purpose.
@@ -47,10 +58,13 @@ Description: default config/main functions for your Yesod application; profiling
Package: libghc-yesod-default-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: default config and main functions for your Yesod application; documentation
This is a temporary shim to make things easier for git-annex.
It serves no other purpose.
--
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