Source: debian-design
Version: 3.0.7
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/debian-design.html
...
# check that all package lists are populated
test -n "task-xfce-desktop, task-laptop, abiword, alsa-utils, apt-listchanges,
aptitude, buku, bzip2, dfc, evince, firefox-esr, git, gnome-system-tools,
gnumeric, gtk2-engines-xfce, gvfs, info, less, libgl1-mesa-dri,
libreoffice-calc, libreoffice-gtk2, libreoffice-impress, libreoffice-ogltrans,
libreoffice-style-tango, libreoffice-writer, lightdm, lightning, links, man-db,
manpages, mc, mpv, mtr-tiny, myrepos, ncdu, needrestart, network-manager-gnome,
pasystray, pavucontrol, popularity-contest, pulseaudio, pulseaudio-utils,
rsync, tango-icon-theme, thunar, thunderbird, unicode-screensaver, v4l-utils,
volti, wget, xfce4-notifyd, xfce4-power-manager, xfce4-power-manager-plugins,
xfce4-session, xserver-xorg, xul-ext-sieve,"
set -e; test -n "diffpdf, font-manager, gcolor2, gimp, gimp-lensfun,
gimp-plugin-registry, gpick, gtk-vector-screenshot, gucharmap, inkscape,
jpeginfo, jpegoptim, lcdf-typetools, libpdf-reuse-perl, libpodofo-utils,
librsvg2-bin, libtiff-tools, mypaint, mypaint-data-extras, origami-pdf,
pdfposter, pdfshuffler, pngcrush, poppler-utils, python-cairosvg, python-scour,
qpdf, scribus, scrot, shotwell, typecatcher,"; test -n "blender,
synfigstudio,"; test -n "chromium, chromium-l10n, compass-blueprint-plugin,
compass-color-schemer-plugin, compass-fancy-buttons-plugin,
compass-h5bp-plugin, compass-layoutgala-plugin, compass-normalize-plugin,
compass-singularitygs-plugin, compass-slickmap-plugin, compass-susy-plugin,
compass-toolkit-plugin, compass-yui-plugin, surf,";
perl -0777 -n \
-e 's,.*d-i preseed/late_command string ,#!/bin/sh\n,ms' \
-e ' and print $_' \
content/desktop/preseed.cfg > design-desktop-tidy
shellcheck -e SC1003 -e SC2016 -e SC2034 -e SC2046 -e SC2048 -e SC2086
design-desktop-tidy
In design-desktop-tidy line 38:
if [ -e "$1" ] && egrep -q "^#?$2\$" "$1"; then \
^-- SC2196: egrep is non-standard and deprecated. Use grep
-E instead.
In design-desktop-tidy line 49:
if [ -e "$1" ] && egrep -q "^#?$2=" "$1"; then \
^-- SC2196: egrep is non-standard and deprecated. Use grep
-E instead.
debian/blends.mk:87: recipe for target 'design-desktop-tidy' failed
make: *** [design-desktop-tidy] Error 1