diff options
author | Christoph Berg | 2014-09-26 15:36:42 +0000 |
---|---|---|
committer | Christoph Berg | 2014-09-26 15:36:42 +0000 |
commit | 9ea9ebc0dd5e7a680217351e031ee1857b552f01 (patch) | |
tree | 218a40ca94a6465d7dab5b23cd8a0b56c07ce3f6 | |
parent | 6145261c8f02432d6020eff4a14114937ec2e535 (diff) |
Pin the pgdg repos to 500 so we don't miss newer distribution packages.15
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | etc/apt/preferences.d/pgdg.pref | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e6349aa..1e5f609 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgdg-buildenv (15) sid-pgdg; urgency=medium + + * Pin the pgdg repos to 500 so we don't miss newer distribution packages. + + -- Christoph Berg <myon@debian.org> Fri, 26 Sep 2014 17:36:16 +0200 + pgdg-buildenv (14) sid-pgdg; urgency=medium * Fix postinst to exit cleanly. diff --git a/etc/apt/preferences.d/pgdg.pref b/etc/apt/preferences.d/pgdg.pref index a726957..9ff8660 100644 --- a/etc/apt/preferences.d/pgdg.pref +++ b/etc/apt/preferences.d/pgdg.pref @@ -1,4 +1,4 @@ # do not edit, file maintained by pgdg-buildenv Package: * Pin: release o=apt.postgresql.org -Pin-Priority: 900 +Pin-Priority: 500 |