[Git][java-team/libpostgresql-jdbc-java][master] debian/maven.rules: Set scram scope to "provided" to properly remove the runtime…
Christoph Berg
gitlab at salsa.debian.org
Wed May 16 14:53:40 BST 2018
Christoph Berg pushed to branch master at Debian Java Maintainers / libpostgresql-jdbc-java
Commits:
af36039b by Christoph Berg at 2018-05-16T15:53:30+02:00
debian/maven.rules: Set scram scope to "provided" to properly remove the runtime dependency on libscram-java. Thanks Kai-Chung Yan!
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libpgjava (42.2.2-2) UNRELEASED; urgency=medium
+
+ * debian/maven.rules: Set scram scope to "provided" to properly remove the
+ runtime dependency on libscram-java. Thanks Kai-Chung Yan!
+
+ -- Christoph Berg <christoph.berg at credativ.de> Wed, 16 May 2018 15:49:03 +0200
+
libpgjava (42.2.2-1) unstable; urgency=medium
* New upstream version.
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -24,13 +24,11 @@ Build-Depends-Indep:
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/libpostgresql-jdbc-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libpostgresql-jdbc-java
-Homepage: http://jdbc.postgresql.org/
+Homepage: https://jdbc.postgresql.org/
Package: libpostgresql-jdbc-java
Architecture: all
-# no ${maven:Depends} here, it would resolve to libscram-java (>> $ver)
-# which is bundled in postgresql.jar anyway
-Depends: ${misc:Depends}
+Depends: ${maven: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/af36039ba65ed6f5c058ea35d3564d9ffa5ba16f
---
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/commit/af36039ba65ed6f5c058ea35d3564d9ffa5ba16f
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/20180516/c1b02617/attachment.html>
More information about the pkg-java-commits
mailing list