[DHG_packages] 05/05: MissingH: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:27:36 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 d4d5e987dd574c6c0d882014b6003563f8429617
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:27:14 2016 -0400

    MissingH: build with ghc 8 in experimental
---
 p/missingh/debian/changelog |  6 ++---
 p/missingh/debian/control   | 63 ++++++++++++++++++++++++++++-----------------
 p/missingh/debian/copyright |  2 +-
 3 files changed, 44 insertions(+), 27 deletions(-)

diff --git a/p/missingh/debian/changelog b/p/missingh/debian/changelog
index 89b368e..e9ceb71 100644
--- a/p/missingh/debian/changelog
+++ b/p/missingh/debian/changelog
@@ -1,8 +1,8 @@
-missingh (1.3.0.2-2) UNRELEASED; urgency=medium
+missingh (1.3.0.2-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:18 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:26:59 -0400
 
 missingh (1.3.0.2-1) unstable; urgency=medium
 
diff --git a/p/missingh/debian/control b/p/missingh/debian/control
index b6c9838..00534d3 100644
--- a/p/missingh/debian/control
+++ b/p/missingh/debian/control
@@ -1,17 +1,19 @@
 Source: missingh
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: John Goerzen <jgoerzen at complete.org>
+Uploaders:
+ John Goerzen <jgoerzen at complete.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
+ haskell-devscripts (>= 0.10),
  libghc-hslogger-dev,
  libghc-hslogger-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-network-dev,
@@ -26,9 +28,10 @@ Build-Depends: debhelper (>= 9),
  libghc-random-prof,
  libghc-regex-compat-dev,
  libghc-regex-compat-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hslogger-doc,
+ libghc-hunit-doc,
  libghc-mtl-doc,
  libghc-network-doc,
  libghc-old-locale-doc,
@@ -38,17 +41,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-regex-compat-doc,
 Standards-Version: 3.9.8
 Homepage: http://software.complete.org/missingh
-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/missingh
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-missingh-dev
 Architecture: any
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
+ ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Library of utility functions for Haskell
  MissingH is a library of all sorts of utility functions for
  Haskell programmers.  It is written in pure Haskell and thus should
@@ -63,12 +70,16 @@ Description: Library of utility functions for Haskell
 
 Package: libghc-missingh-prof
 Architecture: any
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
+ ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Library of utility functions for Haskell, profiling libraries
  MissingH is a library of all sorts of utility functions for
  Haskell programmers.  It is written in pure Haskell and thus should
@@ -86,13 +97,19 @@ Description: Library of utility functions for Haskell, profiling libraries
 Package: libghc-missingh-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Breaks: missingh-doc (<< 1.1.0.3-2),
-Provides: missingh-doc,
-Replaces: missingh-doc (<< 1.1.0.3-2),
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Breaks:
+ missingh-doc (<< 1.1.0.3-2),
+Provides:
+ missingh-doc,
+Replaces:
+ missingh-doc (<< 1.1.0.3-2),
 Description: Documentation for Haskell utility library
  MissingH is a library of all sorts of utility functions for
  Haskell programmers.  It is written in pure Haskell and thus should
diff --git a/p/missingh/debian/copyright b/p/missingh/debian/copyright
index ac59453..48bd630 100644
--- a/p/missingh/debian/copyright
+++ b/p/missingh/debian/copyright
@@ -41,4 +41,4 @@ License: BSD-3-clause
  SERVICES; LOSS OF USE, 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