[DHG_packages] 02/05: zip-archive: Upgrading from 0.2.3.7 to 0.3.0.5

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:21:05 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 09e39e2bde19f46c4712ce9304e4caafc48a4d79
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 8 00:49:54 2016 -0400

    zip-archive: Upgrading from 0.2.3.7 to 0.3.0.5
---
 p/haskell-zip-archive/debian/changelog |  8 +++---
 p/haskell-zip-archive/debian/control   | 47 ++++++++++++++++++++++------------
 2 files changed, 34 insertions(+), 21 deletions(-)

diff --git a/p/haskell-zip-archive/debian/changelog b/p/haskell-zip-archive/debian/changelog
index f54035b..ad92e6d 100644
--- a/p/haskell-zip-archive/debian/changelog
+++ b/p/haskell-zip-archive/debian/changelog
@@ -1,14 +1,14 @@
-haskell-zip-archive (0.2.3.7-5) UNRELEASED; urgency=medium
+haskell-zip-archive (0.3.0.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)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * New upstream version.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:36 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 08 Oct 2016 00:49:53 -0400
 
 haskell-zip-archive (0.2.3.7-4) unstable; urgency=medium
 
diff --git a/p/haskell-zip-archive/debian/control b/p/haskell-zip-archive/debian/control
index ae50e5c..8e9dcf3 100644
--- a/p/haskell-zip-archive/debian/control
+++ b/p/haskell-zip-archive/debian/control
@@ -1,26 +1,31 @@
 Source: haskell-zip-archive
 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,
+ haskell-devscripts (>= 0.10),
  libghc-digest-dev (>= 0.0.0.1),
  libghc-digest-prof,
+ libghc-hunit-dev,
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-old-time-dev,
  libghc-old-time-prof,
+ libghc-temporary-dev,
  libghc-text-dev (>= 0.11),
  libghc-text-prof,
  libghc-zlib-dev,
  libghc-zlib-prof,
+ libminizip-dev,
  zip,
- libghc-hunit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-digest-doc,
  libghc-mtl-doc,
  libghc-old-time-doc,
@@ -28,16 +33,19 @@ Build-Depends-Indep: ghc-doc,
  libghc-zlib-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/jgm/zip-archive
-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-zip-archive
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-zip-archive-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: library to create, modify and extract files from zip archives${haskell:ShortBlurb}
  The zip-archive library provides functions for creating, modifying, and
  extracting files from zip archives.
@@ -46,10 +54,12 @@ Description: library to create, modify and extract files from zip archives${hask
 
 Package: libghc-zip-archive-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Provides:
+ ${haskell:Provides},
 Description: library to create and modify zip archives${haskell:ShortBlurb}
  The zip-archive library provides functions for creating, modifying, and
  extracting files from zip archives.
@@ -59,10 +69,13 @@ Description: library to create and modify zip archives${haskell:ShortBlurb}
 Package: libghc-zip-archive-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: library to create, modify and extract files from zip archives${haskell:ShortBlurb}
  The zip-archive library provides functions for creating, modifying, and
  extracting files from zip archives.

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