Bug#871835: auto detect grep options

2017-09-22 Thread Thomas Lange
Here's the patch that automatically detects if grep supports the Perl regex. 0008-automatic-detect-if-grep-support-perl-regex.patch Description: Binary data -- regards Thomas

Bug#871835: auto detect grep options

2017-09-22 Thread Ben Hutchings
On Fri, 2017-09-22 at 12:56 +0200, Thomas Lange wrote: > Here's the patch that automatically detects if grep supports the Perl > regex. [...] > + set +e You don't need to turn off errexit if you test the result of a command. > + if grep -q --perl-regexp . /dev/null >/dev/null 2>&1; then >

Bug#875508: fixed in tasksel 3.40

2017-09-22 Thread Sotirios Vrachas
I believe that the package name is not "mispell-sq" but "myspell-sq". signature.asc Description: OpenPGP digital signature

image created by debootstrap does not work

2017-09-22 Thread 慕 冬亮
Hi all, The image created by debootstrap does not work in the qemu I use the following script to generate one image: IMG=qemu-stretch.img DIR=mount-point.dir #qemu-img create -f qcow2 $IMG 5G qemu-img create $IMG 5G sudo mkfs.ext

Re: image created by debootstrap does not work

2017-09-22 Thread Ben Hutchings
On Fri, 2017-09-22 at 19:07 +, 慕 冬亮 wrote: > Hi all, > > The image created by debootstrap does not work in the qemu [...] debootstrap doesn't create images, your script does - so that's where the bug is. Rather than trying to fix your script, why not try vmdebootstrap which is designed for e