Bug#1003235: RFS: xbrzscale/1.8+ds-1 [ITP] -- Intelligent graphics file upscaling tool

2022-03-15 Thread Peter

No need to repack the source tarball,
so version number changed.

   Version : 1.8-1

   dget -x 
https://mentors.debian.net/debian/pool/main/x/xbrzscale/xbrzscale_1.8-1.dsc



Looking for a new maintainer for the "rush" package

2022-03-15 Thread deb251
The Debian package "rush" has not been updated since 2017. The upstream 
software is actively maintained and has advanced from the 1.x version in 
Debian to version 2.x (the latest version is 2.2 released Jan 2022). I 
filed a bug in Dec 2021 to have the upstream changes packaged, but no 
response from the package maintainer was forthcoming.


Is there someone who can take over the maintenance of this package?

Adam Lewenberg



Re: Bug#1003235: RFS: xbrzscale/1.8+ds-1 [ITP] -- Intelligent graphics file upscaling tool

2022-03-15 Thread Adam Borowski
On Tue, Mar 15, 2022 at 12:49:50PM +, Peter wrote:
> No need to repack the source tarball,
> so version number changed.
>dget -x 
> https://mentors.debian.net/debian/pool/main/x/xbrzscale/xbrzscale_1.8-1.dsc

Hi!
I'm afraid the autopkgtest fails:

autopkgtest [15:40:01]: test test1: [---
error: XDG_RUNTIME_DIR not set in the environment.
Failed to initialize SDL: No available video device
AE6.png: No such file or directory
ERROR: AE6.png
convert-im6.q16: unable to open image `AE6.png': No such file or directory @ 
error/blob.c/OpenBlob/2924.
convert-im6.q16: no images defined `AE1.png' @ 
error/convert.c/ConvertImageCommand/3229.
compare-im6.q16: unable to open image `AE1.png': No such file or directory @ 
error/blob.c/OpenBlob/2924.
autopkgtest [15:40:01]: test test1: ---]


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁'Russkiy voyennyi korabl, idi nakhuy'
⢿⡄⠘⠷⠚⠋⠀
⠈⠳⣄



Re: CRLF in upstream source code

2022-03-15 Thread lourisvaldo
> > Why should it matter to anything, including Debian, unless there are
> > technical problems caused by that?
> 
> So such as not compiling.  Or another reason not yet shared with us.
> 

No problem with building the package. I just saw a comment on a bug and I was 
in doubt [1].
I decided to ask first.  I'm a complete novice and I'm trying to make things 
right.
Thank you Andrey and Geert.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698359#10




Re: Bug#1003235: RFS: xbrzscale/1.8+ds-1 [ITP] -- Intelligent graphics file upscaling tool

2022-03-15 Thread Peter

On 15/03/2022 14:53, Adam Borowski wrote:

On Tue, Mar 15, 2022 at 12:49:50PM +, Peter wrote:

No need to repack the source tarball,
so version number changed.
dget -x 
https://mentors.debian.net/debian/pool/main/x/xbrzscale/xbrzscale_1.8-1.dsc

Hi!
I'm afraid the autopkgtest fails:

autopkgtest [15:40:01]: test test1: [---
error: XDG_RUNTIME_DIR not set in the environment.
Failed to initialize SDL: No available video device
AE6.png: No such file or directory
ERROR: AE6.png
convert-im6.q16: unable to open image `AE6.png': No such file or directory @ 
error/blob.c/OpenBlob/2924.
convert-im6.q16: no images defined `AE1.png' @ 
error/convert.c/ConvertImageCommand/3229.
compare-im6.q16: unable to open image `AE1.png': No such file or directory @ 
error/blob.c/OpenBlob/2924.
autopkgtest [15:40:01]: test test1: ---]


Meow!


Sorry about that!

I have added a
   export SDL_VIDEODRIVER=dummy
to the autopkgtest, and mentioned the need for it in the man page.


Cheers,
Peter





Re: CRLF in upstream source code

2022-03-15 Thread Eriberto Mota
Em ter., 15 de mar. de 2022 às 13:29,  escreveu:
>
> > > Why should it matter to anything, including Debian, unless there are
> > > technical problems caused by that?
> >
> > So such as not compiling.  Or another reason not yet shared with us.
> >
>
> No problem with building the package. I just saw a comment on a bug and I was
> in doubt [1].
> I decided to ask first.  I'm a complete novice and I'm trying to make things
> right.
> Thank you Andrey and Geert.
>
> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698359#10

Note that the current source code in Github dropped the CRLF in
several files. To compare the old version with the current version via
diff, in a separate directory, you could use dos2unix. In src/, the
command "file *" will help to see all files using CRLF. This procedure
is a workaround for 698359#10.

Regards,

Eriberto