Your message dated Mon, 5 Apr 2021 17:46:22 +0530
with message-id <YGr/lgHgMUOKxfKa@debian>
and subject line Re: imagej currently has an undeclared and substitutable
dependency
has caused the Debian Bug report #986038,
regarding imagej currently has an undeclared and substitutable dependency
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 [email protected]
immediately.)
--
986038: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986038
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: imagej
Version: 1.52j-1
Severity: important
Hello
The /usr/bin/imagej script uses:
if [ -z "$JAVA_HOME" ] ; then
JAVA_HOME=`/usr/sbin/update-java-alternatives -l | grep openjdk | grep
$(dpkg-architecture -q DEB_TARGET_ARCH) | sort | tail -1 | tr -s ' ' | cut -d'
' -f 3`
fi
but 'dpkg-architecture' is in 'dpkg-dev' package which is not declared as a
'dependency' of the 'imagej' package.
In order to avoid adding unnecessary or easily replaceable dependencies, it
seems that a good solution could be to replace
$(dpkg-architecture -q DEB_TARGET_ARCH)
with
dpkg --print-architecture
Thank you very much!
--- End Message ---
--- Begin Message ---
control: fixed 986038 1.53g-2
On Sun, 28 Mar 2021 12:17:59 +0000 (UTC) Alexis PM <[email protected]>
wrote:
> Package: imagej
> Version: 1.52j-1
> Severity: important
>
> Hello
>
> The /usr/bin/imagej script uses:
> if [ -z "$JAVA_HOME" ] ; then
> JAVA_HOME=`/usr/sbin/update-java-alternatives -l | grep openjdk | grep
> $(dpkg-architecture -q DEB_TARGET_ARCH) | sort | tail -1 | tr -s ' ' | cut
> -d' ' -f 3`
> fi
> but 'dpkg-architecture' is in 'dpkg-dev' package which is not declared as a
> 'dependency' of the 'imagej' package.
>
> In order to avoid adding unnecessary or easily replaceable dependencies, it
> seems that a good solution could be to replace
> $(dpkg-architecture -q DEB_TARGET_ARCH)
> with
> dpkg --print-architecture
>
> Thank you very much!
>
Thanks for reporting!
Nilesh
signature.asc
Description: PGP signature
--- End Message ---