[Git][debian-gis-team/gdal-grass][ubuntu/jammy] 25 commits: Replace pkg-config build dependency with pkgconf.

Martin Landa (@martinl-guest) gitlab at salsa.debian.org
Mon Mar 3 15:17:29 GMT 2025



Martin Landa pushed to branch ubuntu/jammy at Debian GIS Project / gdal-grass


Commits:
4e3f2eb3 by Bas Couwenberg at 2024-02-06T09:28:50+01:00
Replace pkg-config build dependency with pkgconf.

- - - - -
94b4c2f6 by Bas Couwenberg at 2024-03-07T18:39:56+01:00
Update packaging for GRASS 8.3.2.

- - - - -
af2c78db by Bas Couwenberg at 2024-03-08T07:59:37+01:00
Set distribution to unstable.

- - - - -
3a39077a by Bas Couwenberg at 2024-07-28T19:37:13+02:00
Bump Standards-Version to 4.7.0, no changes.

- - - - -
308b45b5 by Bas Couwenberg at 2024-07-29T08:47:51+02:00
Update packaging for GRASS 8.4.0.

- - - - -
b93a494e by Bas Couwenberg at 2024-08-01T10:42:31+02:00
Set distribution to unstable.

- - - - -
5e75637a by Bas Couwenberg at 2024-12-17T13:10:06+01:00
Update branch in gbp.conf & Vcs-Git URL.

- - - - -
93ed31e9 by Bas Couwenberg at 2024-12-17T13:10:58+01:00
Update watch file to also match pre-releases.

- - - - -
0ef2880c by Bas Couwenberg at 2024-12-17T13:11:10+01:00
New upstream version 1.0.3~rc1
- - - - -
7a88d8c7 by Bas Couwenberg at 2024-12-17T13:11:11+01:00
Update upstream source from tag 'upstream/1.0.3_rc1'

Update to upstream version '1.0.3~rc1'
with Debian dir f74feba7a52db446a384a0c473d02bec4072a4d4
- - - - -
ef63df18 by Bas Couwenberg at 2024-12-17T13:11:43+01:00
New upstream release candidate.

- - - - -
a214b57e by Bas Couwenberg at 2024-12-17T13:55:34+01:00
Switch to CMake buildsystem.

- - - - -
a56e9763 by Bas Couwenberg at 2024-12-17T13:55:52+01:00
Set distribution to experimental.

- - - - -
9bbcf256 by Bas Couwenberg at 2024-12-17T14:34:35+01:00
Mark rpath.patch as Applied-Upstream.

- - - - -
175b8202 by Bas Couwenberg at 2025-02-04T14:58:12+01:00
New upstream version 1.0.3~rc2
- - - - -
d98ad0a9 by Bas Couwenberg at 2025-02-04T14:58:13+01:00
Update upstream source from tag 'upstream/1.0.3_rc2'

Update to upstream version '1.0.3~rc2'
with Debian dir b50fa34a640808e42048a4b0603d9f69c8f83c00
- - - - -
63ccf8eb by Bas Couwenberg at 2025-02-04T14:58:33+01:00
New upstream release candidate.

- - - - -
77b94028 by Bas Couwenberg at 2025-02-04T14:59:15+01:00
Drop rpath.patch, applied upstream.

- - - - -
4ddb0de2 by Bas Couwenberg at 2025-02-04T14:59:32+01:00
Set distribution to experimental.

- - - - -
48cfd997 by Bas Couwenberg at 2025-02-06T15:59:20+01:00
Revert "Update branch in gbp.conf & Vcs-Git URL."

This reverts commit 5e75637a6d53923c67bb5b67da7275c9cfc63cb5.

- - - - -
d7d8e616 by Bas Couwenberg at 2025-02-06T15:59:36+01:00
New upstream version 1.0.3
- - - - -
ce19d82c by Bas Couwenberg at 2025-02-06T15:59:38+01:00
Update upstream source from tag 'upstream/1.0.3'

