[Qa-jenkins-scm] [jenkins.debian.net] 01/02: chroot-installs: ignore libidn2-0-dev (but don't file a removal bug until buster is released) when checking for transitional packages
Holger Levsen
holger at layer-acht.org
Fri Aug 18 16:35:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit f4e426b5bc1bdc4431ce3d31b25ad141c6f3911b
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Aug 18 08:15:32 2017 -0400
chroot-installs: ignore libidn2-0-dev (but don't file a removal bug until buster is released) when checking for transitional packages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 0e16f09..fafe588 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -289,9 +289,11 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore dh-systemd because #871312
# ignore libpcap-dev because #872265
# ignore "dummy transitional library" because it really is what it says it is…
+ # ignore libidn2-0-dev (but don't file a removal bug until buster is released)
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
| egrep -v "(jadetex|dh-systemd|libpcap-dev)" \
+ | egrep -v libidn2-0-dev \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list