summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-08-26 11:22:23 +0200
committerJonas Smedegaard <dr@jones.dk>2016-08-26 11:22:23 +0200
commit45cc35b57c183ed9d0d1f696b50dd90c77f66410 (patch)
tree543d555dcf44dcea7ac69e35f3d53c773a6acba8 /debian/patches
parentf08bf80892dae856c836e70a768dbc8f52bc97d4 (diff)
Add patch 2002 to revert recent seemingly unneeded build-dependency tightening for http-client and http-client-tls.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/2002_relax_http-client_lower_bounds.patch17
-rw-r--r--debian/patches/series1
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/2002_relax_http-client_lower_bounds.patch b/debian/patches/2002_relax_http-client_lower_bounds.patch
new file mode 100644
index 000000000..47f7e0036
--- /dev/null
+++ b/debian/patches/2002_relax_http-client_lower_bounds.patch
@@ -0,0 +1,17 @@
+Description: revert seemingly unneeded build-dependency tightening.
+Author: Jonas Smedegaard <dr@jones.dk>
+Last-Update: 2016-06-01
+
+--- a/pandoc.cabal
++++ b/pandoc.cabal
+@@ -298,8 +298,8 @@
+ else
+ Build-Depends: network >= 2 && < 2.6
+ if flag(https)
+- Build-Depends: http-client >= 0.5 && < 0.6,
+- http-client-tls >= 0.3 && < 0.4,
++ Build-Depends: http-client >= 0.3.2 && < 0.6,
++ http-client-tls >= 0.2 && < 0.4,
+ http-types >= 0.8 && < 0.10
+ cpp-options: -DHTTP_CLIENT
+ if flag(embed_data_files)
diff --git a/debian/patches/series b/debian/patches/series
index 3d14f7ba5..2665a775b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
1001_online_latexmathml_default.patch
2001_avoid_missing_files.patch
+2002_relax_http-client_lower_bounds.patch