[DHG_packages] 01/05: mime-types: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 21:02:28 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 e847ac0a93bd1658af99a1bf71f8be19367d2556
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:56:50 2016 -0400
mime-types: build with ghc 8 in experimental
---
p/haskell-mime-types/debian/changelog | 6 +++---
p/haskell-mime-types/debian/control | 38 ++++++++++++++++-------------------
p/haskell-mime-types/debian/copyright | 2 +-
3 files changed, 21 insertions(+), 25 deletions(-)
diff --git a/p/haskell-mime-types/debian/changelog b/p/haskell-mime-types/debian/changelog
index f9c4dec..0937beb 100644
--- a/p/haskell-mime-types/debian/changelog
+++ b/p/haskell-mime-types/debian/changelog
@@ -1,8 +1,8 @@
-haskell-mime-types (0.1.0.7-2) UNRELEASED; urgency=medium
+haskell-mime-types (0.1.0.7-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:47 +0200
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:56:39 -0400
haskell-mime-types (0.1.0.7-1) unstable; urgency=medium
diff --git a/p/haskell-mime-types/debian/control b/p/haskell-mime-types/debian/control
index 424bfe7..11af11d 100644
--- a/p/haskell-mime-types/debian/control
+++ b/p/haskell-mime-types/debian/control
@@ -3,30 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
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-text-dev,
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: https://github.com/yesodweb/wai
-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-mime-types
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: mime-type handling types and functions${haskell:ShortBlurb}
This package provides basic types and functions to handle mime-types.
Package: libghc-mime-types-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}
.
@@ -34,11 +32,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mime-types-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}
.
@@ -47,10 +44,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mime-types-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}
.
diff --git a/p/haskell-mime-types/debian/copyright b/p/haskell-mime-types/debian/copyright
index 62b6f81..b1e2e27 100644
--- a/p/haskell-mime-types/debian/copyright
+++ b/p/haskell-mime-types/debian/copyright
@@ -29,4 +29,4 @@ License: MIT
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--
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