4e6f65b0d5
... else the first block added by apt::preferences_snippet is in the same paragraph as the last block provided by the template.
30 lines
647 B
Text
30 lines
647 B
Text
Explanation: Ubuntu <%= codename %> security
|
|
Package: *
|
|
Pin: release o=Ubuntu,a=<%= codename %>-security
|
|
Pin-Priority: 990
|
|
|
|
Explanation: Ubuntu <%= codename %> updates
|
|
Package: *
|
|
Pin: release o=Ubuntu,a=<%= codename %>-updates
|
|
Pin-Priority: 980
|
|
|
|
Explanation: Ubuntu <%= codename %>
|
|
Package: *
|
|
Pin: release o=Ubuntu,a=<%= codename %>
|
|
Pin-Priority: 970
|
|
|
|
Explanation: Ubuntu backports
|
|
Package: *
|
|
Pin: release a=<%= codename %>-backports
|
|
Pin-Priority: 200
|
|
|
|
Explanation: Ubuntu <%= next_release %>
|
|
Package: *
|
|
Pin: release o=Ubuntu,a=<%= next_release %>
|
|
Pin-Priority: 2
|
|
|
|
Explanation: Ubuntu fallback
|
|
Package: *
|
|
Pin: release o=Ubuntu
|
|
Pin-Priority: -10
|
|
|