← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~gary/meta-lp-deps/pg84 into lp:meta-lp-deps

 

Gary Poster has proposed merging lp:~gary/meta-lp-deps/pg84 into lp:meta-lp-deps.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)


This switches us from PG 8.3 to PG 8.4.

Note that production is still using 8.3, but Stuart says that this change is fine.
-- 
https://code.launchpad.net/~gary/meta-lp-deps/pg84/+merge/29976
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~gary/meta-lp-deps/pg84 into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog	2010-07-05 16:54:04 +0000
+++ debian/changelog	2010-07-15 11:50:52 +0000
@@ -1,8 +1,14 @@
+launchpad-dependencies (0.76) lucid; urgency=low
+
+  * Change to depend on PostgreSQL 8.4, rather than 8.3.
+
+ -- Gary Poster (Gerbrand Poster IV) <gary.poster@xxxxxxxxxxxxx>  Thu, 15 Jul 2010 13:43:28 +0200
+
 launchpad-dependencies (0.75) lucid; urgency=low
 
   * Added pocket-lint as a developer dependency for bin/lint.sh.
 
- -- Curtis C. Hovey <sinzui.is@xxxxxxxxxxx> Mon, 05 Jul 2010 12:27:17 -0400
+ -- Curtis C. Hovey <sinzui.is@xxxxxxxxxxx>  Mon, 05 Jul 2010 12:27:17 -0400
 
 launchpad-dependencies (0.74) lucid; urgency=low
 

=== modified file 'debian/control'
--- debian/control	2010-07-05 16:54:04 +0000
+++ debian/control	2010-07-15 11:50:52 +0000
@@ -41,7 +41,7 @@
   launchpad-database-dependencies (= ${source:Version}),
   launchpad-soyuz-dependencies (= ${source:Version}),
   exuberant-ctags, bzr-pqm, geoip-data-city-lite,
-  postgresql-doc-8.3, postgresql-autodoc, tidy,
+  postgresql-doc-8.4, postgresql-autodoc, tidy,
   python-codespeak-lib, pylint, mhonarc, python-imaging (>= 1.1.7),
   fakeroot, rsync, spidermonkey-bin, git-core, memcached,
   xvfb, firefox, xfonts-base, intltool, python-pocket-lint
@@ -54,8 +54,8 @@
 Package: launchpad-database-dependencies
 Architecture: all
 Depends: python-psycopg2, python-psycopg2 (>= 2.0.7+bzr361-0~CAT.8.04),
-  postgresql-8.3, postgresql-contrib-8.3, postgresql-plpython-8.3,
-  postgresql-client-8.3, python-support, postgresql-8.3-slony1, slony1-bin
+  postgresql-8.4, postgresql-contrib-8.4, postgresql-plpython-8.4,
+  postgresql-client-8.4, python-support, postgresql-8.4-slony1, slony1-bin
 Description: Metapackage for Launchpad database packages
  This package depends on all of the packages necessary to run a Launchpad
  database.


Follow ups