diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:41:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:41:09 +0000 |
commit | 77cbe979e2d594b90490d738456e9018373f111f (patch) | |
tree | eda456b4d9bb193a8e730e436c6f9ae3ccec4ef9 /debian/patches/disable-postgresql-documentation-download.patch | |
parent | Adding upstream version 3.1.7. (diff) | |
download | psycopg3-77cbe979e2d594b90490d738456e9018373f111f.tar.xz psycopg3-77cbe979e2d594b90490d738456e9018373f111f.zip |
Adding debian version 3.1.7-4.debian/3.1.7-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/disable-postgresql-documentation-download.patch')
-rw-r--r-- | debian/patches/disable-postgresql-documentation-download.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/disable-postgresql-documentation-download.patch b/debian/patches/disable-postgresql-documentation-download.patch new file mode 100644 index 0000000..b91e91f --- /dev/null +++ b/debian/patches/disable-postgresql-documentation-download.patch @@ -0,0 +1,19 @@ +Description: Disable linking to PostgreSQL libpq documentation + Commented-out Sphinx module fetches PostgreSQL source SGML file. + I don't know yet how to fix it, so disabling for now; it could + be enabled again if we had a doc/src/sgml/libpq.sgml available. +Forwarded: not-needed +Author: Tomasz Rybak <serpent@debian.org> +Last-Update: 2022-12-28 +Index: psycopg3/docs/conf.py +=================================================================== +--- psycopg3.orig/docs/conf.py ++++ psycopg3/docs/conf.py +@@ -43,7 +43,6 @@ extensions = [ + "sql_role", + "ticket_role", + "pg3_docs", +- "libpq_docs", + ] + + # Add any paths that contain templates here, relative to this directory. |