summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-16 08:16:01 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-16 08:16:01 +0100
commit76739ce40c541792b7e608777c3bb1e916a92042 (patch)
tree91dd2206ce9bdea85f71c765d86739394c2d7a68
parent56b526098124332322cc8fb20a7cc368d686ec93 (diff)
refresh patches
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/drop-installation-from-docs-contents.patch4
-rw-r--r--debian/patches/drop-pybind11-from-setup.py.patch18
3 files changed, 11 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e7d0ab..f876deb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pikepdf (1.6.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
- Tighten libqpdf build-dep to require 8.4.2.
* Add mp_compile.py stanza to d/copyright.
+ * Refresh patches.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 16 Aug 2019 08:05:25 +0100
diff --git a/debian/patches/drop-installation-from-docs-contents.patch b/debian/patches/drop-installation-from-docs-contents.patch
index bfd6dae..0573b70 100644
--- a/debian/patches/drop-installation-from-docs-contents.patch
+++ b/debian/patches/drop-installation-from-docs-contents.patch
@@ -8,11 +8,11 @@ Subject: drop installation from docs contents
--- a/docs/index.rst
+++ b/docs/index.rst
-@@ -111,7 +111,6 @@ practical examples, particular in ``pdfi
+@@ -110,7 +110,6 @@ practical examples, particular in ``pdfi
:caption: Introduction
:name: intro_toc
- installation
release_notes
tutorial
- objects
+
diff --git a/debian/patches/drop-pybind11-from-setup.py.patch b/debian/patches/drop-pybind11-from-setup.py.patch
index 90dc374..51ee1db 100644
--- a/debian/patches/drop-pybind11-from-setup.py.patch
+++ b/debian/patches/drop-pybind11-from-setup.py.patch
@@ -8,15 +8,13 @@ setup.py fails to detect it for some reason.
setup.py | 1 -
1 file changed, 1 deletion(-)
-diff --git a/setup.py b/setup.py
-index 59e9b3b..c1f62b2 100644
--- a/setup.py
+++ b/setup.py
-@@ -138,7 +138,6 @@ setup(
- setup_requires=[
- 'setuptools_scm',
- 'setuptools_scm_git_archive',
-- 'pybind11 >= 2.3.0, < 3',
- ],
- use_scm_version=True,
- tests_require=tests_require,
+@@ -147,7 +147,6 @@ if __name__ == '__main__': # for mp_com
+ setup_requires=[
+ 'setuptools_scm',
+ 'setuptools_scm_git_archive',
+- 'pybind11 >= 2.3.0, < 3',
+ ],
+ use_scm_version=True,
+ tests_require=tests_require,