[DHG_packages] 01/05: debian: Upgrading from 3.89 to 3.91.1

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:00:48 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 3192a75b7abfd2fc0420ff0fad5357350d2cb998
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 12 12:20:51 2016 -0400

    debian: Upgrading from 3.89 to 3.91.1
---
 p/haskell-debian/debian/changelog | 10 ++---
 p/haskell-debian/debian/control   | 92 +++++++++++++++++++++++----------------
 p/haskell-debian/debian/copyright |  2 +-
 3 files changed, 61 insertions(+), 43 deletions(-)

diff --git a/p/haskell-debian/debian/changelog b/p/haskell-debian/debian/changelog
index 75947e0..82372f6 100644
--- a/p/haskell-debian/debian/changelog
+++ b/p/haskell-debian/debian/changelog
@@ -1,14 +1,14 @@
-haskell-debian (3.89-2) UNRELEASED; urgency=medium
+haskell-debian (3.91.1-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:35:08 +0300
+ -- Clint Adams <clint at debian.org>  Wed, 12 Oct 2016 12:20:51 -0400
 
 haskell-debian (3.89-1) unstable; urgency=medium
 
@@ -25,7 +25,7 @@ haskell-debian (3.87.2-4) unstable; urgency=medium
 haskell-debian (3.87.2-3) experimental; urgency=medium
 
   * Depend on old-{locale,time}
-  * Make the patch GHC-7.10-proof. 
+  * Make the patch GHC-7.10-proof.
   * Depend on haskell-devscripts >= 0.10 to ensure that this package
     builds against GHC in experimental
 
diff --git a/p/haskell-debian/debian/control b/p/haskell-debian/debian/control
index 69412f3..38f4895 100644
--- a/p/haskell-debian/debian/control
+++ b/p/haskell-debian/debian/control
@@ -1,27 +1,29 @@
 Source: haskell-debian
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
- libghc-haxml-dev (>= 1:1.20),
- libghc-haxml-prof,
- libghc-listlike-dev (>= 4.1.1),
- libghc-listlike-prof,
- libghc-unixutils-dev (>= 1.52.4),
- libghc-unixutils-prof,
+ haskell-devscripts (>= 0.10),
  libghc-bzlib-dev,
  libghc-bzlib-prof,
  libghc-either-dev,
  libghc-either-prof,
  libghc-exceptions-dev,
  libghc-exceptions-prof,
+ libghc-haxml-dev,
+ libghc-haxml-dev (>= 1:1.20),
+ libghc-haxml-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-listlike-dev (>= 4.3.5),
+ libghc-listlike-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-network-dev (>= 2.6),
@@ -30,8 +32,9 @@ Build-Depends: debhelper (>= 9),
  libghc-network-uri-prof,
  libghc-old-locale-dev,
  libghc-old-locale-prof,
- libghc-parsec3-dev (>= 2),
+ libghc-parsec3-dev,
  libghc-parsec3-dev (<< 4),
+ libghc-parsec3-dev (>= 2),
  libghc-parsec3-prof,
  libghc-process-extras-dev (>= 0.2.0),
  libghc-process-extras-prof,
@@ -43,20 +46,20 @@ Build-Depends: debhelper (>= 9),
  libghc-regex-tdfa-prof,
  libghc-text-dev,
  libghc-text-prof,
+ libghc-unixutils-dev (>= 1.52.4),
+ libghc-unixutils-prof,
  libghc-utf8-string-dev,
  libghc-utf8-string-prof,
  libghc-zlib-dev,
  libghc-zlib-prof,
- libghc-haxml-dev,
- libghc-parsec3-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
- libghc-haxml-doc,
- libghc-listlike-doc,
- libghc-unixutils-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-bzlib-doc,
  libghc-either-doc,
  libghc-exceptions-doc,
+ libghc-haxml-doc,
+ libghc-hunit-doc,
+ libghc-listlike-doc,
  libghc-mtl-doc,
  libghc-network-doc,
  libghc-network-uri-doc,
@@ -67,22 +70,28 @@ Build-Depends-Indep: ghc-doc,
  libghc-regex-compat-doc,
  libghc-regex-tdfa-doc,
  libghc-text-doc,
+ libghc-unixutils-doc,
  libghc-utf8-string-doc,
  libghc-zlib-doc,
-Build-Conflicts: libghc-parsec2-dev,
+Build-Conflicts:
+ libghc-parsec2-dev,
 Standards-Version: 3.9.8
 Homepage: https://github.com/ddssff/debian-haskell
-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-debian
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-debian-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: Haskell library for working with the Debian package system
  This library includes modules covering almost every aspect of the Debian
  packaging system, including low level data types such as version numbers
@@ -94,12 +103,16 @@ Description: Haskell library for working with the Debian package system
 
 Package: libghc-debian-prof
 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: Profiling library for working with the Debian package system${haskell:ShortBlurb}
  This library includes modules covering almost every aspect of the Debian
  packaging system, including low level data types such as version numbers
@@ -112,10 +125,13 @@ Description: Profiling library for working with the Debian package system${haske
 Package: libghc-debian-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: Documentation for Debian package system library${haskell:ShortBlurb}
  This library includes modules covering almost every aspect of the Debian
  packaging system, including low level data types such as version numbers
@@ -128,9 +144,11 @@ Description: Documentation for Debian package system library${haskell:ShortBlurb
 Package: haskell-debian-utils
 Architecture: any
 Section: devel
-Depends: ${misc:Depends},
+Depends:
+ ${misc:Depends},
  ${shlibs:Depends},
-Recommends: apt-file,
+Recommends:
+ apt-file,
 Description: Various helpers to work with Debian packages${haskell:ShortBlurb}
  This package contains tools shipped with the Haskell library “debian”:
  .
diff --git a/p/haskell-debian/debian/copyright b/p/haskell-debian/debian/copyright
index 6247fa8..a6991c4 100644
--- a/p/haskell-debian/debian/copyright
+++ b/p/haskell-debian/debian/copyright
@@ -36,4 +36,4 @@ License: BSD-3-clause
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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