[DHG_packages] 01/01: rss2irc: Bump versioned build-deps

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Tue Nov 7 11:21:49 UTC 2017


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

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit bc6b792c0b43a1d0d36f96884f4ae15beeb70d03
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Tue Nov 7 13:17:35 2017 +0200

    rss2irc: Bump versioned build-deps
    
    Closes: #868636
---
 p/rss2irc/debian/changelog          |  6 ++++--
 p/rss2irc/debian/control            |  4 ++--
 p/rss2irc/debian/patches/newer-deps | 19 +++++++++++++++++++
 p/rss2irc/debian/patches/series     |  1 +
 4 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/p/rss2irc/debian/changelog b/p/rss2irc/debian/changelog
index cf13958..66f8f12 100644
--- a/p/rss2irc/debian/changelog
+++ b/p/rss2irc/debian/changelog
@@ -1,10 +1,12 @@
-rss2irc (1.1-2) UNRELEASED; urgency=medium
+rss2irc (1.1-2) unstable; urgency=medium
 
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
+  * Bump versioned build-deps on libghc-http-client-dev and
+    libghc-http-conduit-dev (Closes: #868636)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 13:24:15 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 07 Nov 2017 13:17:18 +0200
 
 rss2irc (1.1-1) unstable; urgency=medium
 
diff --git a/p/rss2irc/debian/control b/p/rss2irc/debian/control
index be87ff3..a37eb30 100644
--- a/p/rss2irc/debian/control
+++ b/p/rss2irc/debian/control
@@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 10),
  libghc-feed-dev (>= 0.3.9),
  libghc-feed-dev (<< 0.4),
  libghc-http-client-dev (>= 0.2.1),
- libghc-http-client-dev (<< 0.5),
+ libghc-http-client-dev (<< 0.6),
  libghc-http-conduit-dev (>= 1.9),
- libghc-http-conduit-dev (<< 2.2),
+ libghc-http-conduit-dev (<< 2.3),
  libghc-http-types-dev (>= 0.6.4),
  libghc-http-types-dev (<< 1.0),
  libghc-io-storage-dev (>= 0.3),
diff --git a/p/rss2irc/debian/patches/newer-deps b/p/rss2irc/debian/patches/newer-deps
new file mode 100644
index 0000000..1f3bd5c
--- /dev/null
+++ b/p/rss2irc/debian/patches/newer-deps
@@ -0,0 +1,19 @@
+Description: Fix versioned build dependencies
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+---
+
+Index: b/rss2irc.cabal
+===================================================================
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -42,8 +42,8 @@ executable rss2irc
+                     ,deepseq
+                     ,irc                   >= 0.6 && < 0.7
+                     ,feed                  >= 0.3.9 && < 0.4
+-                    ,http-client           >= 0.2.1 && < 0.5
+-                    ,http-conduit          >= 1.9 && < 2.2
++                    ,http-client           >= 0.2.1 && < 0.6
++                    ,http-conduit          >= 1.9 && < 2.3
+                     ,resourcet             >= 0.4.4 && < 1.2
+                     ,http-types            >= 0.6.4 && < 1.0
+                     ,io-storage            >= 0.3 && < 0.4
diff --git a/p/rss2irc/debian/patches/series b/p/rss2irc/debian/patches/series
new file mode 100644
index 0000000..58889b7
--- /dev/null
+++ b/p/rss2irc/debian/patches/series
@@ -0,0 +1 @@
+newer-deps

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