Merge lp:~laney/ubuntu-packaging-guide/new-package-no-debuild into lp:ubuntu-packaging-guide

Proposed by Iain Lane
Status: Merged
Merged at revision: 120
Proposed branch: lp:~laney/ubuntu-packaging-guide/new-package-no-debuild
Merge into: lp:ubuntu-packaging-guide
Diff against target: 29 lines (+5/-5)
1 file modified
ubuntu-packaging-guide/packaging-new-software.rst (+5/-5)
To merge this branch: bzr merge lp:~laney/ubuntu-packaging-guide/new-package-no-debuild
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+113835@code.launchpad.net

Description of the change

Don't mix debuild and bzr builddeb in the same guide.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

It should be noted that I didn't run through the guide. I'm pretty sure that these commands are right but, well, I didn't try them.

Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks a lot.

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 2012-05-11 21:42:14 +0000
3+++ ubuntu-packaging-guide/packaging-new-software.rst 2012-07-07 22:09:19 +0000
4@@ -131,12 +131,12 @@
5 Now we need to check that our packaging successfully compiles the package and
6 builds the .deb binary package::
7
8- $ debuild -us -uc
9+ $ bzr builddeb -- -us -uc
10 $ cd ../../
11
12-``debuild`` is a command to build the package in its current location. The
13-``-us -uc`` tell it there is not need to GPG sign the compile. The result will
14-be placed in ``..``.
15+``bzr builddeb`` is a command to build the package in its current location.
16+The ``-us -uc`` tell it there is not need to GPG sign the compile. The result
17+will be placed in ``..``.
18
19 You can view the contents of the package with::
20
21@@ -163,7 +163,7 @@
22 After making a fix to the packaging you can rebuild using ``-nc`` "no clean"
23 without having to build from scratch::
24
25- $ debuild -nc
26+ $ bzr builddeb -- -nc
27
28 Having checked that the package builds locally you should ensure it builds on a
29 clean system using ``pbuilder``. If you haven't set up ``pbuilder-dist``

Subscribers

People subscribed via source and target branches