[Git][java-team/libpostgresql-jdbc-java][master] 2 commits: libpostgresql-jdbc-java embeds classes from libscram-java. Note the version used in Built-Using.

Christoph Berg gitlab at salsa.debian.org
Tue May 29 22:13:52 BST 2018


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 <christoph.berg at credativ.de>  Wed, 16 May 2018 15:49:03 +0200
+ -- Christoph Berg <myon at debian.org>  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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180529/d9b40998/attachment.html>


More information about the pkg-java-commits mailing list