Package: release.debian.org Severity: normal Tags: wheezy User: [email protected] Usertags: pu
Hi, I've seen #819247. That was fixed in -10 but we should fix it for wheezy, too of course when #819247 is done in stable. While at it we should fix #728792, too. Diff: diff -Nru nlpsolver-0.9~beta1/debian/changelog nlpsolver-0.9~beta1/debian/changelog --- nlpsolver-0.9~beta1/debian/changelog 2012-03-29 22:55:17.000000000 +0200 +++ nlpsolver-0.9~beta1/debian/changelog 2016-03-28 17:00:49.000000000 +0200 @@ -1,3 +1,12 @@ +nlpsolver (0.9~beta1-9+deb7u1) wheezy; urgency=low + + * merge from Ubuntu: + - replace openjdk-6-jdk with default-jre-headless + + * add missing Depends: on libreoffice-java-common (closes: #728792) + + -- Rene Engelhard <[email protected]> Mon, 28 Mar 2016 14:47:18 +0000 + nlpsolver (0.9~beta1-9) unstable; urgency=low * upload to unstable diff -Nru nlpsolver-0.9~beta1/debian/control nlpsolver-0.9~beta1/debian/control --- nlpsolver-0.9~beta1/debian/control 2012-02-24 19:58:54.000000000 +0100 +++ nlpsolver-0.9~beta1/debian/control 2016-03-28 16:48:59.000000000 +0200 @@ -9,7 +9,7 @@ Package: libreoffice-nlpsolver Architecture: all -Depends: ${misc:Depends}, libreoffice-calc (>= 1:3.0~), libreoffice-core (>= 1:3.3~), openjdk-6-jdk | java5-runtime | java6-runtime +Depends: ${misc:Depends}, libreoffice-calc (>= 1:3.0~), libreoffice-core (>= 1:3.3~), libreoffice-java-common, default-jre-headless | java5-runtime | java6-runtime Description: "Solver for Nonlinear Programming" extension for LibreOffice By default LibreOffice Calc ships with a solver engine for linear programming only. This allows the optimization of models to a certain degree. Regards, Rene -- System Information: Debian Release: 8.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

