[Debian-med-packaging] Bug#700088: boxshade: fails finding the alignment file

Charles Plessy charles-listes-med-packaging at plessy.org
Sat Feb 9 02:50:04 UTC 2013


Le Fri, Feb 08, 2013 at 03:59:54PM +0100, Giorgio Maccari a écrit :
> 
> -------------------PATCH-------------------------------
> --- boxshade-3.3.1.old/bx_read.c    2013-02-08 15:20:14.000000000 +0100
> +++ boxshade-3.3.1.new/bx_read.c    2013-02-08 15:10:52.590377053 +0100
> @@ -4,7 +4,9 @@
> 
>  char *Gets(char *s, size_t length) {
>    fflush(stdout);
> -  return fgets(s,length,stdin);
> +  fgets(s,length,stdin);
> +  strtok(s, "\n");
> +  return s;
>  }
> 
>  /*
> -----------------------------------------------------

Oops,  the patch works well, but I committed many other changes in the
package's subversions repository before remembering the drastic rules
of the Freeze...

I will upload to Sid a version 3.3.1-7+wheezy1 with only the patch added, and
3.3.1-8~experimental1 to experimental with all the other packaging
improvements.

Cheers,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



More information about the Debian-med-packaging mailing list