[Git][debian-gis-team/fiona][master] 9 commits: Install examples vim fiona-doc.examples

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Mar 7 09:44:40 GMT 2026



Antonio Valentino pushed to branch master at Debian GIS Project / fiona


Commits:
ea011acd by Antonio Valentino at 2026-03-07T08:42:51+00:00
Install examples vim fiona-doc.examples

- - - - -
529d3365 by Antonio Valentino at 2026-03-07T08:43:27+00:00
Update d/copyright

- - - - -
9238524e by Antonio Valentino at 2026-03-07T08:45:47+00:00
Drop unnecessary versioned dependency for cython3

- - - - -
923c6440 by Antonio Valentino at 2026-03-07T08:49:59+00:00
Rely on pre-initialized dpkg-architecture variables.

Changes-By: lintian-brush

- - - - -
59b31ab5 by Antonio Valentino at 2026-03-07T08:54:19+00:00
Reorder Files paragraphs in debian/copyright by directory depth.

Changes-By: lintian-brush
Fixes: lintian: globbing-patterns-out-of-order
See-also: https://lintian.debian.org/tags/globbing-patterns-out-of-order.html
Fixes: lintian: globbing-patterns-out-of-order
See-also: https://lintian.debian.org/tags/globbing-patterns-out-of-order.html
Fixes: lintian: globbing-patterns-out-of-order
See-also: https://lintian.debian.org/tags/globbing-patterns-out-of-order.html

- - - - -
d9231bcc by Antonio Valentino at 2026-03-07T09:02:31+00:00
Set field Upstream-Contact in debian/copyright.

Changes-By: lintian-brush

- - - - -
9fb3a6ea by Antonio Valentino at 2026-03-07T09:08:58+00:00
Set upstream metadata fields: Documentation, Security-Contact.

Changes-By: lintian-brush

- - - - -
a7055432 by Antonio Valentino at 2026-03-07T09:40:03+00:00
d/rules formatting

