Comment 7 for bug 295448

Revision history for this message
Julian Andres Klode (juliank) wrote :

In apt 0.8.X, you can just pin by regex or glob:

  Package: *
  Pin: release a=natty*
  Pin-Priority: 990

or
  Package: *
  Pin: release a=/natty.*/
  Pin-Priority: 990

Same goes for Default-Release:
  Apt::Default-Release "natty*";
or
  Apt::Default-Release "/natty.*/";

It's not documented, though.