Merge lp:~sethj/ubuntu-packaging-guide/lp1313053 into lp:ubuntu-packaging-guide

Proposed by Seth Johnson
Status: Merged
Merged at revision: 547
Proposed branch: lp:~sethj/ubuntu-packaging-guide/lp1313053
Merge into: lp:ubuntu-packaging-guide
Diff against target: 11 lines (+1/-0)
1 file modified
ubuntu-packaging-guide/packaging-new-software.rst (+1/-0)
To merge this branch: bzr merge lp:~sethj/ubuntu-packaging-guide/lp1313053
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Dmitry Shachnev Pending
Review via email: mp+236766@code.launchpad.net

Description of the change

This should fix Bug #1313053. Per suggestions on IRC I added the command 'bzr add debian/source/format' before 'bzr commit' in section 6.4.

https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/1313053

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-packaging-guide/packaging-new-software.rst'
2--- ubuntu-packaging-guide/packaging-new-software.rst 2014-05-05 13:23:28 +0000
3+++ ubuntu-packaging-guide/packaging-new-software.rst 2014-10-01 18:30:22 +0000
4@@ -123,6 +123,7 @@
5
6 Finally commit the code to your packaging branch::
7
8+ $ bzr add debian/source/format
9 $ bzr commit -m "Initial commit of Debian packaging."
10
11 Building the package

Subscribers

People subscribed via source and target branches