Your message dated Sun, 19 May 2019 10:29:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#929204: unblock: scilab/6.0.1-9
has caused the Debian Bug report #929204,
regarding unblock: scilab/6.0.1-9
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 [email protected]
immediately.)
--
929204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929204
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package scilab
Fixes a RC bug (scilab-cli package doesn't start)
The change is trivial (don't remove some empty files)
unblock scilab/6.0.1-9
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (900, 'testing'), (600, 'unstable'), (500, 'stable'), (300,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru scilab-6.0.1/debian/changelog scilab-6.0.1/debian/changelog
--- scilab-6.0.1/debian/changelog 2019-03-31 15:13:06.000000000 +0200
+++ scilab-6.0.1/debian/changelog 2019-05-18 13:50:11.000000000 +0200
@@ -1,3 +1,11 @@
+scilab (6.0.1-10) unstable; urgency=medium
+
+ [ Alexis Murzeau ]
+ * Fix a startup issue with scilab-cli & scilab-adv-cli
+ (Closes: #907607)
+
+ -- Sylvestre Ledru <[email protected]> Sat, 18 May 2019 13:50:11 +0200
+
scilab (6.0.1-9) unstable; urgency=medium
* Team upload.
diff -Nru scilab-6.0.1/debian/rules scilab-6.0.1/debian/rules
--- scilab-6.0.1/debian/rules 2019-03-30 14:22:45.000000000 +0100
+++ scilab-6.0.1/debian/rules 2019-05-18 13:49:35.000000000 +0200
@@ -58,8 +58,8 @@
sharedir=$(CURDIR)/debian/tmp/usr/share/ \
docdir=$(CURDIR)/debian/tmp/usr/share/doc/
-# Remove empty directories and files
- find debian/tmp/usr/share/scilab -empty -delete
+# Remove empty directories but not files (#907607: scilab-cli doesn't start)
+ find debian/tmp/usr/share/scilab -type d -empty -delete
# Remove la files
find debian/tmp/usr/lib/ -name '*.la' -delete
# Remove deps files
--- End Message ---
--- Begin Message ---
Sylvestre Ledru:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package scilab
>
> Fixes a RC bug (scilab-cli package doesn't start)
> The change is trivial (don't remove some empty files)
>
> unblock scilab/6.0.1-9
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---