Update to upstream version '1.0.3'
with Debian dir d46428e07baf34a50ce369c5f6b5c7347b482329
- - - - -
49c4e001 by Bas Couwenberg at 2025-02-06T15:59:56+01:00
New upstream release.

- - - - -
a56263a1 by Bas Couwenberg at 2025-02-06T16:00:45+01:00
Set distribution to unstable.

- - - - -
4486a199 by Martin Landa at 2025-03-03T16:11:50+01:00
Rebuild 1.0.3 for jammy

- - - - -


64 changed files:

- + .clang-format
- + .git-blame-ignore-revs
- + .github/how_to_release.md
- + .github/workflows/publish.yml
- .github/workflows/test_simple.sh
- .github/workflows/ubuntu.yml
- + .gitignore
- + CMakeLists.txt
- Makefile.in
- README.md
- + autotest/CMakeLists.txt
- + autotest/README.md
- + autotest/conftest.py
- + autotest/gdrivers/data/small_grass_dataset/PERMANENT/PROJ_INFO
- + autotest/gdrivers/data/small_grass_dataset/PERMANENT/PROJ_UNITS
- + autotest/gdrivers/data/small_grass_dataset/README.txt
- + autotest/gdrivers/data/small_grass_dataset/demomapset/WIND
- + autotest/gdrivers/data/small_grass_dataset/demomapset/cell/elevation
- + autotest/gdrivers/data/small_grass_dataset/demomapset/cell_misc/elevation/range
- + autotest/gdrivers/data/small_grass_dataset/demomapset/cellhd/elevation
- + autotest/gdrivers/grass.py
- + autotest/ogr/data/PERMANENT/DEFAULT_WIND
- + autotest/ogr/data/PERMANENT/MYNAME
- + autotest/ogr/data/PERMANENT/PROJ_EPSG
- + autotest/ogr/data/PERMANENT/PROJ_INFO
- + autotest/ogr/data/PERMANENT/PROJ_SRID
- + autotest/ogr/data/PERMANENT/PROJ_UNITS
- + autotest/ogr/data/PERMANENT/VAR
- + autotest/ogr/data/PERMANENT/WIND
- + autotest/ogr/data/PERMANENT/sqlite/sqlite.db
- + autotest/ogr/data/PERMANENT/vector/country_boundaries/cidx
- + autotest/ogr/data/PERMANENT/vector/country_boundaries/coor
- + autotest/ogr/data/PERMANENT/vector/country_boundaries/dbln
- + autotest/ogr/data/PERMANENT/vector/country_boundaries/head
- + autotest/ogr/data/PERMANENT/vector/country_boundaries/hist
- + autotest/ogr/data/PERMANENT/vector/country_boundaries/sidx
- + autotest/ogr/data/PERMANENT/vector/country_boundaries/topo
- + autotest/ogr/ogr_grass.py
- + autotest/pymod/gdaltest.py
- + autotest/pymod/ogrtest.py
- + autotest/pytest.ini.in
- + cmake/FindGDAL.cmake
- + cmake/FindGRASS.cmake
- + cmake/FindPROJ.cmake
- + cmake/FindPostgreSQL.cmake
- + cmake/GRASSUtilities.cmake
- + cmake/MacPlistMacros.cmake
- configure
- configure.in → configure.ac
- debian/changelog
- debian/control
- debian/rules
- debian/watch
- − docs/grass_raster.rst
- − docs/grass_vector.rst
- grass.cpp
- ogrgrass.h
- ogrgrassdatasource.cpp
- ogrgrassdriver.cpp
- ogrgrasslayer.cpp
- + renovate.json
- + utils/generate_release_notes.py
- + utils/git_author_github_name.csv
- + utils/release.yml


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/compare/89e8fef1c13846af2e364808cd0b5512f1bb19cc...4486a1996e54a3cdfba6c26446da3449e616f3a1

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/compare/89e8fef1c13846af2e364808cd0b5512f1bb19cc...4486a1996e54a3cdfba6c26446da3449e616f3a1
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/20250303/c31753b6/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list