[DHG_packages] 01/06: template: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:54:54 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 708664ca7cd1304528816d5c3fba593192daed72
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:48:56 2016 -0400

    template: build with ghc 8 in experimental
---
 p/haskell-template/debian/changelog |  8 +++---
 p/haskell-template/debian/control   | 54 +++++++++++++++++++++++--------------
 p/haskell-template/debian/copyright |  2 +-
 3 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/p/haskell-template/debian/changelog b/p/haskell-template/debian/changelog
index 2e04ff2..f4907bb 100644
--- a/p/haskell-template/debian/changelog
+++ b/p/haskell-template/debian/changelog
@@ -1,14 +1,14 @@
-haskell-template (0.2.0.10-5) UNRELEASED; urgency=medium
+haskell-template (0.2.0.10-5) 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:19 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:48:48 -0400
 
 haskell-template (0.2.0.10-4) unstable; urgency=medium
 
diff --git a/p/haskell-template/debian/control b/p/haskell-template/debian/control
index 9b1d354..ba5d138 100644
--- a/p/haskell-template/debian/control
+++ b/p/haskell-template/debian/control
@@ -1,35 +1,42 @@
 Source: haskell-template
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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,
- libghc-mtl-dev (>= 1.1),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 1.1),
  libghc-mtl-prof,
- libghc-text-dev (>= 0.7.2),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.7.2),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/template
-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-template
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-template-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: string substitution library${haskell:ShortBlurb}
  This is a simple string substitution library that supports "$"-based
  substitution. It is meant to be used when Text.Printf or string concatenation
@@ -40,11 +47,15 @@ Description: string substitution library${haskell:ShortBlurb}
 
 Package: libghc-template-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: string substitution library${haskell:ShortBlurb}
  This is a simple string substitution library that supports "$"-based
  substitution. It is meant to be used when Text.Printf or string concatenation
@@ -56,10 +67,13 @@ Description: string substitution library${haskell:ShortBlurb}
 Package: libghc-template-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: string substitution library${haskell:ShortBlurb}
  This is a simple string substitution library that supports "$"-based
  substitution. It is meant to be used when Text.Printf or string concatenation
diff --git a/p/haskell-template/debian/copyright b/p/haskell-template/debian/copyright
index 9f54382..ac4666f 100644
--- a/p/haskell-template/debian/copyright
+++ b/p/haskell-template/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE 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