diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-02-17 02:47:08 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-02-17 02:47:08 +0400 |
commit | b85f9a4ad8265438b9cb6670b368f95d799c42cd (patch) | |
tree | 7205993f1d1fbee40239f840eb00780a60e7d77b /p/rss2irc | |
parent | 7efe28295d4c0e98d4acc7144975a1860ac23d67 (diff) | |
download | DHG_packages-b85f9a4ad8265438b9cb6670b368f95d799c42cd.tar.gz |
rss2irc: New upstream release
Diffstat (limited to 'p/rss2irc')
-rw-r--r-- | p/rss2irc/debian/changelog | 5 | ||||
-rw-r--r-- | p/rss2irc/debian/control | 36 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/deepseq-instead-of-parallel.diff | 22 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/newer-http.diff | 11 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/newer-irc.diff | 11 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/newer-mtl.diff | 11 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/newer-network.diff | 11 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/newer-tagsoup.diff | 11 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/newer-time.diff | 11 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/no-haskell98.diff | 26 | ||||
-rw-r--r-- | p/rss2irc/debian/patches/series | 8 |
11 files changed, 24 insertions, 139 deletions
diff --git a/p/rss2irc/debian/changelog b/p/rss2irc/debian/changelog index 2ad8e51ac..28e8ed0d3 100644 --- a/p/rss2irc/debian/changelog +++ b/p/rss2irc/debian/changelog @@ -1,10 +1,11 @@ -rss2irc (0.4.2-5) UNRELEASED; urgency=low +rss2irc (1.0.1-1) UNRELEASED; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change + * New upstream release - -- Joachim Breitner <nomeata@debian.org> Sat, 13 Oct 2012 14:14:49 +0200 + -- Joachim Breitner <nomeata@debian.org> Sat, 16 Feb 2013 23:40:10 +0100 rss2irc (0.4.2-4) unstable; urgency=low diff --git a/p/rss2irc/debian/control b/p/rss2irc/debian/control index cda0ad16c..557e59088 100644 --- a/p/rss2irc/debian/control +++ b/p/rss2irc/debian/control @@ -6,24 +6,30 @@ Uploaders: Clint Adams <clint@debian.org> Build-Depends: haskell-devscripts (>= 0.8.13) , ghc , ghc-prof - , libghc-feed-dev (>> 0.3) - , libghc-feed-dev (<< 0.4) - , libghc-http-dev (>> 1:4000.0.3) - , libghc-http-dev (<< 1:4000.3) - , libghc-irc-dev (>> 0.4) + , libghc-cabal-file-th-dev + , libghc-cmdargs-dev + , libghc-irc-dev (>> 0.5) , libghc-irc-dev (<< 0.6) - , libghc-mtl-dev (>> 1.1) - , libghc-mtl-dev (<< 2.2) - , libghc-network-dev (>> 2.2) - , libghc-network-dev (<< 2.3.1) + , libghc-feed-dev (>= 0.3.8) + , libghc-feed-dev (<< 0.4) + , libghc-http-conduit-dev (>> 1.8) + , libghc-http-conduit-dev (<< 1.9) + , libghc-http-types-dev (>= 0.6.4) + , libghc-http-types-dev (<< 0.9) + , libghc-io-storage-dev (>> 0.3) + , libghc-io-storage-dev (<< 0.4) + , libghc-network-dev (>> 2.4) + , libghc-network-dev (<< 2.5) + , libghc-parsec3-dev , libghc-regexpr-dev (>> 0.5) , libghc-regexpr-dev (<< 0.6) - , libghc-split-dev (>> 0.1) - , libghc-split-dev (<< 0.2) - , libghc-strict-concurrency-dev (>> 0.2) - , libghc-strict-concurrency-dev (<< 0.3) - , libghc-tagsoup-dev (>> 0.6) - , libghc-tagsoup-dev (<< 0.13) + , libghc-safe-dev (>> 0.2) + , libghc-safe-dev (<< 0.4) + , libghc-split-dev (>> 0.2) + , libghc-split-dev (<< 0.3) + , libghc-text-dev (>= 0.11) + , libghc-text-dev (<< 0.12) + , libghc-utf8-string-dev Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/rss2irc Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/rss2irc diff --git a/p/rss2irc/debian/patches/deepseq-instead-of-parallel.diff b/p/rss2irc/debian/patches/deepseq-instead-of-parallel.diff deleted file mode 100644 index 6f400ac51..000000000 --- a/p/rss2irc/debian/patches/deepseq-instead-of-parallel.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -103,7 +103,7 @@ - irc >= 0.4 && < 0.5, - mtl >= 1.1, - network >= 2.2, -- parallel >= 1.1 && < 1.2, -+ deepseq >= 1.1, - regexpr >= 0.5 && < 0.6, - split >= 0.1 && < 0.2, - strict-concurrency >= 0.2 && < 0.3, ---- a/rss2irc.hs -+++ b/rss2irc.hs -@@ -27,7 +27,7 @@ - import Network.URI (URI(URI),uriScheme,parseURI) - import qualified Control.Exception.Extensible as E (bracket,catch) - import Control.Exception.Extensible (fromException) --import Control.Parallel.Strategies (NFData) --(rnf),($|)) -+import Control.DeepSeq (NFData) - import System.Console.GetOpt (OptDescr(Option), ArgDescr(ReqArg,NoArg), ArgOrder(Permute), getOpt, usageInfo) - import System.Environment (getArgs) - import System.Exit (exitWith, ExitCode(ExitSuccess), exitFailure) diff --git a/p/rss2irc/debian/patches/newer-http.diff b/p/rss2irc/debian/patches/newer-http.diff deleted file mode 100644 index 67c105b54..000000000 --- a/p/rss2irc/debian/patches/newer-http.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -99,7 +99,7 @@ - extensible-exceptions >= 0.1 && < 0.2, - feed >= 0.3 && < 0.4, - haskell98, -- HTTP >= 4000.0.3 && < 4000.1, -+ HTTP >= 4000.0.3, - irc >= 0.4 && < 0.5, - mtl >= 1.1 && < 1.2, - network >= 2.2 && < 2.3, diff --git a/p/rss2irc/debian/patches/newer-irc.diff b/p/rss2irc/debian/patches/newer-irc.diff deleted file mode 100644 index 35ce0c944..000000000 --- a/p/rss2irc/debian/patches/newer-irc.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -100,7 +100,7 @@ - feed >= 0.3 && < 0.4, - haskell98, - HTTP >= 4000.0.3, -- irc >= 0.4 && < 0.5, -+ irc >= 0.4 && < 0.6, - mtl >= 1.1, - network >= 2.2, - deepseq >= 1.1, diff --git a/p/rss2irc/debian/patches/newer-mtl.diff b/p/rss2irc/debian/patches/newer-mtl.diff deleted file mode 100644 index 505e70422..000000000 --- a/p/rss2irc/debian/patches/newer-mtl.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -101,7 +101,7 @@ - haskell98, - HTTP >= 4000.0.3, - irc >= 0.4 && < 0.5, -- mtl >= 1.1 && < 1.2, -+ mtl >= 1.1, - network >= 2.2 && < 2.3, - parallel >= 1.1 && < 1.2, - regexpr >= 0.5 && < 0.6, diff --git a/p/rss2irc/debian/patches/newer-network.diff b/p/rss2irc/debian/patches/newer-network.diff deleted file mode 100644 index 11586129b..000000000 --- a/p/rss2irc/debian/patches/newer-network.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -102,7 +102,7 @@ - HTTP >= 4000.0.3, - irc >= 0.4 && < 0.5, - mtl >= 1.1, -- network >= 2.2 && < 2.3, -+ network >= 2.2, - parallel >= 1.1 && < 1.2, - regexpr >= 0.5 && < 0.6, - split >= 0.1 && < 0.2, diff --git a/p/rss2irc/debian/patches/newer-tagsoup.diff b/p/rss2irc/debian/patches/newer-tagsoup.diff deleted file mode 100644 index b40b6efe6..000000000 --- a/p/rss2irc/debian/patches/newer-tagsoup.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -107,7 +107,7 @@ - regexpr >= 0.5 && < 0.6, - split >= 0.1 && < 0.2, - strict-concurrency >= 0.2 && < 0.3, -- tagsoup >= 0.6 && < 0.7, -+ tagsoup >= 0.6, - time >= 1.1 && < 1.2 - - source-repository head diff --git a/p/rss2irc/debian/patches/newer-time.diff b/p/rss2irc/debian/patches/newer-time.diff deleted file mode 100644 index 3410cb896..000000000 --- a/p/rss2irc/debian/patches/newer-time.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -108,7 +108,7 @@ - split >= 0.1 && < 0.2, - strict-concurrency >= 0.2 && < 0.3, - tagsoup >= 0.6, -- time >= 1.1 && < 1.2 -+ time >= 1.1 - - source-repository head - type: darcs diff --git a/p/rss2irc/debian/patches/no-haskell98.diff b/p/rss2irc/debian/patches/no-haskell98.diff deleted file mode 100644 index 365094664..000000000 --- a/p/rss2irc/debian/patches/no-haskell98.diff +++ /dev/null @@ -1,26 +0,0 @@ ---- a/rss2irc.cabal -+++ b/rss2irc.cabal -@@ -98,11 +98,11 @@ - base >= 3 && < 5, - extensible-exceptions >= 0.1 && < 0.2, - feed >= 0.3 && < 0.4, -- haskell98, - HTTP >= 4000.0.3, - irc >= 0.4 && < 0.6, - mtl >= 1.1, - network >= 2.2, -+ old-locale >= 1.0.0.4, - deepseq >= 1.1, - regexpr >= 0.5 && < 0.6, - split >= 0.1 && < 0.2, ---- a/rss2irc.hs -+++ b/rss2irc.hs -@@ -19,7 +19,7 @@ - import Data.Time.Clock (UTCTime,getCurrentTime,diffUTCTime) - import Data.Time.Format (parseTime) - import Data.Time.LocalTime (LocalTime,getCurrentTimeZone,utcToLocalTime) --import Locale (defaultTimeLocale) -+import System.Locale (defaultTimeLocale) - import Network (PortID(PortNumber), connectTo) - import Network.Browser (browse,request,setAllowRedirects,setOutHandler) - import Network.HTTP (Response,getRequest,rspBody,rspCode) diff --git a/p/rss2irc/debian/patches/series b/p/rss2irc/debian/patches/series deleted file mode 100644 index 30b9b30f3..000000000 --- a/p/rss2irc/debian/patches/series +++ /dev/null @@ -1,8 +0,0 @@ -newer-http.diff -newer-mtl.diff -newer-network.diff -deepseq-instead-of-parallel.diff -newer-tagsoup.diff -newer-time.diff -newer-irc.diff -no-haskell98.diff |