Merge lp:~maxb/meta-lp-deps/pg8.4 into lp:meta-lp-deps

Proposed by Max Bowsher
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 102
Merged at revision: 103
Proposed branch: lp:~maxb/meta-lp-deps/pg8.4
Merge into: lp:meta-lp-deps
Diff against target: 50 lines (+18/-7)
2 files modified
debian/changelog (+10/-0)
debian/control (+8/-7)
To merge this branch: bzr merge lp:~maxb/meta-lp-deps/pg8.4
Reviewer Review Type Date Requested Status
Jelmer Vernooij (community) code Approve
Review via email: mp+32200@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Production still uses 8.3, so we can't drop 8.3 support just yet.

The other changes are fine.

review: Needs Fixing (code)
Revision history for this message
Max Bowsher (maxb) wrote :

On hold, then.

Sad, because a new version that enforced 8.4 would be a perfect way to encourage and assist with the developer migration to 8.4 as mentioned on launchpad-dev@.

Revision history for this message
Max Bowsher (maxb) wrote :

It has been confirmed that production is now all nicely 8.4. Ready for approval.

lp:~maxb/meta-lp-deps/pg8.4 updated
102. By Max Bowsher

Merge trunk, resolve changelog conflict.

Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-09-30 21:04:35 +0000
3+++ debian/changelog 2010-10-12 23:18:40 +0000
4@@ -1,3 +1,13 @@
5+launchpad-dependencies (0.83) maverick; urgency=low
6+
7+ * Require PostgreSQL 8.4 only, not 8.4 | 8.3.
8+ * lp-db-deps: Remove duplicated python-psycopg2 dependency and unnecessary
9+ python-support dependency.
10+ * Begin to employ a pattern of one dependency per line, to make diffs
11+ clearer, where editing dependency lists.
12+
13+ -- Max Bowsher <maxb@f2s.com> Wed, 13 Oct 2010 00:15:34 +0100
14+
15 launchpad-dependencies (0.82) maverick; urgency=low
16
17 * Broken with python-psycopg2 2.2+ (LP: #631010)
18
19=== modified file 'debian/control'
20--- debian/control 2010-09-30 21:04:35 +0000
21+++ debian/control 2010-10-12 23:18:40 +0000
22@@ -46,7 +46,7 @@
23 launchpad-messagequeue-dependencies (= ${source:Version}),
24 launchpad-soyuz-dependencies (= ${source:Version}),
25 exuberant-ctags, bzr-pqm, geoip-data-city-lite,
26- postgresql-doc-8.4 | postgresql-doc-8.3, postgresql-autodoc, tidy,
27+ postgresql-doc-8.4, postgresql-autodoc, tidy,
28 python-codespeak-lib, pylint, mhonarc, python-imaging (>= 1.1.7),
29 fakeroot, rsync, spidermonkey-bin, git-core, memcached,
30 xvfb, firefox, xfonts-base, intltool, python-pocket-lint,
31@@ -59,12 +59,13 @@
32
33 Package: launchpad-database-dependencies
34 Architecture: all
35-Depends: python-psycopg2, python-psycopg2 (>= 2.0.7+bzr361-0~CAT.8.04),
36- postgresql-8.4 | postgresql-8.3,
37- postgresql-contrib-8.4 | postgresql-contrib-8.3,
38- postgresql-plpython-8.4 | postgresql-plpython-8.3,
39- postgresql-client-8.4 | postgresql-client-8.3, python-support,
40- postgresql-8.4-slony1 | postgresql-8.3-slony1, slony1-bin,
41+Depends: python-psycopg2 (>= 2.0.7+bzr361-0~CAT.8.04),
42+ postgresql-8.4,
43+ postgresql-contrib-8.4,
44+ postgresql-plpython-8.4,
45+ postgresql-client-8.4,
46+ postgresql-8.4-slony1,
47+ slony1-bin,
48 ${misc:Depends}
49 Description: Meta-package for Launchpad database packages
50 This meta-package depends on all of the packages necessary to run a Launchpad

Subscribers

People subscribed via source and target branches