[DHG_packages] 08/08: ListLike: Upgrading from 4.2.1 to 4.5

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:15:13 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 d17ba517a25e20a3db23894780ad444ecfe853bc
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 20:41:21 2016 -0400

    ListLike: Upgrading from 4.2.1 to 4.5
---
 p/haskell-listlike/debian/changelog |  8 ++---
 p/haskell-listlike/debian/control   | 66 +++++++++++++++++++++++--------------
 2 files changed, 46 insertions(+), 28 deletions(-)

diff --git a/p/haskell-listlike/debian/changelog b/p/haskell-listlike/debian/changelog
index 0b68d6e..8677ce6 100644
--- a/p/haskell-listlike/debian/changelog
+++ b/p/haskell-listlike/debian/changelog
@@ -1,13 +1,13 @@
-haskell-listlike (4.2.1-2) UNRELEASED; urgency=medium
+haskell-listlike (4.5-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.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:43 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:13:51 -0400
 
 haskell-listlike (4.2.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-listlike/debian/control b/p/haskell-listlike/debian/control
index 982daa2..9c97709 100644
--- a/p/haskell-listlike/debian/control
+++ b/p/haskell-listlike/debian/control
@@ -1,43 +1,54 @@
 Source: haskell-listlike
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ TANIGUCHI Takaki <takaki at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
 Priority: optional
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-dlist-dev (>= 0.7),
+ haskell-devscripts (>= 0.10),
  libghc-dlist-dev (<< 0.9),
+ libghc-dlist-dev (>= 0.7),
  libghc-dlist-prof,
- libghc-fmlist-dev (>= 0.8),
  libghc-fmlist-dev (<< 0.10),
+ libghc-fmlist-dev (>= 0.8),
  libghc-fmlist-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
- libghc-vector-dev (>= 0.5),
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof,
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.5),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-dlist-doc,
  libghc-fmlist-doc,
  libghc-text-doc,
+ libghc-utf8-string-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
-Homepage: http://software.complete.org/listlike
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+Homepage: http://github.com/JohnLato/listlike
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-listlike
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
 
 Package: libghc-listlike-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: Generic support for list-like structures${haskell:ShortBlurb}
  Generic support for list-like structures in Haskell.
  .
@@ -54,11 +65,15 @@ Description: Generic support for list-like structures${haskell:ShortBlurb}
 
 Package: libghc-listlike-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: Generic support for list-like structures${haskell:ShortBlurb}
  Generic support for list-like structures in Haskell.
  .
@@ -76,10 +91,13 @@ Description: Generic support for list-like structures${haskell:ShortBlurb}
 Package: libghc-listlike-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Generic support for list-like structures${haskell:ShortBlurb}
  Generic support for list-like structures in Haskell.
  .

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