[DHG_packages] 01/02: irc-core: Upgrading from 1.1.3 to 1.1.4

Sean Whitton spw-guest at moszumanska.debian.org
Sun May 29 10:39:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch LTS-6
in repository DHG_packages.

commit 748ece05796e5b734a9e6699ed15ed25d4dde162
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sun May 29 16:41:02 2016 +0900

    irc-core: Upgrading from 1.1.3 to 1.1.4
---
 p/haskell-irc-core/debian/changelog |  8 ++++++--
 p/haskell-irc-core/debian/control   | 38 +++++++++++++++++++++++++++++++++----
 2 files changed, 40 insertions(+), 6 deletions(-)

diff --git a/p/haskell-irc-core/debian/changelog b/p/haskell-irc-core/debian/changelog
index 414c552..64fc7d7 100644
--- a/p/haskell-irc-core/debian/changelog
+++ b/p/haskell-irc-core/debian/changelog
@@ -1,9 +1,13 @@
-haskell-irc-core (1.1.3-2) UNRELEASED; urgency=medium
+haskell-irc-core (1.1.4-1) unstable; 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)
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:37 +0300
+  [ Sean Whitton ]
+  * New upstream release
+
+ -- Sean Whitton <spwhitton at spwhitton.name>  Sun, 29 May 2016 16:41:02 +0900
 
 haskell-irc-core (1.1.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-irc-core/debian/control b/p/haskell-irc-core/debian/control
index f1d2aca..c7899f1 100644
--- a/p/haskell-irc-core/debian/control
+++ b/p/haskell-irc-core/debian/control
@@ -8,12 +8,24 @@ Build-Depends: debhelper (>= 9),
  cdbs,
  ghc,
  ghc-prof,
+ libghc-array-dev (>= 0.5),
+ libghc-array-dev (<< 0.6),
+ libghc-array-prof,
  libghc-attoparsec-dev (>= 0.12.1.2),
  libghc-attoparsec-dev (<< 0.14),
  libghc-attoparsec-prof,
+ libghc-base-dev (>= 4.7.0.2),
+ libghc-base-dev (<< 4.10),
+ libghc-base-prof,
  libghc-base64-bytestring-dev (>= 1.0.0.1),
  libghc-base64-bytestring-dev (<< 1.1),
  libghc-base64-bytestring-prof,
+ libghc-bytestring-dev (>= 0.10),
+ libghc-bytestring-dev (<< 0.11),
+ libghc-bytestring-prof,
+ libghc-containers-dev (>= 0.5),
+ libghc-containers-dev (<< 0.6),
+ libghc-containers-prof,
  libghc-free-dev (>= 4.11),
  libghc-free-dev (<< 4.13),
  libghc-free-prof,
@@ -26,18 +38,30 @@ Build-Depends: debhelper (>= 9),
  libghc-text-dev (>= 1.2.0.4),
  libghc-text-dev (<< 1.3),
  libghc-text-prof,
+ libghc-time-dev (>= 1.5),
+ libghc-time-dev (<< 1.7),
+ libghc-time-prof,
+ libghc-transformers-dev (>= 0.2),
+ libghc-transformers-dev (<< 0.6),
+ libghc-transformers-prof,
+ libghc-base-dev (>= 4.7),
+ libghc-bytestring-dev (>= 0.10.4.0),
  libghc-config-value-dev (>= 0.4),
  libghc-config-value-dev (<< 0.5),
  libghc-connection-dev (>= 0.2.4),
  libghc-connection-dev (<< 0.3),
  libghc-data-default-class-dev (>= 0.0.1),
  libghc-data-default-class-dev (<< 0.1),
+ libghc-deepseq-dev (>= 1.3.0.2),
+ libghc-deepseq-dev (<< 1.5),
+ libghc-directory-dev (>= 1.2.1.0),
+ libghc-directory-dev (<< 1.3),
+ libghc-filepath-dev (>= 1.3.0.2),
+ libghc-filepath-dev (<< 1.5),
  libghc-haskell-lexer-dev (>= 1.0),
  libghc-haskell-lexer-dev (<< 1.1),
  libghc-network-dev (>= 2.6.0.2),
  libghc-network-dev (<< 2.7),
- libghc-old-locale-dev (>= 1.0.0.6),
- libghc-old-locale-dev (<< 1.1),
  libghc-split-dev (>= 0.2.2),
  libghc-split-dev (<< 0.3),
  libghc-stm-dev (>= 2.4.4),
@@ -55,16 +79,22 @@ Build-Depends: debhelper (>= 9),
  libghc-x509-validation-dev (>= 1.5.1),
  libghc-x509-validation-dev (<< 1.7),
 Build-Depends-Indep: ghc-doc,
+ libghc-array-doc,
  libghc-attoparsec-doc,
+ libghc-base-doc,
  libghc-base64-bytestring-doc,
+ libghc-bytestring-doc,
+ libghc-containers-doc,
  libghc-free-doc,
  libghc-lens-doc,
  libghc-regex-tdfa-doc,
  libghc-text-doc,
+ libghc-time-doc,
+ libghc-transformers-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/glguy/irc-core
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: 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-irc-core
+Vcs-Git: https://git.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: IRC connection library
  IRC connection library featuring such modules as
    - Irc.Cmd - Functions for generating IRC protocol message for

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