[Git][debian-gis-team/pystac][master] 2 commits: Fix 0005-fix-sphinx-config.patch
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Mon Aug 10 18:55:26 BST 2026
Antonio Valentino pushed to branch master at Debian GIS Project / pystac
Commits:
bb49289f by Antonio Valentino at 2026-08-09T18:19:59+00:00
Fix 0005-fix-sphinx-config.patch
- - - - -
23b5f7e7 by Antonio Valentino at 2026-08-10T17:55:07+00:00
Update d/source/lintian-overrides
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/0005-fix-sphinx-config.patch
- debian/patches/series
- debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -12,7 +12,9 @@ pystac (1.15.2-1) UNRELEASED; urgency=medium
- Drop 0003-Include-package-data.patch.
- Refresh and renumber remaining patches.
- New 0004-allow-warnings.patch.
+ - Nw 0005-fix-sphinx-config.patch.
* Remove python3-pystac.lintian-overrides.
+ * Update d/source/lintian-overrides.
* Add new packages for pystac-core, pystac extensions and
pytest-pystac.
=====================================
debian/patches/0005-fix-sphinx-config.patch
=====================================
@@ -0,0 +1,22 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sun, 9 Aug 2026 18:18:43 +0000
+Subject: fix-sphinx-config
+
+Forwarded: not-needed
+---
+ docs/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index 739b941..d48bf3d 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -16,7 +16,7 @@ import sys
+ from typing import Any
+
+ sys.path.insert(0, os.path.abspath("."))
+-sys.path.insert(0, os.path.abspath("../"))
++sys.path.insert(0, os.path.abspath("../core"))
+ from pystac.version import STACVersion, __version__ # noqa:E402
+
+ git_branch = os.environ.get("UPSTREAM_VERSION", "master")
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
0002-Fix-links-to-source-in-docs.patch
0003-Workaround-for-doc-build-issue.patch
0004-allow-warnings.patch
+0005-fix-sphinx-config.patch
=====================================
debian/source/lintian-overrides
=====================================
@@ -1,3 +1,6 @@
# Not supported by devscripts in trixie
older-debian-watch-file-standard 4 *
+# Files identified as examples are actually parto fo the test dataset that
+# is not supposed to be isntalled
+package-does-not-install-examples [extensions/*/tests/data-files/examples/*]
View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac/-/compare/18ec29e6630814a06dadaf37ce4e67db5c72d8b4...23b5f7e738b94bee8a8bcd9d02f7a52358583592
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac/-/compare/18ec29e6630814a06dadaf37ce4e67db5c72d8b4...23b5f7e738b94bee8a8bcd9d02f7a52358583592
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260810/65da9a15/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list