Control: severity -1 important

Lucas Nussbaum]
> That version is not in testing yet according to
> https://tracker.debian.org/pkg/python3-defaults

I tried to reproduce this using the following script, but could not.
Because of this, I reduce the severity until we can figure out what is
going on here.

#!/bin/sh
set -x
set -e
pkg=$1
testdir="test-$pkg"
sudo debootstrap testing "$testdir"
sudo mount -o bind /proc "$testdir"/proc
echo deb-src http://deb.debian.org/debian testing main | sudo tee -a 
"$testdir"/etc/apt/sources.list
sudo chroot "$testdir" apt update
sudo chroot "$testdir" apt -y build-dep "$pkg"
sudo chroot "$testdir" apt-get source -b "$pkg"
sudo umount "$testdir"/proc

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to