diff options
author | Clint Adams <clint@debian.org> | 2016-10-12 18:53:42 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-12 18:53:42 -0400 |
commit | 160c84c1046cc804e786663ae34b12a0b108e567 (patch) | |
tree | bf2ddb453cd2eb41edb735828a34ac87c04d72af /p/haskell-http-streams/debian | |
parent | e7d091a0222b0dbc897436def874f092d4874f47 (diff) | |
parent | 82ce455936337280b4fddaf8fbc7bed0d015167d (diff) | |
download | DHG_packages-160c84c1046cc804e786663ae34b12a0b108e567.tar.gz |
Merge branch 'master' into experimental
what a mess
Diffstat (limited to 'p/haskell-http-streams/debian')
-rw-r--r-- | p/haskell-http-streams/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-http-streams/debian/patches/non-linux | 12 | ||||
-rw-r--r-- | p/haskell-http-streams/debian/patches/series | 1 |
3 files changed, 17 insertions, 4 deletions
diff --git a/p/haskell-http-streams/debian/changelog b/p/haskell-http-streams/debian/changelog index d67bb7660..c229e559b 100644 --- a/p/haskell-http-streams/debian/changelog +++ b/p/haskell-http-streams/debian/changelog @@ -1,13 +1,13 @@ -haskell-http-streams (0.8.3.3-3) UNRELEASED; urgency=medium +haskell-http-streams (0.8.3.3-3) 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) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Patch to build on non-Linux. closes: #837320. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:33 +0300 + -- Clint Adams <clint@debian.org> Sat, 10 Sep 2016 10:01:04 -0400 haskell-http-streams (0.8.3.3-2) unstable; urgency=medium diff --git a/p/haskell-http-streams/debian/patches/non-linux b/p/haskell-http-streams/debian/patches/non-linux new file mode 100644 index 000000000..d69a5da9e --- /dev/null +++ b/p/haskell-http-streams/debian/patches/non-linux @@ -0,0 +1,12 @@ +--- a/lib/Network/Http/Inconvenience.hs ++++ b/lib/Network/Http/Inconvenience.hs +@@ -73,9 +73,7 @@ + import Network.Http.RequestBuilder + import Network.Http.Types + +-#if defined __LINUX__ + import System.Directory (doesDirectoryExist) +-#endif + + + type URL = ByteString diff --git a/p/haskell-http-streams/debian/patches/series b/p/haskell-http-streams/debian/patches/series new file mode 100644 index 000000000..240da8ac0 --- /dev/null +++ b/p/haskell-http-streams/debian/patches/series @@ -0,0 +1 @@ +non-linux |