- - - - -
1a128e3b by Antonio Valentino at 2026-03-07T09:40:17+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/fiona-doc.docs
- + debian/fiona-doc.examples
- debian/rules
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,12 +1,23 @@
-fiona (1.10.1-5) UNRELEASED; urgency=medium
-
-  * Team upload.
+fiona (1.10.1-5) unstable; urgency=medium
 
   [ Alexandre Detiste ]
   * Add patch to fix PyparsingDeprecationWarning with pyparsing 3.3.
     (closes: #1129563)
 
- -- Bas Couwenberg <sebastic at debian.org>  Tue, 03 Mar 2026 05:24:48 +0100
+  [ Antonio Valentino ]
+  * Install examples via fiona-doc.examples.
+  * debian/copyright:
+    - Update d/copyright.
+    - Reorder Files paragraphs in debian/copyright by directory depth.
+    - Set field Upstream-Contact in debian/copyright.
+  * debian/control:
+    - Drop unnecessary versioned dependency for cython3.
+    - Rely on pre-initialized dpkg-architecture variables.
+  * Set upstream metadata fields: Documentation, Security-Contact.
+  * debian/rukes:
+    - Formatting.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 07 Mar 2026 09:10:28 +0000
 
 fiona (1.10.1-4) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
                gdal-bin,
                libgdal-dev,
-               cython3 (>= 0.29.29),
+               cython3,
                pybuild-plugin-pyproject,
                python3-aiohttp <!nocheck>,
                python3-all,


=====================================
debian/copyright
=====================================
@@ -1,5 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Fiona
+Upstream-Contact: Sean Gillies <sean.gillies at gmail.com>
 Source: https://github.com/Toblerity/Fiona
 
 Files: *
@@ -39,10 +40,6 @@ Files: docs/manual.rst
 Copyright: 2014-2015 Sean C. Gillies
 License: CC-BY-3.0-US
 
-Files: fiona/_vendor/munch/*
-Copyright: 2010, David Schoonover
-License: Expat
-
 Files: fiona/_vendor/snuggs.py
 Copyright: 2014, Mapbox
 License: Expat
@@ -60,8 +57,13 @@ License: public-domain
     None.  Acknowledgment of the National Atlas of the United States of
     America would be appreciated in products derived from these data."
 
+Files: fiona/_vendor/munch/*
+Copyright: 2010, David Schoonover
+License: Expat
+
 Files: debian/*
 Copyright: 2014-2017 Johan Van de Wauw
+           2026, Antonio Valentino
 License: BSD-3-Clause
 
 License: BSD-3-Clause


=====================================
debian/fiona-doc.docs
=====================================
@@ -1,2 +1 @@
 build/html/*
-examples


=====================================
debian/fiona-doc.examples
=====================================
@@ -0,0 +1 @@
+examples/*.py


=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export LC_ALL=C.UTF-8
 export LANG=C.UTF-8
 
-DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+include /usr/share/dpkg/architecture.mk
 
 export GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YES
 
@@ -15,32 +15,32 @@ export PYBUILD_TEST_PYTEST=1
 export PYBUILD_BEFORE_TEST=cp -r pytest.ini {dir}/tests {build_dir}
 export PYBUILD_AFTER_TEST=rm -rf {build_dir}/pytest.ini {build_dir}/tests
 export PYBUILD_TEST_ARGS=-v \
-                         --ignore tests/test_bytescollection.py \
-                         --ignore tests/test_collection.py \
-                         --ignore tests/test_data_paths.py \
-                         --ignore tests/test_drvsupport.py \
-                         --ignore tests/test_feature.py \
-                         --ignore tests/test_filter_vsi.py \
-                         --ignore tests/test_fio_bounds.py \
-                         --ignore tests/test_fio_calc.py \
-                         --ignore tests/test_fio_cat.py \
-                         --ignore tests/test_fio_collect.py \
-                         --ignore tests/test_fio_distrib.py \
-                         --ignore tests/test_fio_dump.py \
-                         --ignore tests/test_fio_filter.py \
-                         --ignore tests/test_fio_info.py \
-                         --ignore tests/test_fio_load.py \
-                         --ignore tests/test_fio_ls.py \
-                         --ignore tests/test_fio_rm.py \
-                         --ignore tests/test_geopackage.py \
-                         --ignore tests/test_http_session.py \
-                         --ignore tests/test_layer.py \
-                         --ignore tests/test_listing.py \
-                         --ignore tests/test_profile.py \
-                         --ignore tests/test_unicode.py \
-                         --ignore tests/test_vfs.py \
-                         --ignore tests/test_write.py \
-                         -k "not test_opener_fsspec_zip_http_fs"
+--ignore tests/test_bytescollection.py \
+--ignore tests/test_collection.py \
+--ignore tests/test_data_paths.py \
+--ignore tests/test_drvsupport.py \
+--ignore tests/test_feature.py \
+--ignore tests/test_filter_vsi.py \
+--ignore tests/test_fio_bounds.py \
+--ignore tests/test_fio_calc.py \
+--ignore tests/test_fio_cat.py \
+--ignore tests/test_fio_collect.py \
+--ignore tests/test_fio_distrib.py \
+--ignore tests/test_fio_dump.py \
+--ignore tests/test_fio_filter.py \
+--ignore tests/test_fio_info.py \
+--ignore tests/test_fio_load.py \
+--ignore tests/test_fio_ls.py \
+--ignore tests/test_fio_rm.py \
+--ignore tests/test_geopackage.py \
+--ignore tests/test_http_session.py \
+--ignore tests/test_layer.py \
+--ignore tests/test_listing.py \
+--ignore tests/test_profile.py \
+--ignore tests/test_unicode.py \
+--ignore tests/test_vfs.py \
+--ignore tests/test_write.py \
+-k "not test_opener_fsspec_zip_http_fs"
 
 %:
 	dh  $@ --buildsystem pybuild


=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,7 @@
 ---
 Bug-Database: https://github.com/Toblerity/Fiona/issues
 Bug-Submit: https://github.com/Toblerity/Fiona/issues/new
+Documentation: https://fiona.readthedocs.io/
 Repository: https://github.com/Toblerity/Fiona.git
 Repository-Browse: https://github.com/Toblerity/Fiona
+Security-Contact: https://github.com/Toblerity/Fiona/tree/HEAD/SECURITY.md



View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/26bfbf5f3d4dd3b5038261cf7e48c2a8478b1873...1a128e3b968f45318ecd7fb5356ec9f98ee6a80e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/26bfbf5f3d4dd3b5038261cf7e48c2a8478b1873...1a128e3b968f45318ecd7fb5356ec9f98ee6a80e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260307/f4d1f5c3/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list