------------------------------------------------------------
revno: 702
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Sun 2017-04-16 09:07:06 +0200
message:
    * openjdk-8-jre-headless: Add a break for tzdata-java. Closes: #857992.
modified:
  debian/changelog
  debian/control.in
  debian/rules


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2017-03-03 17:57:07 +0000
+++ debian/changelog	2017-04-16 07:07:06 +0000
@@ -1,3 +1,9 @@
+openjdk-8 (8u121-b13-5) UNRELEASED; urgency=medium
+
+  * openjdk-8-jre-headless: Add a break for tzdata-java. Closes: #857992.
+
+ -- Matthias Klose <d...@ubuntu.com>  Sun, 16 Apr 2017 09:05:34 +0200
+
 openjdk-8 (8u121-b13-4) unstable; urgency=medium
 
   * Drop Recommends on obsolete GNOME libraries so they are not in a

=== modified file 'debian/control.in'
--- debian/control.in	2017-01-19 16:02:21 +0000
+++ debian/control.in	2017-04-16 07:07:06 +0000
@@ -30,6 +30,7 @@
   java5-sdk-headless, java6-sdk-headless,
   java7-sdk-headless, java8-sdk-headless,
 Replaces: @basename@-jdk (<< 8u72-b15-4),
+Breaks: ${jrehl:Breaks}
 Description: OpenJDK Development Kit (JDK) (headless)
  OpenJDK is a development environment for building applications,
  applets, and components using the Java programming language.

=== modified file 'debian/rules'
--- debian/rules	2017-03-03 17:57:07 +0000
+++ debian/rules	2017-04-16 07:07:06 +0000
@@ -894,6 +894,11 @@
   control_vars += '-Vmountpoint:Depends=util-linux (>= 2.26.2-4)'
 endif
 
+control_vars += '-Vjrehl:Breaks=$(jrehl_breaks)'
+ifeq (,$(filter $(distrel), wheezy jessie precise trusty xenial yakkety zesty))
+  jrehl_breaks = tzdata-java
+endif
+
 pkg_jcommon = java-common (>= 0.28)
 control_vars += '-Vjcommon:Depends=$(pkg_jcommon)'
 

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to