Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
36508060
Commit
36508060
authored
Feb 14, 2020
by
Holger Levsen
Browse files
reproducible Debian: devscripts from buster-bpo is uninstallable on Ubuntu 16.04
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
71c2bf83
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts/common-arm64/etc/apt/sources.list
View file @
36508060
...
@@ -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
update_jdn.sh
View file @
36508060
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment