Merge lp:~xnox/ubuntu/lucid/distribute/sync-to-sid-2 into lp:~xnox/ubuntu/lucid/distribute/lucid-snapshot

Proposed by Dimitri John Ledkov
Status: Work in progress
Proposed branch: lp:~xnox/ubuntu/lucid/distribute/sync-to-sid-2
Merge into: lp:~xnox/ubuntu/lucid/distribute/lucid-snapshot
Prerequisite: lp:~xnox/debian/sid/distribute/sid-snapshot
Diff against target: 105 lines (+26/-28)
4 files modified
debian/changelog (+19/-10)
debian/control (+2/-2)
debian/python-distribute.substvars (+0/-4)
debian/rules (+5/-12)
To merge this branch: bzr merge lp:~xnox/ubuntu/lucid/distribute/sync-to-sid-2
To post a comment you must log in.

Unmerged revisions

11. By Barry Warsaw

* Merge from Debian Unstable. Remaining Ubuntu changes:
  - Build only for Python 2.6, since 2.5 and earlier is not supported on
    Lucid.
  - Remove old setuptools.egg-info directories so that we can transition
    to symlinks.
  - When writing the debian/python-setuptools.substvars, only include
    variable substitutions for building Python 2.6.

10. By Barry Warsaw

Remove another reference to Python 2.5

9. By Barry Warsaw

Stop building for Python 2.5 as per discussion with ScottK.

8. By Barry Warsaw

changelog

7. By Barry Warsaw

* Merge with sid's new upstream version.

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-01-20 10:35:24 +0000
3+++ debian/changelog 2010-01-20 10:35:24 +0000
4@@ -1,4 +1,22 @@
5-<<<<<<< TREE
6+distribute (0.6.10-1ubuntu1) lucid; urgency=low
7+
8+ * Merge from Debian Unstable. Remaining Ubuntu changes:
9+ - Build only for Python 2.6, since 2.5 and earlier is not supported on
10+ Lucid.
11+ - Remove old setuptools.egg-info directories so that we can transition
12+ to symlinks.
13+ - When writing the debian/python-setuptools.substvars, only include
14+ variable substitutions for building Python 2.6.
15+
16+ -- Barry Warsaw <barry@canonical.com> Thu, 14 Jan 2010 16:55:50 -0500
17+
18+distribute (0.6.10-1) unstable; urgency=low
19+
20+ * New upstream version.
21+ * Stop building for python2.4. Closes: #557000.
22+
23+ -- Matthias Klose <doko@debian.org> Mon, 28 Dec 2009 23:52:40 +0100
24+
25 distribute (0.6.8-1ubuntu2) lucid; urgency=low
26
27 * python-setuptools.preinst (lp: #490731):
28@@ -12,15 +30,6 @@
29
30 -- Matthias Klose <doko@ubuntu.com> Thu, 12 Nov 2009 02:17:43 +0100
31
32-=======
33-distribute (0.6.10-1) unstable; urgency=low
34-
35- * New upstream version.
36- * Stop building for python2.4. Closes: #557000.
37-
38- -- Matthias Klose <doko@debian.org> Mon, 28 Dec 2009 23:52:40 +0100
39-
40->>>>>>> MERGE-SOURCE
41 distribute (0.6.8-1) unstable; urgency=low
42
43 * New upstream version.
44
45=== modified file 'debian/control'
46--- debian/control 2010-01-20 10:35:24 +0000
47+++ debian/control 2010-01-20 10:35:24 +0000
48@@ -4,9 +4,9 @@
49 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
50 XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
51 #Build-Depends-Indep: python-all-dev, python2.5-dev, python2.6-dev, python3-all-dev, python-central (>= 0.6.11), python-sphinx
52-Build-Depends-Indep: python2.5-dev, python-all-dev, python-central (>= 0.6.11), python-sphinx
53+Build-Depends-Indep: python-all-dev, python-central (>= 0.6.11), python-sphinx
54 Build-Depends: debhelper (>= 5.0.37.1)
55-XS-Python-Version: 2.5, 2.6
56+XS-Python-Version: 2.6
57 Standards-Version: 3.8.3
58 Homepage: http://packages.python.org/distribute
59
60
61=== modified file 'debian/python-distribute.substvars'
62--- debian/python-distribute.substvars 2010-01-20 10:35:24 +0000
63+++ debian/python-distribute.substvars 2010-01-20 10:35:24 +0000
64@@ -1,6 +1,2 @@
65-<<<<<<< TREE
66-python:Versions=2.4, 2.4, 2.5, 2.6, 2.5, 2.6
67-=======
68 python:Versions=2.4, 2.5, 2.5, 2.6, 2.6
69->>>>>>> MERGE-SOURCE
70 python:Provides=python2.4-distribute, python2.5-distribute
71
72=== modified file 'debian/rules'
73--- debian/rules 2010-01-20 10:35:24 +0000
74+++ debian/rules 2010-01-20 10:35:24 +0000
75@@ -19,15 +19,8 @@
76 # setuptools doesn't handle translated messages
77 export LC_ALL=C
78
79-PYVERS := 2.3 2.5 $(shell pyversions -vr debian/control)
80-<<<<<<< TREE
81-XPYVERS := 2.6 2.5
82-PYVERS := 2.4 2.5
83-PYVERS := 2.6
84-=======
85-XPYVERS := 2.6 2.5
86-PYVERS := 2.5
87->>>>>>> MERGE-SOURCE
88+PYVERS := $(shell pyversions -vr debian/control)
89+XPYVERS := 2.6
90 PYVER := $(shell python -c 'import sys; print sys.version[:3]')
91 SETUPTOOLSVER=0.6c11
92 export XPYVERS
93@@ -166,9 +159,9 @@
94
95 cat $(d_setp).substvars
96 ( \
97- echo 'python:Versions=2.5, 2.6'; \
98- echo 'python:Provides=python2.5-setuptools, python2.6-setuptools'; \
99- echo 'python:Depends=python (>= 2.5), python (<< 2.7), python-central (>= 0.6.11)'; \
100+ echo 'python:Versions=2.6'; \
101+ echo 'python:Provides=python2.6-setuptools'; \
102+ echo 'python:Depends=python (>= 2.6), python (<< 2.7), python-central (>= 0.6.11)'; \
103 ) > $(d_setp).substvars
104 cat $(d_setp).substvars
105 # cp $(d_setp).substvars $(d_dist).substvars

Subscribers

People subscribed via source and target branches

to all changes: