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

Re: [stable] FWD: [paquet wxmaxima - bug critique non résolu]



Charles Plessy wrote:
> Le Sun, Apr 13, 2008 at 10:43:12PM +0200, Luk Claes a écrit :
>> Charles Plessy wrote:
>>> Dear maintainer and Stable release team,
>>>
>>> One user on the debian-user-french mailing list noted that the bug
>>> 432665 was rendering the package useless but is apparently not fixed in
>>> a point release of Etch. If the bug really originates from a single '&'
>>> missing, is there a chance that a stable update would be accepted ?
>> Yes, that looks an acceptable change. Please upload a fixed version to
>> stable.
> 
> Et voilà, a NMU is ready.
> 
> Here is the debdiff:
> 
> diff -u wxmaxima-0.7.0a/debian/changelog wxmaxima-0.7.0a/debian/changelog
> --- wxmaxima-0.7.0a/debian/changelog
> +++ wxmaxima-0.7.0a/debian/changelog
> @@ -1,3 +1,11 @@
> +wxmaxima (0.7.0a-1.1) stable; urgency=low
> +
> +  * Non-maintainer upload.
> +  * Imported the patch from bug 1573741 in Upstream's bugtracker.
> +    This solves grave connexion problems. (Closes: #432665)
> +
> + -- Charles Plessy <charles-debian-nospam@plessy.org>  Tue, 15 Apr 2008 22:17:48 +0900
> +
>  wxmaxima (0.7.0a-1) unstable; urgency=low
>  
>    * New upstream release.
> only in patch2:
> unchanged:
> --- wxmaxima-0.7.0a.orig/debian/patches/wxMaxima-0.7.0a-mp.patch
> +++ wxmaxima-0.7.0a/debian/patches/wxMaxima-0.7.0a-mp.patch
> @@ -0,0 +1,13 @@
> +Imported from http://sourceforge.net/tracker/index.php?func=detail&aid=1573741&group_id=126731&atid=707628
> +Closes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432665
> +--- wxMaxima-0.7.0a/src/wxMaxima.cpp.mp	2006-09-21 09:23:22.000000000 -0500
> ++++ wxMaxima-0.7.0a/src/wxMaxima.cpp	2006-10-09 08:35:10.000000000 -0500
> +@@ -1025,7 +1025,7 @@
> +   if (!have_config)
> +   {
> +     command = wxT("maxima");
> +-    config->Write(wxT("maxima"), &command);
> ++    config->Write(wxT("maxima"), command);
> +   }
> + 
> +   config->Read(wxT("parameters"), &parameters);

Please upload.

Cheers

Luk



Reply to: