Your message dated Sat, 20 Jun 2015 03:23:43 +0000
with message-id <e1z69nf-0007be...@franck.debian.org>
and subject line Bug#789310: fixed in chromium-browser 43.0.2357.124-3
has caused the Debian Bug report #789310,
regarding chromium: bashism or something found in /etc/chromium.d/default-flags
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 ow...@bugs.debian.org
immediately.)


-- 
789310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789310
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: chromium
Version: 43.0.2357.124-2
Severity: important

Dear Maintainer,

/etc/chromium.d/default-flags contains an incorrect statement:
export CHROMIUM_FLAGS+=--show-component-extension-options

Since /usr/bin/chromium is run with sh, I got such error:
/usr/bin/chromium: 4: export: CHROMIUM_FLAGS+: bad variable name

Two patches can solve this issue:

Either using bash as a shell instead of sh:
--- usr/bin/chromium.old        2015-06-19 19:02:31.100657157 +0200
+++ usr/bin/chromium    2015-06-19 19:02:35.512656972 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Chromium launcher
 
Or change the env:
--- etc/chromium.d/default-flags        2015-06-19 19:04:53.888651185 +0200
+++ etc/chromium.d/default-flags.old    2015-06-19 19:03:12.992655404 +0200
@@ -1,4 +1,4 @@
 # A set of command line flags that we want to set by default.
 
 # Do not hide any extensions in the about:extensions dialog
-export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --show-component-extension-options"
+export CHROMIUM_FLAGS+=--show-component-extension-options

Thanks for maintening!


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages chromium depends on:
ii  libasound2           1.0.28-1
ii  libatk1.0-0          2.16.0-2
ii  libc6                2.19-18
ii  libcairo2            1.14.2-2
ii  libcups2             1.7.5-12
ii  libdbus-1-3          1.8.18-1
ii  libexpat1            2.1.0-6+b3
ii  libfontconfig1       2.11.0-6.3
ii  libfreetype6         2.5.2-4
ii  libgdk-pixbuf2.0-0   2.31.4-2
ii  libglib2.0-0         2.44.1-1
ii  libgnome-keyring0    3.12.0-1+b1
ii  libgtk2.0-0          2.24.28-1
ii  libharfbuzz0b        0.9.40-3
ii  libjpeg62-turbo      1:1.4.0-7
ii  libnspr4             2:4.10.8-2
ii  libnss3              2:3.19.1-2
ii  libpango-1.0-0       1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpci3              1:3.2.1-3
ii  libsnappy1           1.1.2-4
ii  libspeechd2          0.8-7
ii  libspeex1            1.2~rc1.2-1
ii  libsrtp0             1.4.5~20130609~dfsg-1.1
ii  libstdc++6           5.1.1-11
ii  libx11-6             2:1.6.3-1
ii  libxcomposite1       1:0.4.4-1
ii  libxcursor1          1:1.1.14-1+b1
ii  libxdamage1          1:1.1.4-2+b1
ii  libxext6             2:1.3.3-1
ii  libxfixes3           1:5.0.1-2+b2
ii  libxi6               2:1.7.4-1+b2
ii  libxml2              2.9.2+dfsg1-3
ii  libxrandr2           2:1.4.2-1+b1
ii  libxrender1          1:0.9.8-1+b1
ii  libxslt1.1           1.1.28-2+b2
ii  libxss1              1:1.2.2-1
ii  libxtst6             2:1.2.2-1+b1
ii  x11-utils            7.7+3
ii  xdg-utils            1.1.0~rc1+git20111210-7.4

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: chromium-browser
Source-Version: 43.0.2357.124-3

