aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/01_use-system-ca-certificates.patch4
-rw-r--r--debian/patches/02_populate-install_requires.patch4
-rw-r--r--debian/patches/03_export-IncompleteRead.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/01_use-system-ca-certificates.patch b/debian/patches/01_use-system-ca-certificates.patch
index d1c811b..47e2b80 100644
--- a/debian/patches/01_use-system-ca-certificates.patch
+++ b/debian/patches/01_use-system-ca-certificates.patch
@@ -1,4 +1,4 @@
-From cdfced68eae64218d746e7decb6e000b1c4aae20 Mon Sep 17 00:00:00 2001
+From f295a4caa458daf5cfb57793af6183192851a90c Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Thu, 8 Oct 2015 13:41:42 -0700
Subject: Use the bundle provided by ca-certificates instead of
@@ -37,7 +37,7 @@ index 07e6475..e61ee5d 100644
if __name__ == '__main__':
print(where())
diff --git a/setup.py b/setup.py
-index f98f528..eb444f1 100755
+index b7ed12b..c483535 100755
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup(
diff --git a/debian/patches/02_populate-install_requires.patch b/debian/patches/02_populate-install_requires.patch
index 64ec706..0e71c16 100644
--- a/debian/patches/02_populate-install_requires.patch
+++ b/debian/patches/02_populate-install_requires.patch
@@ -1,4 +1,4 @@
-From 6c882aca203bd33c129e2b4e1e4f82886e4b1fe0 Mon Sep 17 00:00:00 2001
+From 08c16e06ad11c6fcb26f4ca1ea3f11093598092f Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Fri, 23 Oct 2015 16:03:52 +0200
Subject: Populate install_requires for unbundled packages
@@ -15,7 +15,7 @@ Patch-Name: 02_populate-install_requires.patch
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index eb444f1..6f62b80 100755
+index c483535..5e75b98 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,9 @@ packages = [
diff --git a/debian/patches/03_export-IncompleteRead.patch b/debian/patches/03_export-IncompleteRead.patch
index e9bfc07..98abf71 100644
--- a/debian/patches/03_export-IncompleteRead.patch
+++ b/debian/patches/03_export-IncompleteRead.patch
@@ -1,4 +1,4 @@
-From 3d3afa49b9ca0e898ecb09c7271d28e0c737016b Mon Sep 17 00:00:00 2001
+From cddad0f16e1525b6eca41b88a8df50a9e31613f5 Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Thu, 8 Oct 2015 13:41:43 -0700
Subject: Export IncompleteRead from requests.compat since it's