[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#958189: marked as done (cantor: Don't depend on scilab, RC buggy and prevents hdf5 migration)



Your message dated Sun, 19 Apr 2020 15:19:02 +0000
with message-id <E1jQBio-0003VM-DS@fasolo.debian.org>
and subject line Bug#958189: fixed in cantor 4:19.08.3-2
has caused the Debian Bug report #958189,
regarding cantor: Don't depend on scilab, RC buggy and prevents hdf5 migration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
958189: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958189
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: cantor
Version: 4:19.08.3-1
Severity: important
Tags: patch
Control: block 954654 by -1

Dear Maintainer,

Please apply the attached patch to not depend on scilab, it's RC buggy
and prevents the hdf5 transition from completing, see:

 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954654#56

Kind Regards,

Bas
diff -Nru cantor-19.08.3/debian/cantor-backend-scilab.install cantor-19.08.3/debian/cantor-backend-scilab.install
--- cantor-19.08.3/debian/cantor-backend-scilab.install	2018-12-26 15:20:13.000000000 +0100
+++ cantor-19.08.3/debian/cantor-backend-scilab.install	1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-etc/xdg/cantor_scilab.knsrc
-usr/lib/*/qt5/plugins/cantor/backends/cantor_scilabbackend.so
-usr/share/config.kcfg/scilabbackend.kcfg
-usr/share/icons/hicolor/*/apps/scilabbackend.png
diff -Nru cantor-19.08.3/debian/changelog cantor-19.08.3/debian/changelog
--- cantor-19.08.3/debian/changelog	2019-11-13 21:47:09.000000000 +0100
+++ cantor-19.08.3/debian/changelog	2020-04-19 15:39:31.000000000 +0200
@@ -1,3 +1,11 @@
+cantor (4:19.08.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop scilab backend, it's RC buggy and block the hdf5 transition:
+    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954654#56
+
+ -- Bas Couwenberg <sebastic@debian.org>  Sun, 19 Apr 2020 15:39:31 +0200
+
 cantor (4:19.08.3-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru cantor-19.08.3/debian/control cantor-19.08.3/debian/control
--- cantor-19.08.3/debian/control	2019-11-13 21:36:54.000000000 +0100
+++ cantor-19.08.3/debian/control	2020-04-19 15:39:11.000000000 +0200
@@ -53,8 +53,7 @@
           cantor-backend-octave,
           cantor-backend-python3,
           cantor-backend-r,
-          cantor-backend-sage,
-          cantor-backend-scilab [amd64 arm64 armhf i386 powerpc ppc64el s390x],
+          cantor-backend-sage
 Breaks: ${kde-l10n:all}
 Replaces: ${kde-l10n:all}
 Description: interface for mathematical applications
@@ -70,7 +69,6 @@
   * Sage Mathematics Software (cantor-backend-sage)
   * Octave (cantor-backend-octave)
   * Python (cantor-backend-python3)
-  * Scilab (cantor-backend-scilab)
   * Qalculate! (cantor-backend-qalculate)
   * Lua (cantor-backend-lua)
  .
@@ -210,23 +208,6 @@
  .
  This package is part of the KDE education module.
 
-Package: cantor-backend-scilab
-Architecture: amd64 arm64 armhf i386 powerpc ppc64el s390x
-Section: math
-Depends: scilab-cli, ${misc:Depends}, ${shlibs:Depends}
-Breaks: cantor (<< 4:17.08.3~)
-Replaces: cantor (<< 4:17.08.3~)
-Description: Scilab backend for Cantor
- Cantor is an application to allow you to you use your favorite mathematical
- applications from within an elegant worksheet interface. It provides dialogs
- to assist with common tasks and allows you to share your worksheets
- with others.
- .
- This package provides the backend for using the Scilab scientific software
- package for numerical computations (https://www.scilab.org) in Cantor.
- .
- This package is part of the KDE education module.
-
 Package: libcantor-pythonbackend
 Architecture: any
 Section: math
diff -Nru cantor-19.08.3/debian/patches/disable-scilab-backend.patch cantor-19.08.3/debian/patches/disable-scilab-backend.patch
--- cantor-19.08.3/debian/patches/disable-scilab-backend.patch	1970-01-01 01:00:00.000000000 +0100
+++ cantor-19.08.3/debian/patches/disable-scilab-backend.patch	2020-04-19 15:39:31.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Disable scilab backend.
+ It's RC buggy
+Author: Bas Couwenberg <sebastic@debian.org>
+Forwarded: not-needed
+
+--- a/src/backends/CMakeLists.txt
++++ b/src/backends/CMakeLists.txt
+@@ -13,7 +13,6 @@ endfunction()
+ add_subdirectory(null)
+ add_subdirectory(maxima)
+ add_subdirectory(octave)
+-add_subdirectory(scilab)
+ 
+ if(NOT WIN32)
+     add_subdirectory(sage)
diff -Nru cantor-19.08.3/debian/patches/series cantor-19.08.3/debian/patches/series
--- cantor-19.08.3/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ cantor-19.08.3/debian/patches/series	2020-04-19 15:39:31.000000000 +0200
@@ -0,0 +1 @@
+disable-scilab-backend.patch

--- End Message ---
--- Begin Message ---
Source: cantor
Source-Version: 4:19.08.3-2
Done: Pino Toscano <pino@debian.org>

We believe that the bug you reported is fixed in the latest version of
cantor, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 958189@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <pino@debian.org> (supplier of updated cantor package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 19 Apr 2020 17:01:37 +0200
Source: cantor
Architecture: source
Version: 4:19.08.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Pino Toscano <pino@debian.org>
Closes: 958189
Changes:
 cantor (4:19.08.3-2) unstable; urgency=medium
 .
   * Team upload.
   * Update watch file to the new release-service location.
   * Bump Standards-Version to 4.5.0, no changes required.
   * Demote the scilab-cli dependency in cantor-backend-scilab to a suggest,
     as scilab currently FTBFSes in Debian. (Closes: #958189)
Checksums-Sha1:
 3d849e1ef0b8d5b3bb31c1bcfff9475e5e469c81 3827 cantor_19.08.3-2.dsc
 4333569ee288be3a48c8e1a290fa33927a6023da 16260 cantor_19.08.3-2.debian.tar.xz
 8b89bae062ea6c839765ceef5d8a942cd65a9bb4 21497 cantor_19.08.3-2_source.buildinfo
Checksums-Sha256:
 6fa0ab30c9b7dee4ad6079e24343d8d1818ec23c86ba05350f51ebf61fbfc83f 3827 cantor_19.08.3-2.dsc
 07989e3ba8c1234ece3ceb7bd2114c36e54f8b6e4b95125573feae80f0f72a0c 16260 cantor_19.08.3-2.debian.tar.xz
 276808a58e7ff711ed4f35f4a254336dbf36ee960b930771102d5dbb7cf57b5e 21497 cantor_19.08.3-2_source.buildinfo
Files:
 175cbb27bd454a40a16c9f322d7f05fe 3827 kde optional cantor_19.08.3-2.dsc
 c5de61632a4a1a3f7e1640164505e5a8 16260 kde optional cantor_19.08.3-2.debian.tar.xz
 931b983589b69ded1849b068f9e1f610 21497 kde optional cantor_19.08.3-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl6caAYACgkQLRkciEOx
P00vPQ/+KoW74WIWPhb8XNuE2TqhGneskvSS0WMsgouBaFuvhqUT8+t/+jiuWa3t
QnSqClCwICQZ7NFtni5Of0Lxwhmm3U8w+Ae89NJvdIgNEbuojVxPqeFM6so0EI1c
3YG+GOoLQy47hoHZnbrMx9aulvGWJBiUts/ky/rwc6Vl+gLiu9Y64ujy24zTYboL
u+Y/QisvNxfDIMehCCXlSVJ5+a2paB+xkKZH4jJm5KgKBTaClM4h3jR2dCmPWyxA
bkTskE0bjtTU9MV8bl9WUp998sVQhExsPxVP/02/YPCYmqki4r5MaHZTR+qUVZ6P
joKOoA9WX5KtUYQVyHGirWTAe9g1fvJD8der/rBojKN2pEzHDQ0OqdyU/MEWCotR
hxP17ivoE6l7xu042xujb076P4Pr6B0/OMHiVQRhxhGEObZ5GS/6mCShShXIaaaQ
4gJzFHF847bdn2MyrKER9jeQqUzAq8yFNTJapFLzYvkhJvz5f//NpFLRS4j+TZPH
y6RORGoqrNSfkqdFUuVNk4+mkvitAje7T3AY1yGtAPJkhfKUSltF5Wu46Ch7xVFd
CsREe84eyY7+8csGv9xiXRFXM3p9EnZ4/Lo/UZ3muPvuK0AgxSF3/p3FZMjaY5sm
4fFFwIbodNuyfsLaxXVVWZHORwYiMCKCc8HtHG1LfqXGV1UyBZo=
=+mt+
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: