[DHG_packages] 04/05: bytestring-progress: Upgrading from 1.0.6 to 1.0.7

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:14:11 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 0f90c499233e5e477938eed6ad77f5fd688c467f
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 10 15:26:03 2016 -0400

    bytestring-progress: Upgrading from 1.0.6 to 1.0.7
---
 p/haskell-bytestring-progress/debian/changelog |  6 +++
 p/haskell-bytestring-progress/debian/control   | 52 ++++++++++++++++----------
 2 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/p/haskell-bytestring-progress/debian/changelog b/p/haskell-bytestring-progress/debian/changelog
index 6931ca4..ff20acd 100644
--- a/p/haskell-bytestring-progress/debian/changelog
+++ b/p/haskell-bytestring-progress/debian/changelog
@@ -1,3 +1,9 @@
+haskell-bytestring-progress (1.0.7-1) experimental; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:11:06 -0400
+
 haskell-bytestring-progress (1.0.6-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-bytestring-progress/debian/control b/p/haskell-bytestring-progress/debian/control
index 60b180a..10d104c 100644
--- a/p/haskell-bytestring-progress/debian/control
+++ b/p/haskell-bytestring-progress/debian/control
@@ -1,31 +1,38 @@
 Source: haskell-bytestring-progress
 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-terminal-progress-bar-dev (<< 0.2.0),
  libghc-terminal-progress-bar-dev (>= 0.0.1),
- libghc-terminal-progress-bar-dev (<< 0.0.2),
  libghc-terminal-progress-bar-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-terminal-progress-bar-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/acw/bytestring-progress
-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-bytestring-progress
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-bytestring-progress-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: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb}
  In some cases, it is useful to know how fast a ByteString is being
  consumed. Typically, this could be to report some measure of progress
@@ -36,11 +43,15 @@ Description: A library for tracking the consumption of a lazy ByteString${haskel
 
 Package: libghc-bytestring-progress-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: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb}
  In some cases, it is useful to know how fast a ByteString is being
  consumed. Typically, this could be to report some measure of progress
@@ -52,10 +63,13 @@ Description: A library for tracking the consumption of a lazy ByteString${haskel
 Package: libghc-bytestring-progress-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: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb}
  In some cases, it is useful to know how fast a ByteString is being
  consumed. Typically, this could be to report some measure of progress

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