Source: paml Version: 4.9e+dfsg-1 Severity: serious https://buildd.debian.org/status/fetch.php?pkg=paml&arch=all&ver=4.9g%2Bdfsg-1&stamp=1518781928&raw=0
... dh_install set -x ; \ for datfile in debian/paml//usr/lib/paml/data/*.ctl ; do \ for item in seqfile treefile ; do \ sed -i -e "s?\(${item} =\).*[^a-z^A-Z^0-9^.^ ]\+\([a-zA-Z0-9]\+\.[a-z]\+\)?\1 /usr/lib/paml/data/\2?" \ -e "s?\(${item} =\) \([a-zA-Z0-9]\+\.[a-z]\+\)?\1 /usr/lib/paml/data/\2?" \ ${datfile} ; \ done ; \ done + sed -i -e s?\(seqfile =\).*[^a-z^A-Z^0-9^.^ ]\+\([a-zA-Z0-9]\+\.[a-z]\+\)?\1 /usr/lib/paml/data/\2? -e s?\(seqfile =\) \([a-zA-Z0-9]\+\.[a-z]\+\)?\1 /usr/lib/paml/data/\2? debian/paml//usr/lib/paml/data/*.ctl sed: can't read debian/paml//usr/lib/paml/data/*.ctl: No such file or directory + sed -i -e s?\(treefile =\).*[^a-z^A-Z^0-9^.^ ]\+\([a-zA-Z0-9]\+\.[a-z]\+\)?\1 /usr/lib/paml/data/\2? -e s?\(treefile =\) \([a-zA-Z0-9]\+\.[a-z]\+\)?\1 /usr/lib/paml/data/\2? debian/paml//usr/lib/paml/data/*.ctl sed: can't read debian/paml//usr/lib/paml/data/*.ctl: No such file or directory make[1]: *** [debian/rules:23: override_dh_install] Error 2