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

Bug#963520: marked as done (guitarix: depend on prename)



Your message dated Tue, 7 Jul 2020 10:45:32 +0200
with message-id <20200707084532.GA21018@ramacher.at>
and subject line Re: Bug#963520: guitarix: depend on prename
has caused the Debian Bug report #963520,
regarding guitarix: depend on prename
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 owner@bugs.debian.org
immediately.)


-- 
963520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963520
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: guitarix
Version: 0.39.0+dfsg1-3.1

Dear Maintainer,

your package appears to use `rename.ul` from util-linux, which will
stop installing this binary soon. Please use `rename` from prename
or other tools instead.

Thanks,
Chris

--- End Message ---
--- Begin Message ---
On 2020-06-23 21:24:09, Hermann Meyer wrote:
> Hi
> 
> Hermann here, I'm the upstream maintainer.
> 
> Thanks for you interest in our work.
> 
> Let's have a look at the part were you complain about.
> 
>   set +e
>   RN=$(rename -V  2>/dev/null| grep File::Rename)
>   if [ ! -z "$RN" ] ; then
>     use_to_rename='rename'
>   fi
>   if [ -z "$RN" ] ; then
>     RN=$(prename -V  2>/dev/null| grep File::Rename)
>     use_to_rename='prename'
>   fi
>   if [ -z "$RN" ] ; then
>     RN=$(perl-rename -V  2>/dev/null| grep File::Rename)
>     use_to_rename='perl-rename'
>   fi
>   if [ -z "$RN" ] ; then
>     RNUL=$(rename -V  2>/dev/null| grep util-linux)
>     if [ -z "$RNUL" ] ; then
>       RNUL=$(rename.ul -V  2>/dev/null| grep util-linux)
>       use_to_rename='rename.ul'
>     else
>       use_to_rename='rename'
>     fi
>   fi
>   set -e
> 
> So, what does that mean?
> 
> We look for which rename tool is available and use the one we find
> first. That may differ from distribution to distribution. But looking
> for it, couldn't be a bug, or could it?
> 
> Anyway, this is a developer tool which will never be part of any debian
> package. It's part of the source for documentation of what we do, and
> how we do it.
> 
> Please consider to mark this report as done.

Closing.

Cheers
-- 
Sebastian Ramacher

--- End Message ---

Reply to: