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
=== modified file 'ubuntu-packaging-guide/packaging-new-software.rst'
--- ubuntu-packaging-guide/packaging-new-software.rst 2012-05-11 21:42:14 +0000
+++ ubuntu-packaging-guide/packaging-new-software.rst 2012-07-07 22:09:19 +0000
@@ -131,12 +131,12 @@
131Now we need to check that our packaging successfully compiles the package and131Now we need to check that our packaging successfully compiles the package and
132builds the .deb binary package::132builds the .deb binary package::
133133
134 $ debuild -us -uc134 $ bzr builddeb -- -us -uc
135 $ cd ../../135 $ cd ../../
136136
137``debuild`` is a command to build the package in its current location. The137``bzr builddeb`` is a command to build the package in its current location.
138``-us -uc`` tell it there is not need to GPG sign the compile. The result will138The ``-us -uc`` tell it there is not need to GPG sign the compile. The result
139be placed in ``..``. 139will be placed in ``..``.
140140
141You can view the contents of the package with::141You can view the contents of the package with::
142142
@@ -163,7 +163,7 @@
163After making a fix to the packaging you can rebuild using ``-nc`` "no clean"163After making a fix to the packaging you can rebuild using ``-nc`` "no clean"
164without having to build from scratch::164without having to build from scratch::
165165
166 $ debuild -nc166 $ bzr builddeb -- -nc
167167
168Having checked that the package builds locally you should ensure it builds on a168Having checked that the package builds locally you should ensure it builds on a
169clean system using ``pbuilder``. If you haven't set up ``pbuilder-dist``169clean system using ``pbuilder``. If you haven't set up ``pbuilder-dist``

Subscribers

People subscribed via source and target branches