Christoph Berg pushed to branch master at Debian Java Maintainers /
libpostgresql-jdbc-java
Commits:
314ec8b1 by Christoph Berg at 2018-05-06T19:09:25+02:00
libjdbc-postgresql-java: remove ${maven:Depends}, it would resolve to
libscram-java (>> $ver) which is bundled in postgresql.jar anyway.
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libpgjava (42.2.2-1) UNRELEASED; urgency=medium
* Add myself and pkg-postgresql to Uploaders.
* Refresh debian/patches/01-missing-pom-configuration.patch.
* Add B-D libmaven-shade-plugin-java and libscram-java.
+ * libjdbc-postgresql-java: remove ${maven:Depends}, it would resolve to
+ libscram-java (>> $ver) which is bundled in postgresql.jar anyway.
* debian/maven.properties: Switch to source 8 to enable lambda expressions.
* debian/tests/: Test scram-sha-256 authentication using sqlline.
* Update Vcs URLs and Standards-Version.
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,9 @@ Homepage: http://jdbc.postgresql.org/
Package: libpostgresql-jdbc-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+# no ${maven:Depends} here, it would resolve to libscram-java (>> $ver)
+# which is bundled in postgresql.jar anyway
+Depends: ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Conflicts: libpgjava (<= 7.4.7-3), libpg-java (<= 9.1-901-1)
Provides: libpgjava, libpg-java
View it on GitLab:
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/commit/314ec8b1112fa5e0a5fe996ce88207a11ce4a2a5
---
View it on GitLab:
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/commit/314ec8b1112fa5e0a5fe996ce88207a11ce4a2a5
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