Commit 36508060 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: devscripts from buster-bpo is uninstallable on Ubuntu 16.04



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 71c2bf83
...@@ -4,9 +4,8 @@ deb http://gb.ports.ubuntu.com/ubuntu-ports/ xenial-backports main universe ...@@ -4,9 +4,8 @@ deb http://gb.ports.ubuntu.com/ubuntu-ports/ xenial-backports main universe
deb http://ports.ubuntu.com/ubuntu-ports xenial-security main universe deb http://ports.ubuntu.com/ubuntu-ports xenial-security main universe
# we're using some stretch- and buster-backports on these old 16.04 LTS systems # we're using some stretch-backports on these old 16.04 LTS systems
deb http://deb.debian.org/debian/ stretch-backports main deb http://deb.debian.org/debian/ stretch-backports main
deb http://deb.debian.org/debian/ buster-backports main
# for debian-archive-keyring # for debian-archive-keyring
deb http://gb.ports.ubuntu.com/ubuntu-ports/ eoan main universe deb http://gb.ports.ubuntu.com/ubuntu-ports/ eoan main universe
...@@ -254,7 +254,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -254,7 +254,7 @@ if [ -f /etc/debian_version ] ; then
debian-archive-keyring debian-archive-keyring
cdebootstrap- cdebootstrap-
debootstrap debootstrap
devscripts/buster-backports devscripts
eatmydata eatmydata
etckeeper etckeeper
figlet figlet
...@@ -306,7 +306,11 @@ if [ -f /etc/debian_version ] ; then ...@@ -306,7 +306,11 @@ if [ -f /etc/debian_version ] ; then
pbuilder/stretch-backports pbuilder/stretch-backports
" ;; " ;;
*) # not available in Ubuntu 16.04: *) # not available in Ubuntu 16.04:
DEBS="$DEBS ripgrep mmdebstrap" DEBS="$DEBS
ripgrep
mmdebstrap
devscripts/buster-backports
" ;;
esac esac
case $HOSTNAME in case $HOSTNAME in
# needed for rebuilding Debian (using .buildinfo files) # needed for rebuilding Debian (using .buildinfo files)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment