blob: 9a6882c7c294bffb622cd10a3facdd43e231bb84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Make bionic-security and bionic take precedence over bionic-updates for
# libc packages to the point of forcing downgrades. This works around the
# update somehow turning a gst-launch fatal warning into a crash randomly.
Package: libc-dev*
Pin: release a=bionic-security
Pin-Priority: 1001
Package: libc6*
Pin: release a=bionic-security
Pin-Priority: 1001
Package: libc-dev*
Pin: release a=bionic
Pin-Priority: 1001
Package: libc6*
Pin: release a=bionic
Pin-Priority: 1001
|