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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 17:55:17 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 defb42d0863d3620a8b23b949a4f491c60c948ea
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:51:19 2016 -0400

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

diff --git a/p/haskell-pqueue/debian/changelog b/p/haskell-pqueue/debian/changelog
index 0577a01..0916981 100644
--- a/p/haskell-pqueue/debian/changelog
+++ b/p/haskell-pqueue/debian/changelog
@@ -1,8 +1,8 @@
-haskell-pqueue (1.3.1.1-2) UNRELEASED; urgency=medium
+haskell-pqueue (1.3.1.1-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:56 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:50:55 -0400
 
 haskell-pqueue (1.3.1.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-pqueue/debian/control b/p/haskell-pqueue/debian/control
index 119531e..504df90 100644
--- a/p/haskell-pqueue/debian/control
+++ b/p/haskell-pqueue/debian/control
@@ -3,27 +3,22 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- dh-haskell (>= 0.1),
- ghc,
- ghc-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends: debhelper (>= 9), dh-haskell (>= 0.1), ghc, ghc-prof
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/pqueue
-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-pqueue
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Reliable, persistent, fast priority queues.
  A fast, reliable priority queue implementation based on a binomial heap.
 
 Package: libghc-pqueue-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -31,12 +26,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-pqueue-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -45,11 +39,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-pqueue-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-pqueue/debian/copyright b/p/haskell-pqueue/debian/copyright
index 4c5baff..f678228 100644
--- a/p/haskell-pqueue/debian/copyright
+++ b/p/haskell-pqueue/debian/copyright
@@ -43,4 +43,4 @@ License: BSD-3-clause
   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