Processed: Re: Bug#928276: stretch-pu: package biomaj-watcher/1.2.2-4+deb9u1

2019-08-22 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #928276 [release.debian.org] stretch-pu: package 
biomaj-watcher/1.2.2-4+deb9u1
Added tag(s) confirmed.

-- 
928276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#928276: stretch-pu: package biomaj-watcher/1.2.2-4+deb9u1

2019-08-22 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2019-05-01 at 03:58 +0200, Andreas Beckmann wrote:
> I finally found a solution for the biomaj-watcher jessie->stretch
> upgrade problem I noticed long ago. #866980
> We need to ensure that the build-time jdk is also available at run-
> time.
> The problem occurred if biomaj-watcher from stretch, built against
> openjdk-8, was installed (and configured) along openjdk-7 from jessie
> as default-jdk (which was not jet upgraded) ...
> So lets just tighten the dependencies and the problem is gone.

Please go ahead; thanks.

Regards,

Adam



Bug#928276: stretch-pu: package biomaj-watcher/1.2.2-4+deb9u1

2019-04-30 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Hi,

I finally found a solution for the biomaj-watcher jessie->stretch
upgrade problem I noticed long ago. #866980
We need to ensure that the build-time jdk is also available at run-time.
The problem occurred if biomaj-watcher from stretch, built against
openjdk-8, was installed (and configured) along openjdk-7 from jessie
as default-jdk (which was not jet upgraded) ...
So lets just tighten the dependencies and the problem is gone.


Andreas
diff -Nru biomaj-watcher-1.2.2/debian/changelog 
biomaj-watcher-1.2.2/debian/changelog
--- biomaj-watcher-1.2.2/debian/changelog   2016-11-08 14:17:13.0 
+0100
+++ biomaj-watcher-1.2.2/debian/changelog   2019-05-01 02:28:34.0 
+0200
@@ -1,3 +1,11 @@
+biomaj-watcher (1.2.2-4+deb9u1) stretch; urgency=medium
+
+  * Bump (Build-)Depends to default-jdk (>= 2:1.8) (aka openjdk-8). Prevent
+partial upgrades from jessie (openjdk-7): biomaj-watcher needs to be run
+with the same jdk version that was used for building.  (Closes: #866980)
+
+ -- Andreas Beckmann   Wed, 01 May 2019 02:28:34 +0200
+
 biomaj-watcher (1.2.2-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru biomaj-watcher-1.2.2/debian/control 
biomaj-watcher-1.2.2/debian/control
--- biomaj-watcher-1.2.2/debian/control 2016-11-08 10:55:32.0 +0100
+++ biomaj-watcher-1.2.2/debian/control 2019-05-01 02:28:34.0 +0200
@@ -7,7 +7,7 @@
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/biomaj-watcher/trunk/
 Homepage: http://biomaj.genouest.org
 Build-Depends: debhelper (>= 8),ant(>=1.7), zip, unzip
-Build-Depends-Indep: default-jdk, debconf, po-debconf, liblog4j1.2-java,
+Build-Depends-Indep: default-jdk (>= 2:1.8), debconf, po-debconf, 
liblog4j1.2-java,
  libcommons-lang-java,
  libcommons-logging-java,
  libjsch-java,
@@ -21,7 +21,7 @@
 
 Package: biomaj-watcher
 Architecture: all
-Depends: ${misc:Depends}, default-jdk, tomcat8 , biomaj (>= 1.2.1), debconf,
+Depends: ${misc:Depends}, default-jdk (>= 2:1.8), tomcat8 , biomaj (>= 1.2.1), 
debconf,
  liblog4j1.2-java, libjsch-java (>= 0.1.42),libjdom1-java (>= 1.1), 
libcommons-lang-java (>=2.4),
  libcommons-logging-java (>=1.1),libquartz-java(>=1.6),libxerces2-java, unzip, 
zip, libmail-java
 Description: biological data-bank updater - web interface