We believe that the bug you reported is fixed in the latest version of
chromium-browser, 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 789...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Gilbert <mgilb...@debian.org> (supplier of updated chromium-browser 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 19 Jun 2015 22:04:28 +0000
Source: chromium-browser
Binary: chromium chromium-dbg chromium-l10n chromedriver
Architecture: source all
Version: 43.0.2357.124-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Chromium Maintainers 
<pkg-chromium-ma...@lists.alioth.debian.org>
Changed-By: Michael Gilbert <mgilb...@debian.org>
Description:
 chromedriver - web browser - WebDriver support
 chromium   - web browser
 chromium-dbg - web browser - debugging symbols
 chromium-l10n - web browser - language packs
Closes: 789310
Changes:
 chromium-browser (43.0.2357.124-3) unstable; urgency=medium
 .
   * Fix syntax error in default-flags (closes: #789310).
Checksums-Sha1:
 ae0c60a14c9d6e175d04e1232f67f9359c64432d 3932 
chromium-browser_43.0.2357.124-3.dsc
 b5b491362e537872ec418c28877a5db8f57b4baa 158316 
chromium-browser_43.0.2357.124-3.debian.tar.xz
 b8b0807c37a809ec73a4402dc30a34f929e36cb3 3093880 
chromium-l10n_43.0.2357.124-3_all.deb
Checksums-Sha256:
 672d37ac351362f4b0a8261b33bcd7a8ad45ce256b671c1b68f8f8c0c706f64d 3932 
chromium-browser_43.0.2357.124-3.dsc
 8ffab3fb64bd392887d828bf67200d37a7da0fdc050920aeb79bc8161305bcae 158316 
chromium-browser_43.0.2357.124-3.debian.tar.xz
 54d5aef0b67679c599602c460804a2c74b789217596e84cdd86f2952f99dd3fe 3093880 
chromium-l10n_43.0.2357.124-3_all.deb
Files:
 ebea4a5668c1d572f480771fb9e590e0 3932 web optional 
chromium-browser_43.0.2357.124-3.dsc
 09d44b2cf368695e9fe6d2131ade62ec 158316 web optional 
chromium-browser_43.0.2357.124-3.debian.tar.xz
 110a6efd69d872c9f96c50e1f25b86ad 3093880 localization optional 
chromium-l10n_43.0.2357.124-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQQcBAEBCgAGBQJVhMzAAAoJELjWss0C1vRzFDEgAJBwySua9h6GoMuBdEsNjpuc
sedTsoAbQlrFACM1G8bz24xpD026/IlW771NHbytkoW+RsVYAYHGaB9qW7RwRNAQ
e/MeuM7k1jUl0n81A+HgVdZFcv28jAW3Sk/az9moJQzt49b/gc+s5NENmux2BHed
8zNRpv7OfDvwL/FSK8tMvWdY7c/n/IeDQp17D0FXcr5IuZToamHdc+GCJJzM7LJN
cazu045ssmekENL5zt1YQ6i9CONRAWDasGCHl8IbcIkJpD7zCcW20c/oBKYuc2cB
5IOHdKh88kSLqXvP7umWxxf+djFd0sTk/5Xe7y73bSbvR6yef87fSy7PDPksg/9s
XMcMLdzATNf/v+JuanBlizrYXTrAs2j/STDDOZ6vvrQqLuZYDSRzkD+3ECwvXbf7
19SMEkxgKrLPh9YinSTI0V94JFmmkH7S8qOGrRVVBBSLKao9ovIFtG+L3OigveRc
cqemzcrf9VwpQeCl3cBEoeL8ZyDS1bX63dTu2dq0i8yH62WZUK1UkPyOHuG4bou3
TZ8CW9w7JNIn23fC1Kpo2jYQ/HRYu6AzyaapWYHPkVzz41QBcZizcWmPXEWbsGSu
M8uHf1A24/BIc6YunMeVrs5+cfaeu9KJxYeCLCtLiePP22bREMlrtfrTrHg/9417
xdVFQEg0DUAsBTUhDtLM1xovEFkgefM4x5Vtj0w6DNNDE5HTLy9qeiJl28W4Z8t7
WrLgWZpaQWFEfAqZBqlNG9LiAM2uBkTBjur5pvRUX1W8aHd6ATxT5ECwD07uTWZq
dloVmeRyd8GYxm1Rc6cxkMEh+9T8Z9yhnE3AJHzshaTZA8RgVnCFHNH/COcpg/1Z
KavoRXsYw2K6wkIlMU5bu/p22oJOyJuRmX0qKqZMOZnQz0tYEt6HxZsiP9xCNOWV
r5j7+LlSOaQfjpgEHuowjkI0+KODejHZ+hUqKQXUlqha1kPANRSrrGY9UxVXe4OW
lhez8ohTwrD6+ySu48Igo/dWC2fxvLU7y8w0mxQQbV+vgTsKG/vKw5uSERcOAGpK
i3ie2w39ZraupBYdAMSVp9mGWlIOz4moaO9dy0WNtGZS7qHI7GkCJfQtk4e5PMgX
nRs0XJRScqnmac7FDJXwHaf/+jUZ7hVNlEzexRhTEf5frO9Uo6acE4bPpMipzbAA
iJznCgQjlCVQTGwl4r13ijQVHPQo7VuQfU4KAa2ulX3lEe7UOBQLx7UZGtGP2c4y
DJcH2ZV3fz2Lzkrwb/Zsrx+OKcxoPA9HNsKHjfAurCM+p5D1vfoc1viaCNmn4sfi
/+fjUkR00Zn90IgXlZakvrGow6NsdCOxXFYrWQkhSxKvabUMEhodWjP5pz66QyU=
=RQdi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to