/usr/share/doc/ubuntu-packaging-guide-html-de/udd-latest.html is in ubuntu-packaging-guide-html-de 0.3.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>8. Auf dem Laufenden bleiben — Ubuntu Packaging Guide</title>
<link rel="shortcut icon" href="./_static/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./_static/reset.css" type="text/css" />
<link rel="stylesheet" href="./_static/960.css" type="text/css" />
<link rel="stylesheet" href="./_static/base.css" type="text/css" />
<link rel="stylesheet" href="./_static/home.css" type="text/css" />
<link rel="stylesheet" href="./_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="./_static/guide.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.3.5',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="./_static/jquery.js"></script>
<script type="text/javascript" src="./_static/underscore.js"></script>
<script type="text/javascript" src="./_static/doctools.js"></script>
<script type="text/javascript" src="./_static/translations.js"></script>
<script type="text/javascript" src="./_static/main.js"></script>
<link rel="top" title="Ubuntu Packaging Guide" href="./index.html" />
<link rel="next" title="9. Merging — Von Debian und dem Upstream aktualisieren" href="udd-merging.html" />
<link rel="prev" title="7. Ein Paket hochladen" href="udd-uploading.html" />
</head>
<body class="home">
<a name="top"></a>
<div class="header-navigation">
<div>
<nav role="navigation">
<ul>
<li class="page_item current_page_item"><a title="Inhalt" href="index.html">Inhalt</a>
<li>
<form id="form-search" method="get" action="search.html">
<fieldset>
<input id="input-search" type="text" name="q" value="Search" />
</fieldset>
</form>
</li>
</ul>
</nav>
<a class="logo-ubuntu" href="http://packaging.ubuntu.com/">
<img src="./_static/images/logo-ubuntu.png" width="119" height="27" alt="Ubuntu logo" />
</a>
<a href="http://packaging.ubuntu.com/"><h2>Packaging Guide</h2></a>
</div>
</div>
<div class="header-content">
<div class="clearfix">
<div class="header-navigation-secondary">
<div>
<nav role="navigation">
<ul class="clearfix">
<li class="page_item"><a style="margin-right: 10px"
href="udd-merging.html" title="9. Merging — Von Debian und dem Upstream aktualisieren"
accesskey="N">weiter</a></li>
<li class="page_item"><a
href="udd-uploading.html" title="7. Ein Paket hochladen"
accesskey="P">zurück</a></li>
<li class="page_item"><a class="sub-nav-item" href="index.html">Ubuntu Packaging Guide »</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div id="content" class="body container_12">
<div class="grid_12">
<!--<section id="main-section">-->
<div class="grid_9 alpha">
<div class="section" id="getting-the-latest">
<h1>8. Auf dem Laufenden bleiben<a class="headerlink" href="#getting-the-latest" title="Permalink zu dieser Überschrift">¶</a></h1>
<p>Falls bereits jemand anderes Änderungen an einem Paket vorgenommen hat, wirst du sie in deine eigenen Kopien des Pakets einbinden wollen.</p>
<div class="section" id="updating-your-main-branch">
<h2>8.1. Hauptzweig aktualisieren<a class="headerlink" href="#updating-your-main-branch" title="Permalink zu dieser Überschrift">¶</a></h2>
<p>Das Aktualisieren deiner Kopie des Zweiges, welcher zu dem Paket in der jeweiligen Veröffentlichung gehört, ist sehr einfach. Verwende lediglich <cite>bzr pull</cite> aus dem entsprechendem Verzeichnis heraus:</p>
<div class="highlight-python"><div class="highlight"><pre>$ cd tomboy/tomboy.dev
$ bzr pull
</pre></div>
</div>
<p>This works wherever you have a checkout of a branch, so it will work for
things like branches of <cite>saucy</cite>, <cite>trusty-proposed</cite>, etc.</p>
</div>
<div class="section" id="getting-the-latest-in-to-your-working-branches">
<h2>8.2. Arbeitszweige aktualisieren<a class="headerlink" href="#getting-the-latest-in-to-your-working-branches" title="Permalink zu dieser Überschrift">¶</a></h2>
<p>Once you have updated your copy of a distroseries branch, then you may want to
merge this in to your working branches as well, so that they are based on the
latest code.</p>
<p>You don’t have to do this all the time though. You can work on slightly older
code with no problems. The disadvantage would come if you were working on
some code that someone else changed. If you are not working on the latest
version then your changes may not be correct, and may even produce conflicts.</p>
<p>The merge does have to be done at some point though. The longer it is left,
the harder may be, so doing it regularly should keep each merge simple. Even
if there are many merges the total effort would hopefully be less.</p>
<p>To merge the changes you just need to use <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">merge</span></tt>, but you must
have committed your current work first:</p>
<div class="highlight-python"><div class="highlight"><pre>$ cd tomboy/bug-12345
$ bzr merge ../tomboy.dev
</pre></div>
</div>
<p>Any conflicts will be reported, and you can fix them up. To review the
changes that you just merged use <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span></tt>. To undo the merge use <tt class="docutils literal"><span class="pre">bzr</span>
<span class="pre">revert</span></tt>. Once you are happy with the changes then use <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">commit</span></tt>.</p>
</div>
<div class="section" id="referring-to-versions-of-a-package">
<h2>8.3. Sich auf Versionen eines Paketes beziehen<a class="headerlink" href="#referring-to-versions-of-a-package" title="Permalink zu dieser Überschrift">¶</a></h2>
<p>You will often think in terms of versions of a package, rather than the
underlying Bazaar revision numbers. <cite>bzr-builddeb</cite> provides a revision
specifier that makes this convenient. Any command that takes a <tt class="docutils literal"><span class="pre">-r</span></tt>
argument to specify a revision or revision range will work with this
specifier, e.g. <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span></tt>, <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span></tt>, and so on. To view the versions of
a package, use the <tt class="docutils literal"><span class="pre">package:</span></tt> specifier:</p>
<div class="highlight-python"><div class="highlight"><pre>$ bzr diff -r package:0.1-1..package:0.1-2
</pre></div>
</div>
<p>Das zeigt den Unterschied zwischen den Paketversionen 0.1-1 und 0.1-2.</p>
</div>
</div>
<div class="divide"></div>
</div>
<div id="sidebar" class="grid_3 omega">
<div class="container-tweet">
<h3>Inhalt</h3>
<div class="toc">
<ul>
<li><a class="reference internal" href="#">8. Auf dem Laufenden bleiben</a><ul>
<li><a class="reference internal" href="#updating-your-main-branch">8.1. Hauptzweig aktualisieren</a></li>
<li><a class="reference internal" href="#getting-the-latest-in-to-your-working-branches">8.2. Arbeitszweige aktualisieren</a></li>
<li><a class="reference internal" href="#referring-to-versions-of-a-package">8.3. Sich auf Versionen eines Paketes beziehen</a></li>
</ul>
</li>
</ul>
</div>
<div class="browse-guide">
<h3>Browse The Guide:</h3>
<ul>
<li class="prev">
<a href="udd-uploading.html"
title="Vorheriges Thema: 7. Ein Paket hochladen">Go Previous</a>
</li>
<li class="center">
<a title="Back to Index" href="index.html">Index Guide</a>
</li>
<li class="next">
<a href="udd-merging.html"
title="Nächstes Thema: 9. Merging — Von Debian und dem Upstream aktualisieren">Go Next</a>
</li>
</ul>
<span>Diese Seite:</span> <a href="./_sources/udd-latest.txt"
rel="nofollow">Quelltext anzeigen</a>
</div>
</div>
<div id="back_top"><a href="#top">Back to Top</a></div>
</div>
<!--</section>-->
</div>
</div>
<div class="shadow"></div>
<footer>
<div>
Version: 0.3.5.
<a href="https://bugs.launchpad.net/ubuntu-packaging-guide">Report bugs</a> or
<a href="https://code.launchpad.net/~ubuntu-packaging-guide-team/ubuntu-packaging-guide/trunk">grab the source code</a> from Launchpad.
Mit <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2 erstellt.
<br />
© Copyright 2010-2014 , Ubuntu Developers, Creative Commons Attribution-ShareAlike 3.0.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
<img alt="Creative Commons License" style="border-width:0"
src="./_static/images/cc-by-sa.png" /></a>
<br />
<a href="http://people.ubuntu.com/~mitya57/ubuntu-packaging-guide-readme.html#translating">Help translate</a> or
<a href="./_static/translators.html">view the list of translators</a>.
</div>
</footer>
</body>
</html>
|