[Git][debian-gis-team/postgis-java][experimental] 23 commits: Revert "Update branch in gbp.conf & Vcs-Git URL."
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Jun 3 13:37:28 BST 2025
Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis-java
Commits:
49a3b617 by Bas Couwenberg at 2022-08-12T11:34:34+02:00
Revert "Update branch in gbp.conf & Vcs-Git URL."
This reverts commit be4eb4323033713d607f742113d10f2671ef489f.
- - - - -
5040e6ae by Bas Couwenberg at 2022-08-12T11:34:34+02:00
Set distribution to unstable.
- - - - -
2ea9674e by Bas Couwenberg at 2022-10-02T11:02:16+02:00
Move dependencies required for clean target to Build-Depends.
- - - - -
047def4c by Bas Couwenberg at 2022-11-28T21:00:53+01:00
Add Rules-Requires-Root to control file.
- - - - -
9c977781 by Bas Couwenberg at 2023-01-18T17:07:51+01:00
Bump Standards-Version to 4.6.2, no changes.
- - - - -
2419cbab by Bas Couwenberg at 2023-06-13T05:41:00+02:00
Bump debhelper compat to 13.
- - - - -
f79ef21d by Bas Couwenberg at 2023-06-13T05:48:34+02:00
Update lintian overrides.
- - - - -
536a7c3d by Bas Couwenberg at 2023-08-24T14:11:44+02:00
Enable Salsa CI.
- - - - -
a29915a2 by Bas Couwenberg at 2023-08-25T17:30:55+02:00
Explicitly enable test-build-twice job.
- - - - -
bd77a78e by Bas Couwenberg at 2023-11-11T07:52:31+01:00
Strip unuable maven:CompileDepends from substvars.
- - - - -
7a2baa9d by Bas Couwenberg at 2023-11-11T07:53:35+01:00
Fix typo in changelog.
- - - - -
e4fa210e by Bas Couwenberg at 2024-07-28T19:52:05+02:00
Bump Standards-Version to 4.7.0, no changes.
- - - - -
7a0f04b1 by Bas Couwenberg at 2024-08-03T07:57:31+02:00
New upstream version 2024.1.0
- - - - -
cc2c9e19 by Bas Couwenberg at 2024-08-03T07:57:32+02:00
Update upstream source from tag 'upstream/2024.1.0'
Update to upstream version '2024.1.0'
with Debian dir 9d15c91c38f3427f7813b90a9521d4e82dff45b2
- - - - -
cf4d6074 by Bas Couwenberg at 2024-08-03T07:58:19+02:00
New upstream release.
- - - - -
78326548 by Bas Couwenberg at 2024-08-03T08:12:30+02:00
Set distribution to unstable.
- - - - -
2e7034c4 by Bas Couwenberg at 2025-03-20T06:16:35+01:00
Bump Standards-Version to 4.7.2, no changes.
- - - - -
909c4a3b by Bas Couwenberg at 2025-03-29T07:28:17+01:00
Fix old FSF address in copyright file.
- - - - -
8396d8c3 by Bas Couwenberg at 2025-06-03T14:26:44+02:00
Update branch in gbp.conf & Vcs-Git URL.
- - - - -
0320a184 by Bas Couwenberg at 2025-06-03T14:26:56+02:00
New upstream version 2025.1.0
- - - - -
8c2f070c by Bas Couwenberg at 2025-06-03T14:26:57+02:00
Update upstream source from tag 'upstream/2025.1.0'
Update to upstream version '2025.1.0'
with Debian dir dbe357e542e84eb05cc8040cf6a26bba2cd8852d
- - - - -
3cc099dc by Bas Couwenberg at 2025-06-03T14:28:27+02:00
New upstream release.
- - - - -
69023a9e by Bas Couwenberg at 2025-06-03T14:31:24+02:00
Set distribution to experimental.
- - - - -
43 changed files:
- − .github/install-maven.sh
- + .github/install-sdkman.sh
- − .github/install-zulu11.sh
- − .github/install-zulu8.sh
- .github/settings.xml
- .github/workflows/main.yml
- + .mvn/jvm.config
- + .mvn/maven.config
- + .mvn/wrapper/maven-wrapper.properties
- + .sdkmanrc
- + debian/.gitlab-ci.yml
- debian/changelog
- debian/control
- debian/copyright
- − debian/libpostgis-java.lintian-overrides
- debian/rules
- maven-version-rules.xml
- + mvnw
- + mvnw.cmd
- pmd.xml
- pom.xml
- postgis-jdbc-geometry/pom.xml
- postgis-jdbc-geometry/src/test/resources/logback-test.xml
- postgis-jdbc-java2d/pom.xml
- postgis-jdbc-java2d/src/main/java/net/postgis/jdbc/java2d/Java2DWrapper.java
- postgis-jdbc-java2d/src/test/resources/logback-test.xml
- postgis-jdbc-jts/pom.xml
- postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsBinaryParser.java
- postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsGisWrapper.java
- postgis-jdbc-jts/src/main/java/net/postgis/jdbc/jts/JtsWrapper.java
- + postgis-jdbc-jts/src/test/java/net/postgis/jdbc/jts/EmptyGeometriesTest.java
- postgis-jdbc-jts/src/test/resources-filtered/testng-it.xml
- postgis-jdbc-jts/src/test/resources/logback-test.xml
- postgis-jdbc/pom.xml
- postgis-jdbc/src/main/java/net/postgis/jdbc/DriverWrapper.java
- + postgis-jdbc/src/test/java/net/postgis/jdbc/DriverConnectBehaviorTest.java
- postgis-jdbc/src/test/resources/logback-test.xml
- tools/pom.xml
- tools/smoketest/pom.xml
- tools/smoketest/src/test/resources/logback-test.xml
- tools/test-utils/pom.xml
- tools/test-utils/src/main/java/net/postgis/tools/testutils/TestContainerController.java
- tools/test-utils/src/test/resources/logback-test.xml
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis-java/-/compare/ce73d78c69902c1ece95738310b32531bcac8d1f...69023a9e1b381c398d564b9ac188d79bcd4cb590
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis-java/-/compare/ce73d78c69902c1ece95738310b32531bcac8d1f...69023a9e1b381c398d564b9ac188d79bcd4cb590
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/20250603/20d8dd99/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list