Bug#791697: RFS: wxmaxima/15.04.0-1

2015-07-08 Thread Gunter Königsmann


No need to open a new RFS bug report if your last one was mistakenly
closed by someone else; please reopen the old bug instead
(instructions at [1]). I've done that and merged the two bug reports
together already.

Thanks a lot!
Was not entirely sure if it was closed by an accident or if this was 
common practice so I only made one half-hearted attempt to reopen the 
bug. When this failed I hoped you would be kind enough to help me if I 
created more chaos than intended - which you were. Thanks again for 
this.


Your package looks ok, but I noticed that you reverted back to
recommending ttf-jsmath instead of fonts-jsmath. Is that intentional
(and why)?
The question I ask myself is: how did I do this? Normally I try to use 
a workflow that prevents this kind of thing from happening.


Anyway:
- Corrected the dependency once again
- Did upload the corrected package to debian mentors
- and will press on the "send" button as soon as the package reappears 
there.


Thanks a lot,
and kind regards,

 Gunter.


Bug#791697: RFS: wxmaxima/15.04.0-1

2015-07-07 Thread Vincent Cheng
Hi Gunter,

On Tue, Jul 7, 2015 at 11:07 AM, Gunter Königsmann  wrote:
> Package: sponsorship-requests
> Severity: normal
>
> Dear mentors,
>
> I am looking for a sponsor for my package "wxmaxima"
>
> * Package name : wxmaxima
>   Version : 15.04.0-1
>   Upstream Author : Andrej Vodopivec 
> * URL : http://andrejv.github.io/wxmaxima/
> * License : GPL-2+
>   Section : math

No need to open a new RFS bug report if your last one was mistakenly
closed by someone else; please reopen the old bug instead
(instructions at [1]). I've done that and merged the two bug reports
together already.

Your package looks ok, but I noticed that you reverted back to
recommending ttf-jsmath instead of fonts-jsmath. Is that intentional
(and why)?

Regards,
Vincent

[1] https://www.debian.org/Bugs/server-control


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CACZd_tD3sKknnnynoT87L+Z0n9vpj=Ogb5TEEY1q1ATrAB=q...@mail.gmail.com



Bug#791697: RFS: wxmaxima/15.04.0-1

2015-07-07 Thread Gunter Königsmann

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "wxmaxima"

* Package name : wxmaxima
 Version : 15.04.0-1
 Upstream Author : Andrej Vodopivec 
* URL : http://andrejv.github.io/wxmaxima/
* License : GPL-2+
 Section : math


It builds those binary packages:

  wxmaxima - GUI for the computer algebra system Maxima


More detailed information about the package:

What is wxMaxima?
wxMaxima is a powerful graphical user interface for maxima, a program 
that is specialized in finding symbolic solutions for mathematical 
problems (which means it actually tries to find the formula that solves 
a problem, not the number the formula would result in).

A simple example what it can do would be:
 -> a^2+b^2=c^2;
 -> solve(%,c);
  [c=-sqrt(b^2+a^2),c=sqrt(b^2+a^2)]
But it can find a formula that solves many types of differential 
equations, too:

 -> dgl:diff(diff(x(t),t),t)=-x(t);
 -> desolve(dgl,x(t));
 x(t)=sin(t)*(at('diff(x(t),t,1),t=0))+x(0)*cos(t)
The actual output on the screen is much nicer, naturally, since the 
equations are displayed in 2D there.
It is to notice, though, that wxMaxima can be used for numerical work, 
too: It supports calculating with ordinary floating-point numbers if 
one requests this - but it will happily use arbitrary-precision numbers 
by default, exact fractions or bigfloat with a user-specified precision 
that is only limited by the amount of memory that is available.


Why does the package need to be updated?
The version currently packaged with debian (13.04) is over two years 
old. Moreover this old version has many bugs:
- In some locales many keys (for example in germany all hotkeys) 
didn't work in 13.04

- In version 13.04 drag-and drops drops about half of the parenthesis
- 13.04 crashes if it has to display sometimes not-too-complicated 
equations or if the save button is pressed while the program is 
calculating
Also the old version currently packaged with debian still doesn't come 
with a manual, has only a limited undo functionality and in many places 
is rather slow. A longer list of enhancements can be found at 
https://github.com/andrejv/wxmaxima/blob/master/ChangeLog


The package is lintian-free. Currently it is marked as "orphaned". But 
I am willing to package new versions and upload them to 
mentors.debian.org on a regular basis. This is needed, too, since the 
next version, once released, will have a pack of features new, too 
including higher processing speed and syntax highlighting.


To access further information about this package, please visit the 
following URL:


http://mentors.debian.net/package/wxmaxima


Alternatively, one can download the package with dget using this 
command:


dget -x 
http://mentors.debian.net/debian/pool/main/w/wxmaxima/wxmaxima_15.04.0-1.dsc


More information about hello can be obtained from 
http://andrejv.github.io/wxmaxima/