Christoph Berg pushed to branch master at Debian Java Maintainers /
libpostgresql-jdbc-java
Commits:
8274bf50 by Christoph Berg at 2018-05-29T23:12:52+02:00
libpostgresql-jdbc-java embeds classes from libscram-java. Note the version
used in Built-Using.
- - - - -
cccb69c0 by Christoph Berg at 2018-05-29T23:13:42+02:00
releasing package libpgjava version 42.2.2-2
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-libpgjava (42.2.2-2) UNRELEASED; urgency=medium
+libpgjava (42.2.2-2) unstable; urgency=medium
* debian/maven.rules: Set scram scope to "provided" to properly remove the
runtime dependency on libscram-java. Thanks Kai-Chung Yan!
* Mark as Multi-Arch: foreign.
+ * libpostgresql-jdbc-java embeds classes from libscram-java. Note the
+ version used in Built-Using.
- -- Christoph Berg <[email protected]> Wed, 16 May 2018 15:49:03
+0200
+ -- Christoph Berg <[email protected]> Tue, 29 May 2018 23:13:10 +0200
libpgjava (42.2.2-1) unstable; urgency=medium
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Recommends: ${maven:OptionalDepends}
Conflicts: libpgjava (<= 7.4.7-3), libpg-java (<= 9.1-901-1)
Provides: libpgjava, libpg-java
Replaces: libpgjava, libpg-java (<= 9.1-901-1)
+Built-Using: ${builtUsing}
Description: Java database (JDBC) driver for PostgreSQL
PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
database (8.4 or later) using standard, database independent Java code.
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@
override_dh_auto_build:
dh_auto_build -- package
dh_auto_build -- javadoc:javadoc
+
+override_dh_gencontrol:
+ # the resulting .jar embeds classes from libscram-java. Note the
version in Built-Using
+ dh_gencontrol -- -VbuiltUsing='libscram-java (= $(shell dpkg-query
--show --showformat '$${Version}' libscram-java))'
View it on GitLab:
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/compare/0f4d931ba3451cad8f2b96a7f7dfc42a15ad6390...cccb69c07d0f149383656d169761ccf6229dfed8
--
View it on GitLab:
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/compare/0f4d931ba3451cad8f2b96a7f7dfc42a15ad6390...cccb69c07d0f149383656d169761ccf6229dfed8
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