diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:58 +0000 |
commit | 2aa2ee80b58b1f91d6d1c3ddc9ee889f03106ccf (patch) | |
tree | a9b50302007c7aa66fd19450a70ec628d711e71e | |
parent | 345e8fd09a6685c17031cd9d4788174f6d8cf19d (diff) |
* Add example preferences file (Closes: #220799)
Author: mdz
Date: 2004-01-09 07:46:27 GMT
* Add example preferences file (Closes: #220799)
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/examples/preferences | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 25a8aef4b..dd22a5cdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,9 @@ apt (0.5.21) unstable; urgency=low exists in the database" (Closes: #212203) * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for GIBC_VER to make cross-compilation easier (Closes: #221528) + * Add example preferences file (Closes: #220799) - -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jan 2004 23:40:29 -0800 + -- apt (0.5.20) unstable; urgency=low diff --git a/doc/examples/preferences b/doc/examples/preferences new file mode 100644 index 000000000..7ebc52a41 --- /dev/null +++ b/doc/examples/preferences @@ -0,0 +1,11 @@ +Package: * +Pin: release a=stable +Pin-Priority: 500 + +Package: * +Pin: release a=testing +Pin-Priority: 101 + +Package: * +Pin: release a=unstable +Pin-Priority: 99 |