switch to archive name for lenny default preferences
the templates/Debian/preferences_lenny.erb file checked in with
e2f80db7b7
contains pinning based on codename,
which is not supported in lenny (see #433624 - if you look at the version graph,
you see, "Fixed in version 0.7.21", and lenny has 0.7.20.2+lenny1.)
This commit is contained in:
parent
1c1ed0e352
commit
ef2ebdffd2
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
Explanation: Debian <%= codename %>
|
||||
Package: *
|
||||
Pin: release o=Debian,n=<%= codename %>
|
||||
Pin: release o=Debian,a=<%= release %>
|
||||
Pin-Priority: 990
|
||||
|
||||
Explanation: Debian backports
|
||||
|
@ -8,14 +8,14 @@ Package: *
|
|||
Pin: origin backports.debian.org
|
||||
Pin-Priority: 200
|
||||
|
||||
Explanation: Debian <%= next_codename %>
|
||||
Explanation: Debian <%= next_release %>
|
||||
Package: *
|
||||
Pin: release o=Debian,n=<%= next_codename %>
|
||||
Pin: release o=Debian,a=<%= next_release %>
|
||||
Pin-Priority: 2
|
||||
|
||||
Explanation: Debian sid
|
||||
Package: *
|
||||
Pin: release o=Debian,n=sid
|
||||
Pin: release o=Debian,a=unstable
|
||||
Pin-Priority: 1
|
||||
|
||||
Explanation: Debian fallback
|
||||
|
|
Loading…
Reference in a new issue