Merge lp:~maxb/bzr-builddeb/python-debian-compat into lp:bzr-builddeb

Proposed by Max Bowsher
Status: Superseded
Proposed branch: lp:~maxb/bzr-builddeb/python-debian-compat
Merge into: lp:bzr-builddeb
Diff against target: 41 lines (+7/-3)
3 files modified
debian/changelog (+5/-1)
debian/control (+1/-1)
util.py (+1/-1)
To merge this branch: bzr merge lp:~maxb/bzr-builddeb/python-debian-compat
Reviewer Review Type Date Requested Status
Bzr-builddeb-hackers Pending
Review via email: mp+51434@code.launchpad.net

This proposal has been superseded by a proposal from 2011-02-26.

To post a comment you must log in.

Unmerged revisions

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-02-23 21:00:50 +0000
3+++ debian/changelog 2011-02-26 21:08:32 +0000
4@@ -35,7 +35,11 @@
5 * The deb: directory service has been renamed to apt: to avoid
6 confusion.
7
8- -- Jelmer Vernooij <jelmer@debian.org> Sun, 06 Feb 2011 14:25:32 +0100
9+ [ Max Bowsher ]
10+
11+ * Add devscripts to Build-Depends-Indep, the test suite runs dch.
12+
13+ -- Max Bowsher <maxb@f2s.com> Sat, 26 Feb 2011 18:41:00 +0000
14
15 bzr-builddeb (2.6) unstable; urgency=low
16
17
18=== modified file 'debian/control'
19--- debian/control 2011-02-03 13:38:09 +0000
20+++ debian/control 2011-02-26 21:08:32 +0000
21@@ -4,7 +4,7 @@
22 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
23 Uploaders: Reinhard Tartler <siretart@tauware.de>, James Westby <james.westby@ubuntu.com>, Jelmer Vernooij <jelmer@debian.org>
24 Build-Depends: debhelper (>= 5.0.37.2), python-all (>= 2.3.5-11)
25-Build-Depends-Indep: bzr (>= 2.1~), python-central (>= 0.5.8), python-docutils, python-debian (>= 0.1.11), python-apt, patchutils, python-testtools (>= 0.9.2), pristine-tar
26+Build-Depends-Indep: bzr (>= 2.1~), python-central (>= 0.5.8), python-docutils, python-debian (>= 0.1.11), python-apt, patchutils, python-testtools (>= 0.9.2), pristine-tar, devscripts
27 Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-builddeb/unstable
28 Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-bazaar/bzr-builddeb/unstable
29 XS-Python-Version: >= 2.4
30
31=== modified file 'util.py'
32--- util.py 2011-02-04 11:30:52 +0000
33+++ util.py 2011-02-26 21:08:32 +0000
34@@ -668,7 +668,7 @@
35
36 # If the package doesn't have a debian revision then it must be native.
37 if version is not None:
38- version_native = (not version.debian_revision)
39+ version_native = (not version.debian_version)
40 else:
41 version_native = None
42

Subscribers

People subscribed via source and target branches