Commit 051a4cb0 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

rss2irc: New upstream release (v1.2)

parent 4af5b2a8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
rss2irc (1.1-4) UNRELEASED; urgency=medium
rss2irc (1.2-1) unstable; urgency=medium

  [ Clint Adams ]
  * Set Rules-Requires-Root to no.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:11:06 -0400
  [ Ilias Tsitsimpis ]
  * New upstream release (Closes: #896505)

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Fri, 29 Jun 2018 16:49:47 +0300

rss2irc (1.1-3) unstable; urgency=medium

+4 −5
Original line number Diff line number Diff line
@@ -8,16 +8,15 @@ Build-Depends: debhelper (>= 10),
 haskell-devscripts (>= 0.13),
 cdbs,
 ghc,
 ghc-prof,
 libghc-safesemaphore-dev (>= 0.10),
 libghc-safesemaphore-dev (<< 1.1),
 libghc-cmdargs-dev,
 libghc-feed-dev (>= 0.3.9),
 libghc-feed-dev (<< 0.4),
 libghc-feed-dev (>= 1),
 libghc-feed-dev (<< 1.1),
 libghc-http-client-dev (>= 0.2.1),
 libghc-http-client-dev (<< 0.6),
 libghc-http-conduit-dev (>= 1.9),
 libghc-http-conduit-dev (<< 2.3),
 libghc-http-conduit-dev (<< 2.4),
 libghc-http-types-dev (>= 0.6.4),
 libghc-http-types-dev (<< 1.0),
 libghc-io-storage-dev (>= 0.3),
@@ -33,7 +32,7 @@ Build-Depends: debhelper (>= 10),
 libghc-regexpr-dev (>= 0.5),
 libghc-regexpr-dev (<< 0.6),
 libghc-resourcet-dev (>= 0.4.4),
 libghc-resourcet-dev (<< 1.2),
 libghc-resourcet-dev (<< 1.3),
 libghc-safe-dev (>= 0.2),
 libghc-safe-dev (<< 0.4),
 libghc-split-dev (>= 0.2),
+0 −19
Original line number Diff line number Diff line
Description: Fix versioned build dependencies
Author: Ilias Tsitsimpis <iliastsi@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

p/rss2irc/debian/patches/series

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
newer-deps