[DHG_packages] 01/01: cabal-file-th: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 14:43:25 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 36ed0611fcc843a2bee90f3753cdf38fe448eac5
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 10:41:17 2016 -0400
cabal-file-th: build with ghc 8 in experimental
---
p/haskell-cabal-file-th/debian/changelog | 9 +++++----
p/haskell-cabal-file-th/debian/control | 19 ++++++++++---------
2 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/p/haskell-cabal-file-th/debian/changelog b/p/haskell-cabal-file-th/debian/changelog
index 02a2092..933f9b4 100644
--- a/p/haskell-cabal-file-th/debian/changelog
+++ b/p/haskell-cabal-file-th/debian/changelog
@@ -1,14 +1,15 @@
-haskell-cabal-file-th (0.2.3-7) UNRELEASED; urgency=medium
+haskell-cabal-file-th (0.2.3-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.
+ * Consolidate package descriptions into X-Description.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:54 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 10:41:00 -0400
haskell-cabal-file-th (0.2.3-6) unstable; urgency=medium
diff --git a/p/haskell-cabal-file-th/debian/control b/p/haskell-cabal-file-th/debian/control
index c311278..d145abc 100644
--- a/p/haskell-cabal-file-th/debian/control
+++ b/p/haskell-cabal-file-th/debian/control
@@ -6,14 +6,15 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
- ghc-ghci,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/nkpart/cabal-file-th
-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-cabal-file-th
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: TH expressions for reading fields from a project's cabal file
+ Template Haskell expressions for reading fields from a project's cabal file.
Package: libghc-cabal-file-th-dev
Architecture: any
@@ -23,8 +24,8 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: TH expressions for reading fields from a project's cabal file${haskell:ShortBlurb}
- Template Haskell expressions for reading fields from a project's cabal file.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -35,8 +36,8 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: TH expressions for reading fields from a project's cabal file${haskell:ShortBlurb}
- Template Haskell expressions for reading fields from a project's cabal file.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -47,7 +48,7 @@ Depends: ${misc:Depends},
${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
-Description: TH expressions for reading fields from a project's cabal file${haskell:ShortBlurb}
- Template Haskell expressions for reading fields from a project's cabal file.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
--
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