Package: chromium Version: 60.0.3112.78-1 Severity: important I know chromium is a big package, but does the binary really have to be _that_ large?
,---- | $ ls -l /usr/lib/chromium/chromium | -rwxr-xr-x 1 root root 225830528 Jul 27 05:22 /usr/lib/chromium/chromium `---- It turns out it has not been stripped: ,---- | $ file /usr/lib/chromium/chromium | /usr/lib/chromium/chromium: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=656049ae5adbd62d255d6c8b422cc5e5c512ab50, not stripped `---- In the git repository debian/rules for version 59.0.3071.104-1 contained these lines: ,---- | override_dh_strip: | # skip dbgsym package for widevine to prevent duplication of the src package | dh_strip -pchromium-widevine --no-automatic-dbgsym | # this line can be removed once stretch is released | dh_strip --remaining-packages --ddeb-migration='chromium-dbg (<< 47.0.2526.80-4~)' `---- And apparently the last two lines have been dropped accordingly in the latest upload. Which causes dh_strip to be skipped entirely for all packages except chromium-widevine. :-/ -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 4.12.4-nouveau (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages chromium depends on: ii chromium-common 60.0.3112.78-1 ii libasound2 1.1.3-5 ii libatk1.0-0 2.24.0-1 ii libavcodec57 7:3.3.3-1 ii libavformat57 7:3.3.3-1 ii libavutil55 7:3.3.3-1 ii libc6 2.24-14 ii libcairo2 1.14.10-1 ii libcups2 2.2.4-3 ii libdbus-1-3 1.11.16+really1.10.22-1 ii libevent-2.1-6 2.1.8-stable-4 ii libexpat1 2.2.2-2 ii libflac8 1.3.2-1 ii libfontconfig1 2.12.3-0.2 ii libfreetype6 2.8-0.2 ii libgcc1 1:7.1.0-11 ii libgdk-pixbuf2.0-0 2.36.5-2 ii libglib2.0-0 2.53.4-2 ii libgtk2.0-0 2.24.31-2 ii libharfbuzz0b 1.4.2-1 ii libicu57 57.1-6 ii libjpeg62-turbo 1:1.5.1-2 ii libminizip1 1.1-8+b1 ii libnspr4 2:4.15-1 ii libnss3 2:3.31-1 ii libopus0 1.2~alpha2-1 ii libpango-1.0-0 1.40.6-1 ii libpangocairo-1.0-0 1.40.6-1 ii libpng16-16 1.6.30-2 ii libpulse0 10.0-2 ii libre2-3 20170101+dfsg-1 ii libsnappy1v5 1.1.6-2 ii libstdc++6 7.1.0-11 ii libvpx4 1.6.1-3 ii libwebp6 0.6.0-3 ii libwebpdemux2 0.6.0-3 ii libwebpmux3 0.6.0-3 ii libx11-6 2:1.6.4-3 ii libx11-xcb1 2:1.6.4-3 ii libxcb1 1.12-1 ii libxcomposite1 1:0.4.4-2 ii libxcursor1 1:1.1.14-1+b4 ii libxdamage1 1:1.1.4-2+b3 ii libxext6 2:1.3.3-1+b2 ii libxfixes3 1:5.0.3-1 ii libxi6 2:1.7.9-1 ii libxml2 2.9.4+dfsg1-3 ii libxrandr2 2:1.5.1-1 ii libxrender1 1:0.9.10-1 ii libxslt1.1 1.1.29-2.1 ii libxss1 1:1.2.2-1+b2 ii libxtst6 2:1.2.3-1 ii zlib1g 1:1.2.8.dfsg-5 Versions of packages chromium recommends: ii fonts-liberation 1:1.07.4-2 Versions of packages chromium suggests: pn chromium-driver <none> ii chromium-l10n 60.0.3112.78-1 pn chromium-shell <none> pn chromium-widevine <none> -- no debconf information

