Your message dated Sat, 18 Mar 2017 20:19:26 +0000
with message-id <[email protected]>
and subject line unblock dpuser
has caused the Debian Bug report #858137,
regarding unblock: dpuser/3.3+p1+dfsg-2
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.)
--
858137: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858137
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Dear release team,
please unblock dpuser .It solves #858094 "no spectrum is displayed",
severity: important. Changelog entry:
dpuser (3.3+p1+dfsg-2) unstable; urgency=medium
* Force LC_NUMERIC locale to "C". (Closes: #858094)
-- Ole Streicher <[email protected]> Sat, 18 Mar 2017 13:57:17 +0100
The debdiff is attached. Requested commands:
unblock dpuser/3.3+p1+dfsg-2
Best regards
Ole
diff -Nru dpuser-3.3+p1+dfsg/debian/changelog
dpuser-3.3+p1+dfsg/debian/changelog
--- dpuser-3.3+p1+dfsg/debian/changelog 2016-07-27 14:19:00.000000000 +0200
+++ dpuser-3.3+p1+dfsg/debian/changelog 2017-03-18 13:57:17.000000000 +0100
@@ -1,3 +1,9 @@
+dpuser (3.3+p1+dfsg-2) unstable; urgency=medium
+
+ * Force LC_NUMERIC locale to "C". (Closes: #858094)
+
+ -- Ole Streicher <[email protected]> Sat, 18 Mar 2017 13:57:17 +0100
+
dpuser (3.3+p1+dfsg-1) unstable; urgency=medium
* Import version 3.3+p1+dfsg patched by upstream
diff -Nru dpuser-3.3+p1+dfsg/debian/patches/Force-LC_NUMERIC-locale-to-C.patch
dpuser-3.3+p1+dfsg/debian/patches/Force-LC_NUMERIC-locale-to-C.patch
--- dpuser-3.3+p1+dfsg/debian/patches/Force-LC_NUMERIC-locale-to-C.patch
1970-01-01 01:00:00.000000000 +0100
+++ dpuser-3.3+p1+dfsg/debian/patches/Force-LC_NUMERIC-locale-to-C.patch
2017-03-18 13:56:33.000000000 +0100
@@ -0,0 +1,22 @@
+From: Ole Streicher <[email protected]>
+Date: Sat, 18 Mar 2017 13:55:21 +0100
+Subject: Force LC_NUMERIC locale to "C".
+
+This is a quick workaround for the missing spectrum.
+Closes: #858094
+---
+ dpuser/parser/dpuser.y | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/dpuser/parser/dpuser.y b/dpuser/parser/dpuser.y
+index dbc2ef9..10a98d8 100644
+--- a/dpuser/parser/dpuser.y
++++ b/dpuser/parser/dpuser.y
+@@ -294,6 +294,7 @@ int main(int argc, char *argv[]) {
+ #endif /* DPQT */
+ int i;
+
++ setlocale(LC_NUMERIC, "C");
+ init_functions();
+ init_procedures();
+ gsl_set_error_handler(&dpuser_gsl_error_handler);
diff -Nru dpuser-3.3+p1+dfsg/debian/patches/series
dpuser-3.3+p1+dfsg/debian/patches/series
--- dpuser-3.3+p1+dfsg/debian/patches/series 2016-07-27 14:19:07.000000000
+0200
+++ dpuser-3.3+p1+dfsg/debian/patches/series 2017-03-18 13:56:33.000000000
+0100
@@ -6,3 +6,4 @@
Load-the-help-from-usr-share-doc-qfitsview-instead-of-the.patch
Remove-obsolete-vtkRenderingFreeTypeOpenGL-module.patch
Remove-the-update-check.patch
+Force-LC_NUMERIC-locale-to-C.patch
--- End Message ---
--- Begin Message ---
Unblocked dpuser.
--- End Message ---