Bug#1051310: sarsen: autopkgtest failures

2023-09-05 Thread Gianfranco Costamagna

Source: sarsen
Version: 0.9.3+ds-2
Severity: serious

Hello, looks like something (new python-xarray?) broke autopkgtests for this 
package:

https://ci.debian.net/data/autopkgtest/unstable/amd64/s/sarsen/37316930/log.gz


 63s autopkgtest [23:46:19]: test python3: [---
 63s === python3.11 ===
 64s = test session starts 
==
 64s platform linux -- Python 3.11.5, pytest-7.4.0, pluggy-1.3.0 -- 
/usr/bin/python3.11
 64s cachedir: .pytest_cache
 64s rootdir: /tmp/autopkgtest-lxc.1xlnzicc/downtmp
 64s collecting ... collected 30 items / 2 deselected / 28 selected
 64s
 64s ../build.0ip/src/tests/test_10_chunking.py::test_compute_chunk_1d PASSED [ 
 3%]
 64s ../build.0ip/src/tests/test_10_chunking.py::test_compute_chunks PASSED   [ 
 7%]
 64s ../build.0ip/src/tests/test_10_chunking.py::test_map_ovelap PASSED   [ 
10%]
 64s ../build.0ip/src/tests/test_10_datamodel.py::test_SarProduct PASSED  [ 
14%]
 64s 
../build.0ip/src/tests/test_10_orbit.py::test_OrbitPolyfitIterpolator_datetime64
 PASSED [ 17%]
 64s 
../build.0ip/src/tests/test_10_orbit.py::test_OrbitPolyfitIterpolator_timedelta64
 PASSED [ 21%]
 64s ../build.0ip/src/tests/test_10_scene.py::test_convert_to_dem_3d PASSED   [ 
25%]
 65s ../build.0ip/src/tests/test_10_scene.py::test_transform_dem_3d PASSED[ 
28%]
 65s ../build.0ip/src/tests/test_10_scene.py::test_compute_dem_oriented_area 
FAILED [ 32%]
 65s ../build.0ip/src/tests/test_20_geocoding.py::test_secant_method PASSED   [ 
35%]
 65s 
../build.0ip/src/tests/test_20_geocoding.py::test_zero_doppler_plane_distance 
PASSED [ 39%]
 65s ../build.0ip/src/tests/test_20_geocoding.py::test_backward_geocode PASSED 
[ 42%]
 66s ../build.0ip/src/tests/test_20_sentinel1.py::test_product_info PASSED[ 
46%]
 67s ../build.0ip/src/tests/test_30_radiometry.py::test_compute_gamma_area 
FAILED [ 50%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_gtc[data_path0-IW/VV]
 SKIPPED [ 53%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_gtc[data_path1-IW1/VV]
 SKIPPED [ 57%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_fast_rtc[data_path0-IW/VV]
 SKIPPED [ 60%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_fast_rtc[data_path1-IW1/VV]
 SKIPPED [ 64%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_rtc[data_path0-IW/VV]
 SKIPPED [ 67%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_rtc[data_path1-IW1/VV]
 SKIPPED [ 71%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_gtc_dask[data_path0-IW/VV]
 SKIPPED [ 75%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_gtc_dask[data_path1-IW1/VV]
 SKIPPED [ 78%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_fast_rtc_dask[data_path0-IW/VV]
 SKIPPED [ 82%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_fast_rtc_dask[data_path1-IW1/VV]
 SKIPPED [ 85%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_rtc_dask[data_path0-IW/VV]
 SKIPPED [ 89%]
 67s 
../build.0ip/src/tests/test_50_apps.py::test_terrain_correction_rtc_dask[data_path1-IW1/VV]
 SKIPPED [ 92%]
 67s ../build.0ip/src/tests/test_60_main.py::test_main PASSED [ 
96%]
 67s ../build.0ip/src/tests/test_90_sarsen.py::test_version PASSED
[100%]
 67s
 67s === FAILURES 
===
 67s  test_compute_dem_oriented_area 

 67s
 67s dem_raster = 
 67s [129600 values with dtype=float32]
 67s Coordinates:
 67s   * x(x) float6405
 67s spatial_ref  int64 ...
 67s Attributes:
 67s AREA_OR_POINT:  Area
 67s units:  m
 67s long_name:  elevation
 67s
 67s def test_compute_dem_oriented_area(dem_raster: xr.DataArray) -> None:
 67s dem_3d = scene.convert_to_dem_3d(dem_raster)
 67s
 67s >   res = scene.compute_dem_oriented_area(dem_3d)
 67s
 67s ../build.0ip/src/tests/test_10_scene.py:39:
 67s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _
 67s /usr/lib/python3/dist-packages/sarsen/scene.py:110: in 
compute_dem_oriented_area
 67s cross_2 = xr.cross(dx2, dy2, dim="axis") / 2
 67s /usr/lib/python3/dist-packages/xarray/core/computation.py:1609: in cross
 67s c = apply_ufunc(
 67s /usr/lib/python3/dist-packages/xarray/core/computation.py:1197: in 
apply_ufunc
 67s return apply_dataarray_vfunc(
 67s /usr/lib/python3/dist-packages/xarray/core/computation.py:288: in 
apply_dataarray_vfunc
 67s args = deep_align(
 67s /usr/lib/python3/dist-packages/xarray/core/alignment.py:847: in deep_align
 67s aligned = align(
 67s /usr/lib/python3/dist-packages/xarray/core/alignment.py:783: in align
 67s aligner.align()
 67s /usr/lib/python3/dist-packages/xarray/core/alignment.py:568: in align
 67s

proj 9.3.0-1 MIGRATED to testing

2023-09-05 Thread Debian testing watch
FYI: The status of the proj source package
in Debian's testing distribution has changed.

  Previous version: 9.2.1-1
  Current version:  9.3.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#1044490: marked as done (gdal: Fails to build source after successful build)

2023-09-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Sep 2023 10:20:19 +
with message-id 
and subject line Bug#1044490: fixed in gdal 3.7.2~rc1+dfsg-1~exp1
has caused the Debian Bug report #1044490,
regarding gdal: Fails to build source after successful build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1044490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gdal
Version: 3.7.1+dfsg-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> 
> 
> dpkg-buildpackage: info: source package gdal
> dpkg-buildpackage: info: source version 3.7.1+dfsg-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Bas Couwenberg 
> 
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with python3,numpy3,pkgkde_symbolshelper --buildsystem cmake
>debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<>'
> for V in 3.11; do \
>   dh_auto_clean --builddir=build-py$V ; \
> done
> make[1]: Leaving directory '/<>'
>dh_autoreconf_clean -O--buildsystem=cmake
>dh_clean -O--buildsystem=cmake
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building gdal using existing ./gdal_3.7.1+dfsg.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: file 
> gdal-3.7.1+dfsg/swig/python/gdal-utils/GDAL.egg-info/SOURCES.txt has no final 
> newline (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
>  gdal-3.7.1+dfsg/swig/python/gdal-utils/GDAL.egg-info/PKG-INFO
>  gdal-3.7.1+dfsg/swig/python/gdal-utils/GDAL.egg-info/SOURCES.txt
>  gdal-3.7.1+dfsg/swig/python/gdal-utils/GDAL.egg-info/dependency_links.txt
>  gdal-3.7.1+dfsg/swig/python/gdal-utils/GDAL.egg-info/not-zip-safe
>  gdal-3.7.1+dfsg/swig/python/gdal-utils/GDAL.egg-info/requires.txt
>  gdal-3.7.1+dfsg/swig/python/gdal-utils/GDAL.egg-info/top_level.txt
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/gdal_3.7.1+dfsg-1.diff.ccKOdy
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/gdal_3.7.1+dfsg-1_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 3.7.2~rc1+dfsg-1~exp1
Done: Bas Couwenberg 

We believe that the bug you reported is fixed in the latest version of
gdal, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1044...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated gdal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing 

gdal_3.7.2~rc1+dfsg-1~exp1_source.changes ACCEPTED into experimental

2023-09-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Sep 2023 11:39:15 +0200
Source: gdal
Architecture: source
Version: 3.7.2~rc1+dfsg-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Closes: 1044490
Changes:
 gdal (3.7.2~rc1+dfsg-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Remove generated files in clean target.
 (closes: #1044490)
   * Enable Salsa CI.
   * Switch to dh-sequence-*.
   * Update symbols for amd64.
Checksums-Sha1:
 a8c31e2350ce191029a96772ad58226a9001adde 3249 gdal_3.7.2~rc1+dfsg-1~exp1.dsc
 78ee372746bd3aa7e4a953f9fa9b495fbe5ab85d 9147436 
gdal_3.7.2~rc1+dfsg.orig.tar.xz
 ce47d7c1bfad0f80239be59a3925980ddd4e74fe 96420 
gdal_3.7.2~rc1+dfsg-1~exp1.debian.tar.xz
 5c9a64029bb06f3157dafe1e8ae79623a44b3dcd 17447 
gdal_3.7.2~rc1+dfsg-1~exp1_amd64.buildinfo
Checksums-Sha256:
 a987f511051bef24534669fc0922c5f533ff0fcb0262204f11816f1b66c782fa 3249 
gdal_3.7.2~rc1+dfsg-1~exp1.dsc
 2e855a28ebc919a7bde2e7689339732325ca9220db8c6cb6b2caff3a4cc84726 9147436 
gdal_3.7.2~rc1+dfsg.orig.tar.xz
 015ffeea6c6c7ce91395a847dae09c0dbe7c54d33a83822990c61bdc9312eacf 96420 
gdal_3.7.2~rc1+dfsg-1~exp1.debian.tar.xz
 2fcd043a2a6c6e41b50d179f638c070f1b9df1f926101a31b484c07f33584942 17447 
gdal_3.7.2~rc1+dfsg-1~exp1_amd64.buildinfo
Files:
 7c948cf4a112d95bdcf09c47e039e844 3249 science optional 
gdal_3.7.2~rc1+dfsg-1~exp1.dsc
 923866550c070c2e4134c88d67ec9209 9147436 science optional 
gdal_3.7.2~rc1+dfsg.orig.tar.xz
 d8b673fb68ed9290d7d8dd142843326e 96420 science optional 
gdal_3.7.2~rc1+dfsg-1~exp1.debian.tar.xz
 0d2eee5b7e33a20989b80755ff9b03b4 17447 science optional 
gdal_3.7.2~rc1+dfsg-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmT2/J4ACgkQZ1DxCuiN
SvEQRg/+PkBDV5mwq1YBCDZ8zv7bs6/3KJAlS+JNZhQNQ+S3lZVDFo3pv91dpqYp
wW1z148nKc6we0eCEp7T9vxnsahMHzBuZFfhPwFpdIwljxXlCIxKpPyw4XbqjGMk
GwzcxwdtIrdUqyGhJEWtwtZSPDQjs+jX5vnJJ45VHXdGCqjpJhI/D6c3WmtCHeiM
hMLL+woWYitaR9p39ezyDhEi3N/fflFmbHwTp+ynvlG8VIt5/V9T5b5dYzG7cLYD
jVEI90aUjojh683T/wnUM861plcoJErhQgBQpTRyECqdERJsG1wnqPJClEu9ElLE
9UQGB2QXQK+W5Ey0WE7SnOvXTPfAVKaySmtlHxm8lJtYjcaHDGevt/WpJfpkPDBz
rEulMozQfBxTh5uyZbATlXE22sixL9TrTkh5OhLxbokizlJOOG5znYjnsLtQptw6
vwdr1l0+4ejTKguy0jQMkntaZp6ImbJ166F0RqGUlJ7sgWZXu6U3JI9RjEawecrS
S5tyqa1lUDMSbKSIC6fTPNawqds3SR4rapqGF1Fb04h8qP4clLB+K+OvdfrqTJFU
257oL6NNzT2/oaFnlFWCxgSVkzijAgNTOUi12thVp0/+SgXLNRLT+uvJ60//BrKB
eHwkdQ67KzY8a5u89+BIA5/xPlqSn6EoLfs9TWlk0rQB0PoJamE=
=doA6
-END PGP SIGNATURE-


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/osmium-tool][master] Add architecture-is-little-endian to build depends.

2023-09-05 Thread Bas Couwenberg (@sebastic)


Bas Couwenberg pushed to branch master at Debian GIS Project / osmium-tool


Commits:
0cae8bd7 by Bas Couwenberg at 2023-09-05T12:15:00+02:00
Add architecture-is-little-endian to build depends.

https://github.com/osmcode/osmium-tool/issues/176

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
@@ -2,6 +2,8 @@ osmium-tool (1.15.0-2) UNRELEASED; urgency=medium
 
   * Bump debhelper compat to 13.
   * Enable Salsa CI.
+  * Add architecture-is-little-endian to build depends.
+https://github.com/osmcode/osmium-tool/issues/176
 
  -- Bas Couwenberg   Mon, 12 Jun 2023 18:14:00 +0200
 


=
debian/control
=
@@ -3,7 +3,8 @@ Maintainer: Debian GIS Project 

 Uploaders: Bas Couwenberg 
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: architecture-is-little-endian,
+   debhelper-compat (= 13),
cmake,
libboost-dev,
libboost-program-options-dev,



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/0cae8bd71e3acd6198fb64b3529a468022e8820f

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/0cae8bd71e3acd6198fb64b3529a468022e8820f
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


Processing of gdal_3.7.2~rc1+dfsg-1~exp1_source.changes

2023-09-05 Thread Debian FTP Masters
gdal_3.7.2~rc1+dfsg-1~exp1_source.changes uploaded successfully to localhost
along with the files:
  gdal_3.7.2~rc1+dfsg-1~exp1.dsc
  gdal_3.7.2~rc1+dfsg.orig.tar.xz
  gdal_3.7.2~rc1+dfsg-1~exp1.debian.tar.xz
  gdal_3.7.2~rc1+dfsg-1~exp1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/gdal] Pushed new tag debian/3.7.2_rc1+dfsg-1_exp1

2023-09-05 Thread Bas Couwenberg (@sebastic)


Bas Couwenberg pushed new tag debian/3.7.2_rc1+dfsg-1_exp1 at Debian GIS 
Project / gdal

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/tree/debian/3.7.2_rc1+dfsg-1_exp1
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/gdal] Pushed new tag upstream/3.7.2_rc1+dfsg

2023-09-05 Thread Bas Couwenberg (@sebastic)


Bas Couwenberg pushed new tag upstream/3.7.2_rc1+dfsg at Debian GIS Project / 
gdal

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/tree/upstream/3.7.2_rc1+dfsg
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/gdal][pristine-tar] pristine-tar data for gdal_3.7.2~rc1+dfsg.orig.tar.xz

2023-09-05 Thread Bas Couwenberg (@sebastic)


Bas Couwenberg pushed to branch pristine-tar at Debian GIS Project / gdal


Commits:
858c1c23 by Bas Couwenberg at 2023-09-05T11:35:58+02:00
pristine-tar data for gdal_3.7.2~rc1+dfsg.orig.tar.xz

- - - - -


2 changed files:

- + gdal_3.7.2~rc1+dfsg.orig.tar.xz.delta
- + gdal_3.7.2~rc1+dfsg.orig.tar.xz.id


Changes:

=
gdal_3.7.2~rc1+dfsg.orig.tar.xz.delta
=
Binary files /dev/null and b/gdal_3.7.2~rc1+dfsg.orig.tar.xz.delta differ


=
gdal_3.7.2~rc1+dfsg.orig.tar.xz.id
=
@@ -0,0 +1 @@
+246bb2fa36fc9b40661c5c9f57ed7a0446c25ad9



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/commit/858c1c237c7a91bd632f6db0801f8ad5976658d1

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/commit/858c1c237c7a91bd632f6db0801f8ad5976658d1
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/gdal][upstream] New upstream version 3.7.2~rc1+dfsg

2023-09-05 Thread Bas Couwenberg (@sebastic)


Bas Couwenberg pushed to branch upstream at Debian GIS Project / gdal


Commits:
f09452fa by Bas Couwenberg at 2023-09-05T11:35:27+02:00
New upstream version 3.7.2~rc1+dfsg
- - - - -


30 changed files:

- CITATION.cff
- CMakeLists.txt
- NEWS.md
- VERSION
- alg/gdalchecksum.cpp
- alg/gdaltransformer.cpp
- apps/gdalinfo_lib.cpp
- apps/gdalmdimtranslate_lib.cpp
- apps/ogr2ogr_lib.cpp
- apps/ogrinfo_bin.cpp
- apps/ogrinfo_lib.cpp
- cmake/modules/Ccache.cmake
- cmake/modules/packages/FindSPATIALITE.cmake
- data/nitf_spec.xml
- data/nitf_spec.xsd
- data/ogrinfo_output.schema.json
- frmts/gtiff/geotiff.cpp
- frmts/hdf5/hdf5dataset.cpp
- frmts/hdf5/hdf5dataset.h
- frmts/hdf5/hdf5imagedataset.cpp
- frmts/nitf/nitfdataset.cpp
- frmts/nitf/nitffile.c
- frmts/ogcapi/gdalogcapidataset.cpp
- frmts/stacit/stacitdataset.cpp
- frmts/webp/webpdataset.cpp
- frmts/zarr/zarr_group.cpp
- gcore/gdal_version.h.in
- gcore/overview.cpp
- gcore/tilematrixset.cpp
- gcore/tilematrixset.hpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/commit/f09452fadcf466cd0495a5e38ada4b4660ccb19c

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/commit/f09452fadcf466cd0495a5e38ada4b4660ccb19c
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/gdal][experimental] 21 commits: Revert "Update branch in gbp.conf & Vcs-Git URL."

2023-09-05 Thread Bas Couwenberg (@sebastic)


Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal


Commits:
961b4151 by Bas Couwenberg at 2023-07-13T19:03:28+02:00
Revert Update branch in gbp.conf  Vcs-Git URL.

This reverts commit 3a8e66d7681ace8491341f1616b7eba8ce8c561c.

- - - - -
37e57bc8 by Bas Couwenberg at 2023-07-13T19:04:33+02:00
New upstream version 3.7.1+dfsg
- - - - -
6c27e6bb by Bas Couwenberg at 2023-07-13T19:05:29+02:00
Update upstream source from tag upstream/3.7.1+dfsg

Update to upstream version 3.7.1+dfsg
with Debian dir 36039f9ced9f15fb456eea7ab1ff313cc2ee84de
- - - - -
ac5aa96c by Bas Couwenberg at 2023-07-13T19:06:26+02:00
New upstream release.

- - - - -
824e1a0e by Bas Couwenberg at 2023-07-13T19:07:37+02:00
Strip pre-releases from symbols version.

- - - - -
c2a422ee by Bas Couwenberg at 2023-07-13T19:44:41+02:00
Update symbols for amd64.

- - - - -
5b396c7a by Bas Couwenberg at 2023-07-13T21:07:01+02:00
Update lintian overrides.

- - - - -
519f9985 by Bas Couwenberg at 2023-07-13T21:07:01+02:00
Set distribution to unstable.

- - - - -
1260bdc2 by Bas Couwenberg at 2023-07-19T19:09:17+02:00
Strip pre-releases from symbols version.

- - - - -
679db0ae by Bas Couwenberg at 2023-07-26T17:23:54+02:00
Update symbols for other architectures.

- - - - -
f0954cc4 by Bas Couwenberg at 2023-08-13T19:27:13+02:00
Remove generated files in clean target. (closes: #1044490)

- - - - -
2c7eb0d1 by Bas Couwenberg at 2023-08-23T06:03:37+02:00
Enable Salsa CI.

- - - - -
9ac28fee by Bas Couwenberg at 2023-08-23T07:00:21+02:00
Tune Salsa CI.

- - - - -
8cbb52ec by Bas Couwenberg at 2023-08-25T17:08:49+02:00
Explicitly enable test-build-twice job.

- - - - -
45cbb686 by Bas Couwenberg at 2023-08-30T17:24:43+02:00
Switch to dh-sequence-*.

- - - - -
3bcf962f by Bas Couwenberg at 2023-09-05T11:33:00+02:00
Update branch in gbp.conf  Vcs-Git URL.

- - - - -
f09452fa by Bas Couwenberg at 2023-09-05T11:35:27+02:00
New upstream version 3.7.2~rc1+dfsg
- - - - -
37481b4b by Bas Couwenberg at 2023-09-05T11:35:58+02:00
Update upstream source from tag upstream/3.7.2_rc1+dfsg

Update to upstream version 3.7.2~rc1+dfsg
with Debian dir 0b3f21ddd813a9762d6f55c633c7d38e861542b1
- - - - -
ed2fb93c by Bas Couwenberg at 2023-09-05T11:37:42+02:00
New upstream release candidate.

- - - - -
83484700 by Bas Couwenberg at 2023-09-05T11:51:56+02:00
Update symbols for amd64.

- - - - -
2458e5f8 by Bas Couwenberg at 2023-09-05T11:51:56+02:00
Set distribution to experimental.

- - - - -


22 changed files:

- CITATION.cff
- CMakeLists.txt
- NEWS.md
- VERSION
- alg/gdalchecksum.cpp
- alg/gdaltransformer.cpp
- apps/gdalinfo_lib.cpp
- apps/gdalmdimtranslate_lib.cpp
- apps/ogr2ogr_lib.cpp
- apps/ogrinfo_bin.cpp
- apps/ogrinfo_lib.cpp
- cmake/modules/Ccache.cmake
- cmake/modules/packages/FindSPATIALITE.cmake
- data/nitf_spec.xml
- data/nitf_spec.xsd
- data/ogrinfo_output.schema.json
- + debian/.gitlab-ci.yml
- debian/changelog
- + debian/clean
- debian/control
- debian/gdal-bin.lintian-overrides
- debian/libgdal-dev.lintian-overrides


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/compare/bd1b7c32ae0f650242982c3d315a2831fa04fba7...2458e5f88632951ab69e9d40ce2529ef15e9d800

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal/-/compare/bd1b7c32ae0f650242982c3d315a2831fa04fba7...2458e5f88632951ab69e9d40ce2529ef15e9d800
You're receiving this email because of your account on salsa.debian.org.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel