Merge lp:~xnox/ubuntu-packaging-guide/merge-from-sid into lp:ubuntu-packaging-guide

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 379
Proposed branch: lp:~xnox/ubuntu-packaging-guide/merge-from-sid
Merge into: lp:ubuntu-packaging-guide
Diff against target: 46 lines (+10/-4)
2 files modified
debian/changelog (+4/-0)
ubuntu-packaging-guide/udd-merging.rst (+6/-4)
To merge this branch: bzr merge lp:~xnox/ubuntu-packaging-guide/merge-from-sid
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+168068@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks a bunch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-06-05 07:21:58 +0000
+++ debian/changelog 2013-06-07 14:27:02 +0000
@@ -22,6 +22,10 @@
22 * getting-set-up: Launchpad finds developer gpg keys quicker if they22 * getting-set-up: Launchpad finds developer gpg keys quicker if they
23 are uploaded directly to the Ubuntu keyserver (LP: #1172810).23 are uploaded directly to the Ubuntu keyserver (LP: #1172810).
2424
25 [ Dmitrijs Ledkovs ]
26 * Always recommend merging from lp:debian/package, instead of a
27 particular debian release.
28
25 -- Andrew Starr-Bochicchio <asb@debian.org> Fri, 08 Mar 2013 20:20:29 -050029 -- Andrew Starr-Bochicchio <asb@debian.org> Fri, 08 Mar 2013 20:20:29 -0500
2630
27ubuntu-packaging-guide (0.3.1) experimental; urgency=low31ubuntu-packaging-guide (0.3.1) experimental; urgency=low
2832
=== modified file 'ubuntu-packaging-guide/udd-merging.rst'
--- ubuntu-packaging-guide/udd-merging.rst 2013-02-16 12:46:08 +0000
+++ ubuntu-packaging-guide/udd-merging.rst 2013-06-07 14:27:02 +0000
@@ -20,9 +20,10 @@
20===================20===================
2121
22Next run ``bzr merge`` passing the URL of the branch to merge from. For22Next run ``bzr merge`` passing the URL of the branch to merge from. For
23example, to merge from the version of the package in Debian Squeeze_ run::23example, to merge from the version of the package in Debian Unstable
24run [#]_::
2425
25 $ bzr merge debianlp:squeeze/tomboy26 $ bzr merge lp:debian/tomboy
2627
27This will merge the changes since the last merge point and leave you with28This will merge the changes since the last merge point and leave you with
28changes to review. This may cause some conflicts. You can see everything29changes to review. This may cause some conflicts. You can see everything
@@ -116,11 +117,12 @@
116want to use as the tip of the upstream branch.117want to use as the tip of the upstream branch.
117118
118119
119.. _Squeeze: http://wiki.debian.org/DebianSqueeze
120
121.. [#] You will need newer versions of ``bzr`` and the ``bzr-builddeb`` for120.. [#] You will need newer versions of ``bzr`` and the ``bzr-builddeb`` for
122 the ``merge`` command to work. Use the versions from Ubuntu 12.04121 the ``merge`` command to work. Use the versions from Ubuntu 12.04
123 (Precise) or the development versions from the ``bzr`` PPA. Specifically,122 (Precise) or the development versions from the ``bzr`` PPA. Specifically,
124 you need ``bzr`` version 2.5 beta 5 or newer, and ``bzr-builddeb`` version123 you need ``bzr`` version 2.5 beta 5 or newer, and ``bzr-builddeb`` version
125 2.8.1 or newer. For older versions, use the ``bzr merge-package`` command124 2.8.1 or newer. For older versions, use the ``bzr merge-package`` command
126 instead.125 instead.
126
127.. [#] To check other available branches of a package in Debian, see
128 package code page. E.g. https://code.launchpad.net/debian/+source/tomboy

Subscribers

People subscribed via source and target branches