diff options
author | intrigeri <intrigeri@boum.org> | 2016-05-11 20:06:00 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-05-11 20:06:00 +0000 |
commit | 7f5b9739f4543abb251441ca362adfb05075a089 (patch) | |
tree | 923b3d219a898aeb10b803a397602d8ef068e3ce /config | |
parent | e47cc1204e1afda081251bf667b5fa21fbaf73a7 (diff) |
Add explicit APT pinning for libdvd-pkg.
So far, it was magically pulled from jessie-backports merely because we
forgot to add a general pinning level of -10 for backports in
config/chroot_apt/preferences, unlike what we've done for all our other
APT sources. And now it's broken, because in our APT snapshots system,
backports have o=Debian, and not o=Debian Backports anymore.
So, let's remove this exception, and pin the package explicitly.
Diffstat (limited to 'config')
-rw-r--r-- | config/chroot_apt/preferences | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/chroot_apt/preferences b/config/chroot_apt/preferences index 2095569..baf0814 100644 --- a/config/chroot_apt/preferences +++ b/config/chroot_apt/preferences @@ -66,6 +66,10 @@ Package: firmware-zd1211 Pin: release o=Debian,n=sid Pin-Priority: 999 +Package: libdvd-pkg +Pin: release o=Debian,n=jessie-backports +Pin-Priority: 999 + Package: libnet-dbus-perl Pin: release o=Debian,n=jessie-backports Pin-Priority: 999 |