Package: release.debian.org Severity: normal Tags: jessie User: [email protected] Usertags: pu
Hi, While doing the bug for wheezy, and when fixing #728792 there I think we of course should also do it in stable :) Diff: diff -Nru nlpsolver-0.9~beta1/debian/changelog nlpsolver-0.9~beta1/debian/changelog --- nlpsolver-0.9~beta1/debian/changelog 2014-11-03 19:07:53.000000000 +0100 +++ nlpsolver-0.9~beta1/debian/changelog 2016-03-28 16:40:18.000000000 +0200 @@ -1,3 +1,9 @@ +nlpsolver (0.9~beta1-10+deb8u1) jessie; urgency=medium + + * add missing Depends: on libreoffice-java-common (closes: #728792) + + -- Rene Engelhard <[email protected]> Mon, 28 Mar 2016 15:14:02 +0200 + nlpsolver (0.9~beta1-10) unstable; urgency=medium * merge from Ubuntu: diff -Nru nlpsolver-0.9~beta1/debian/control nlpsolver-0.9~beta1/debian/control --- nlpsolver-0.9~beta1/debian/control 2014-11-03 19:07:30.000000000 +0100 +++ nlpsolver-0.9~beta1/debian/control 2016-03-28 15:14:54.000000000 +0200 @@ -9,7 +9,7 @@ Package: libreoffice-nlpsolver Architecture: all -Depends: ${misc:Depends}, libreoffice-calc (>= 1:3.0~), libreoffice-core (>= 1:3.3~), default-jre-headless | 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)

