Your message dated Fri, 26 Nov 2021 22:50:34 +0000
with message-id <[email protected]>
and subject line Bug#996455: fixed in firefox-esr 91.3.0esr-2
has caused the Debian Bug report #996455,
regarding firefox: /usr/bin/firefox still uses the deprecated "which"
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.)


-- 
996455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996455
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: firefox
Version: 93.0-1
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

the firefox package installs a bash script in /usr/bin/firefox to startup the
browser.  This script still uses "which", which has been deprecated, and an
error is printed when invoking /usr/bin/firefox from the command line:

$ firefox http://debian.org
/usr/bin/which: this version of `which' is deprecated; use `command -v' in
scripts instead.


The issue can be easily solved by replacing "which" by "command -v" in the
script, as suggested in the error message.

The patch file would be:

------------
3c3
< FIREFOX="$(which firefox)"
---
> FIREFOX="$(command -v firefox)"
------------


-- Package-specific info:


-- Addons package information

-- System Information:
Debian Release: bookworm/sid
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_AUX
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firefox depends on:
ii  debianutils          5.5-1
ii  fontconfig           2.13.1-4.2
ii  libatk1.0-0          2.36.0-2
ii  libc6                2.32-4
ii  libcairo-gobject2    1.16.0-5
ii  libcairo2            1.16.0-5
ii  libdbus-1-3          1.12.20-2
ii  libdbus-glib-1-2     0.112-2
ii  libevent-2.1-7       2.1.12-stable-1
ii  libffi8              3.4.2-3
ii  libfontconfig1       2.13.1-4.2
ii  libfreetype6         2.10.4+dfsg-1
ii  libgcc-s1            11.2.0-9
ii  libgdk-pixbuf-2.0-0  2.42.6+dfsg-2
ii  libglib2.0-0         2.70.0-1+b1
ii  libgtk-3-0           3.24.30-3
ii  libnspr4             2:4.32-1
ii  libnss3              2:3.70-1
ii  libpango-1.0-0       1.48.10+ds1-1
ii  libstdc++6           11.2.0-9
ii  libvpx6              1.10.0-2
ii  libx11-6             2:1.7.2-2+b1
ii  libx11-xcb1          2:1.7.2-2+b1
ii  libxcb-shm0          1.14-3
ii  libxcb1              1.14-3
ii  libxcomposite1       1:0.4.5-1
ii  libxdamage1          1:1.1.5-2
ii  libxext6             2:1.3.4-1
ii  libxfixes3           1:5.0.3-2
ii  libxrender1          1:0.9.10-1
ii  procps               2:3.3.17-5
ii  zlib1g               1:1.2.11.dfsg-2

Versions of packages firefox recommends:
ii  libavcodec57  7:3.4.3-1
ii  libavcodec58  7:4.4-6+b2

Versions of packages firefox suggests:
ii  fonts-lmodern          2.004.5-6.1
ii  fonts-stix [otf-stix]  1.1.1-4.1
ii  libcanberra0           0.30-8
ii  libgssapi-krb5-2       1.18.3-7
ii  pulseaudio             15.0+dfsg1-2

-- no debconf information
3c3
< FIREFOX="$(which firefox)"
---
> FIREFOX="$(command -v firefox)"

--- End Message ---
--- Begin Message ---
Source: firefox-esr
Source-Version: 91.3.0esr-2
Done: Mike Hommey <[email protected]>

We believe that the bug you reported is fixed in the latest version of
firefox-esr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Hommey <[email protected]> (supplier of updated firefox-esr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 27 Nov 2021 06:50:56 +0900
Source: firefox-esr
Architecture: source
Version: 91.3.0esr-2
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of Mozilla-related packages 
<[email protected]>
Changed-By: Mike Hommey <[email protected]>
Closes: 996455
Changes:
 firefox-esr (91.3.0esr-2) unstable; urgency=medium
 .
   * debian/firefox.in: Use `command -v` instead of `which`. Closes: #996455.
 .
   * modules/fdlibm/src/math_private.h: Fix FTBFS on i386. bz#1729459.
   * .cargo/config.in, Cargo.lock, Cargo.toml,
     third_party/rust/cc/.cargo-checksum.json,
     third_party/rust/cc/Cargo.toml, third_party/rust/cc/src/lib.rs,
     third_party/rust/cc/src/windows_registry.rs: Update cc crate to
     b2f6b146b75299c444e05bbde50d03705c7c4b6e, aka 1.0.71 + GCC-11 fix for
     armhf. bz#1739040.
Checksums-Sha1:
 cd7998241832eaa944ef3b967b71162fee089247 39040 firefox-esr_91.3.0esr-2.dsc
 4dc866081d39ebb4c713763c3522383ad968856d 178532 
firefox-esr_91.3.0esr-2.debian.tar.xz
 575c0474b1625dc073a0feda3f003807a1608754 6812 
firefox-esr_91.3.0esr-2_source.buildinfo
Checksums-Sha256:
 44ef4de51474b17fe708b084321ffe76021325e8e64da3157d96c0152fec3bbc 39040 
firefox-esr_91.3.0esr-2.dsc
 e480b330ca6f63ab5ee39183ceb3742ed708c6e0cc4cffbf70485397a91307b4 178532 
firefox-esr_91.3.0esr-2.debian.tar.xz
 a2230258c54d5340b9842e1a526a56fb155dd34c679e47215f6c11fba2ac1479 6812 
firefox-esr_91.3.0esr-2_source.buildinfo
Files:
 62dc6518718353bc8b535e41f34b72a3 39040 web optional firefox-esr_91.3.0esr-2.dsc
 84ea71dd107b3ed0d56eedf2bdd0c61d 178532 web optional 
firefox-esr_91.3.0esr-2.debian.tar.xz
 75981ed7e20531ac1bc89379f7ede9e6 6812 web optional 
firefox-esr_91.3.0esr-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEGC4WHREwufzNfbFn5CqgT6aqjHIFAmGhYGkACgkQ5CqgT6aq
jHLOWw//RqG1Wtp9FNQxrN6nFy0eamQ98uuw/X622cufHNFKSrnKP1b48xGO5IAb
TxBuF7TsXUigcDg/40dFpC0xnNDZogyzHDCmIM4LIaVmDqKbjaZWLflx0taNLImh
HDEweGKUKxungp8hoPW1trhjrC2d9qrtwFql8GED0nQmxmugpfbxHLpDQnYJi8en
O91DYCJ0cHxYfwpUaOjwJ1/CWdW9pRNZyquMdMfoFYOnfFWt8TsIpVJxAPp/2rMc
zRc0hTvcbhbrwpsXL7L2jY4fCUHD7c1nzTlmJ6jyOE3f7VmqEhwZs817hV7qkq6R
VqZLrsBo6oKoB9b9g9eJy+YKG4GFiYTZE+i3/OlnroVRVdiLnncJcr0xgrU/Mc18
RrG0Zjxm2nivTj+bavIsZdV/NxJmYv/OyojT0EMsG6TMu4wQAnKKJ9mNTguipDEW
/FAGznNVtMybnJoSlrVNGder9hLgRuZs6heOMQ2cOIMRiXzfmQzmEXzDVBJqql8z
MGfaPfwD69wFUk5J6C2ZRt+6SXsdeDy+LkHQy87oEEXHJTSuB9uKTdZz9xrYSGVb
NkOM0yQ98rRwUDxm1fFRfWhI/Q0Q2nebwTciWa20lzJDGBj76BQwVLyMKOmMeSRN
KJJGDMR00XGhIN6LyC0ZuP9E/sz2BK7gPN0DRlkfuzgdVnPeZxY=
=sDYu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to