Merge lp:~ajmitch/bzr-builddeb/fix_setup into lp:bzr-builddeb

Proposed by Andrew Mitchell
Status: Merged
Merged at revision: 544
Proposed branch: lp:~ajmitch/bzr-builddeb/fix_setup
Merge into: lp:bzr-builddeb
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
setup.py (+2/-1)
To merge this branch: bzr merge lp:~ajmitch/bzr-builddeb/fix_setup
Reviewer Review Type Date Requested Status
Jelmer Vernooij code Approve
Review via email: mp+53335@code.launchpad.net

Description of the change

Adds the bzrlib.plugins.builddeb.upstream package in setup.py. A test build of the package shows that the upstream/directory is now included, and the plugin now appears to work.

To post a comment you must log in.
lp:~ajmitch/bzr-builddeb/fix_setup updated
545. By Andrew Mitchell

Add changelog entry for LP: #735147

Revision history for this message
Jelmer Vernooij (jelmer) :
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-03-11 10:19:30 +0000
3+++ debian/changelog 2011-03-14 22:14:54 +0000
4@@ -1,3 +1,9 @@
5+bzr-builddeb (2.7.2) unstable; urgency=low
6+
7+ * Add upstream/ directory to setup.py. Closes: #618380. LP: #735147
8+
9+ -- Andrew Mitchell <ajmitch@debian.org> Tue, 15 Mar 2011 11:11:24 +1300
10+
11 bzr-builddeb (2.7.1) unstable; urgency=low
12
13 * Add Ubuntu oneiric and Debian wheezy to the list of supported
14
15=== modified file 'setup.py'
16--- setup.py 2009-07-26 15:51:02 +0000
17+++ setup.py 2011-03-14 22:14:54 +0000
18@@ -37,7 +37,8 @@
19 url="http://jameswestby.net/bzr/bzr-builddeb/",
20 packages=['bzrlib.plugins.builddeb',
21 'bzrlib.plugins.builddeb.tests',
22- 'bzrlib.plugins.builddeb.tests.blackbox'],
23+ 'bzrlib.plugins.builddeb.tests.blackbox',
24+ 'bzrlib.plugins.builddeb.upstream'],
25 package_dir={'bzrlib.plugins.builddeb': '.'},
26 scripts=['bzr-buildpackage'],
27 data_files=[('share/man/man1', ['bzr-buildpackage.1'])])

Subscribers

People subscribed via source and target branches