[DHG_packages] 03/05: blaze-textual: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:42:37 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 86591c9f346cf8fe4365244db256f3e0917439b2
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:38:43 2016 -0400

    blaze-textual: build with ghc 8 in experimental
---
 p/haskell-blaze-textual/debian/changelog |  8 ++---
 p/haskell-blaze-textual/debian/control   | 50 ++++++++++++++++++++------------
 p/haskell-blaze-textual/debian/copyright |  2 +-
 3 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-blaze-textual/debian/changelog b/p/haskell-blaze-textual/debian/changelog
index 5eee16a..a1fb53e 100644
--- a/p/haskell-blaze-textual/debian/changelog
+++ b/p/haskell-blaze-textual/debian/changelog
@@ -1,14 +1,14 @@
-haskell-blaze-textual (0.2.1.0-4) UNRELEASED; urgency=medium
+haskell-blaze-textual (0.2.1.0-4) 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:34:50 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:38:32 -0400
 
 haskell-blaze-textual (0.2.1.0-3) unstable; urgency=medium
 
diff --git a/p/haskell-blaze-textual/debian/control b/p/haskell-blaze-textual/debian/control
index 37b02ee..f13bf7b 100644
--- a/p/haskell-blaze-textual/debian/control
+++ b/p/haskell-blaze-textual/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-blaze-textual
 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-blaze-builder-dev (>= 0.2.1.4),
  libghc-blaze-builder-prof,
  libghc-old-locale-dev,
@@ -16,24 +18,29 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-vector-dev,
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-old-locale-doc,
  libghc-text-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/bos/blaze-textual
-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-blaze-textual
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-blaze-textual-dev
 Architecture: any
-Depends: ${haskell: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: Fast rendering of common datatypes${haskell:ShortBlurb}
  It is a library for efficiently rendering Haskell datatypes to
  bytestrings.
@@ -42,11 +49,15 @@ Description: Fast rendering of common datatypes${haskell:ShortBlurb}
 
 Package: libghc-blaze-textual-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: Fast rendering of common datatypes${haskell:ShortBlurb}
  It is a library for efficiently rendering Haskell datatypes to
  bytestrings.
@@ -56,10 +67,13 @@ Description: Fast rendering of common datatypes${haskell:ShortBlurb}
 Package: libghc-blaze-textual-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Fast rendering of common datatypes${haskell:ShortBlurb}
  It is a library for efficiently rendering Haskell datatypes to
  bytestrings.
diff --git a/p/haskell-blaze-textual/debian/copyright b/p/haskell-blaze-textual/debian/copyright
index 3794662..cfd2395 100644
--- a/p/haskell-blaze-textual/debian/copyright
+++ b/p/haskell-blaze-textual/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ POSSIBILITY OF SUCH DAMAGE.

-- 
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