Stop hard-coding Wheezy name in Squeeze's pinning template.
Every needed function has been updated since Squeeze was released and we can thus use a nice generic template.
This commit is contained in:
parent
f11e821f0a
commit
045e1fc748
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ Package: *
|
|||
Pin: origin backports.debian.org
|
||||
Pin-Priority: 200
|
||||
|
||||
Explanation: Debian wheezy
|
||||
Explanation: Debian <%= next_codename %>
|
||||
Package: *
|
||||
Pin: release o=Debian,n=wheezy
|
||||
Pin: release o=Debian,n=<%= next_codename %>
|
||||
Pin-Priority: 2
|
||||
|
||||
Explanation: Debian sid
|
||||
|
|
Loading…
Reference in a new issue