Merge lp:~jelmer/bzr-builddeb/3.0-native into lp:bzr-builddeb

Proposed by Jelmer Vernooij
Status: Merged
Approved by: James Westby
Approved revision: 699
Merged at revision: 700
Proposed branch: lp:~jelmer/bzr-builddeb/3.0-native
Merge into: lp:bzr-builddeb
Diff against target: 76 lines (+14/-6)
4 files modified
debian/changelog (+2/-1)
debian/rules (+9/-5)
debian/source/format (+1/-0)
debian/source/lintian-overrides (+2/-0)
To merge this branch: bzr merge lp:~jelmer/bzr-builddeb/3.0-native
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+88627@code.launchpad.net

Description of the change

Switch to 3.0 native and fix some lintian warnings.

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
=== modified file 'debian/changelog'
--- debian/changelog 2012-01-05 16:16:56 +0000
+++ debian/changelog 2012-01-16 00:30:29 +0000
@@ -15,8 +15,9 @@
15 patch by Gediminas Paulauskas. LP: #91126215 patch by Gediminas Paulauskas. LP: #911262
16 * Automatically apply patches for 3.0 (quilt) packages in 'bzr bd-do'16 * Automatically apply patches for 3.0 (quilt) packages in 'bzr bd-do'
17 and 'bzr bd'. LP: #61679117 and 'bzr bd'. LP: #616791
18 * Switch to source format '3.0 (native)'.
1819
19 -- Jelmer Vernooij <jelmer@debian.org> Wed, 04 Jan 2012 22:14:07 +010020 -- Jelmer Vernooij <jelmer@debian.org> Mon, 16 Jan 2012 01:01:01 +0100
2021
21bzr-builddeb (2.8.0) unstable; urgency=low22bzr-builddeb (2.8.0) unstable; urgency=low
2223
2324
=== modified file 'debian/rules'
--- debian/rules 2011-03-07 11:36:07 +0000
+++ debian/rules 2012-01-16 00:30:29 +0000
@@ -15,10 +15,14 @@
1515
16docs: $(html_docs)16docs: $(html_docs)
1717
18build: $(PYVERS:%=build-python%) docs18build-indep: $(PYVERS:%=build-python%) docs
19 rst2html README > README.html19 rst2html README > README.html
20 touch $@20 touch $@
2121
22build-arch:
23
24build: build-indep
25
22ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))26ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
23SELFTEST_CONCURRENCY = BZR_CONCURRENCY=$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))27SELFTEST_CONCURRENCY = BZR_CONCURRENCY=$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
24SELFTEST_PARALLEL = --parallel=fork28SELFTEST_PARALLEL = --parallel=fork
@@ -45,7 +49,7 @@
45 python setup.py clean --all49 python setup.py clean --all
46 dh_clean50 dh_clean
4751
48install: build $(PYVERS:%=install-python%)52install: build-indep $(PYVERS:%=install-python%)
4953
50install-all-stamp:54install-all-stamp:
51 dh_testdir55 dh_testdir
@@ -57,7 +61,7 @@
57install-python%: install-all-stamp61install-python%: install-all-stamp
58 python$* setup.py install --root=$(CURDIR)/debian/bzr-builddeb --no-compile --install-layout=deb62 python$* setup.py install --root=$(CURDIR)/debian/bzr-builddeb --no-compile --install-layout=deb
5963
60binary-indep: build install64binary-indep: build-indep install
61 dh_testdir65 dh_testdir
62 dh_testroot66 dh_testroot
63 dh_install67 dh_install
@@ -73,7 +77,7 @@
73 dh_md5sums77 dh_md5sums
74 dh_builddeb78 dh_builddeb
7579
76binary-arch: build install80binary-arch: build-arch install
7781
78binary: binary-indep binary-arch82binary: binary-indep binary-arch
79.PHONY: build clean binary-indep binary-arch binary install83.PHONY: build clean binary-indep binary-arch binary install build-arch build-indep
8084
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2012-01-16 00:30:29 +0000
@@ -0,0 +1,1 @@
13.0 (native)
02
=== added file 'debian/source/lintian-overrides'
--- debian/source/lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/source/lintian-overrides 2012-01-16 00:30:29 +0000
@@ -0,0 +1,2 @@
1bzr-builddeb source: quilt-build-dep-but-no-series-file
2bzr-builddeb source: patch-system-but-no-source-readme

Subscribers

People subscribed via source and target branches