[DHG_packages] 01/01: dlist: Upgrading from 0.7.1.2 to 0.8.0.2

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 15:09:41 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 3ac6687ce42b4d941232f78f55b1a657733d100a
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 20:03:55 2016 -0400

    dlist: Upgrading from 0.7.1.2 to 0.8.0.2
---
 p/haskell-dlist/debian/changelog | 10 ++++++----
 p/haskell-dlist/debian/control   | 33 ++++++++++++++-------------------
 2 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/p/haskell-dlist/debian/changelog b/p/haskell-dlist/debian/changelog
index 332baa5..73fa3e6 100644
--- a/p/haskell-dlist/debian/changelog
+++ b/p/haskell-dlist/debian/changelog
@@ -1,13 +1,15 @@
-haskell-dlist (0.7.1.2-2) UNRELEASED; urgency=medium
+haskell-dlist (0.8.0.2-1) 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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * New upstream version.
+  * Temporarily build-depend on ghc 8
+  * Consolidate package descriptions into X-Description.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:11 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 07 Oct 2016 20:03:55 -0400
 
 haskell-dlist (0.7.1.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-dlist/debian/control b/p/haskell-dlist/debian/control
index 4079dd4..bbee943 100644
--- a/p/haskell-dlist/debian/control
+++ b/p/haskell-dlist/debian/control
@@ -6,16 +6,20 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8),
  ghc-prof,
- libghc-cabal-dev,
  libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (<< 2.10),
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/spl/dlist
-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-dlist
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Haskell library for Differences lists
+ Differences lists: a list-like type supporting O(1) append.
+ This is particularly useful for efficient logging and pretty
+ printing, (e.g. with the Writer monad), where list append
+ quickly becomes too expensive.
 
 Package: libghc-dlist-dev
 Architecture: any
@@ -25,11 +29,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: Haskell library for Differences lists${haskell:ShortBlurb}
- Differences lists: a list-like type supporting O(1) append.
- This is particularly useful for efficient logging and pretty
- printing, (e.g. with the Writer monad), where list append
- quickly becomes too expensive.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -40,11 +41,8 @@ Depends: ${haskell:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},
-Description: Haskell library for Differences lists${haskell:ShortBlurb}
- Differences lists: a list-like type supporting O(1) append.
- This is particularly useful for efficient logging and pretty
- printing, (e.g. with the Writer monad), where list append
- quickly becomes too expensive.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -55,10 +53,7 @@ Depends: ${haskell:Depends},
  ${misc:Depends},
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
-Description: Haskell library for Differences lists${haskell:ShortBlurb}
- Differences lists: a list-like type supporting O(1) append.
- This is particularly useful for efficient logging and pretty
- printing, (e.g. with the Writer monad), where list append
- quickly becomes too expensive.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}

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