Merge lp:~stevenk/meta-lp-deps/meta-lp-deps-python2.6-dev into lp:meta-lp-deps

Proposed by Steve Kowalik
Status: Merged
Approved by: William Grant
Approved revision: 131
Merged at revision: 128
Proposed branch: lp:~stevenk/meta-lp-deps/meta-lp-deps-python2.6-dev
Merge into: lp:meta-lp-deps
Diff against target: 36 lines (+8/-3)
2 files modified
debian/changelog (+6/-0)
debian/control (+2/-3)
To merge this branch: bzr merge lp:~stevenk/meta-lp-deps/meta-lp-deps-python2.6-dev
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+79899@code.launchpad.net

Description of the change

Add python2.6-dev to launchpad-dependencies. It is required for us to build our eggs.

To post a comment you must log in.
129. By Steve Kowalik

Missing comma. :-(

130. By Steve Kowalik

Replace python-dev with python2.6-dev

131. By Steve Kowalik

Fix changelog.

Revision history for this message
William Grant (wgrant) :
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 2011-09-30 11:52:14 +0000
3+++ debian/changelog 2011-10-20 02:01:18 +0000
4@@ -1,3 +1,9 @@
5+launchpad-dependencies (0.101) oneiric; urgency=low
6+
7+ * Replace python-dev with python2.6-dev in launchpad-dependencies.
8+
9+ -- Steve Kowalik <stevenk@ubuntu.com> Thu, 20 Oct 2011 12:46:07 +1100
10+
11 launchpad-dependencies (0.100) oneiric; urgency=low
12
13 * Add rabbitmq-management as a depedency on
14
15=== modified file 'debian/control'
16--- debian/control 2011-09-23 10:28:33 +0000
17+++ debian/control 2011-10-20 02:01:18 +0000
18@@ -7,7 +7,7 @@
19
20 Package: launchpad-dependencies
21 Architecture: all
22-Depends: bzr, python-dev, gettext, build-essential,
23+Depends: bzr, python2.6-dev, gettext, build-essential,
24 ncompress, python-psycopg2, python-apt (>= ${python-apt-version}), python-geoip,
25 libgpgme11-dev (>= 1.1.0), cvs, python-svn,
26 python-subversion, python-sqlite, ubuntu-keyring,
27@@ -19,8 +19,7 @@
28 python-magic, geoip-data | geoip-data-city-lite,
29 python2.6, python2.6 (>= 2.6.7-2ubuntu1) | python-profiler,
30 python-psycopg2 (>= 2.0.7+bzr361-0~CAT.8.04),
31- python-pygments,
32- python-subunit (>= 0.0.4),
33+ python-pygments, python-subunit (>= 0.0.4),
34 python-support, python-pysqlite2, zlib1g-dev,
35 ca-certificates, python-pyrex, libapr1-dev, libsvn-dev,
36 openssh-client, python-egenix-mxdatetime,

Subscribers

People subscribed via source and target branches