← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~laney/ubuntu-packaging-guide/new-software-no-sign into lp:ubuntu-packaging-guide

 

Iain Lane has proposed merging lp:~laney/ubuntu-packaging-guide/new-software-no-sign into lp:ubuntu-packaging-guide.

Requested reviews:
  Daniel Holbach (dholbach)

For more details, see:
https://code.launchpad.net/~laney/ubuntu-packaging-guide/new-software-no-sign/+merge/113834

We should be consistent about signing/not-signing builds at least within the same page.
-- 
https://code.launchpad.net/~laney/ubuntu-packaging-guide/new-software-no-sign/+merge/113834
Your team Ubuntu Packaging Guide Team is subscribed to branch lp:ubuntu-packaging-guide.
=== 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 21:45:23 +0000
@@ -163,7 +163,7 @@
 After making a fix to the packaging you can rebuild using ``-nc`` "no clean"
 without having to build from scratch::
 
-    $ debuild -nc
+    $ debuild -nc -us -uc
 
 Having checked that the package builds locally you should ensure it builds on a
 clean system using ``pbuilder``. If you haven't set up ``pbuilder-dist``


Follow ups