[DHG_packages] 04/06: irc-core: Upgrading from 1.1.5 to 2.2.0.0

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:34:15 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 dc7982a1c4875252bc26de0dfdf05f4bdb0b4d98
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 20:32:56 2016 -0400

    irc-core: Upgrading from 1.1.5 to 2.2.0.0
---
 p/haskell-irc-core/debian/changelog               |   6 ++
 p/haskell-irc-core/debian/control                 | 119 ++++++++++------------
 p/haskell-irc-core/debian/glirc.haskell-binaries  |   1 -
 p/haskell-irc-core/debian/glirc.lintian-overrides |   1 -
 p/haskell-irc-core/debian/rules                   |   2 +-
 5 files changed, 58 insertions(+), 71 deletions(-)

diff --git a/p/haskell-irc-core/debian/changelog b/p/haskell-irc-core/debian/changelog
index 615bb67..4fd289e 100644
--- a/p/haskell-irc-core/debian/changelog
+++ b/p/haskell-irc-core/debian/changelog
@@ -1,3 +1,9 @@
+haskell-irc-core (2.2.0.0-1) experimental; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 07 Oct 2016 20:32:56 -0400
+
 haskell-irc-core (1.1.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-irc-core/debian/control b/p/haskell-irc-core/debian/control
index 2c50bdd..d042bcc 100644
--- a/p/haskell-irc-core/debian/control
+++ b/p/haskell-irc-core/debian/control
@@ -1,64 +1,43 @@
 Source: haskell-irc-core
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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-attoparsec-dev (>= 0.12.1.2),
+ haskell-devscripts (>= 0.10),
  libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.13),
  libghc-attoparsec-prof,
- libghc-base64-bytestring-dev (>= 1.0.0.1),
- libghc-base64-bytestring-dev (<< 1.1),
- libghc-base64-bytestring-prof,
- libghc-free-dev (>= 4.11),
- libghc-free-dev (<< 4.13),
- libghc-free-prof,
- libghc-lens-dev (>= 4.7),
- libghc-lens-dev (<< 4.15),
- libghc-lens-prof,
- libghc-regex-tdfa-dev (>= 1.2),
- libghc-regex-tdfa-dev (<< 1.3),
- libghc-regex-tdfa-prof,
- libghc-text-dev (>= 1.2.0.4),
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-prof,
+ libghc-hunit-dev (<< 1.4) <!notest>,
+ libghc-hunit-dev (>= 1.3) <!notest>,
+ libghc-memory-dev (<< 0.14),
+ libghc-memory-dev (>= 0.13),
+ libghc-memory-prof,
+ libghc-primitive-dev (<< 0.7),
+ libghc-primitive-dev (>= 0.6),
+ libghc-primitive-prof,
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 1.2),
  libghc-text-prof,
- 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.2),
- 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-split-dev (>= 0.2.2),
- libghc-split-dev (<< 0.3),
- libghc-stm-dev (>= 2.4.4),
- libghc-stm-dev (<< 2.5),
- libghc-tls-dev (>= 1.2.16),
- libghc-tls-dev (<< 1.4),
- libghc-vty-dev (>= 5.2.7),
- libghc-vty-dev (<< 5.6),
- libghc-x509-dev (>= 1.5.0.1),
- libghc-x509-dev (<< 1.7),
- libghc-x509-store-dev (>= 1.5.0),
- libghc-x509-store-dev (<< 1.7),
- libghc-x509-system-dev (>= 1.5.0),
- libghc-x509-system-dev (<< 1.7),
- libghc-x509-validation-dev (>= 1.5.1),
- libghc-x509-validation-dev (<< 1.7),
-Build-Depends-Indep: ghc-doc,
+ libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.11),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
- libghc-base64-bytestring-doc,
- libghc-free-doc,
- libghc-lens-doc,
- libghc-regex-tdfa-doc,
+ libghc-hashable-doc,
+ libghc-memory-doc,
+ libghc-primitive-doc,
  libghc-text-doc,
+ libghc-vector-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/tree/p/haskell-irc-core
@@ -85,12 +64,16 @@ X-Description: IRC connection library
 
 Package: libghc-irc-core-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -98,11 +81,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-irc-core-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -111,18 +98,14 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-irc-core-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
  ${haskell:Blurb}
-
-Package: glirc
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
-Description: console-based IRC client
- glirc is a console IRC client based on the Haskell irc-core library.
diff --git a/p/haskell-irc-core/debian/glirc.haskell-binaries b/p/haskell-irc-core/debian/glirc.haskell-binaries
deleted file mode 100644
index ae8bcef..0000000
--- a/p/haskell-irc-core/debian/glirc.haskell-binaries
+++ /dev/null
@@ -1 +0,0 @@
-glirc
diff --git a/p/haskell-irc-core/debian/glirc.lintian-overrides b/p/haskell-irc-core/debian/glirc.lintian-overrides
deleted file mode 100644
index 25d3d4c..0000000
--- a/p/haskell-irc-core/debian/glirc.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-binary-or-shlib-defines-rpath
diff --git a/p/haskell-irc-core/debian/rules b/p/haskell-irc-core/debian/rules
index d730346..01f1aaf 100755
--- a/p/haskell-irc-core/debian/rules
+++ b/p/haskell-irc-core/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-# DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

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