[DHG_packages] 05/05: lucid-svg: Upgrading from 0.6.0.1 to 0.7.0.0

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:16:24 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 e95bc721a36fb32660ed6e1ee1ba8f82d829fc9e
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 20:42:21 2016 -0400

    lucid-svg: Upgrading from 0.6.0.1 to 0.7.0.0
---
 p/haskell-lucid-svg/debian/changelog |  8 ++---
 p/haskell-lucid-svg/debian/control   | 63 +++++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 27 deletions(-)

diff --git a/p/haskell-lucid-svg/debian/changelog b/p/haskell-lucid-svg/debian/changelog
index c34d164..5297031 100644
--- a/p/haskell-lucid-svg/debian/changelog
+++ b/p/haskell-lucid-svg/debian/changelog
@@ -1,13 +1,13 @@
-haskell-lucid-svg (0.6.0.1-2) UNRELEASED; urgency=medium
+haskell-lucid-svg (0.7.0.0-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:44 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:15:30 -0400
 
 haskell-lucid-svg (0.6.0.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-lucid-svg/debian/control b/p/haskell-lucid-svg/debian/control
index 064e5f7..ab57e2a 100644
--- a/p/haskell-lucid-svg/debian/control
+++ b/p/haskell-lucid-svg/debian/control
@@ -1,42 +1,50 @@
 Source: haskell-lucid-svg
 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-blaze-builder-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2),
  libghc-blaze-builder-prof,
- libghc-lucid-dev (>= 2.9.2),
  libghc-lucid-dev (<< 3.0),
+ libghc-lucid-dev (>= 2.9.2),
  libghc-lucid-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-lucid-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git
-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-lucid-svg
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: DSL for SVG using lucid for HTML
  This package provides an easy to write SVG in the syle of lucid.
 
 Package: libghc-lucid-svg-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -44,12 +52,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-lucid-svg-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -58,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-lucid-svg-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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