Merge lp:~jelmer/bzr-builddeb/83122-devscripts-dep into lp:bzr-builddeb

Proposed by Jelmer Vernooij
Status: Merged
Approved by: James Westby
Approved revision: 567
Merged at revision: 567
Proposed branch: lp:~jelmer/bzr-builddeb/83122-devscripts-dep
Merge into: lp:bzr-builddeb
Diff against target: 38 lines (+7/-3)
2 files modified
debian/changelog (+5/-1)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~jelmer/bzr-builddeb/83122-devscripts-dep
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+64433@code.launchpad.net

Description of the change

This updates the dependency on devscripts now that we always specify --package to 'dch'.

To post a comment you must log in.
Revision history for this message
James Westby (james-w) :
review: Approve

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-06-09 12:13:13 +0000
3+++ debian/changelog 2011-06-13 18:31:20 +0000
4@@ -8,7 +8,11 @@
5 * Use new set_commit_message() hook in bzr to set the commit
6 message from debian/changelog and set fixed bugs in tags. LP: #707274
7
8- -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 03 Jun 2011 15:36:10 +0100
9+ [ Jelmer Vernooij ]
10+ * Add dependency on devscripts >= 2.10.59, required now that 'dch --
11+ package' is used. LP: #783122
12+
13+ -- Jelmer Vernooij <jelmer@debian.org> Mon, 13 Jun 2011 19:26:58 +0100
14
15 bzr-builddeb (2.7.4) unstable; urgency=low
16
17
18=== modified file 'debian/control'
19--- debian/control 2011-05-16 14:16:46 +0000
20+++ debian/control 2011-06-13 18:31:20 +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.6.6-3)
25-Build-Depends-Indep: bzr (>= 2.1~), python-docutils, python-debian (>= 0.1.11), python-apt, patchutils, python-testtools (>= 0.9.2), pristine-tar, devscripts, python-subunit, python-bzrlib.tests | bzr (<< 2.4.0~beta1-2)
26+Build-Depends-Indep: bzr (>= 2.1~), python-docutils, python-debian (>= 0.1.11), python-apt, patchutils, python-testtools (>= 0.9.2), pristine-tar, devscripts (>= 2.10.59), python-subunit, python-bzrlib.tests | bzr (<< 2.4.0~beta1-2)
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 X-Python-Version: >= 2.4
30@@ -12,7 +12,7 @@
31
32 Package: bzr-builddeb
33 Architecture: all
34-Depends: bzr (>= 2.1~), python-debian (>= 0.1.11), python-apt, ${python:Depends}, dpkg-dev, fakeroot, devscripts, patchutils, pristine-tar, ${misc:Depends}
35+Depends: bzr (>= 2.1~), python-debian (>= 0.1.11), python-apt, ${python:Depends}, dpkg-dev, fakeroot, devscripts (>= 2.10.59), patchutils, pristine-tar, ${misc:Depends}
36 Recommends: python-launchpadlib
37 Suggests: bzr-svn (>= 0.4.10)
38 Provides: bzr-buildpackage

Subscribers

People subscribed via source and target branches