← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~barry/ubuntu-packaging-guide/uploadtypo into lp:ubuntu-packaging-guide

 

Barry Warsaw has proposed merging lp:~barry/ubuntu-packaging-guide/uploadtypo into lp:ubuntu-packaging-guide.

Requested reviews:
  Daniel Holbach (dholbach)

For more details, see:
https://code.launchpad.net/~barry/ubuntu-packaging-guide/uploadtypo/+merge/62303

Fix a dput typo and add a little bit of additional useful information.
-- 
https://code.launchpad.net/~barry/ubuntu-packaging-guide/uploadtypo/+merge/62303
Your team Ubuntu Packaging Guide Team is subscribed to branch lp:ubuntu-packaging-guide.
=== modified file 'udd-uploading.rst'
--- udd-uploading.rst	2011-02-05 01:44:04 +0000
+++ udd-uploading.rst	2011-05-25 14:13:28 +0000
@@ -45,9 +45,13 @@
 source package.  For example, if you want to upload your changes to your PPA,
 then you'd do::
 
-    $ dput ppa:imasponsor/myppa tomboy_1.5.2-1ubuntu5.dsc
-
-You might want to do one more `bzr commit` to make sure all your changes are
+    $ dput ppa:imasponsor/myppa tomboy_1.5.2-1ubuntu5_source.changes
+
+or, if you have permission to upload to the primary archive::
+
+    $ dput tomboy_1.5.2-1ubuntu5_source.changes
+
+You might want to do one more `debcommit` to make sure all your changes are
 committed in your working tree.
 
 The last step is to mark the change as being the same as the source package


Follow ups