Tony Mancill pushed to branch master at Debian Java Maintainers / libpostgresql-jdbc-java
Commits: 2dee8765 by tony mancill at 2025-12-03T21:15:43-08:00 Ignore org.junit:junit-bom (Closes: #1121881) - - - - - a8ec8fec by tony mancill at 2025-12-03T21:18:58-08:00 Bump Standards-Version to 4.7.2 - - - - - adfc7e7e by tony mancill at 2025-12-03T21:50:44-08:00 Update d/copyright Format URL - - - - - c0677ae9 by tony mancill at 2025-12-03T21:50:44-08:00 Update debian/watch to version 5 - - - - - 4ce537de by tony mancill at 2025-12-03T21:50:44-08:00 Remove Rules-Requires-Root from debian/control - - - - - 8645dc45 by tony mancill at 2025-12-03T21:50:44-08:00 Prepare changelog for upload - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - debian/maven.ignoreRules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +libpgjava (42.7.8-2) unstable; urgency=medium + + * Team upload. + * Ignore org.junit:junit-bom to avoid propagating it as a transitive + dependency to reverse build-deps through the pom. (Closes: #1121881) + * Bump Standards-Version to 4.7.2 + * Update d/copyright Format URL + * Update debian/watch to version 5 + * Remove Rules-Requires-Root from debian/control + + -- tony mancill <[email protected]> Wed, 03 Dec 2025 21:19:04 -0800 + libpgjava (42.7.8-1) unstable; urgency=medium * New upstream version 42.7.8. @@ -466,7 +478,7 @@ libpgjava (8.0-312-1) unstable; urgency=low * New upstream release + Supports Postgresql 7.2 up to 8.0 releases - + Upstream supplies its own source packages for the jdbc driver + + Upstream supplies its own source packages for the jdbc driver starting with release 8.0 - no longer extracted from postgresql * Changed library name to comply with java policy (closes: #275417) + Added conflicts, replaces with old binary @@ -506,15 +518,15 @@ libpgjava (7.4.7-2) unstable; urgency=low * Added patch to fix jikes compile error in JDBC2 optional classes (02_jikes_jdbc2-optional_compilefix.patch) * Build JDBC2 with optional classes but without SSL support - Building with SSL support would prevent running the JDBC2 driver on - jdk1.3 runtimes without SSL extensions or using the -Xverify:none flag + Building with SSL support would prevent running the JDBC2 driver on + jdk1.3 runtimes without SSL extensions or using the -Xverify:none flag * Build.xml (03_BuildXml.patch): - Patched to allow explicit selection of JDBC specification with -Djdbc2=true or -Djdbc3=true arguments during build - Patched to allow explicit selection of SSL usage during compile time with -Dssl=true (JDBC2 build has to be built without SSL) - Patched to allow explicit selection of compile target version with - -Dtarget=1.3 for JDBC2 and -Dtarget=1.4 for JDBC3 + -Dtarget=1.3 for JDBC2 and -Dtarget=1.4 for JDBC3 -- Wolfgang Baer <[email protected]> Tue, 19 Apr 2005 20:28:25 +0200 @@ -536,7 +548,7 @@ libpgjava (7.4.2-1) unstable; urgency=low (closes: #238961) * Updated debian/copyright * Use libant1.6-java instead of libant1.5-java for building - * + * -- Stefan Gybas <[email protected]> Mon, 19 Apr 2004 19:40:03 +0200 ===================================== debian/control ===================================== @@ -18,8 +18,7 @@ Build-Depends: maven-debian-helper Build-Depends-Indep: default-jdk -Standards-Version: 4.7.0 -Rules-Requires-Root: no +Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/java-team/libpostgresql-jdbc-java.git Vcs-Browser: https://salsa.debian.org/java-team/libpostgresql-jdbc-java Homepage: https://jdbc.postgresql.org/ ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Postgresql JDBC Driver Source: https://github.com/pgjdbc/pgjdbc/ ===================================== debian/maven.ignoreRules ===================================== @@ -1 +1,2 @@ * * * * * test +org.junit junit-bom * * * * ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ -version=4 -https://repo1.maven.org/maven2/org/postgresql/postgresql/(\d[\d.]+)/postgresql-([\d.]+)-jdbc-src.tar.gz +Version: 5 + +Source: https://repo1.maven.org/maven2/org/postgresql/postgresql/(\d[\d.]+)/ +Matching-Pattern: postgresql-([\d.]+)-jdbc-src.tar.gz View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/compare/af32cf66fa516b6ff2a0131b8d787085146010d0...8645dc45d1e5c7bcbe919ce005f56c01405022fd -- View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/compare/af32cf66fa516b6ff2a0131b8d787085146010d0...8645dc45d1e5c7bcbe919ce005f56c01405022fd You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

