[DHG_packages] 01/03: brainfuck: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:04:09 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 9136ab4119450f67d4ee01350c19500c80f3f34d
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:00:05 2016 -0400

    brainfuck: build with ghc 8 in experimental
---
 p/haskell-brainfuck/debian/changelog |  6 +++++
 p/haskell-brainfuck/debian/control   | 48 ++++++++++++++++--------------------
 p/haskell-brainfuck/debian/copyright |  2 +-
 3 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/p/haskell-brainfuck/debian/changelog b/p/haskell-brainfuck/debian/changelog
index f02de6f..01f29c7 100644
--- a/p/haskell-brainfuck/debian/changelog
+++ b/p/haskell-brainfuck/debian/changelog
@@ -1,3 +1,9 @@
+haskell-brainfuck (0.1.0.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:59:52 -0400
+
 haskell-brainfuck (0.1.0.3-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-brainfuck/debian/control b/p/haskell-brainfuck/debian/control
index 3e01774..2173120 100644
--- a/p/haskell-brainfuck/debian/control
+++ b/p/haskell-brainfuck/debian/control
@@ -3,28 +3,26 @@ 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-mtl-dev,
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/brainfuck
-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-brainfuck
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-brainfuck-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: Brainfuck interpreter library${haskell:ShortBlurb}
  It is an interpreter for the Brainfuck language, written in the
  pure, lazy, functional language Haskell.
@@ -33,11 +31,10 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb}
 
 Package: libghc-brainfuck-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: Brainfuck interpreter library${haskell:ShortBlurb}
  It is an interpreter for the Brainfuck language, written in the
  pure, lazy, functional language Haskell.
@@ -47,10 +44,9 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb}
 Package: libghc-brainfuck-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: Brainfuck interpreter library${haskell:ShortBlurb}
  It is an interpreter for the Brainfuck language, written in the
  pure, lazy, functional language Haskell.
@@ -59,12 +55,10 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb}
 
 Package: hsbrainfuck
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs: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: interpreter for the brainfuck programming language
  This package provides an interpreter for the Brainfuck programming
  language, written in the pure, lazy, functional language Haskell.
diff --git a/p/haskell-brainfuck/debian/copyright b/p/haskell-brainfuck/debian/copyright
index 736f340..e3eec86 100644
--- a/p/haskell-brainfuck/debian/copyright
+++ b/p/haskell-brainfuck/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-2+
  along with this program. If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian system, copy of GNU Lesser General Public License version 2
- is also located at `/usr/share/common-licenses/GPL-2'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2'

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