chiark / gitweb /
[DR] po4a: Update POT and PO files, 1340t 6f 8u
[developers-reference.git] / po4a / po / de.po
1 # German translation of developers-reference: index.po.
2 # This file is distributed under the same license as the
3 # developers-reference package.
4 # Chris Leick <c.leick@vollbio.de>, 2011, 2012.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: developers-reference 3.4.8\n"
9 "POT-Creation-Date: 2013-05-14 16:55-0400\n"
10 "PO-Revision-Date: 2012-08-16 21:32+0200\n"
11 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
12 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
13 "Language: de\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #. type: Content of: <chapter><title>
19 #: best-pkging-practices.dbk:7
20 msgid "Best Packaging Practices"
21 msgstr "Optimale Vorgehensweise beim Paketieren"
22
23 #. type: Content of: <chapter><para>
24 #: best-pkging-practices.dbk:9
25 msgid ""
26 "Debian's quality is largely due to the <ulink url=\"&url-debian-policy;"
27 "\">Debian Policy</ulink>, which defines explicit baseline requirements which "
28 "all Debian packages must fulfill.  Yet there is also a shared history of "
29 "experience which goes beyond the Debian Policy, an accumulation of years of "
30 "experience in packaging.  Many very talented people have created great "
31 "tools, tools which help you, the Debian maintainer, create and maintain "
32 "excellent packages."
33 msgstr ""
34 "Debians Qualität ist größtenteils den <ulink url=\"&url-debian-policy;"
35 "\">Debian-Richtlinien</ulink> zu verdanken, die explizit grundlegende "
36 "Anforderungen definieren, die alle Debian-Pakete erfüllen müssen. Bisher "
37 "gibt es außerdem eine gemeinsame Geschichte der Erfahrung, die hinter den "
38 "Debian-Richtlinien steckt, einer Ansammlung jahrelanger Erfahrung im "
39 "Paketieren. Viele sehr talentierte Leute haben großartige Werkzeuge "
40 "geschaffen, Werkzeuge, die Ihnen als Debian-Betreuer helfen, ausgezeichnete "
41 "Pakete zu erstellen und zu pflegen."
42
43 #. type: Content of: <chapter><para>
44 #: best-pkging-practices.dbk:18
45 msgid ""
46 "This chapter provides some best practices for Debian developers.  All "
47 "recommendations are merely that, and are not requirements or policy.  These "
48 "are just some subjective hints, advice and pointers collected from Debian "
49 "developers.  Feel free to pick and choose whatever works best for you."
50 msgstr ""
51 "Dieses Kapitel stellt einige optimale Vorgehensweisen für Debian-Entwickler "
52 "vor. Das alles sind lediglich Empfehlungen und keine Anforderungen oder "
53 "Richtlinien. Dies sind nur einige subjektive Hinweise, Ratschläge und "
54 "Fingerzeige, die von Debian-Entwicklern gesammelt wurden. Suchen Sie sich "
55 "einfach das heraus, was Ihnen am meisten zusagt."
56
57 #. type: Content of: <chapter><section><title>
58 #: best-pkging-practices.dbk:24
59 msgid "Best practices for <filename>debian/rules</filename>"
60 msgstr "Optimale Vorgehensweisen für <filename>debian/rules</filename>"
61
62 #. type: Content of: <chapter><section><para>
63 #: best-pkging-practices.dbk:26
64 msgid ""
65 "The following recommendations apply to the <filename>debian/rules</filename> "
66 "file.  Since <filename>debian/rules</filename> controls the build process "
67 "and selects the files which go into the package (directly or indirectly), "
68 "it's usually the file maintainers spend the most time on."
69 msgstr ""
70 "Die folgenden Empfehlungen gelten für die Datei <filename>debian/rules</"
71 "filename>. Da <filename>debian/rules</filename> den Build-Prozess steuert "
72 "und die Dateien auswählt, die in das Paket gelangen (direkt oder indirekt), "
73 "ist es normerweise die Datei, der die Betreuer die meiste Zeit widmen."
74
75 #. type: Content of: <chapter><section><section><title>
76 #: best-pkging-practices.dbk:32
77 msgid "Helper scripts"
78 msgstr "Helfer-Skripte"
79
80 #. type: Content of: <chapter><section><section><para>
81 #: best-pkging-practices.dbk:34
82 msgid ""
83 "The rationale for using helper scripts in <filename>debian/rules</filename> "
84 "is that they let maintainers use and share common logic among many "
85 "packages.  Take for instance the question of installing menu entries: you "
86 "need to put the file into <filename>/usr/share/menu</filename> (or "
87 "<filename>/usr/lib/menu</filename> for executable binary menufiles, if this "
88 "is needed), and add commands to the maintainer scripts to register and "
89 "unregister the menu entries.  Since this is a very common thing for packages "
90 "to do, why should each maintainer rewrite all this on their own, sometimes "
91 "with bugs? Also, supposing the menu directory changed, every package would "
92 "have to be changed."
93 msgstr ""
94 "Der Grund für die Benutzung von Helfer-Skripten in <filename>debian/rules</"
95 "filename> ist, dass sie den Betreuern eine geteilte gemeinsame Logik "
96 "inmitten vieler Pakete einräumen. Nehmen Sie zum Beispiel die Frage, wie "
97 "Menü-Einträge installiert werden: Sie müssen die Datei in <filename>/usr/"
98 "share/menu</filename> (oder <filename>/usr/lib/menu</filename> für "
99 "ausführbare binäre Menü-Dateien, wenn nötig) ablegen und den "
100 "Betreuerskripten Befehle hinzufügen, um Menü-Einträge zu registrieren bzw. "
101 "ihre Registrierung zu entfernen. Dies ist eine sehr häufige Tätigkeit für "
102 "Pakete. Warum sollte daher jeder Betreuer all dies für sich selbst neu "
103 "schreiben und dabei möglicherweise Fehler verursachen? Außerdem, den Fall "
104 "gesetzt, das Menü-Verzeichnis würde sich ändern, dann müsste jedes Paket "
105 "geändert werden."
106
107 #. type: Content of: <chapter><section><section><para>
108 #: best-pkging-practices.dbk:45
109 msgid ""
110 "Helper scripts take care of these issues.  Assuming you comply with the "
111 "conventions expected by the helper script, the helper takes care of all the "
112 "details.  Changes in policy can be made in the helper script; then packages "
113 "just need to be rebuilt with the new version of the helper and no other "
114 "changes."
115 msgstr ""
116 "Helfer-Skripte kümmern sich um diese Probleme. Angenommen, Sie erfüllen alle "
117 "Gepflogenheiten, die das Helfer-Skript erwartet, dann kümmert sich das "
118 "Helfer-Skript um alle Einzelheiten. Änderungen an den Richtlinien können im "
119 "Helfer-Skript erledigt werden. Dann müssen Pakete nur mit der neuen Version "
120 "des Helfer-Skripts erstellt und sonst nicht geändert werden."
121
122 #. type: Content of: <chapter><section><section><para>
123 #: best-pkging-practices.dbk:52
124 msgid ""
125 "<xref linkend=\"tools\"/> contains a couple of different helpers.  The most "
126 "common and best (in our opinion) helper system is <systemitem role=\"package"
127 "\">debhelper</systemitem>.  Previous helper systems, such as <systemitem "
128 "role=\"package\">debmake</systemitem>, were monolithic: you couldn't pick "
129 "and choose which part of the helper you found useful, but had to use the "
130 "helper to do everything.  <systemitem role=\"package\">debhelper</"
131 "systemitem>, however, is a number of separate little <command>dh_*</command> "
132 "programs.  For instance, <command>dh_installman</command> installs and "
133 "compresses man pages, <command>dh_installmenu</command> installs menu files, "
134 "and so on.  Thus, it offers enough flexibility to be able to use the little "
135 "helper scripts, where useful, in conjunction with hand-crafted commands in "
136 "<filename>debian/rules</filename>."
137 msgstr ""
138 "<xref linkend=\"tools\"/> enthält ein paar verschiedene Helfer-Skripte. Das "
139 "gängigste und beste (nach Meinung von Debian) Helfersystem ist <systemitem "
140 "role=\"package\">debhelper</systemitem>. Verhergehende Helfersysteme, wie "
141 "<systemitem role=\"package\">debmake</systemitem> waren monolithisch. Sie "
142 "konnten nicht den Teil des Helfers herausgreifen und auswählen, den Sie "
143 "nützlich fanden, mussten aber den Helfer für alles benutzen. <systemitem "
144 "role=\"package\">debhelper</systemitem> besteht jedoch aus mehreren "
145 "getrennten kleinen <command>dh_*</command>-Programmen. "
146 "<command>dh_installman</command> installiert und komprimiert zum Beispiel "
147 "Handbuchseiten, <command>dh_installmenu</command> installiert Menü-Dateien "
148 "und so weiter. Daher bietet es eine ausreichende Flexibilität, die kleinen "
149 "Helfer-Skripte dort zu benutzen, wo sie nützlich sind in Verbindung mit "
150 "handgemachten Befehlen in <filename>debian/rules</filename>."
151
152 #. type: Content of: <chapter><section><section><para>
153 #: best-pkging-practices.dbk:66
154 msgid ""
155 "You can get started with <systemitem role=\"package\">debhelper</systemitem> "
156 "by reading <citerefentry> <refentrytitle>debhelper</refentrytitle> "
157 "<manvolnum>1</manvolnum> </citerefentry>, and looking at the examples that "
158 "come with the package.  <command>dh_make</command>, from the <systemitem "
159 "role=\"package\">dh-make</systemitem> package (see <xref linkend=\"dh-make\"/"
160 ">), can be used to convert a vanilla source package to a <systemitem role="
161 "\"package\">debhelper</systemitem>ized package.  This shortcut, though, "
162 "should not convince you that you do not need to bother understanding the "
163 "individual <command>dh_*</command> helpers.  If you are going to use a "
164 "helper, you do need to take the time to learn to use that helper, to learn "
165 "its expectations and behavior."
166 msgstr ""
167 "Sie können mit <systemitem role=\"package\">debhelper</systemitem> anfangen, "
168 "indem Sie <citerefentry> <refentrytitle>debhelper</refentrytitle> "
169 "<manvolnum>1</manvolnum> </citerefentry> lesen und sich die Beispiele "
170 "ansehen, die dem Paket beigefügt sind. <command>dh_make</command> aus dem "
171 "Paket <systemitem role=\"package\">dh-make</systemitem> (siehe <xref linkend="
172 "\"dh-make\"/>) kann benutzt werden, um ein einfaches Quellpaket in ein mit "
173 "<systemitem role=\"package\">debhelper</systemitem> bearbeitetes Paket "
174 "umzuwandeln. Gleichwohl sollte diese Kurzform Sie jedoch nicht davon "
175 "überzeugen, dass Sie sich nicht plagen müssen, um die einzelnen "
176 "<command>dh_*</command>-Helfer zu verstehen. Falls Sie einen Helfer benutzen "
177 "möchten, müssen Sie sich die Zeit nehmen zu lernen, wie dieser Helfer "
178 "benutzt wird, um zu verstehen was er erwartet und wie er sich verhält."
179
180 #. type: Content of: <chapter><section><section><title>
181 #: best-pkging-practices.dbk:81
182 msgid "Separating your patches into multiple files"
183 msgstr "Unterteilen Sie Ihre Patchs in mehrere Dateien"
184
185 #. type: Content of: <chapter><section><section><para>
186 #: best-pkging-practices.dbk:83
187 msgid ""
188 "Big, complex packages may have many bugs that you need to deal with.  If you "
189 "correct a number of bugs directly in the source, and you're not careful, it "
190 "can get hard to differentiate the various patches that you applied.  It can "
191 "get quite messy when you have to update the package to a new upstream "
192 "version which integrates some of the fixes (but not all).  You can't take "
193 "the total set of diffs (e.g., from <filename>.diff.gz</filename>) and work "
194 "out which patch sets to back out as a unit as bugs are fixed upstream."
195 msgstr ""
196 "Große, komplexe Pakete könnten mehrere Fehler haben, die Sie bewältigen "
197 "müssen. Falls Sie mehrere Fehler direkt in der Quelle beheben und nicht "
198 "sorgfältig vorgehen, kann es schwierig werden, die verschiedenen Patchs, die "
199 "Sie bereitgestellt haben, zu unterscheiden. Es kann ziemlich chaotisch "
200 "werden, wenn Sie das Paket auf eine neue Originalversion aktualisieren "
201 "müssen, die einige (aber nicht alle) Reparaturen enthält. Sie können nicht "
202 "die komplette Zusammenstellung der Diffs nehmen (z.B. aus <filename>.diff."
203 "gz</filename>) und austüfteln, welches Patch es als Einheit zurücksetzt, da "
204 "Fehler im Original repariert wurden."
205
206 #. type: Content of: <chapter><section><section><para>
207 #: best-pkging-practices.dbk:92
208 msgid ""
209 "Fortunately, with the source format “3.0 (quilt)” it is now possible to keep "
210 "patches separate without having to modify <filename>debian/rules</filename> "
211 "to setup a patch system. Patches are stored in <filename>debian/patches/</"
212 "filename> and when the source package is unpacked patches listed in "
213 "<filename>debian/patches/series</filename> are automatically applied.  As "
214 "the name implies, patches can be managed with <command>quilt</command>."
215 msgstr ""
216 "Glücklicherweise ist es nun mit dem Quellformat »3.0 (quilt)« möglich, die "
217 "Patchs getrennt zu halten ohne <filename>debian/rules</filename> zur "
218 "Einrichtung eines Patch-Systems ändern zu müssen. Patchs werden in "
219 "<filename>debian/patches/</filename> gespeichert und wenn das Quellpaket "
220 "entpackt wird, werden automatisch die Patchs angewandt, die in "
221 "<filename>debian/patches/series</filename> aufgeführt sind. Wie der Name "
222 "schon sagt, können Patchs mit <command>quilt</command> verwaltet werden."
223
224 #. type: Content of: <chapter><section><section><para>
225 #: best-pkging-practices.dbk:100
226 msgid ""
227 "When using the older source “1.0”, it's also possible to separate patches "
228 "but a dedicated patch system must be used: the patch files are shipped "
229 "within the Debian patch file (<filename>.diff.gz</filename>), usually within "
230 "the <filename>debian/</filename> directory. The only difference is that they "
231 "aren't applied immediately by <command>dpkg-source</command>, but by the "
232 "<literal>build</literal> rule of <filename>debian/rules</filename>, through "
233 "a dependency on the <literal>patch</literal> rule.  Conversely, they are "
234 "reverted in the <literal>clean</literal> rule, through a dependency on the "
235 "<literal>unpatch</literal> rule."
236 msgstr ""
237 "Wenn Sie die ältere Quelle »1.0« verwenden, ist es auch möglich, Patchs zu "
238 "trennen, aber es muss ein zugehöriges Patch-System verwandt werden: Die "
239 "Patch-Dateien werden innerhalb der Debian-Patch-Datei (<filename>.diff.gz</"
240 "filename>) mitgeliefert, normalerweise im Verzeichnis <filename>debian/</"
241 "filename>. Der einzige Unterschied ist, dass sie nicht unmittelbar von "
242 "<command>dpkg-source</command> angewandt werden, sondern von der "
243 "<literal>build</literal>-Regel der Datei <filename>debian/rules</filename> "
244 "durch eine Abhängigkeit in der <literal>patch</literal>-Regel. Im Gegenzug "
245 "werden sie von der Regel <literal>clean</literal> durch eine Abhängigkeit "
246 "zur Regel <literal>unpatch</literal> umgekehrt."
247
248 #. type: Content of: <chapter><section><section><para>
249 #: best-pkging-practices.dbk:112
250 msgid ""
251 "<command>quilt</command> is the recommended tool for this.  It does all of "
252 "the above, and also allows to manage patch series.  See the <systemitem role="
253 "\"package\">quilt</systemitem> package for more information."
254 msgstr ""
255 "<command>quilt</command> ist das dafür empfohlene Werkzeug. Es erledigt "
256 "alles oben beschriebene und ermöglicht außerdem die Verwaltung von Patch-"
257 "Serien. Weitere Informationen finden Sie im Paket <systemitem role=\"package"
258 "\">quilt</systemitem>."
259
260 #. type: Content of: <chapter><section><section><para>
261 #: best-pkging-practices.dbk:118
262 msgid ""
263 "There are other tools to manage patches, like <command>dpatch</command>, and "
264 "the patch system integrated with <systemitem role=\"package\">cdbs</"
265 "systemitem>."
266 msgstr ""
267 "Es gibt noch andere Werkzeuge, um Patchs zu verwalten, wie <command>dpatch</"
268 "command> und das in <systemitem role=\"package\">cdbs</systemitem> "
269 "eingebaute Patch-System."
270
271 #. type: Content of: <chapter><section><section><title>
272 #: best-pkging-practices.dbk:125
273 msgid "Multiple binary packages"
274 msgstr "Pakete mit mehreren Binärdateien"
275
276 #. type: Content of: <chapter><section><section><para>
277 #: best-pkging-practices.dbk:127
278 msgid ""
279 "A single source package will often build several binary packages, either to "
280 "provide several flavors of the same software (e.g., the <systemitem role="
281 "\"package\">vim</systemitem> source package) or to make several small "
282 "packages instead of a big one (e.g., so the user can install only the subset "
283 "needed, and thus save some disk space)."
284 msgstr ""
285 "Ein einzelnes Quellpaket wird oft mehrere Binärpakete erstellen, entweder um "
286 "mehrere Geschmacksrichtungen der gleichen Software bereitzustellen (z.B. das "
287 "<systemitem role=\"package\">vim</systemitem>-Quellpaket) oder um mehrere "
288 "kleine Pakete anstelle eines einzelnen großen zu erzeugen (z,B. damit der "
289 "Benutzer nur die benötigte Untermenge installieren kann und dadurch "
290 "Plattenplatz spart)."
291
292 #. type: Content of: <chapter><section><section><para>
293 #: best-pkging-practices.dbk:134
294 msgid ""
295 "The second case can be easily managed in <filename>debian/rules</filename>.  "
296 "You just need to move the appropriate files from the build directory into "
297 "the package's temporary trees.  You can do this using <command>install</"
298 "command> or <command>dh_install</command> from <systemitem role=\"package"
299 "\">debhelper</systemitem>.  Be sure to check the different permutations of "
300 "the various packages, ensuring that you have the inter-package dependencies "
301 "set right in <filename>debian/control</filename>."
302 msgstr ""
303 "Der zweite Fall kann einfach in <filename>debian/rules</filename> verwaltet "
304 "werden. Sie müssen nur die entsprechenden Dateien aus dem Build-Verzeichnis "
305 "in die entsprechenden temporären Baumstrukturen des Pakets verschieben. Dies "
306 "können Sie mit <command>install</command> oder <command>dh_install</command> "
307 "aus <systemitem role=\"package\">debhelper</systemitem> erledigen. Sorgen "
308 "Sie dafür, dass Sie die unterschiedlichen Umsetzungen der verschiedenen "
309 "Pakete prüfen, um sicherzustellen, dass Sie die wechselseitigen "
310 "Abhängigkeiten in <filename>debian/control</filename> richtig gesetzt haben."
311
312 #. type: Content of: <chapter><section><section><para>
313 #: best-pkging-practices.dbk:143
314 msgid ""
315 "The first case is a bit more difficult since it involves multiple recompiles "
316 "of the same software but with different configuration options.  The "
317 "<systemitem role=\"package\">vim</systemitem> source package is an example "
318 "of how to manage this using an hand-crafted <filename>debian/rules</"
319 "filename> file."
320 msgstr ""
321 "Der erste Fall ist etwas schwieriger, da er mehrmaliges Neukompilieren der "
322 "selben Software einschließt, aber mit unterschiedlichen "
323 "Konfigurationsoptionen. Das <systemitem role=\"package\">vim</systemitem>-"
324 "Quellpaket ist ein Beispiel dafür, wie dies mit einer handgemachten "
325 "<filename>debian/rules</filename>-Datei verwaltet wird."
326
327 #. type: Content of: <chapter><section><title>
328 #: best-pkging-practices.dbk:155
329 msgid "Best practices for <filename>debian/control</filename>"
330 msgstr "Optimale Vorgehensweisen für <filename>debian/control</filename>"
331
332 #. type: Content of: <chapter><section><para>
333 #: best-pkging-practices.dbk:157
334 msgid ""
335 "The following practices are relevant to the <filename>debian/control</"
336 "filename> file.  They supplement the <ulink url=\"&url-debian-policy;ch-"
337 "binary.html#s-descriptions\">Policy on package descriptions</ulink>."
338 msgstr ""
339 "Die folgenden Vorgehensweisen sind maßgeblich für die Datei <filename>debian/"
340 "control</filename>. Sie ergänzen die <ulink url=\"&url-debian-policy;ch-"
341 "binary.html#s-descriptions\">Richtlinien für Paketbeschreibungen</ulink>."
342
343 #. type: Content of: <chapter><section><para>
344 #: best-pkging-practices.dbk:163
345 msgid ""
346 "The description of the package, as defined by the corresponding field in the "
347 "<filename>control</filename> file, contains both the package synopsis and "
348 "the long description for the package.  <xref linkend=\"bpp-desc-basics\"/> "
349 "describes common guidelines for both parts of the package description.  "
350 "Following that, <xref linkend=\"bpp-pkg-synopsis\"/> provides guidelines "
351 "specific to the synopsis, and <xref linkend=\"bpp-pkg-desc\"/> contains "
352 "guidelines specific to the description."
353 msgstr ""
354 "Die Beschreibung des Pakets, wie sie durch das entsprechende Feld in der "
355 "Datei <filename>control</filename> definiert wird, enthält sowohl die "
356 "Paketübersicht, als auch die ausführliche Beschreibung des Pakets. <xref "
357 "linkend=\"bpp-desc-basics\"/> beschreibt übliche Richtlinien für beide Teile "
358 "der Paketbeschreibung. Diesen folgend stellt  <xref linkend=\"bpp-pkg-"
359 "synopsis\"/> Richtlinien speziell für die Übersicht bereit und <xref linkend="
360 "\"bpp-pkg-desc\"/> enthält spezielle Richtlinien für die Beschreibung."
361
362 #. type: Content of: <chapter><section><section><title>
363 #: best-pkging-practices.dbk:172
364 msgid "General guidelines for package descriptions"
365 msgstr "Allgemeine Richtlinien für Paketbeschreibungen"
366
367 #. type: Content of: <chapter><section><section><para>
368 #: best-pkging-practices.dbk:174
369 msgid ""
370 "The package description should be written for the average likely user, the "
371 "average person who will use and benefit from the package.  For instance, "
372 "development packages are for developers, and can be technical in their "
373 "language.  More general-purpose applications, such as editors, should be "
374 "written for a less technical user."
375 msgstr ""
376 "Die Paketbeschreibung sollte für den erwarteten Durchschnittsanwender "
377 "geschrieben werden, der Durchschnittsperson, die das Paket benutzt und davon "
378 "profitiert. Entwicklungspakete sind beispielsweise für Entwickler und können "
379 "in einer technischen Sprache verfasst werden. Anwendungen für allgemeinere "
380 "Zwecke, wie Editoren, sollten für Anwender mit weniger technischem "
381 "Verständnis geschrieben werden."
382
383 #. type: Content of: <chapter><section><section><para>
384 #: best-pkging-practices.dbk:181
385 msgid ""
386 "Our review of package descriptions lead us to conclude that most package "
387 "descriptions are technical, that is, are not written to make sense for non-"
388 "technical users.  Unless your package really is only for technical users, "
389 "this is a problem."
390 msgstr ""
391 "Die Durchsicht der Paketbeschreibungen mündet in der Schlussfolgerung, dass "
392 "die meisten Paketbeschreibungen technischer Natur sind, also nicht so "
393 "geschrieben, das sie für Anwender ohne technischen Hintergrund einen Sinn "
394 "ergeben. Sofern Ihr Paket nicht wirklich für technikkundige Anwender ist, "
395 "ist dies ein Problem."
396
397 #. type: Content of: <chapter><section><section><para>
398 #: best-pkging-practices.dbk:187
399 msgid ""
400 "How do you write for non-technical users? Avoid jargon.  Avoid referring to "
401 "other applications or frameworks that the user might not be familiar with — "
402 "GNOME or KDE is fine, since users are probably familiar with these terms, "
403 "but GTK+ is probably not.  Try not to assume any knowledge at all.  If you "
404 "must use technical terms, introduce them."
405 msgstr ""
406 "Wie können sie für nicht technikkundige Anwender schreiben? Vermeiden Sie "
407 "Fachsprache. Vermeiden Sie, sich auf Anwendungen und Rahmenwerke zu "
408 "beziehen, mit denen der Anwender möglicherweise nicht vertraut ist – GNOME "
409 "oder KDE sind in Ordnung, da Anwender wahrscheinlich mit diesen Begriffen "
410 "vertraut sind, aber GTK+ vermutlich nicht. Versuchen Sie nicht irgendein "
411 "Wissen vorauszusetzen, geben Sie eine Einführung."
412
413 #. type: Content of: <chapter><section><section><para>
414 #: best-pkging-practices.dbk:194
415 msgid ""
416 "Be objective.  Package descriptions are not the place for advocating your "
417 "package, no matter how much you love it.  Remember that the reader may not "
418 "care about the same things you care about."
419 msgstr ""
420 "Seien Sie objektiv. Paketbeschreibungen sind nicht der richtige Ort, um Ihr "
421 "Paket zu verfechten, egal wie Sie sehr sie es mögen. Denken Sie daran, dass "
422 "der Leser nicht die gleichen Dinge wichtig nimmt, wie Sie."
423
424 #. type: Content of: <chapter><section><section><para>
425 #: best-pkging-practices.dbk:199
426 msgid ""
427 "References to the names of any other software packages, protocol names, "
428 "standards, or specifications should use their canonical forms, if one "
429 "exists.  For example, use X Window System, X11, or X; not X Windows, X-"
430 "Windows, or X Window.  Use GTK+, not GTK or gtk.  Use GNOME, not Gnome.  Use "
431 "PostScript, not Postscript or postscript."
432 msgstr ""
433 "Bezüge zu Namen anderer Softwarepakete, Protokollnamen, Standards oder "
434 "Spezifikationen sollten, falls sie existiert, in ihrer vorschriftsmäßigen "
435 "Form verwandt werden. Benutzen Sie zum Beispiel X Window System, X11 oder X, "
436 "nicht X Windows, X-Windows, or X Window. Benutzen Sie GTK+, nicht GTK oder "
437 "gtk. Benutzen Sie GNOME nicht Gnome. Benutzen Sie PostScript, nicht "
438 "Postscript oder postscript."
439
440 #. type: Content of: <chapter><section><section><para>
441 #: best-pkging-practices.dbk:206
442 msgid ""
443 "If you are having problems writing your description, you may wish to send it "
444 "along to &email-debian-l10n-english; and request feedback."
445 msgstr ""
446 "Falls Sie Probleme beim Verfassen Ihrer Beschreibung haben, könnten Sie sie "
447 "an &email-debian-l10n-english; senden und um Rückmeldung ersuchen."
448
449 #. type: Content of: <chapter><section><section><title>
450 #: best-pkging-practices.dbk:212
451 msgid "The package synopsis, or short description"
452 msgstr "Die Paketübersicht oder Kurzbeschreibung"
453
454 #. type: Content of: <chapter><section><section><para>
455 #: best-pkging-practices.dbk:214
456 msgid ""
457 "Policy says the synopsis line (the short description) must be concise, not "
458 "repeating the package name, but also informative."
459 msgstr ""
460 "Die Richtlinie sagt, die Übersichtszeile (die Kurzbeschreibung) muss kurz "
461 "sein, darf den Paketnamen nicht wiederholen, muss aber auch informativ sein."
462
463 # s/as/is/
464 #. type: Content of: <chapter><section><section><para>
465 #: best-pkging-practices.dbk:218
466 msgid ""
467 "The synopsis functions as a phrase describing the package, not a complete "
468 "sentence, so sentential punctuation is inappropriate: it does not need extra "
469 "capital letters or a final period (full stop). It should also omit any "
470 "initial indefinite or definite article — \"a\", \"an\", or \"the\". Thus for "
471 "instance:"
472 msgstr ""
473 "Die Übersichtsfunktionen ist ein Ausdruck, der das Paket beschreibt, kein "
474 "kompletter Satz, daher ist Zeichensetzung unangebracht: Es wird weder eine "
475 "besondere Großschreibung noch ein abschließender Punkt benötigt. Außerdem "
476 "sollten jegliche bestimmten und unbestimmten Artikel am Anfang weggelassen "
477 "werden – »a«, »an« oder »the«. Deshalb zum Beispiel:"
478
479 #. type: Content of: <chapter><section><section><screen>
480 #: best-pkging-practices.dbk:224
481 #, no-wrap
482 msgid ""
483 "Package: libeg0\n"
484 "Description: exemplification support library\n"
485 msgstr ""
486 "Package: libeg0\n"
487 "Description: exemplification support library\n"
488
489 #. type: Content of: <chapter><section><section><para>
490 #: best-pkging-practices.dbk:228
491 msgid ""
492 "Technically this is a noun phrase minus articles, as opposed to a verb "
493 "phrase.  A good heuristic is that it should be possible to substitute the "
494 "package <replaceable>name</replaceable> and <replaceable>synopsis</"
495 "replaceable> into this formula:"
496 msgstr ""
497 "Technisch gesehen ist dies eine Nominalphrase im Gegensatz zu einer "
498 "Verbalphrase. Eine gute Entscheidungsregel ist, dass es möglich sein sollte, "
499 "den Paket-<replaceable>Namen</replaceable> und die <replaceable>Übersicht</"
500 "replaceable> in diesem Schema zu ersetzen:"
501
502 #. type: Content of: <chapter><section><section><para>
503 #: best-pkging-practices.dbk:233
504 msgid ""
505 "The package <replaceable>name</replaceable> provides {a,an,the,some} "
506 "<replaceable>synopsis</replaceable>."
507 msgstr ""
508 "The package <replaceable>Name</replaceable> provides {a,an,the,some} "
509 "<replaceable>Übersicht</replaceable>."
510
511 #. type: Content of: <chapter><section><section><para>
512 #: best-pkging-practices.dbk:237
513 msgid ""
514 "Sets of related packages may use an alternative scheme that divides the "
515 "synopsis into two parts, the first a description of the whole suite and the "
516 "second a summary of the package's role within it:"
517 msgstr ""
518 "Zusammenstellungen verwandter Pakete können ein alternatives Schema "
519 "benutzen, das die Übersicht in zwei Teile unterteilt, als erstes eine "
520 "Beschreibung der ganzen Suite und als zweites eine Zusammenfassung der "
521 "Rolle, die das Paket darin spielt:"
522
523 #. type: Content of: <chapter><section><section><screen>
524 #: best-pkging-practices.dbk:242
525 #, no-wrap
526 msgid ""
527 "Package: eg-tools\n"
528 "Description: simple exemplification system (utilities)\n"
529 "\t\t\t              \n"
530 "Package: eg-doc\n"
531 "Description: simple exemplification system - documentation\n"
532 msgstr ""
533 "Package: eg-tools\n"
534 "Description: simple exemplification system (utilities)\n"
535 "\t\t\t              \n"
536 "Package: eg-doc\n"
537 "Description: simple exemplification system - documentation\n"
538
539 #. type: Content of: <chapter><section><section><para>
540 #: best-pkging-practices.dbk:249
541 msgid ""
542 "These synopses follow a modified formula. Where a package "
543 "\"<replaceable>name</replaceable>\" has a synopsis \"<replaceable>suite</"
544 "replaceable> (<replaceable>role</replaceable>)\" or \"<replaceable>suite</"
545 "replaceable> - <replaceable>role</replaceable>\", the elements should be "
546 "phrased so that they fit into the formula:"
547 msgstr ""
548 "Diese Übersicht folgt einem geänderten Schema. Wo ein Paket "
549 "»<replaceable>Name</replaceable>« die Übersicht »<replaceable>Suite</"
550 "replaceable> (<replaceable>Rolle</replaceable>)« oder »<replaceable>Suite</"
551 "replaceable> - <replaceable>Rolle</replaceable>« hat, sollten die Elemente "
552 "so ausgedrückt werden, dass sie in dieses Schema passen:"
553
554 #. type: Content of: <chapter><section><section><para>
555 #: best-pkging-practices.dbk:256
556 msgid ""
557 "The package <replaceable>name</replaceable> provides {a,an,the} "
558 "<replaceable>role</replaceable> for the <replaceable>suite</replaceable>."
559 msgstr ""
560 "The package <replaceable>name</replaceable> provides {a,an,the} "
561 "<replaceable>role</replaceable> for the <replaceable>suite</replaceable>."
562
563 #. type: Content of: <chapter><section><section><title>
564 #: best-pkging-practices.dbk:262
565 msgid "The long description"
566 msgstr "Die ausführliche Beschreibung"
567
568 #. type: Content of: <chapter><section><section><para>
569 #: best-pkging-practices.dbk:264
570 msgid ""
571 "The long description is the primary information available to the user about "
572 "a package before they install it.  It should provide all the information "
573 "needed to let the user decide whether to install the package.  Assume that "
574 "the user has already read the package synopsis."
575 msgstr ""
576 "Die ausführliche Beschreibung ist die wichtigste für den Benutzer verfügbare "
577 "Information über ein Paket, bevor er es installiert. Sie sollte alle nötigen "
578 "Informationen bereitstellen, damit der Anwender entscheiden kann, ob er das "
579 "Paket installiert. Es ist anzunehmen, dass der Benutzer bereits die "
580 "Paketübersicht gelesen hat."
581
582 #. type: Content of: <chapter><section><section><para>
583 #: best-pkging-practices.dbk:270
584 msgid "The long description should consist of full and complete sentences."
585 msgstr ""
586 "Die ausführliche Beschreibung sollte aus vollständigen Sätzen bestehen."
587
588 #. type: Content of: <chapter><section><section><para>
589 #: best-pkging-practices.dbk:273
590 msgid ""
591 "The first paragraph of the long description should answer the following "
592 "questions: what does the package do? what task does it help the user "
593 "accomplish? It is important to describe this in a non-technical way, unless "
594 "of course the audience for the package is necessarily technical."
595 msgstr ""
596 "Der erste Absatz der ausführlichen Beschreibung sollte die folgenden Fragen "
597 "beantworten: Was tut das Paket? Bei welchen Aufgaben hilft es dem Anwender? "
598 "Es ist wichtig dies auf eine nicht technische Weise zu beschreiben, sogar "
599 "dann, wenn die Zielgruppe des Pakets notwendigerweise einen technischen "
600 "Hintergrund hat."
601
602 #. type: Content of: <chapter><section><section><para>
603 #: best-pkging-practices.dbk:279
604 msgid ""
605 "The following paragraphs should answer the following questions: Why do I as "
606 "a user need this package? What other features does the package have? What "
607 "outstanding features and deficiencies are there compared to other packages "
608 "(e.g., if you need X, use Y instead)? Is this package related to other "
609 "packages in some way that is not handled by the package manager (e.g., this "
610 "is the client for the foo server)?"
611 msgstr ""
612 "Die folgenden Absätze sollten die folgenden Fragen beantworten: Warum "
613 "benötige ich als Benutzer dieses Paket? Welche anderen Funktionen bietet das "
614 "Paket? Welche herausragenden Funktionen und Mängel gibt es im Vergleich zu "
615 "anderen Paketen (z.B. falls Sie X benötigen, benutzen Sie Y)? Steht das "
616 "Paket in einem Zusammenhang mit anderen Paketen, die nicht vom Paketmanager "
617 "gehandhabt werden (z.B. ist dies der Client für den Foo-Server)?"
618
619 #. type: Content of: <chapter><section><section><para>
620 #: best-pkging-practices.dbk:287
621 msgid ""
622 "Be careful to avoid spelling and grammar mistakes.  Ensure that you spell-"
623 "check it.  Both <command>ispell</command> and <command>aspell</command> have "
624 "special modes for checking <filename>debian/control</filename> files:"
625 msgstr ""
626 "Seien Sie vorsichtig, um Rechtschreib- und Grammatikfehler zu vermeiden. "
627 "Sorgen Sie für eine Rechtschreibprüfung. Sowohl <command>ispell</command> "
628 "als auch <command>aspell</command> haben spezielle Modi zur Prüfung von "
629 "<filename>debian/control</filename>-Dateien:"
630
631 #. type: Content of: <chapter><section><section><screen>
632 #: best-pkging-practices.dbk:292
633 #, no-wrap
634 msgid "ispell -d american -g debian/control\n"
635 msgstr "ispell -d american -g debian/control\n"
636
637 #. type: Content of: <chapter><section><section><screen>
638 #: best-pkging-practices.dbk:295
639 #, no-wrap
640 msgid "aspell -d en -D -c debian/control\n"
641 msgstr "aspell -d en -D -c debian/control\n"
642
643 #. type: Content of: <chapter><section><section><para>
644 #: best-pkging-practices.dbk:298
645 msgid ""
646 "Users usually expect these questions to be answered in the package "
647 "description:"
648 msgstr ""
649 "Anwender erwarten normalerweise, dass diese Fragen in der Paketbeschreibung "
650 "beantwortet werden:"
651
652 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
653 #: best-pkging-practices.dbk:303
654 msgid ""
655 "What does the package do? If it is an add-on to another package, then the "
656 "short description of the package we are an add-on to should be put in here."
657 msgstr ""
658 "Was tut das Paket? Falls es eine Erweiterung eines anderen Pakets ist, dann "
659 "sollte eines Kurzbeschreibung des Pakets, das es erweitert, hier eingefügt "
660 "werden."
661
662 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
663 #: best-pkging-practices.dbk:309
664 msgid ""
665 "Why should I want this package? This is related to the above, but not the "
666 "same (this is a mail user agent; this is cool, fast, interfaces with PGP and "
667 "LDAP and IMAP, has features X, Y, and Z)."
668 msgstr ""
669 "Warum sollte ich dieses Paket wollen? Dies bezieht sich auf das "
670 "vorhergehende, aber nicht das gleiche (dies ist ein Mail-Client. Er ist "
671 "toll, schnell, hat Schnittstellen zu PGP, LDAP und IMAP, hat die Funktionen "
672 "X, Y und Z)."
673
674 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
675 #: best-pkging-practices.dbk:316
676 msgid ""
677 "If this package should not be installed directly, but is pulled in by "
678 "another package, this should be mentioned."
679 msgstr ""
680 "Falls dieses Paket nicht direkt installiert werden sollte, sondern von einem "
681 "anderen Paket mitinstalliert wird, sollte die erwähnt werden."
682
683 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
684 #: best-pkging-practices.dbk:322
685 msgid ""
686 "If the package is <literal>experimental</literal>, or there are other "
687 "reasons it should not be used, if there are other packages that should be "
688 "used instead, it should be here as well."
689 msgstr ""
690 "Falls das Paket <literal>experimental</literal> ist oder es andere Gründe "
691 "gibt, weshalb es nicht benutzt werden sollte und wenn es andere Pakete gibt, "
692 "die stattdessen benutzt werden sollen, sollte dies auch hier stehen."
693
694 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
695 #: best-pkging-practices.dbk:329
696 msgid ""
697 "How is this package different from the competition? Is it a better "
698 "implementation? more features? different features? Why should I choose this "
699 "package."
700 msgstr ""
701 "Was unterscheidet dieses Paket von der Konkurrenz? Ist es eine bessere "
702 "Implementierung? Mehr Funktionen? Andere Funktionen? Warum sollte die Wahl "
703 "auf dieses Paket fallen?"
704
705 #. type: Content of: <chapter><section><section><title>
706 #: best-pkging-practices.dbk:342
707 msgid "Upstream home page"
708 msgstr "Homepage der Originalautoren"
709
710 #. type: Content of: <chapter><section><section><para>
711 #: best-pkging-practices.dbk:344
712 msgid ""
713 "We recommend that you add the URL for the package's home page in the "
714 "<literal>Homepage</literal> field of the <literal>Source</literal> section "
715 "in <filename>debian/control</filename>.  Adding this information in the "
716 "package description itself is considered deprecated."
717 msgstr ""
718 "Es wird empfohlen, dass Sie die URL der Homepage des Pakets in das Feld "
719 "<literal>Homepage</literal> im Abschnitt <literal>Source</literal> von "
720 "<filename>debian/control</filename> hinzufügen. Diese Information in die "
721 "Paketbeschreibung selbst einzutragen, wird als missbilligt angesehen."
722
723 #. type: Content of: <chapter><section><section><title>
724 #: best-pkging-practices.dbk:352
725 msgid "Version Control System location"
726 msgstr "Ort des Versionsverwaltungssystems"
727
728 #. type: Content of: <chapter><section><section><para>
729 #: best-pkging-practices.dbk:354
730 msgid ""
731 "There are additional fields for the location of the Version Control System "
732 "in <filename>debian/control</filename>."
733 msgstr ""
734 "Es gibt zusätzliche Felder für den Ort des Versionsverwaltungssystems in "
735 "<filename>debian/control</filename>."
736
737 #. type: Content of: <chapter><section><section><section><title>
738 #: best-pkging-practices.dbk:358
739 msgid "Vcs-Browser"
740 msgstr "Vcs-Browser"
741
742 #. type: Content of: <chapter><section><section><section><para>
743 #: best-pkging-practices.dbk:360
744 msgid ""
745 "Value of this field should be a <literal>http://</literal> URL pointing to a "
746 "web-browsable copy of the Version Control System repository used to maintain "
747 "the given package, if available."
748 msgstr ""
749 "Der Wert dieses Feldes sollte eine <literal>http://</literal>-URL sein, die "
750 "auf eine via Web durchstöberbare Kopie des Versionsverwaltungssystems-Depots "
751 "verweist, das benutzt wird, um das angegebene Paket zu verwalten, falls "
752 "verfügbar."
753
754 #. type: Content of: <chapter><section><section><section><para>
755 #: best-pkging-practices.dbk:365
756 msgid ""
757 "The information is meant to be useful for the final user, willing to browse "
758 "the latest work done on the package (e.g.  when looking for the patch fixing "
759 "a bug tagged as <literal>pending</literal> in the bug tracking system)."
760 msgstr ""
761 "Die Information ist dazu gedacht, dem Endanwender zu nutzen, der gewillt "
762 "ist, die letzte am Paket geleistete Arbeit zu durchstöbern (z.B. wenn nach "
763 "einem Patch gesucht wird, der einen Fehler behebt, der in der "
764 "Fehlerdatenbank als <literal>pending</literal> gekennzeichnet ist)."
765
766 #. type: Content of: <chapter><section><section><section><title>
767 #: best-pkging-practices.dbk:372
768 msgid "Vcs-*"
769 msgstr "Vcs-*"
770
771 #. type: Content of: <chapter><section><section><section><para>
772 #: best-pkging-practices.dbk:374
773 msgid ""
774 "Value of this field should be a string identifying unequivocally the "
775 "location of the Version Control System repository used to maintain the given "
776 "package, if available.  <literal>*</literal> identify the Version Control "
777 "System; currently the following systems are supported by the package "
778 "tracking system: <literal>arch</literal>, <literal>bzr</literal> (Bazaar), "
779 "<literal>cvs</literal>, <literal>darcs</literal>, <literal>git</literal>, "
780 "<literal>hg</literal> (Mercurial), <literal>mtn</literal> (Monotone), "
781 "<literal>svn</literal> (Subversion).  It is allowed to specify different VCS "
782 "fields for the same package: they will all be shown in the PTS web interface."
783 msgstr ""
784 "Der Wert dieses Feldes sollte eine Zeichenkette sein, die den Ort des "
785 "Versionsverwaltungssystem-Depots eindeutig identifiziert, das zur Verwaltung "
786 "des angegebenen Pakets benutzt wird, falls verfügbar. <literal>*</literal> "
787 "identifiziert das Versionsverwaltungssystem. Aktuell werden die folgenden "
788 "vom Paketverfolgungssystem unterstützt: <literal>arch</literal>, "
789 "<literal>bzr</literal> (Bazaar), <literal>cvs</literal>, <literal>darcs</"
790 "literal>, <literal>git</literal>, <literal>hg</literal> (Mercurial), "
791 "<literal>mtn</literal> (Monotone) und <literal>svn</literal> (Subversion). "
792 "Es ist erlaubt, mehrere unterschiedliche Versionsverwaltungssystem-Felder "
793 "für das gleiche Paket anzugeben: Sie werden alle auf der PTS-Web-"
794 "Schnittstelle angezeigt."
795
796 #. type: Content of: <chapter><section><section><section><para>
797 #: best-pkging-practices.dbk:385
798 msgid ""
799 "The information is meant to be useful for a user knowledgeable in the given "
800 "Version Control System and willing to build the current version of a package "
801 "from the VCS sources.  Other uses of this information might include "
802 "automatic building of the latest VCS version of the given package.  To this "
803 "end the location pointed to by the field should better be version agnostic "
804 "and point to the main branch (for VCSs supporting such a concept).  Also, "
805 "the location pointed to should be accessible to the final user; fulfilling "
806 "this requirement might imply pointing to an anonymous access of the "
807 "repository instead of pointing to an SSH-accessible version of the same."
808 msgstr ""
809 "Die Information ist für Benutzer bestimmt, die im gegebenen "
810 "Versionsverwaltungssystem sachkundig sind und bereit, die aktuelle Version "
811 "des Pakets aus den VCS-Quellen zu erstellen. Andere Nutzungen dieser "
812 "Information könnten das automatische Erstellen der letzen VCS-Version des "
813 "Pakets umfassen. Dazu sollte der vom Feld angegebene Ort, die Version nicht "
814 "kennen und auf den Hauptzweig zeigen (bei Versionsverwaltungssystemen, die "
815 "dieses Konzept unterstützen). Außerdem sollte der Endanwender auf den Ort, "
816 "auf den verwiesen wird, zugreifen können. Die Erfüllung dieser Anforderungen "
817 "könnte einen anonymen Zugriff voraussetzen, statt auf eine Version davon zu "
818 "verweisen, auf die über SSH zugegriffen wird."
819
820 #. type: Content of: <chapter><section><section><section><para>
821 #: best-pkging-practices.dbk:396
822 msgid ""
823 "In the following example, an instance of the field for a Subversion "
824 "repository of the <systemitem role=\"package\">vim</systemitem> package is "
825 "shown.  Note how the URL is in the <literal>svn://</literal> scheme (instead "
826 "of <literal>svn+ssh://</literal>) and how it points to the <filename>trunk/</"
827 "filename> branch.  The use of the <literal>Vcs-Browser</literal> and "
828 "<literal>Homepage</literal> fields described above is also shown."
829 msgstr ""
830 "Im folgenden Beispiel wird ein Fall von einem Feld eines Subversions-Depots "
831 "des Pakets <systemitem role=\"package\">vim</systemitem> gezeigt. Beachten "
832 "Sie, wie die URL im <literal>svn://</literal>-Schema aufgebaut ist (im "
833 "Gegensatz zu <literal>svn+ssh://</literal>) und wie sie auf den Zweig "
834 "<filename>trunk/</filename> zeigt. Außerdem wird die Benutzung der Felder "
835 "<literal>Vcs-Browser</literal> und <literal>Homepage</literal>, wie oben "
836 "beschrieben, ebenfalls gezeigt."
837
838 #. type: Content of: <chapter><section><section><section><screen>
839 #: best-pkging-practices.dbk:405
840 #, no-wrap
841 msgid ""
842 "  Source: vim\n"
843 "  Section: editors\n"
844 "  Priority: optional\n"
845 "  &lt;snip&gt;\n"
846 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
847 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
848 "  Homepage: http://www.vim.org\n"
849 msgstr ""
850 "  Source: vim\n"
851 "  Section: editors\n"
852 "  Priority: optional\n"
853 "  &lt;snip&gt;\n"
854 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
855 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
856 "  Homepage: http://www.vim.org\n"
857
858 #. type: Content of: <chapter><section><title>
859 #: best-pkging-practices.dbk:420
860 msgid "Best practices for <filename>debian/changelog</filename>"
861 msgstr "Optimale Vorgehensweisen für <filename>debian/changelog</filename>"
862
863 #. type: Content of: <chapter><section><para>
864 #: best-pkging-practices.dbk:422
865 msgid ""
866 "The following practices supplement the <ulink url=\"&url-debian-policy;ch-"
867 "docs.html#s-changelogs\">Policy on changelog files</ulink>."
868 msgstr ""
869 "Die folgenden Vorgehensweisen ergänzen die <ulink url=\"&url-debian-policy;"
870 "ch-docs.html#s-changelogs\">Richtlinien für Änderungsprotokolldateien</"
871 "ulink>."
872
873 #. type: Content of: <chapter><section><section><title>
874 #: best-pkging-practices.dbk:427
875 msgid "Writing useful changelog entries"
876 msgstr "Verfassen nützlicher Änderungsprotokolleinträge"
877
878 #. type: Content of: <chapter><section><section><para>
879 #: best-pkging-practices.dbk:429
880 msgid ""
881 "The changelog entry for a package revision documents changes in that "
882 "revision, and only them.  Concentrate on describing significant and user-"
883 "visible changes that were made since the last version."
884 msgstr ""
885 "Der Änderungsprotokolleintrag einer Paketüberarbeitung dokumentiert "
886 "Änderungen in nur dieser Überarbeitung. Der Schwerpunkt liegt auf der "
887 "Beschreibung bedeutender und für den Anwender sichtbarer Änderungen, die "
888 "seit der letzten Version vorgenommen wurden."
889
890 #. type: Content of: <chapter><section><section><para>
891 #: best-pkging-practices.dbk:434
892 msgid ""
893 "Focus on <emphasis>what</emphasis> was changed — who, how and when are "
894 "usually less important.  Having said that, remember to politely attribute "
895 "people who have provided notable help in making the package (e.g., those who "
896 "have sent in patches)."
897 msgstr ""
898 "Der Fokus liegt darauf, <emphasis>was</emphasis> geändert wurde – wer, wie "
899 "und wann ist normalerweise nicht so wichtig. Erinnern Sie gleichwohl höflich "
900 "an die Leute, die merklich Hilfe beim Erstellen des Pakets geleistet haben "
901 "(die z.B. Patchs gesandt haben)."
902
903 #. type: Content of: <chapter><section><section><para>
904 #: best-pkging-practices.dbk:440
905 msgid ""
906 "There's no need to elaborate the trivial and obvious changes.  You can also "
907 "aggregate several changes in one entry.  On the other hand, don't be overly "
908 "terse if you have undertaken a major change.  Be especially clear if there "
909 "are changes that affect the behaviour of the program.  For further "
910 "explanations, use the <filename>README.Debian</filename> file."
911 msgstr ""
912 "Es ist nicht nötig, die belanglosen und offensichtlichen Änderungen näher "
913 "auszuführen. Sie können außerdem mehrere Änderungen in einem Eintrag "
914 "zusammenfassen. Fassen Sie sich andererseits nicht zu kurz, falls Sie eine "
915 "größere Änderung vorgenommen haben. Stellen Sie insbesondere klar, falls es "
916 "Änderungen gibt, die das Verhalten des Programms ändern. Benutzen Sie für "
917 "weitere Erklärungen die Datei <filename>README.Debian</filename>."
918
919 #. type: Content of: <chapter><section><section><para>
920 #: best-pkging-practices.dbk:447
921 msgid ""
922 "Use common English so that the majority of readers can comprehend it.  Avoid "
923 "abbreviations, tech-speak and jargon when explaining changes that close "
924 "bugs, especially for bugs filed by users that did not strike you as "
925 "particularly technically savvy.  Be polite, don't swear."
926 msgstr ""
927 "Benutzen Sie geläufiges Englisch, so dass die Mehrheit der Leser es "
928 "begreifen kann. Vermeiden Sie Abkürzungen, technische Begriffe und "
929 "Fachsprache, wenn Sie Änderungen erklären, die Fehlerberichte schließen, "
930 "insbesondere bei Fehlern, die von Anwendern eingereicht wurden, die Ihnen "
931 "als technisch unerfahren aufgefallen sind. Seien Sie höflich, fluchen Sie "
932 "nicht."
933
934 #. type: Content of: <chapter><section><section><para>
935 #: best-pkging-practices.dbk:453
936 msgid ""
937 "It is sometimes desirable to prefix changelog entries with the names of the "
938 "files that were changed.  However, there's no need to explicitly list each "
939 "and every last one of the changed files, especially if the change was small "
940 "or repetitive.  You may use wildcards."
941 msgstr ""
942 "Manchmal ist es wünschenswert, den Änderungsprotokolleinträgen die Namen der "
943 "Dateien voranzustellen, die geändert wurden. Es ist jedoch nicht nötig, "
944 "explizit jede einzelne geänderte Datei aufzuführen, insbesondere dann nicht, "
945 "wenn die Änderung klein oder wiederholend war. Sie können Platzhalter "
946 "verwenden."
947
948 #. type: Content of: <chapter><section><section><para>
949 #: best-pkging-practices.dbk:459
950 msgid ""
951 "When referring to bugs, don't assume anything.  Say what the problem was, "
952 "how it was fixed, and append the closes: #nnnnn string.  See <xref linkend="
953 "\"upload-bugfix\"/> for more information."
954 msgstr ""
955 "Treffen Sie keine Annahmen, wenn Sie sich auf Fehler beziehen. Sagen Sie, "
956 "welches Problem vorlag, wie es behoben wurde und hängen Sie die Zeichenkette "
957 "»closes: #nnnnn« an. Weitere Informatioenn erhalten Sie unter <xref linkend="
958 "\"upload-bugfix\"/>."
959
960 #. type: Content of: <chapter><section><section><title>
961 #: best-pkging-practices.dbk:466
962 msgid "Common misconceptions about changelog entries"
963 msgstr "Häufige Missverständnisse über Änderungsprotokolleinträge"
964
965 #. type: Content of: <chapter><section><section><para>
966 #: best-pkging-practices.dbk:468
967 msgid ""
968 "The changelog entries should <emphasis role=\"strong\">not</emphasis> "
969 "document generic packaging issues (Hey, if you're looking for foo.conf, it's "
970 "in /etc/blah/.), since administrators and users are supposed to be at least "
971 "remotely acquainted with how such things are generally arranged on Debian "
972 "systems.  Do, however, mention if you change the location of a configuration "
973 "file."
974 msgstr ""
975 "Die Änderungsprotokolleinträge sollten <emphasis role=\"strong\">keine</"
976 "emphasis> allgemeinen Paketierungsthemen dokumentieren (Hey, falls Sie die "
977 "Foo.conf suchen, die ist in /etc/blah/.), da von Administratoren und "
978 "Anwendern angenommen wird, dass sie zumindest entfernt damit vertraut sind, "
979 "wie solche Dinge im Allgemeinen auf Debian-Systemen eingerichtet sind. "
980 "Erwähnen Sie jedoch, wenn Sie den Ort einer Konfigurationsdatei ändern."
981
982 #. type: Content of: <chapter><section><section><para>
983 #: best-pkging-practices.dbk:476
984 msgid ""
985 "The only bugs closed with a changelog entry should be those that are "
986 "actually fixed in the same package revision.  Closing unrelated bugs in the "
987 "changelog is bad practice.  See <xref linkend=\"upload-bugfix\"/>."
988 msgstr ""
989 "Die einzigen Fehler, die mit einem Änderungsprotokolleintrag geschlossen "
990 "werden, sollten Fehler sein, die tatsächlich in der gleichen Überarbeitung "
991 "des Pakets behoben werden. Das Schließen von Fehlern ohne Bezug dazu, ist "
992 "eine falsche Vorgehensweise. Siehe <xref linkend=\"upload-bugfix\"/>."
993
994 #. type: Content of: <chapter><section><section><para>
995 #: best-pkging-practices.dbk:481
996 msgid ""
997 "The changelog entries should <emphasis role=\"strong\">not</emphasis> be "
998 "used for random discussion with bug reporters (I don't see segfaults when "
999 "starting foo with option bar; send in more info), general statements on "
1000 "life, the universe and everything (sorry this upload took me so long, but I "
1001 "caught the flu), or pleas for help (the bug list on this package is huge, "
1002 "please lend me a hand).  Such things usually won't be noticed by their "
1003 "target audience, but may annoy people who wish to read information about "
1004 "actual changes in the package.  See <xref linkend=\"bug-answering\"/> for "
1005 "more information on how to use the bug tracking system."
1006 msgstr ""
1007 "Die Änderungsprotokolleinträge sollten <emphasis role=\"strong\">nicht</"
1008 "emphasis> für zufällige Diskussionen mit Leuten, die Fehler melden (Ich kann "
1009 "keine Schutzverletzungen sehen, wenn ich Foo mit der Option Bar starte. "
1010 "Senden Sie weitere Informationen.), allgemeine Äußerungen über das Leben, "
1011 "das Universum und alles mögliche (Entschuldigung, dass der Upload so lange "
1012 "brauchte, aber ich hatte die Grippe.) oder Hilfeersuchen (Die Fehlerliste "
1013 "für dieses Paket ist riesig, bitte packen Sie mit an) benutzt werden. Solche "
1014 "Dinge werden normalerweise nicht von Ihrer Zielgruppe bemerkt, könnten aber "
1015 "viele Leute stören, die Informationen über tatsächliche Änderungen am Paket "
1016 "lesen möchten. Weitere Informationen über die Benutzung der Fehlerdatenbank "
1017 "finden Sie unter <xref linkend=\"bug-answering\"/>."
1018
1019 #. type: Content of: <chapter><section><section><para>
1020 #: best-pkging-practices.dbk:492
1021 msgid ""
1022 "It is an old tradition to acknowledge bugs fixed in non-maintainer uploads "
1023 "in the first changelog entry of the proper maintainer upload.  As we have "
1024 "version tracking now, it is enough to keep the NMUed changelog entries and "
1025 "just mention this fact in your own changelog entry."
1026 msgstr ""
1027 "Es ist ein alter Brauch im ersten regulären Upload des Paketbetreuers das "
1028 "Beheben von Fehlern durch Non-Maintainer-Uploads zu bestätigen. Da Debian "
1029 "nun über eine Versionsverwaltung verfügt, reicht es aus, die NMU-"
1030 "Änderungsprotokolleinträge aufzubewahren und diese Tatsache nur in Ihrem "
1031 "eigenen Änderungsprotokolleintrag zu erwähnen."
1032
1033 #. type: Content of: <chapter><section><section><title>
1034 #: best-pkging-practices.dbk:500
1035 msgid "Common errors in changelog entries"
1036 msgstr "Häufige Fehler in Änderungsprotokolleinträgen"
1037
1038 #. type: Content of: <chapter><section><section><para>
1039 #: best-pkging-practices.dbk:502
1040 msgid ""
1041 "The following examples demonstrate some common errors or examples of bad "
1042 "style in changelog entries."
1043 msgstr ""
1044 "Die folgenden Beispiele demonstrieren einige häufige Fehler oder Beispiele "
1045 "für schlechten Stil in Änderungsprotokolleinträgen."
1046
1047 # FIXME Die folgenden Einträge gehören nicht in die POT-Schablone
1048 #. type: Content of: <chapter><section><section><screen>
1049 #: best-pkging-practices.dbk:506
1050 #, no-wrap
1051 msgid "  * Fixed all outstanding bugs.\n"
1052 msgstr "  * Fixed all outstanding bugs.\n"
1053
1054 #. type: Content of: <chapter><section><section><para>
1055 #: best-pkging-practices.dbk:509
1056 msgid "This doesn't tell readers anything too useful, obviously."
1057 msgstr "Dies teilt den Lesern offensichtlich nichts Nützliches mit."
1058
1059 #. type: Content of: <chapter><section><section><screen>
1060 #: best-pkging-practices.dbk:512
1061 #, no-wrap
1062 msgid "  * Applied patch from Jane Random.\n"
1063 msgstr "  * Applied patch from Jane Random.\n"
1064
1065 #. type: Content of: <chapter><section><section><para>
1066 #: best-pkging-practices.dbk:515
1067 msgid "What was the patch about?"
1068 msgstr "Was war das für ein Patch?"
1069
1070 #. type: Content of: <chapter><section><section><screen>
1071 #: best-pkging-practices.dbk:518
1072 #, no-wrap
1073 msgid "  * Late night install target overhaul.\n"
1074 msgstr "  * Late night install target overhaul.\n"
1075
1076 #. type: Content of: <chapter><section><section><para>
1077 #: best-pkging-practices.dbk:521
1078 msgid ""
1079 "Overhaul which accomplished what? Is the mention of late night supposed to "
1080 "remind us that we shouldn't trust that code?"
1081 msgstr ""
1082 "Welche Reparatur wurde ausgeführt? Soll die Erwähnung der späten Nacht daran "
1083 "erinnern, dass man dem Code nicht trauen sollte?"
1084
1085 #. type: Content of: <chapter><section><section><screen>
1086 #: best-pkging-practices.dbk:525
1087 #, no-wrap
1088 msgid "  * Fix vsync FU w/ ancient CRTs.\n"
1089 msgstr "  * Fix vsync FU w/ ancient CRTs.\n"
1090
1091 #. type: Content of: <chapter><section><section><para>
1092 #: best-pkging-practices.dbk:528
1093 msgid ""
1094 "Too many acronyms, and it's not overly clear what the, uh, fsckup (oops, a "
1095 "curse word!) was actually about, or how it was fixed."
1096 msgstr ""
1097 "Zu viele Abkürzungen und es ist nicht klar, wovon der äh ... Mist (Hoppla, "
1098 "ein Schimpfwort) tatsächlich handelt oder wie er repariert wurde."
1099
1100 #. type: Content of: <chapter><section><section><screen>
1101 #: best-pkging-practices.dbk:532
1102 #, no-wrap
1103 msgid "  * This is not a bug, closes: #nnnnnn.\n"
1104 msgstr "  * This is not a bug, closes: #nnnnnn.\n"
1105
1106 #. type: Content of: <chapter><section><section><para>
1107 #: best-pkging-practices.dbk:535
1108 msgid ""
1109 "First of all, there's absolutely no need to upload the package to convey "
1110 "this information; instead, use the bug tracking system.  Secondly, there's "
1111 "no explanation as to why the report is not a bug."
1112 msgstr ""
1113 "Erst einmal ist es absolut unnötig, das Paket hochzuladen, um diese "
1114 "Information zu übermitteln. Benutzen Sie stattdessen die Fehlerdatenbank. "
1115 "Zweitens fehlt die Erklärung, warum dieser Bericht kein Fehler ist."
1116
1117 #. type: Content of: <chapter><section><section><screen>
1118 #: best-pkging-practices.dbk:540
1119 #, no-wrap
1120 msgid "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1121 msgstr "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1122
1123 #. type: Content of: <chapter><section><section><para>
1124 #: best-pkging-practices.dbk:543
1125 msgid ""
1126 "If for some reason you didn't mention the bug number in a previous changelog "
1127 "entry, there's no problem, just close the bug normally in the BTS.  There's "
1128 "no need to touch the changelog file, presuming the description of the fix is "
1129 "already in (this applies to the fixes by the upstream authors/maintainers as "
1130 "well, you don't have to track bugs that they fixed ages ago in your "
1131 "changelog)."
1132 msgstr ""
1133 "Falls Sie aus irgend einem Grund die Fehlernummer in einem früheren "
1134 "Änderungsprotokolleintrag nicht erwähnt haben, ist das kein Problem. "
1135 "Schließen Sie den Fehler einfach im BTS. Es ist nicht nötig, die "
1136 "Änderungsprotokolldatei anzurühren, vorausgesetzt, die Beschreibung der "
1137 "Fehlerbehebung ist bereits darin enthalten (Dies gilt auch für Reparaturen "
1138 "durch die Originalautoren/-Betreuer. Sie müssen keine Fehler verfolgen, die "
1139 "diese bereits vor Jahren in Ihrem Änderungsprotokoll behoben haben)."
1140
1141 #. type: Content of: <chapter><section><section><screen>
1142 #: best-pkging-practices.dbk:550
1143 #, no-wrap
1144 msgid "  * Closes: #12345, #12346, #15432\n"
1145 msgstr "  * Closes: #12345, #12346, #15432\n"
1146
1147 #. type: Content of: <chapter><section><section><para>
1148 #: best-pkging-practices.dbk:553
1149 msgid ""
1150 "Where's the description? If you can't think of a descriptive message, start "
1151 "by inserting the title of each different bug."
1152 msgstr ""
1153 "Wo ist die Beschreibung? Falls Ihnen keine aussagekräftige Nachricht "
1154 "einfällt, beginnen Sie, die Titel der verschiedenen Fehler einzufügen."
1155
1156 #. type: Content of: <chapter><section><section><title>
1157 #: best-pkging-practices.dbk:559
1158 msgid "Supplementing changelogs with <filename>NEWS.Debian</filename> files"
1159 msgstr ""
1160 "Änderungsprotokolle mit <filename>NEWS.Debian</filename>-Dateien ergänzen"
1161
1162 #. type: Content of: <chapter><section><section><para>
1163 #: best-pkging-practices.dbk:561
1164 msgid ""
1165 "Important news about changes in a package can also be put in <filename>NEWS."
1166 "Debian</filename> files.  The news will be displayed by tools like "
1167 "<systemitem role=\"package\">apt-listchanges</systemitem>, before all the "
1168 "rest of the changelogs.  This is the preferred means to let the user know "
1169 "about significant changes in a package.  It is better than using <systemitem "
1170 "role=\"package\">debconf</systemitem> notes since it is less annoying and "
1171 "the user can go back and refer to the <filename>NEWS.Debian</filename> file "
1172 "after the install.  And it's better than listing major changes in "
1173 "<filename>README.Debian</filename>, since the user can easily miss such "
1174 "notes."
1175 msgstr ""
1176 "Wichtige Nachrichten über Änderungen in einem Paket können auch in die "
1177 "<filename>NEWS.Debian</filename>-Dateien geschrieben werden. Die Nachrichten "
1178 "werden durch Werkzeuge wie <systemitem role=\"package\">apt-listchanges</"
1179 "systemitem> vor dem ganzen Rest des Änderungsprotokolls angezeigt. Dies ist "
1180 "das vorzugsweise Mittel, dem Anwender bedeutende Änderungen in einem Paket "
1181 "mitzuteilen. Es ist besser, als <systemitem role=\"package\">debconf</"
1182 "systemitem>-Notizen zu benutzen, da es weniger stört und der Anwender nach "
1183 "der Installation zurückgehen und in der <filename>NEWS.Debian</filename>-"
1184 "Datei nachschlagen kann. Es ist auch besser, als die Hauptänderungen in "
1185 "<filename>README.Debian</filename> aufzuführen, da der Anwender solche "
1186 "Notizen leicht übersehen kann."
1187
1188 #. type: Content of: <chapter><section><section><para>
1189 #: best-pkging-practices.dbk:572
1190 msgid ""
1191 "The file format is the same as a debian changelog file, but leave off the "
1192 "asterisks and describe each news item with a full paragraph when necessary "
1193 "rather than the more concise summaries that would go in a changelog.  It's a "
1194 "good idea to run your file through <literal>dpkg-parsechangelog</literal> to "
1195 "check its formatting as it will not be automatically checked during build as "
1196 "the changelog is.  Here is an example of a real <filename>NEWS.Debian</"
1197 "filename> file:"
1198 msgstr ""
1199 "Das Dateiformat entspricht dem des Änderungsprotokolls, die Sternchen werden "
1200 "allerdings weggelassen und jedes Nachrichtenelement wird, wenn nötig, mit "
1201 "einem vollständigen Satz beschrieben, statt der kurz gefassten "
1202 "Zusammenfassungen, die in ein Änderungsprotokoll einfließen. Sie sind gut "
1203 "beraten, Ihre Datei durch <literal>dpkg-parsechangelog</literal> laufen zu "
1204 "lassen, um ihre Formatierung zu prüfen, da sie nicht automatisch während des "
1205 "Builds getestet wird, so wie dies beim Änderungsprotokoll getan wird. Hier "
1206 "nun ein Beispiel einer echten <filename>NEWS.Debian</filename>-Datei:"
1207
1208 #. type: Content of: <chapter><section><section><screen>
1209 #: best-pkging-practices.dbk:581
1210 #, no-wrap
1211 msgid ""
1212 "cron (3.0pl1-74) unstable; urgency=low\n"
1213 "\n"
1214 "    The checksecurity script is no longer included with the cron package:\n"
1215 "    it now has its own package, checksecurity. If you liked the\n"
1216 "    functionality provided with that script, please install the new\n"
1217 "    package.\n"
1218 "\n"
1219 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1220 msgstr ""
1221 "cron (3.0pl1-74) unstable; urgency=low\n"
1222 "\n"
1223 "    The checksecurity script is no longer included with the cron package:\n"
1224 "    it now has its own package, checksecurity. If you liked the\n"
1225 "    functionality provided with that script, please install the new\n"
1226 "    package.\n"
1227 "\n"
1228 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1229
1230 #. type: Content of: <chapter><section><section><para>
1231 #: best-pkging-practices.dbk:591
1232 msgid ""
1233 "The <filename>NEWS.Debian</filename> file is installed as <filename>/usr/"
1234 "share/doc/<replaceable>package</replaceable>/NEWS.Debian.gz</filename>.  It "
1235 "is compressed, and always has that name even in Debian native packages.  If "
1236 "you use <literal>debhelper</literal>, <literal>dh_installchangelogs</"
1237 "literal> will install <filename>debian/NEWS</filename> files for you."
1238 msgstr ""
1239 "Die Datei <filename>NEWS.Debian</filename> wird als <filename>/usr/share/doc/"
1240 "<replaceable>Paket</replaceable>/NEWS.Debian.gz</filename> installiert. Sie "
1241 "ist komprimiert und hat immer diesen Namen, auch in nativen Debian-Paketen. "
1242 "Falls Sie <literal>debhelper</literal> benutzen, wird "
1243 "<literal>dh_installchangelogs</literal> die <filename>debian/NEWS</filename>-"
1244 "Dateien für Sie installieren."
1245
1246 #. type: Content of: <chapter><section><section><para>
1247 #: best-pkging-practices.dbk:598
1248 msgid ""
1249 "Unlike changelog files, you need not update <filename>NEWS.Debian</filename> "
1250 "files with every release.  Only update them if you have something "
1251 "particularly newsworthy that user should know about.  If you have no news at "
1252 "all, there's no need to ship a <filename>NEWS.Debian</filename> file in your "
1253 "package.  No news is good news!"
1254 msgstr ""
1255 "Anders als Änderungsprotokolldateien, müssen Sie die <filename>debian/NEWS</"
1256 "filename>-Dateien nicht bei jeder Veröffentlichung aktualisieren. "
1257 "Aktualisieren Sie sie nur, wenn Sie etwas besonders berichtenswertes haben, "
1258 "worüber der Anwender Bescheid wissen sollte. Falls Sie überhaupt keine "
1259 "Nachrichten haben, ist es nicht nötig, Ihrem Paket eine <filename>debian/"
1260 "NEWS</filename>-Datei mitzugeben. Keine Nachricht ist eine gute Nachricht!"
1261
1262 #. type: Content of: <chapter><section><title>
1263 #: best-pkging-practices.dbk:620
1264 msgid "Best practices for maintainer scripts"
1265 msgstr "Optimale Vorgehensweisen für Betreuerskripte"
1266
1267 #. type: Content of: <chapter><section><para>
1268 #: best-pkging-practices.dbk:622
1269 msgid ""
1270 "Maintainer scripts include the files <filename>debian/postinst</filename>, "
1271 "<filename>debian/preinst</filename>, <filename>debian/prerm</filename> and "
1272 "<filename>debian/postrm</filename>.  These scripts take care of any package "
1273 "installation or deinstallation setup which isn't handled merely by the "
1274 "creation or removal of files and directories.  The following instructions "
1275 "supplement the <ulink url=\"&url-debian-policy;\">Debian Policy</ulink>."
1276 msgstr ""
1277 "Betreuerskripte beinhalten die Dateien <filename>debian/postinst</filename>, "
1278 "<filename>debian/preinst</filename>, <filename>debian/prerm</filename> und "
1279 "<filename>debian/postrm</filename>. Diese Skripte geben auf jede "
1280 "Installations- oder Deinstallationseinrichtung des Pakets acht, die bloß "
1281 "durch Erstellen und Entfernen von Dateien und Verzeichnissen gehandhabt "
1282 "wird. Die folgenden Anweisungen ergänzen die <ulink url=\"&url-debian-policy;"
1283 "\">Debian Policy</ulink>."
1284
1285 #. type: Content of: <chapter><section><para>
1286 #: best-pkging-practices.dbk:630
1287 msgid ""
1288 "Maintainer scripts must be idempotent.  That means that you need to make "
1289 "sure nothing bad will happen if the script is called twice where it would "
1290 "usually be called once."
1291 msgstr ""
1292 "Betreuerskripte müssen Idempotent sein. Dies bedeuted, dass Sie "
1293 "sicherstellen müssen, dass nichts Schlimmes passiert, wenn das Skript "
1294 "zweimal aufgerufen wird, während es normalerweise einmal aufgerufen würde."
1295
1296 #. type: Content of: <chapter><section><para>
1297 #: best-pkging-practices.dbk:635
1298 msgid ""
1299 "Standard input and output may be redirected (e.g.  into pipes) for logging "
1300 "purposes, so don't rely on them being a tty."
1301 msgstr ""
1302 "Standardein- und -ausgabe könnten zu Protokollierungszwecken umgeleitet "
1303 "werden (z.B. in Pipes), verlassen Sie sich daher nicht darauf, dass sie ein "
1304 "Terminal sind."
1305
1306 #. type: Content of: <chapter><section><para>
1307 #: best-pkging-practices.dbk:639
1308 msgid ""
1309 "All prompting or interactive configuration should be kept to a minimum.  "
1310 "When it is necessary, you should use the <systemitem role=\"package"
1311 "\">debconf</systemitem> package for the interface.  Remember that prompting "
1312 "in any case can only be in the <literal>configure</literal> stage of the "
1313 "<filename>postinst</filename> script."
1314 msgstr ""
1315 "Jegliche Bedienerführung oder interaktive Konfiguration sollte so gering wie "
1316 "möglich gehalten werden. Wenn es nötig ist, sollten Sie das Paket "
1317 "<systemitem role=\"package\">debconf</systemitem> für die Schnittstelle "
1318 "benutzen. Denken Sie daran, dass diese Bedienerführung nur in der "
1319 "<literal>configure</literal>-Stufe des <filename>postinst</filename>-Skripts "
1320 "stattfinden kann."
1321
1322 #. type: Content of: <chapter><section><para>
1323 #: best-pkging-practices.dbk:646
1324 msgid ""
1325 "Keep the maintainer scripts as simple as possible.  We suggest you use pure "
1326 "POSIX shell scripts.  Remember, if you do need any bash features, the "
1327 "maintainer script must have a bash shebang line.  POSIX shell or Bash are "
1328 "preferred to Perl, since they enable <systemitem role=\"package\">debhelper</"
1329 "systemitem> to easily add bits to the scripts."
1330 msgstr ""
1331 "Halten Sie die Betreuerskripte so einfach wie möglich. Es wird empfohlen, "
1332 "nur reine POSIX-Shell-Skripte zu benutzen. Falls Sie irgendwelche Bash-"
1333 "Funktionen benötigen, vergessen Sie nicht, dass das Betreuerskript eine "
1334 "Shebang-Zeile haben muss. POSIX-Shell oder Bash werden für Perl bevorzugt, "
1335 "da sie <systemitem role=\"package\">debhelper</systemitem> ermöglichen, den "
1336 "Skripten einfach Teile hinzuzufügen."
1337
1338 #. type: Content of: <chapter><section><para>
1339 #: best-pkging-practices.dbk:653
1340 msgid ""
1341 "If you change your maintainer scripts, be sure to test package removal, "
1342 "double installation, and purging.  Be sure that a purged package is "
1343 "completely gone, that is, it must remove any files created, directly or "
1344 "indirectly, in any maintainer script."
1345 msgstr ""
1346 "Falls Sie Ihre Betreuerskripte ändern, stellen Sie sicher, dass Sie das "
1347 "Entfernen des Pakets, die mehrmalige Installation und das vollständige "
1348 "Entfernen testen. Vergewissern Sie sich, dass nach dem vollständigen "
1349 "Entfernen des Pakets alles komplett weg ist, sprich, es muss jede erzeugte "
1350 "Datei entfernen, die direkt oder indirekt in irgendeinem Betreuerskript "
1351 "erstellt wurde."
1352
1353 #. type: Content of: <chapter><section><para>
1354 #: best-pkging-practices.dbk:659
1355 msgid ""
1356 "If you need to check for the existence of a command, you should use "
1357 "something like"
1358 msgstr ""
1359 "Falls Sie prüfen möchten, ob ein Befehl existiert, sollten Sie so etwas "
1360 "benutzen:"
1361
1362 #. type: Content of: <chapter><section><programlisting>
1363 #: best-pkging-practices.dbk:662
1364 #, no-wrap
1365 msgid "if [ -x /usr/sbin/install-docs ]; then ..."
1366 msgstr "if [ -x /usr/sbin/install-docs ]; then ..."
1367
1368 #. type: Content of: <chapter><section><para>
1369 #: best-pkging-practices.dbk:664
1370 msgid ""
1371 "If you don't wish to hard-code the path of a command in your maintainer "
1372 "script, the following POSIX-compliant shell function may help:"
1373 msgstr ""
1374 "Falls Sie nicht dem Pfad eines Befehls fest ins Betreuerskript schreiben "
1375 "möchten, könnte die folgende POSIX-konforme Shell-Funktion helfen:"
1376
1377 #. type: Content of: <chapter><section><para>
1378 #: best-pkging-practices.dbk:669
1379 msgid ""
1380 "You can use this function to search <varname>$PATH</varname> for a command "
1381 "name, passed as an argument.  It returns true (zero) if the command was "
1382 "found, and false if not.  This is really the most portable way, since "
1383 "<literal>command -v</literal>, <command>type</command>, and <command>which</"
1384 "command> are not POSIX."
1385 msgstr ""
1386 "Sie können diese Funktion benutzen, um <varname>$PATH</varname> nach einem "
1387 "Befehlsnamen zu durchsuchen, der als Argument übergegeben wird. Sie gibt "
1388 "»true« (null) zurück, falls der Befehl gefunden wurde und »false«, falls "
1389 "nicht. Dies ist wirklich die portierbarste Möglichkeit, da <literal>command -"
1390 "v</literal>, <command>type</command> und <command>which</command> nicht "
1391 "POSIX-konform sind."
1392
1393 #. type: Content of: <chapter><section><para>
1394 #: best-pkging-practices.dbk:676
1395 msgid ""
1396 "While <command>which</command> is an acceptable alternative, since it is "
1397 "from the required <systemitem role=\"package\">debianutils</systemitem> "
1398 "package, it's not on the root partition.  That is, it's in <filename>/usr/"
1399 "bin</filename> rather than <filename>/bin</filename>, so one can't use it in "
1400 "scripts which are run before the <filename>/usr</filename> partition is "
1401 "mounted.  Most scripts won't have this problem, though."
1402 msgstr ""
1403 "Obwohl <command>which</command> eine akzeptable Alternative ist, da es aus "
1404 "dem benötigten Paket <systemitem role=\"package\">debianutils</systemitem> "
1405 "stammt, liegt es nicht auf der Wurzel-Partition. Zumindest liegt es eher in "
1406 "<filename>/usr/bin</filename> als in <filename>/bin</filename>, so dass es "
1407 "nicht in Skripten benutzt werden kann, die vor dem Einhängen von <filename>/"
1408 "usr</filename> ausgeführt werden. Dieses Problem werden allerdings die "
1409 "meisten Skripte nicht haben."
1410
1411 #. type: Content of: <chapter><section><title>
1412 #: best-pkging-practices.dbk:686
1413 msgid ""
1414 "Configuration management with <systemitem role=\"package\">debconf</"
1415 "systemitem>"
1416 msgstr ""
1417 "Konfigurationsverwaltung mit <systemitem role=\"package\">debconf</"
1418 "systemitem>"
1419
1420 #. type: Content of: <chapter><section><para>
1421 #: best-pkging-practices.dbk:688
1422 msgid ""
1423 "<systemitem role=\"package\">Debconf</systemitem> is a configuration "
1424 "management system which can be used by all the various packaging scripts "
1425 "(<filename>postinst</filename> mainly) to request feedback from the user "
1426 "concerning how to configure the package.  Direct user interactions must now "
1427 "be avoided in favor of <systemitem role=\"package\">debconf</systemitem> "
1428 "interaction.  This will enable non-interactive installations in the future."
1429 msgstr ""
1430 "<systemitem role=\"package\">Debconf</systemitem> ist ein "
1431 "Konfigurationsverwaltungssystem, das von allerlei Paketierungsskripten "
1432 "(hauptsächlich <filename>postinst</filename>) benutzt werden kann, um "
1433 "Rückmeldungen von Anwendern betreffend der Paketkonfiguration abzufragen. "
1434 "Direkte Benutzer-Interaktion muss nun zugunsten der Interaktion mit "
1435 "<systemitem role=\"package\">debconf</systemitem> vermieden werden. Dies "
1436 "wird in Zukunft nicht interaktive Installationen ermöglichen."
1437
1438 #. type: Content of: <chapter><section><para>
1439 #: best-pkging-practices.dbk:696
1440 msgid ""
1441 "Debconf is a great tool but it is often poorly used.  Many common mistakes "
1442 "are listed in the <citerefentry> <refentrytitle>debconf-devel</"
1443 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> man page.  It is "
1444 "something that you must read if you decide to use debconf.  Also, we "
1445 "document some best practices here."
1446 msgstr ""
1447 "Debconf ist ein großartiges Werkzeug, aber es wird oft mangelhaft benutzt. "
1448 "Viele alltägliche Fehler sind auf der Handbuchseite <citerefentry> "
1449 "<refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</manvolnum> </"
1450 "citerefentry> aufgeführt. Manchmal ist es nötig zu lesen, falls Sie sich "
1451 "entscheiden Debconf zu benutzen. Außerdem werden hier ein paar optimale "
1452 "Vorgehensweisen vorgestellt."
1453
1454 #. type: Content of: <chapter><section><para>
1455 #: best-pkging-practices.dbk:703
1456 msgid ""
1457 "These guidelines include some writing style and typography recommendations, "
1458 "general considerations about debconf usage as well as more specific "
1459 "recommendations for some parts of the distribution (the installation system "
1460 "for instance)."
1461 msgstr ""
1462 "Diese Richtlinien enthalten einige Schreibstil- und Typografie-Empfehlungen, "
1463 "allgemeine Betrachtungen über die Benutzung von Debconf, ebenso wie "
1464 "spezifischere Empfehlungen für einige Teile der Distribution (das "
1465 "Installationssystem besispielsweise)."
1466
1467 #. type: Content of: <chapter><section><section><title>
1468 #: best-pkging-practices.dbk:709
1469 msgid "Do not abuse debconf"
1470 msgstr "Missbrauchen Sie Debconf nicht"
1471
1472 #. type: Content of: <chapter><section><section><para>
1473 #: best-pkging-practices.dbk:711
1474 msgid ""
1475 "Since debconf appeared in Debian, it has been widely abused and several "
1476 "criticisms received by the Debian distribution come from debconf abuse with "
1477 "the need of answering a wide bunch of questions before getting any little "
1478 "thing installed."
1479 msgstr ""
1480 "Seit Debconf in Debian erschien, wurde es verbreitet missbraucht und viel "
1481 "von der Kritik, die bei der Debian-Distribution einging, rührte vom Debconf-"
1482 "Missbrauch mit der Notwendigkeit, ein großes Fragenbündel zu beantworten, "
1483 "bevor eine Kleinigkeit installiert war."
1484
1485 #. type: Content of: <chapter><section><section><para>
1486 #: best-pkging-practices.dbk:717
1487 msgid ""
1488 "Keep usage notes to what they belong: the <filename>NEWS.Debian</filename>, "
1489 "or <filename>README.Debian</filename> file.  Only use notes for important "
1490 "notes which may directly affect the package usability.  Remember that notes "
1491 "will always block the install until confirmed or bother the user by email."
1492 msgstr ""
1493 "Behalten Sie Aufrufnotizen dort, wozu sie gehören: den Dateien "
1494 "<filename>NEWS.Debian</filename> oder <filename>README.Debian</filename>. "
1495 "Benutzen Sie nur Notizen für wichtige Anmerkungen, die direkt die "
1496 "Benutzbarkeit des Pakets beeinflussen. Bedenken Sie, dass Notizen die "
1497 "Installation immer blockieren, bis Sie bestätigt wurden oder den Anwender "
1498 "per E-Mail bleästigt haben."
1499
1500 #. type: Content of: <chapter><section><section><para>
1501 #: best-pkging-practices.dbk:723
1502 msgid ""
1503 "Carefully choose the questions priorities in maintainer scripts.  See "
1504 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
1505 "manvolnum> </citerefentry> for details about priorities.  Most questions "
1506 "should use medium and low priorities."
1507 msgstr ""
1508 "Wählen Sie die Prioritäten der Fragen in Betreuerskripten sorgfältig. "
1509 "Einzelheiten über Prioritäten finden Sie unter <citerefentry> "
1510 "<refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</manvolnum> </"
1511 "citerefentry>. Die meisten Fragen sollten mittlere oder niedrige Prioritäten "
1512 "nutzen."
1513
1514 #. type: Content of: <chapter><section><section><title>
1515 #: best-pkging-practices.dbk:731
1516 msgid "General recommendations for authors and translators"
1517 msgstr "Allgemeine Empfehlungen für Autoren und Übersetzer"
1518
1519 #. type: Content of: <chapter><section><section><section><title>
1520 #: best-pkging-practices.dbk:733
1521 msgid "Write correct English"
1522 msgstr "Schreiben Sie korrektes Englisch."
1523
1524 #. type: Content of: <chapter><section><section><section><para>
1525 #: best-pkging-practices.dbk:735
1526 msgid ""
1527 "Most Debian package maintainers are not native English speakers.  So, "
1528 "writing properly phrased templates may not be easy for them."
1529 msgstr ""
1530 "Die meisten Debian-Paketbetreuer haben nicht Englisch als Muttersprache. "
1531 "Daher ist es für sie nicht einfach, korrekt formulierte Schablonen zu "
1532 "verfassen."
1533
1534 #. type: Content of: <chapter><section><section><section><para>
1535 #: best-pkging-practices.dbk:739
1536 msgid ""
1537 "Please use (and abuse) &email-debian-l10n-english; mailing list.  Have your "
1538 "templates proofread."
1539 msgstr ""
1540 "Bitte benutzen (und missbrauchen) Sie die Mailingliste &email-debian-l10n-"
1541 "english;. Lassen Sie Ihre Schablonen korrekturlesen."
1542
1543 #. type: Content of: <chapter><section><section><section><para>
1544 #: best-pkging-practices.dbk:743
1545 msgid ""
1546 "Badly written templates give a poor image of your package, of your work... "
1547 "or even of Debian itself."
1548 msgstr ""
1549 "Schlecht geschriebene Schablonen werfen ein armseliges Bild auf Ihr Paket, "
1550 "Ihre Arbeit ... oder sogar auf Debian selbst."
1551
1552 #. type: Content of: <chapter><section><section><section><para>
1553 #: best-pkging-practices.dbk:747
1554 msgid ""
1555 "Avoid technical jargon as much as possible.  If some terms sound common to "
1556 "you, they may be impossible to understand for others.  If you cannot avoid "
1557 "them, try to explain them (use the extended description).  When doing so, "
1558 "try to balance between verbosity and simplicity."
1559 msgstr ""
1560 "Vermeiden Sie soweit möglich technische Fachsprache. Wenn sich einige "
1561 "Begriffe für Sie vertraut anhören, könnten sie für andere unverständlich "
1562 "sein. Falls sie sich nicht vermeiden lassen, versuchen Sie sie zu erklären "
1563 "(benutzen Sie die längere Beschreibung). Versuchen Sie dabei, zwischen "
1564 "Aussagekraft und Einfachheit abzuwägen."
1565
1566 #. type: Content of: <chapter><section><section><section><title>
1567 #: best-pkging-practices.dbk:755
1568 msgid "Be kind to translators"
1569 msgstr "Seien sie nett zu Übersetzern"
1570
1571 #. type: Content of: <chapter><section><section><section><para>
1572 #: best-pkging-practices.dbk:757
1573 msgid ""
1574 "Debconf templates may be translated.  Debconf, along with its sister package "
1575 "<command>po-debconf</command> offers a simple framework for getting "
1576 "templates translated by translation teams or even individuals."
1577 msgstr ""
1578 "Debconf-Schablonen können übersetzt werden. Debconf bietet zusammen mit "
1579 "seinem Schwesterpaket <command>po-debconf</command> ein einfaches Gerüst, um "
1580 "Schablonen durch Übersetzer-Teams oder sogar einzelne Personen übersetzen zu "
1581 "lassen."
1582
1583 #. type: Content of: <chapter><section><section><section><para>
1584 #: best-pkging-practices.dbk:762
1585 msgid ""
1586 "Please use gettext-based templates.  Install <systemitem role=\"package\">po-"
1587 "debconf</systemitem> on your development system and read its documentation "
1588 "(<command>man po-debconf</command> is a good start)."
1589 msgstr ""
1590 "Bitte benutzen Sie Gettext-basierte Schablonen. Installieren Sie <systemitem "
1591 "role=\"package\">po-debconf</systemitem> auf Ihrem Entwicklungssystem und "
1592 "lesen Sie dessen Dokumentation (<command>man po-debconf</command> ist ein "
1593 "guter Anfang)."
1594
1595 #. type: Content of: <chapter><section><section><section><para>
1596 #: best-pkging-practices.dbk:767
1597 msgid ""
1598 "Avoid changing templates too often.  Changing templates text induces more "
1599 "work to translators which will get their translation fuzzied.  A fuzzy "
1600 "translation is a string for which the original changed since it was "
1601 "translated, therefore requiring some update by a translator to be usable.  "
1602 "When changes are small enough, the original translation is kept in PO files "
1603 "but marked as <literal>fuzzy</literal>."
1604 msgstr ""
1605 "Vermeiden Sie, Schablonen häufig zu ändern. Das Ändern von Schablonen führt "
1606 "zu Mehrarbeit für Übersetzer, deren Übersetzungen unvollständig werden. Eine "
1607 "unvollständige Übersetzung ist eine Zeichenkette, bei der sich seit dem "
1608 "Übersetzen das Original geändert hat und das daher eine Aktualisierung durch "
1609 "den Übersetzer benötigt. Wenn die Änderungen klein genug sind, wird die "
1610 "Originalübersetzung in den PO-Dateien beibehalten und mit <literal>fuzzy</"
1611 "literal> gekennzeichnet."
1612
1613 #. type: Content of: <chapter><section><section><section><para>
1614 #: best-pkging-practices.dbk:775
1615 msgid ""
1616 "If you plan to do changes to your original templates, please use the "
1617 "notification system provided with the <systemitem role=\"package\">po-"
1618 "debconf</systemitem> package, namely the <command>podebconf-report-po</"
1619 "command>, to contact translators.  Most active translators are very "
1620 "responsive and getting their work included along with your modified "
1621 "templates will save you additional uploads.  If you use gettext-based "
1622 "templates, the translator's name and e-mail addresses are mentioned in the "
1623 "PO files headers and will be used by <command>podebconf-report-po</command>."
1624 msgstr ""
1625 "Falls Sie planen, Änderungen an Ihren Originalschablonen vorzunehmen, "
1626 "benutzen Sie bitte das Benachrichtigungssystem namens <command>podebconf-"
1627 "report-po</command>, das vom Paket <systemitem role=\"package\">po-debconf</"
1628 "systemitem> bereitgestellt wird, um die Übersetzer zu kontaktieren. Die "
1629 "meisten aktiven Übersetzer sind sehr zugänglich und Ihre Arbeit zusammen mit "
1630 "Ihren geänderten Schablonen einzubeziehen, wird Sie vor zusätzlichen Uploads "
1631 "bewahren. Falls Sie Gettext-basierte Schablonen verwenden, werden die Namen "
1632 "und E-Mail-Adressen der Übersetzer in den Kopfzeilen der PO-Dateien erwähnt "
1633 "und von <command>podebconf-report-po</command> benutzt."
1634
1635 #. type: Content of: <chapter><section><section><section><para>
1636 #: best-pkging-practices.dbk:787
1637 msgid "A recommended use of that utility is:"
1638 msgstr "Ein empfohlene Art, das Hilfswerkzeug zu benutzen ist:"
1639
1640 #. type: Content of: <chapter><section><section><section><programlisting>
1641 #: best-pkging-practices.dbk:789
1642 #, no-wrap
1643 msgid "cd debian/po &amp;&amp; podebconf-report-po --call --languageteam --withtranslators --deadline=\"+10 days\""
1644 msgstr "cd debian/po &amp;&amp; podebconf-report-po --call --languageteam --withtranslators --deadline=\"+10 days\""
1645
1646 #. type: Content of: <chapter><section><section><section><para>
1647 #: best-pkging-practices.dbk:791
1648 msgid ""
1649 "This command will first synchronize the PO and POT files in <filename>debian/"
1650 "po</filename> with the templates files listed in <filename>debian/po/"
1651 "POTFILES.in</filename>.  Then, it will send a call for new translations, in "
1652 "the &email-debian-i18n; mailing list. Finally, it will also send a call for "
1653 "translation updates to the language team (mentioned in the <literal>Language-"
1654 "Team</literal> field of each PO file)  as well as the last translator "
1655 "(mentioned in <literal>Last-translator</literal>)."
1656 msgstr ""
1657 "Dieser Befehl wird zuerst die PO- und POT-Dateien in <filename>debian/po</"
1658 "filename> mit dem Schablonendateien synchronisieren, die in <filename>debian/"
1659 "po/POTFILES.in</filename> aufgeführt sind. Dann wird er einen Aufruf für "
1660 "neue Übersetzungen an die Mailingliste &email-debian-i18n; senden. Am "
1661 "Schluss wird er außerdem einen Aufruf für neue Übersetzungen an das Sprach-"
1662 "Team (im Feld <literal>Language-Team</literal> jeder PO-Datei erwähnt) sowie "
1663 "den letzten Übersetzer (erwähnt in <literal>Last-translator</literal>) "
1664 "senden."
1665
1666 #. type: Content of: <chapter><section><section><section><para>
1667 #: best-pkging-practices.dbk:800
1668 msgid ""
1669 "Giving a deadline to translators is always appreciated, so that they can "
1670 "organize their work. Please remember that some translation teams have a "
1671 "formalized translate/review process and a delay lower than 10 days is "
1672 "considered as unreasonable. A shorter delay puts too much pressure on "
1673 "translation teams and should be kept for very minor changes."
1674 msgstr ""
1675 "Es wird immer gewürdigt, wenn Sie den Übersetzern einen Abgabetermin geben, "
1676 "so dass sie ihre Arbeit organisieren können. Bitte denken Sie daran, dass "
1677 "einige Übersetzer-Teams einen formalisierten Übersetzung-/Korrekturprozess "
1678 "haben und eine Zeitspanne, die kürzer als zehn Tage ist, als unangemessen "
1679 "angesehen wird. Eine kürzere Frist übt zuviel Druck auf die Übersetzer-Teams "
1680 "aus und sollte für sehr kleine Änderungen genommen werden."
1681
1682 #. type: Content of: <chapter><section><section><section><para>
1683 #: best-pkging-practices.dbk:807
1684 msgid ""
1685 "If in doubt, you may also contact the translation team for a given language "
1686 "(debian-l10n-xxxxx@&lists-host;), or the &email-debian-i18n; mailing list."
1687 msgstr ""
1688 "Im Zweifelsfall können Sie auch das Übersetzer-Team für eine bestimmte "
1689 "Sprache (debian-l10n-xxxxx@&lists-host;) oder die Mailingliste &email-debian-"
1690 "i18n; kontaktieren."
1691
1692 #. type: Content of: <chapter><section><section><section><title>
1693 #: best-pkging-practices.dbk:814
1694 msgid "Unfuzzy complete translations when correcting typos and spelling"
1695 msgstr ""
1696 "Entfernen Sie die Fuzzy-Markierungen in vollständigen Übersetzungen, wenn "
1697 "Sie Tipp- und Rechtschreibfehler korrigieren."
1698
1699 #. type: Content of: <chapter><section><section><section><para>
1700 #: best-pkging-practices.dbk:816
1701 msgid ""
1702 "When the text of a debconf template is corrected and you are <emphasis role="
1703 "\"strong\">sure</emphasis> that the change does <emphasis role=\"strong"
1704 "\">not</emphasis> affect translations, please be kind to translators and "
1705 "<emphasis>unfuzzy</emphasis> their translations."
1706 msgstr ""
1707 "Wenn der Text einer Debconf-Schablone korrigiert wurde und Sie <emphasis "
1708 "role=\"strong\">sicher</emphasis> sind, dass die Änderung <emphasis role="
1709 "\"strong\">keine</emphasis> Übersetzungen beeinflusst, seien Sie so nett zu "
1710 "Übersetzern, die <emphasis>Fuzzy</emphasis>-Markierungen aus deren "
1711 "Übersetzungen zu entfernen."
1712
1713 #. type: Content of: <chapter><section><section><section><para>
1714 #: best-pkging-practices.dbk:822
1715 msgid ""
1716 "If you don't do so, the whole template will not be translated as long as a "
1717 "translator will send you an update."
1718 msgstr ""
1719 "Falls Sie dies nicht tun, wird die ganze Schablone nicht übersetzt, bis "
1720 "Ihnen ein Übersetzer eine Aktualisierung zusendet."
1721
1722 #. type: Content of: <chapter><section><section><section><para>
1723 #: best-pkging-practices.dbk:826
1724 msgid ""
1725 "To <emphasis>unfuzzy</emphasis> translations, you can use "
1726 "<command>msguntypot</command> (part of the <systemitem role=\"package"
1727 "\">po4a</systemitem> package)."
1728 msgstr ""
1729 "Um die <emphasis>Fuzzy</emphasis>-Markierungen aus Übersetzungen zu "
1730 "entfernen, können Sie <command>msguntypot</command> benutzen (Teil des "
1731 "Pakets <systemitem role=\"package\">po4a</systemitem>)."
1732
1733 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1734 #: best-pkging-practices.dbk:833
1735 msgid "Regenerate the POT and PO files."
1736 msgstr "Erzeugen Sie die POT- und PO-Dateien neu."
1737
1738 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1739 #: best-pkging-practices.dbk:835 best-pkging-practices.dbk:858
1740 #, no-wrap
1741 msgid "debconf-updatepo"
1742 msgstr "debconf-updatepo"
1743
1744 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1745 #: best-pkging-practices.dbk:839
1746 msgid "Make a copy of the POT file."
1747 msgstr "Erstellen Sie eine Kopie der POT-Datei."
1748
1749 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1750 #: best-pkging-practices.dbk:841
1751 #, no-wrap
1752 msgid "cp templates.pot templates.pot.orig"
1753 msgstr "cp templates.pot templates.pot.orig"
1754
1755 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1756 #: best-pkging-practices.dbk:845
1757 msgid "Make a copy of all the PO files."
1758 msgstr "Erstellen Sie eine Kopie aller PO-Dateien."
1759
1760 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1761 #: best-pkging-practices.dbk:847
1762 #, no-wrap
1763 msgid "mkdir po_fridge; cp *.po po_fridge"
1764 msgstr "mkdir po_fridge; cp *.po po_fridge"
1765
1766 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1767 #: best-pkging-practices.dbk:851
1768 msgid "Change the debconf template files to fix the typos."
1769 msgstr ""
1770 "Ändern Sie die Debconf-Schablonen-Dateien, um den Tippfehler zu korrigieren."
1771
1772 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1773 #: best-pkging-practices.dbk:856
1774 msgid "Regenerate the POT and PO files (again)."
1775 msgstr "Erzeugen Sie die POT- und PO-Dateien (wieder) neu."
1776
1777 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1778 #: best-pkging-practices.dbk:860
1779 msgid ""
1780 "At this point, the typo fix fuzzied all the translations, and this "
1781 "unfortunate change is the only one between the PO files of your main "
1782 "directory and the one from the fridge. Here is how to solve this."
1783 msgstr ""
1784 "An dieser Stelle markiert die Korrektur des Tippfehlers alle Übersetzungen "
1785 "mit »fuzzy« und diese unglückliche Änderung ist die einzige zwischen den PO-"
1786 "Dateien Ihres Hauptverzeichnisses und den aus dem Kühlschrank. Hier nun eine "
1787 "Erklärung, wie das gelöst wird."
1788
1789 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1790 #: best-pkging-practices.dbk:867
1791 msgid "Discard fuzzy translation, restore the ones from the fridge."
1792 msgstr ""
1793 "Verwerfen Sie die mit »fuzzy« markierte Übersetzung und stellen Sie die aus "
1794 "dem Kühlschrank wieder her."
1795
1796 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1797 #: best-pkging-practices.dbk:869
1798 #, no-wrap
1799 msgid "cp po_fridge/*.po ."
1800 msgstr "cp po_fridge/*.po ."
1801
1802 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1803 #: best-pkging-practices.dbk:873
1804 msgid ""
1805 "Manually merge the PO files with the new POT file, but taking the useless "
1806 "fuzzy into account."
1807 msgstr ""
1808 "Führen Sie manuell die PO-Dateien mit der neuen POT-Datei zusammen, aber "
1809 "berücksichtigen Sie das nutzlose »fuzzy«."
1810
1811 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1812 #: best-pkging-practices.dbk:875
1813 #, no-wrap
1814 msgid "msguntypot -o templates.pot.orig -n templates.pot *.po"
1815 msgstr "msguntypot -o templates.pot.orig -n templates.pot *.po"
1816
1817 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1818 #: best-pkging-practices.dbk:879
1819 msgid "Clean up."
1820 msgstr "Räumen Sie auf."
1821
1822 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1823 #: best-pkging-practices.dbk:881
1824 #, no-wrap
1825 msgid "rm -rf templates.pot.orig po_fridge"
1826 msgstr "rm -rf templates.pot.orig po_fridge"
1827
1828 #. type: Content of: <chapter><section><section><section><title>
1829 #: best-pkging-practices.dbk:887
1830 msgid "Do not make assumptions about interfaces"
1831 msgstr "Treffen Sie keine Annahmen über Schnittstellen."
1832
1833 #. type: Content of: <chapter><section><section><section><para>
1834 #: best-pkging-practices.dbk:889
1835 msgid ""
1836 "Templates text should not make reference to widgets belonging to some "
1837 "debconf interfaces.  Sentences like <emphasis>If you answer Yes...</"
1838 "emphasis> have no meaning for users of graphical interfaces which use "
1839 "checkboxes for boolean questions."
1840 msgstr ""
1841 "Schablonentext sollte keinen Bezug auf Steuerelemente herstellen, die zu "
1842 "irgendwelchen Debconf-Schnittstellen gehören. Sätze wie <emphasis>If you "
1843 "answer Yes...</emphasis> haben keinen Sinn für Benutzer grafischer "
1844 "Oberflächen, die für die Beantwortung logischer Fragen Kontrollkästchen "
1845 "verwenden."
1846
1847 #. type: Content of: <chapter><section><section><section><para>
1848 #: best-pkging-practices.dbk:894
1849 msgid ""
1850 "String templates should also avoid mentioning the default values in their "
1851 "description.  First, because this is redundant with the values seen by the "
1852 "users.  Also, because these default values may be different from the "
1853 "maintainer choices (for instance, when the debconf database was preseeded)."
1854 msgstr ""
1855 "Zeichenkettenschablonen sollten außerdem vermeiden, Vorgabewerte in ihrer "
1856 "Beschreibung zu erwähnen. Erstens sind diese zusätzlich zu den Werten, die "
1857 "der Anwender sieht, vorhanden. Außerdem könnten sich diese Werte von der "
1858 "Auswahl des Paketbetreuers unterscheiden (zum Beispiel, wenn die Debconf-"
1859 "Datenbank vorbelegt war)."
1860
1861 #. type: Content of: <chapter><section><section><section><para>
1862 #: best-pkging-practices.dbk:900
1863 msgid ""
1864 "More generally speaking, try to avoid referring to user actions.  Just give "
1865 "facts."
1866 msgstr ""
1867 "Versuchen Sie, allgemein ausgedrückt, Bezug auf Benutzeraktionen zu "
1868 "vermeiden. Geben Sie nur Tatsachen wieder."
1869
1870 #. type: Content of: <chapter><section><section><section><title>
1871 #: best-pkging-practices.dbk:906
1872 msgid "Do not use first person"
1873 msgstr "Reden Sie nicht in der ersten Person."
1874
1875 #. type: Content of: <chapter><section><section><section><para>
1876 #: best-pkging-practices.dbk:908
1877 msgid ""
1878 "You should avoid the use of first person (<emphasis>I will do this...</"
1879 "emphasis> or <emphasis>We recommend...</emphasis>).  The computer is not a "
1880 "person and the Debconf templates do not speak for the Debian developers.  "
1881 "You should use neutral construction.  Those of you who already wrote "
1882 "scientific publications, just write your templates like you would write a "
1883 "scientific paper.  However, try using active voice if still possible, like "
1884 "<emphasis>Enable this if ...</emphasis> instead of <emphasis>This can be "
1885 "enabled if...</emphasis>."
1886 msgstr ""
1887 "Sie sollten vermeiden, in der ersten Person zu reden (<emphasis>I will do "
1888 "this...</emphasis> oder <emphasis>We recommend...</emphasis>). Der Rechner "
1889 "ist keine Person und die Debconf-Schablonen sprechen nicht stellvertretend "
1890 "für Debian-Entwickler. Sie sollten neutrale Formulierungen benutzen. "
1891 "Diejenigen unter Ihnen, die bereits wissenschaftliche Publikationen verfasst "
1892 "haben, können ihre Schablonen so schreiben, als würden Sie wissenschaftliche "
1893 "Papiere verfassen. Versuchen Sie jedoch, wenn möglich, eine aktive Anrede zu "
1894 "verwenden, wie <emphasis>Enable this if ...</emphasis> anstelle von "
1895 "<emphasis>This can be enabled if...</emphasis>."
1896
1897 #. type: Content of: <chapter><section><section><section><title>
1898 #: best-pkging-practices.dbk:918
1899 msgid "Be gender neutral"
1900 msgstr "Formulieren Sie geschlechtsneutral"
1901
1902 #. type: Content of: <chapter><section><section><section><para>
1903 #: best-pkging-practices.dbk:920
1904 msgid ""
1905 "The world is made of men and women.  Please use gender-neutral constructions "
1906 "in your writing."
1907 msgstr ""
1908 "Die Welt wird von Männern und Frauen bevölkert. Bitte benutzen Sie in Ihren "
1909 "Texten geschlechtsneutrale Formulierungen."
1910
1911 #. type: Content of: <chapter><section><section><title>
1912 #: best-pkging-practices.dbk:928
1913 msgid "Templates fields definition"
1914 msgstr "Definition von Schablonenfeldern"
1915
1916 #. type: Content of: <chapter><section><section><para>
1917 #: best-pkging-practices.dbk:930
1918 msgid ""
1919 "This part gives some information which is mostly taken from the "
1920 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
1921 "manvolnum> </citerefentry> manual page."
1922 msgstr ""
1923 "Dieser Teil stellt einige Informationen bereit, die meistens von der "
1924 "Handbuchseite <citerefentry> <refentrytitle>debconf-devel</refentrytitle> "
1925 "<manvolnum>7</manvolnum> </citerefentry> abgefragt wird."
1926
1927 # Nicht übersetzen --> siehe Manpage aus letztem String
1928 #. type: Content of: <chapter><section><section><section><title>
1929 #: best-pkging-practices.dbk:935
1930 msgid "Type"
1931 msgstr "Type"
1932
1933 #. type: Content of: <chapter><section><section><section><section><title>
1934 #: best-pkging-practices.dbk:937
1935 msgid "string"
1936 msgstr "string"
1937
1938 #. type: Content of: <chapter><section><section><section><section><para>
1939 #: best-pkging-practices.dbk:939
1940 msgid ""
1941 "Results in a free-form input field that the user can type any string into."
1942 msgstr ""
1943 "resultiert in einem Eingabefeld freier Form, in das der Benutzer jegliche "
1944 "Zeichenkette eingeben kann."
1945
1946 #. type: Content of: <chapter><section><section><section><section><title>
1947 #: best-pkging-practices.dbk:944
1948 msgid "password"
1949 msgstr "password"
1950
1951 #. type: Content of: <chapter><section><section><section><section><para>
1952 #: best-pkging-practices.dbk:946
1953 msgid ""
1954 "Prompts the user for a password.  Use this with caution; be aware that the "
1955 "password the user enters will be written to debconf's database.  You should "
1956 "probably clean that value out of the database as soon as is possible."
1957 msgstr ""
1958 "gibt dem Benutzer eine Eingabeaufforderung für ein Passwort aus. Benutzen "
1959 "Sie dies mit Vorsicht. Vergegenwärtigen Sie sich, dass das Passwort, das der "
1960 "Benutzer eingibt, in die Debconf-Datenbank geschrieben wird. Sie sollten "
1961 "diesen Wert möglicherweise aus der Datenbank löschen, sobald dies möglich "
1962 "ist."
1963
1964 #. type: Content of: <chapter><section><section><section><section><title>
1965 #: best-pkging-practices.dbk:953
1966 msgid "boolean"
1967 msgstr "boolean"
1968
1969 #. type: Content of: <chapter><section><section><section><section><para>
1970 #: best-pkging-practices.dbk:955
1971 msgid ""
1972 "A true/false choice.  Remember: true/false, <emphasis role=\"strong\">not "
1973 "yes/no</emphasis>..."
1974 msgstr ""
1975 "eine Auswahl »wahr/falsch«. Denken Sie daran: true/false, nicht <emphasis "
1976 "role=\"strong\">yes/no</emphasis> ..."
1977
1978 #. type: Content of: <chapter><section><section><section><section><title>
1979 #: best-pkging-practices.dbk:961
1980 msgid "select"
1981 msgstr "select"
1982
1983 #. type: Content of: <chapter><section><section><section><section><para>
1984 #: best-pkging-practices.dbk:963
1985 msgid ""
1986 "A choice between one of a number of values.  The choices must be specified "
1987 "in a field named 'Choices'.  Separate the possible values with commas and "
1988 "spaces, like this: <literal>Choices: yes, no, maybe</literal>."
1989 msgstr ""
1990 "Eine Auswahl aus mehreren Werten. Die Auswahlmöglichkeiten müssen in einem "
1991 "»Choices« benannten Feld angegeben werden. Trennen Sie die möglichen Werte "
1992 "mit Komma und Leerzeichen, wie hier: <literal> Choices: yes, no, maybe</"
1993 "literal>."
1994
1995 #. type: Content of: <chapter><section><section><section><section><para>
1996 #: best-pkging-practices.dbk:968
1997 msgid ""
1998 "If choices are translatable strings, the 'Choices' field may be marked as "
1999 "translatable by using <literal>__Choices</literal>. The double underscore "
2000 "will split out each choice in a separate string."
2001 msgstr ""
2002 "Falls Auswahlmöglichkeiten übersetzbare Zeichenketten sind, könnte das Feld "
2003 "durch Benutzung von <literal>__Choices</literal> als übersetzbar "
2004 "gekennzeichnet werden. Der doppelte Unterstrich wird jede Auswahl in eine "
2005 "separate Zeichenkette heraustrennen."
2006
2007 #. type: Content of: <chapter><section><section><section><section><para>
2008 #: best-pkging-practices.dbk:973
2009 msgid ""
2010 "The <command>po-debconf</command> system also offers interesting "
2011 "possibilities to only mark <emphasis role=\"strong\">some</emphasis> choices "
2012 "as translatable.  Example:"
2013 msgstr ""
2014 "Das System <command>po-debconf</command> bietet außerdem interessante "
2015 "Möglichkeiten nur <emphasis role=\"strong\">einige</emphasis> "
2016 "Auswahlmöglichkeiten als übersetzbar zu kennzeichnen. Ein Beispiel:"
2017
2018 #. type: Content of: <chapter><section><section><section><section><programlisting>
2019 #: best-pkging-practices.dbk:978
2020 #, no-wrap
2021 msgid ""
2022 "Template: foo/bar\n"
2023 "Type: Select\n"
2024 "#flag:translate:3\n"
2025 "__Choices: PAL, SECAM, Other\n"
2026 "_Description: TV standard:\n"
2027 " Please choose the TV standard used in your country.\n"
2028 msgstr ""
2029 "Template: foo/bar\n"
2030 "Type: Select\n"
2031 "#flag:translate:3\n"
2032 "__Choices: PAL, SECAM, Other\n"
2033 "_Description: TV standard:\n"
2034 " Please choose the TV standard used in your country.\n"
2035
2036 #. type: Content of: <chapter><section><section><section><section><para>
2037 #: best-pkging-practices.dbk:986
2038 msgid ""
2039 "In that example, only the 'Other' string is translatable while others are "
2040 "acronyms that should not be translated. The above allows only 'Other' to be "
2041 "included in PO and POT files."
2042 msgstr ""
2043 "In diesem Beispiel ist nur die Zeichenkette »Other« übersetzbar, während das "
2044 "andere Abkürzungen sind, die nicht übersetzt werden sollten. Obiges "
2045 "ermöglicht, dass nur »Other« in die POT- und PO-Dateien eingefügt wird."
2046
2047 #. type: Content of: <chapter><section><section><section><section><para>
2048 #: best-pkging-practices.dbk:991
2049 msgid ""
2050 "The debconf templates flag system offers many such possibilities. The "
2051 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
2052 "manvolnum> </citerefentry> manual page lists all these possibilities."
2053 msgstr ""
2054 "Das Schaltersystem der Debconf-Schablonen bietet viele solcher "
2055 "Möglichkeiten. Die Handbuchseite <citerefentry> <refentrytitle>po-debconf</"
2056 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> führt all diese "
2057 "Möglichkeiten auf."
2058
2059 #. type: Content of: <chapter><section><section><section><section><title>
2060 #: best-pkging-practices.dbk:999
2061 msgid "multiselect"
2062 msgstr "multiselect"
2063
2064 #. type: Content of: <chapter><section><section><section><section><para>
2065 #: best-pkging-practices.dbk:1001
2066 msgid ""
2067 "Like the select data type, except the user can choose any number of items "
2068 "from the choices list (or chose none of them)."
2069 msgstr ""
2070 "Wie der Datentyp »select«, außer dass der Benutzer eine beliebige Anzahl von "
2071 "Elementen aus der Auswahlliste auswählen kann (oder gar keins)."
2072
2073 #. type: Content of: <chapter><section><section><section><section><title>
2074 #: best-pkging-practices.dbk:1007
2075 msgid "note"
2076 msgstr "note"
2077
2078 #. type: Content of: <chapter><section><section><section><section><para>
2079 #: best-pkging-practices.dbk:1009
2080 msgid ""
2081 "Rather than being a question per se, this datatype indicates a note that can "
2082 "be displayed to the user.  It should be used only for important notes that "
2083 "the user really should see, since debconf will go to great pains to make "
2084 "sure the user sees it; halting the install for them to press a key, and even "
2085 "mailing the note to them in some cases."
2086 msgstr ""
2087 "Statt per se eine Frage zu sein, gibt dieser Datentyp eine Anmerkung an, die "
2088 "dem Benutzer angezeigt werden kann. Sie sollte nur für wichtige Anmerkungen "
2089 "benutzt werden, die der Benutzer wirklich sehen sollte, weil Debconf großen "
2090 "Aufwand betreibt, um sicherzustellen, dass der Benutzer sie sieht und die "
2091 "Installation anhält, so dass der Benutzer eine Taste drückt und sogar in "
2092 "manchen Fällen eine Benachrichtigung per E-Mail bekommt."
2093
2094 #. type: Content of: <chapter><section><section><section><section><title>
2095 #: best-pkging-practices.dbk:1018
2096 msgid "text"
2097 msgstr "text"
2098
2099 #. type: Content of: <chapter><section><section><section><section><para>
2100 #: best-pkging-practices.dbk:1020
2101 msgid "This type is now considered obsolete: don't use it."
2102 msgstr "Dieser Typ wird nun als veraltet angesehen: Benutzen Sie ihn nicht."
2103
2104 #. type: Content of: <chapter><section><section><section><section><title>
2105 #: best-pkging-practices.dbk:1025
2106 msgid "error"
2107 msgstr "error"
2108
2109 #. type: Content of: <chapter><section><section><section><section><para>
2110 #: best-pkging-practices.dbk:1027
2111 msgid ""
2112 "This type is designed to handle error messages.  It is mostly similar to the "
2113 "note type.  Frontends may present it differently (for instance, the dialog "
2114 "frontend of cdebconf draws a red screen instead of the usual blue one)."
2115 msgstr ""
2116 "Dieser Typ wurde entworfen, um Fehlermeldungen zu handhaben. Er ist meist "
2117 "dem Typ »note« ähnlich. Oberflächen könnten ihn unterschiedlich anzeigen "
2118 "(die Oberfläche von Cdebconf zeichnet beispielsweise einen roten statt des "
2119 "üblichen blauen Bildschirms)."
2120
2121 #. type: Content of: <chapter><section><section><section><section><para>
2122 #: best-pkging-practices.dbk:1032
2123 msgid ""
2124 "It is recommended to use this type for any message that needs user attention "
2125 "for a correction of any kind."
2126 msgstr ""
2127 "Es wird empfohlen, diesen Typ für jegliche Nachricht zu verwenden, die die "
2128 "Aufmerksamkeit des Anwenders für irgendeine Art von Korrektur auf sich "
2129 "ziehen muss."
2130
2131 #. type: Content of: <chapter><section><section><section><title>
2132 #: best-pkging-practices.dbk:1040
2133 msgid "Description: short and extended description"
2134 msgstr "Description: Kurze und längere Beschreibung"
2135
2136 #. type: Content of: <chapter><section><section><section><para>
2137 #: best-pkging-practices.dbk:1042
2138 msgid ""
2139 "Template descriptions have two parts: short and extended.  The short "
2140 "description is in the Description: line of the template."
2141 msgstr ""
2142 "Schablonenbeschreibungen haben zwei Teile: kurz und länger. Die "
2143 "Kurzbeschreibung steht in der Zeile »Description:« der Schablone."
2144
2145 #. type: Content of: <chapter><section><section><section><para>
2146 #: best-pkging-practices.dbk:1046
2147 msgid ""
2148 "The short description should be kept short (50 characters or so) so that it "
2149 "may be accommodated by most debconf interfaces.  Keeping it short also helps "
2150 "translators, as usually translations tend to end up being longer than the "
2151 "original."
2152 msgstr ""
2153 "Die Kurzbeschreibung sollte knapp gehalten werden (ungefähr 50 Zeichen), so "
2154 "dass sie in den meisten Debconf-Schnittstellen untergebracht werden kann. Es "
2155 "hilft obendrein Übersetzern, wenn sie kurz gehalten wird, da Übersetzungen "
2156 "normalerweise dazu neigen, länger als das Original zu sein."
2157
2158 #. type: Content of: <chapter><section><section><section><para>
2159 #: best-pkging-practices.dbk:1052
2160 msgid ""
2161 "The short description should be able to stand on its own.  Some interfaces "
2162 "do not show the long description by default, or only if the user explicitely "
2163 "asks for it or even do not show it at all.  Avoid things like What do you "
2164 "want to do?"
2165 msgstr ""
2166 "Die Kurzbeschreibung sollte für sich allein stehen können. Einige "
2167 "Schnittstellen zeigen standardmäßig die ausführliche Beschreibung nicht, nur "
2168 "dann, wenn der Benutzer danach fragt oder sogar überhaupt nicht an. "
2169 "Vermeiden Sie Dinge wie »Was möchten Sie tun?«"
2170
2171 #. type: Content of: <chapter><section><section><section><para>
2172 #: best-pkging-practices.dbk:1058
2173 msgid ""
2174 "The short description does not necessarily have to be a full sentence.  This "
2175 "is part of the keep it short and efficient recommendation."
2176 msgstr ""
2177 "Die Kurzbeschreibung muss nicht notwendigerweise aus einem vollständigen "
2178 "Satz bestehen. Dies ist Teil der Forderung nach kurzen, brauchbaren "
2179 "Empfehlungen."
2180
2181 #. type: Content of: <chapter><section><section><section><para>
2182 #: best-pkging-practices.dbk:1062
2183 msgid ""
2184 "The extended description should not repeat the short description word for "
2185 "word.  If you can't think up a long description, then first, think some "
2186 "more.  Post to debian-devel.  Ask for help.  Take a writing class! That "
2187 "extended description is important.  If after all that you still can't come "
2188 "up with anything, leave it blank."
2189 msgstr ""
2190 "Die längere Beschreibung sollte die Kurzbeschreibung nicht Wort für Wort "
2191 "wiederholen. Falls Ihnen keine ausführliche Beschreibung einfällt, denken "
2192 "Sie zuerst etwas mehr nach. Schreiben Sie an Debian-devel. Bitten Sie um "
2193 "Hilfe. Nehmen Sie Schreibunterricht! Diese längere Beschreibung ist wichtig. "
2194 "Falls Sie nach allem noch immer nicht damit zurecht kommen, lassen Sie sie "
2195 "leer."
2196
2197 #. type: Content of: <chapter><section><section><section><para>
2198 #: best-pkging-practices.dbk:1069
2199 msgid ""
2200 "The extended description should use complete sentences.  Paragraphs should "
2201 "be kept short for improved readability.  Do not mix two ideas in the same "
2202 "paragraph but rather use another paragraph."
2203 msgstr ""
2204 "Die längere Beschreibung sollte in ganzen Sätzen verfasst sein. Absätze "
2205 "sollten kurz gehalten werden, um die Leserlichkeit zu verbessern. Vermischen "
2206 "Sie nicht zwei Ideen in einem Absatz, sondern benutzen Sie lieber einen "
2207 "anderen Absatz."
2208
2209 #. type: Content of: <chapter><section><section><section><para>
2210 #: best-pkging-practices.dbk:1074
2211 msgid ""
2212 "Don't be too verbose.  User tend to ignore too long screens.  20 lines are "
2213 "by experience a border you shouldn't cross, because that means that in the "
2214 "classical dialog interface, people will need to scroll, and lot of people "
2215 "just don't do that."
2216 msgstr ""
2217 "Seien Sie nicht zu gesprächig. Benutzer tendieren dazu, zu lange Bildflächen "
2218 "zu ignorieren. 20 Zeilen sind erfahrungsgemäß die Grenze, die Sie nicht "
2219 "überschreiten sollten, da dies bedeuted, dass Anwender klassische "
2220 "Dialogfenster nicht scrollen müssen und viele Leute tun das einfach nicht."
2221
2222 #. type: Content of: <chapter><section><section><section><para>
2223 #: best-pkging-practices.dbk:1080
2224 msgid ""
2225 "The extended description should <emphasis role=\"strong\">never</emphasis> "
2226 "include a question."
2227 msgstr ""
2228 "Die längere Beschreibung sollte <emphasis role=\"strong\">keine</emphasis> "
2229 "Frage enthalten."
2230
2231 #. type: Content of: <chapter><section><section><section><para>
2232 #: best-pkging-practices.dbk:1084
2233 msgid ""
2234 "For specific rules depending on templates type (string, boolean, etc.), "
2235 "please read below."
2236 msgstr ""
2237 "Um etwas über besondere Regeln zu erfahren, die vom Schablonentyp (string, "
2238 "boolean etc.) abhängen, lesen Sie das Folgende."
2239
2240 #. type: Content of: <chapter><section><section><section><title>
2241 #: best-pkging-practices.dbk:1090
2242 msgid "Choices"
2243 msgstr "Choices"
2244
2245 #. type: Content of: <chapter><section><section><section><para>
2246 #: best-pkging-practices.dbk:1092
2247 msgid ""
2248 "This field should be used for select and multiselect types.  It contains the "
2249 "possible choices which will be presented to users.  These choices should be "
2250 "separated by commas."
2251 msgstr ""
2252 "Dieses Feld sollte für »select«- und »multiselect«-Typen verwandt werden. Es "
2253 "enthält die Auswahlmöglichkeiten, die dem Benutzer angezeigt werden. Diese "
2254 "Auswahlmöglichkeiten sollten durch Kommas getrennt werden."
2255
2256 #. type: Content of: <chapter><section><section><section><title>
2257 #: best-pkging-practices.dbk:1099
2258 msgid "Default"
2259 msgstr "Default"
2260
2261 #. type: Content of: <chapter><section><section><section><para>
2262 #: best-pkging-practices.dbk:1101
2263 msgid ""
2264 "This field is optional.  It contains the default answer for string, select "
2265 "and multiselect templates.  For multiselect templates, it may contain a "
2266 "comma-separated list of choices."
2267 msgstr ""
2268 "Dieses Feld ist optional. Es enthält die vorgegebene Antwort für die "
2269 "»string«-, »select«- und »multiselect«-Schablonen. Für »multiselect«-"
2270 "Schablonen könnte es eine durch Kommas getrennte Auswahlliste enthalten."
2271
2272 #. type: Content of: <chapter><section><section><title>
2273 #: best-pkging-practices.dbk:1110
2274 msgid "Templates fields specific style guide"
2275 msgstr "Stil-Anleitung speziell für Schablonenfelder"
2276
2277 #. type: Content of: <chapter><section><section><section><title>
2278 #: best-pkging-practices.dbk:1112
2279 msgid "Type field"
2280 msgstr "Feld »Type«"
2281
2282 #. type: Content of: <chapter><section><section><section><para>
2283 #: best-pkging-practices.dbk:1114
2284 msgid ""
2285 "No specific indication except: use the appropriate type by referring to the "
2286 "previous section."
2287 msgstr ""
2288 "keine besondere Angabe, außer: Benutzen Sie den geeigneten Typ bezogen auf "
2289 "den vorhergehenden Abschnitt."
2290
2291 #. type: Content of: <chapter><section><section><section><title>
2292 #: best-pkging-practices.dbk:1120
2293 msgid "Description field"
2294 msgstr "Feld »Description«"
2295
2296 #. type: Content of: <chapter><section><section><section><para>
2297 #: best-pkging-practices.dbk:1122
2298 msgid ""
2299 "Below are specific instructions for properly writing the Description (short "
2300 "and extended) depending on the template type."
2301 msgstr ""
2302 "Es folgen spezifische Anweisungen für ordnungsgemäßes Verfassen der "
2303 "Beschreibung (kurz und länger), abhängig vom Schablonentyp."
2304
2305 #. type: Content of: <chapter><section><section><section><section><title>
2306 #: best-pkging-practices.dbk:1126
2307 msgid "String/password templates"
2308 msgstr "»string«-/»password«-Schablonen"
2309
2310 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2311 #: best-pkging-practices.dbk:1130
2312 msgid ""
2313 "The short description is a prompt and <emphasis role=\"strong\">not</"
2314 "emphasis> a title.  Avoid question style prompts (IP Address?) in favour of "
2315 "opened prompts (IP address:).  The use of colons is recommended."
2316 msgstr ""
2317 "Die Kurzbeschreibung ist eine Abfrage und <emphasis role=\"strong\">kein</"
2318 "emphasis> Titel. Vermeiden Sie den Fragestil (IP address?) und geben Sie "
2319 "offenen Abfragen (IP address:) den Vorzug. Es wird empfohlen Doppelpunkte zu "
2320 "benutzen."
2321
2322 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2323 #: best-pkging-practices.dbk:1137
2324 msgid ""
2325 "The extended description is a complement to the short description.  In the "
2326 "extended part, explain what is being asked, rather than ask the same "
2327 "question again using longer words.  Use complete sentences.  Terse writing "
2328 "style is strongly discouraged."
2329 msgstr ""
2330 "Die längere Beschreibung ist eine Ergänzung der Kurzbeschreibung. Im "
2331 "erweiterten Teil erklären Sie, was gefragt ist, anstatt die gleiche Frage in "
2332 "längerer Formulierung wieder zu stellen. Benutzen Sie ganze Sätze. Von "
2333 "knappem Schreibstil wird strikt abgeraten."
2334
2335 #. type: Content of: <chapter><section><section><section><section><title>
2336 #: best-pkging-practices.dbk:1147
2337 msgid "Boolean templates"
2338 msgstr "»boolean«-Schablonen"
2339
2340 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2341 #: best-pkging-practices.dbk:1151
2342 msgid ""
2343 "The short description should be phrased in the form of a question which "
2344 "should be kept short and should generally end with a question mark.  Terse "
2345 "writing style is permitted and even encouraged if the question is rather "
2346 "long (remember that translations are often longer than original versions)."
2347 msgstr ""
2348 "Die Kurzbeschreibung sollte in der Frageform ausgedrückt werden, die kurz "
2349 "gehalten und generell mit einem Fragezeichen beendet werden sollte. Knapper "
2350 "Schreibstil ist erlaubt und sogar gewollt, falls die Frage eher lang ist. "
2351 "(Denken Sie daran, dass Übersetzungen oft länger als die Originalversionen "
2352 "sind.)"
2353
2354 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2355 #: best-pkging-practices.dbk:1159
2356 msgid ""
2357 "Again, please avoid referring to specific interface widgets.  A common "
2358 "mistake for such templates is if you answer Yes-type constructions."
2359 msgstr ""
2360 "Nochmals: Bitte vermeiden Sie, sich auf Schnittstellen-spezifische Dinge zu "
2361 "beziehen. Es ist ein häufiges Missverständnis bei solchen Schablonen, wenn "
2362 "Sie Ja-Typ-Konstruktionen antworten."
2363
2364 #. type: Content of: <chapter><section><section><section><section><title>
2365 #: best-pkging-practices.dbk:1167
2366 msgid "Select/Multiselect"
2367 msgstr "»select«/»multiselect«"
2368
2369 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2370 #: best-pkging-practices.dbk:1171
2371 msgid ""
2372 "The short description is a prompt and <emphasis role=\"strong\">not</"
2373 "emphasis> a title.  Do <emphasis role=\"strong\">not</emphasis> use useless "
2374 "Please choose...  constructions.  Users are clever enough to figure out they "
2375 "have to choose something...:)"
2376 msgstr ""
2377 "Die Kurzbeschreibung ist eine Abfrage und <emphasis role=\"strong\">kein</"
2378 "emphasis> Titel. Benutzen Sie <emphasis role=\"strong\">keine</emphasis> "
2379 "nutzlosen »Please choose...«-Konstruktionen. Anwender sind klug genug "
2380 "herauszufinden, dass sie etwas auswählen sollen ... :)"
2381
2382 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2383 #: best-pkging-practices.dbk:1179
2384 msgid ""
2385 "The extended description will complete the short description.  It may refer "
2386 "to the available choices.  It may also mention that the user may choose more "
2387 "than one of the available choices, if the template is a multiselect one "
2388 "(although the interface often makes this clear)."
2389 msgstr ""
2390 "Die längere Beschreibung wird die Kurzbeschreibung vervollständigen. Sie "
2391 "könnte sich auf die verfügbaren Auswahlmöglichkeiten beziehen. Sie könnte "
2392 "zudem erwähnen, dass der Anwender unter mehr als einer verfügbaren "
2393 "Auswahlmöglichkeit wählen kann, falls es sich um eine »multiselect«-"
2394 "Schablone handelt."
2395
2396 #. type: Content of: <chapter><section><section><section><section><title>
2397 #: best-pkging-practices.dbk:1189
2398 msgid "Notes"
2399 msgstr "»notes«"
2400
2401 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2402 #: best-pkging-practices.dbk:1193
2403 msgid ""
2404 "The short description should be considered to be a <emphasis role=\"strong"
2405 "\">title</emphasis>."
2406 msgstr ""
2407 "Die Kurzbeschreigung sollte als <emphasis role=\"strong\">Titel</emphasis> "
2408 "betrachtet werden."
2409
2410 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2411 #: best-pkging-practices.dbk:1198
2412 msgid ""
2413 "The extended description is what will be displayed as a more detailed "
2414 "explanation of the note.  Phrases, no terse writing style."
2415 msgstr ""
2416 "Die längere Beschreibung ist das, was als detaillierte Erklärung der Notiz "
2417 "angezeigt wird. Sätze, kein knapper Schreibstil."
2418
2419 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2420 #: best-pkging-practices.dbk:1204
2421 msgid ""
2422 "<emphasis role=\"strong\">Do not abuse debconf.</emphasis> Notes are the "
2423 "most common way to abuse debconf.  As written in debconf-devel manual page: "
2424 "it's best to use them only for warning about very serious problems.  The "
2425 "<filename>NEWS.Debian</filename> or <filename>README.Debian</filename> files "
2426 "are the appropriate location for a lot of notes.  If, by reading this, you "
2427 "consider converting your Note type templates to entries in <filename>NEWS."
2428 "Debian</filename> or <filename>README.Debian</filename>, plus consider "
2429 "keeping existing translations for the future."
2430 msgstr ""
2431 "<emphasis role=\"strong\">Missbrauchen Sie Debconf nicht.</emphasis> Notizen "
2432 "sind die häufigste Art, auf die Debconf missbraucht wird. Wie steht doch in "
2433 "der Handbuchseite von »debconf-devel« geschrieben: Es ist am Besten, dies "
2434 "nur für Warnungen über sehr ernsthafte Probleme zu benutzen. Die Dateien "
2435 "<filename>NEWS.Debian</filename> oder <filename>README.Debian</filename> "
2436 "sind für viele Notizen der passende Ort. Denken Sie, wenn Sie dies lesen, "
2437 "darüber nach, Ihre Schablonen des Typs »notes« zu Einträgen in "
2438 "<filename>NEWS.Debian</filename> oder <filename>README.Debian</filename> "
2439 "umzuwandeln und existierende Übersetzungen für die Zukunft aufzubewahren."
2440
2441 #. type: Content of: <chapter><section><section><section><title>
2442 #: best-pkging-practices.dbk:1219
2443 msgid "Choices field"
2444 msgstr "Das Feld »Choices«"
2445
2446 #. type: Content of: <chapter><section><section><section><para>
2447 #: best-pkging-practices.dbk:1221
2448 msgid ""
2449 "If the Choices are likely to change often, please consider using the "
2450 "__Choices trick.  This will split each individual choice into a single "
2451 "string, which will considerably help translators for doing their work."
2452 msgstr ""
2453 "Falls sich »Choices« zu oft ändert, sollten Sie in Betracht ziehen, zum "
2454 "__Choices-Trick zu greifen. Dies wird jede einzelne Auswahl in eine einzelne "
2455 "Zeichenkette aufteilen, was Übersetzern beträchtlich bei ihrer Arbeit helfen "
2456 "wird."
2457
2458 #. type: Content of: <chapter><section><section><section><title>
2459 #: best-pkging-practices.dbk:1228 best-pkging-practices.dbk:1266
2460 msgid "Default field"
2461 msgstr "Das Feld »Default«"
2462
2463 #. type: Content of: <chapter><section><section><section><para>
2464 #: best-pkging-practices.dbk:1230
2465 msgid ""
2466 "If the default value, for a select template, is likely to vary depending on "
2467 "the user language (for instance, if the choice is a language choice), please "
2468 "use the _Default trick."
2469 msgstr ""
2470 "Falls der Vorgabewert für eine Auswahlschablone sich wahrscheinlich abhängig "
2471 "von der Sprache des Anwenders unterscheidet (zum Beispiel, weil es sich bei "
2472 "der Auswahl um eine Sprachauswahl handelt), benutzen Sie bitte den _Default-"
2473 "Trick."
2474
2475 #. type: Content of: <chapter><section><section><section><para>
2476 #: best-pkging-practices.dbk:1235
2477 msgid ""
2478 "This special field allow translators to put the most appropriate choice "
2479 "according to their own language.  It will become the default choice when "
2480 "their language is used while your own mentioned Default Choice will be used "
2481 "when using English."
2482 msgstr ""
2483 "Dieses Spezialfeld ermöglicht Übersetzern, die am Besten zu ihrer Sprache "
2484 "passende Auswahl zu nehmen. Es wird die vorgegebene Auswahl sein, wenn ihre "
2485 "Sprache benutzt wird, während Ihre eigene erwähnte »Default Choice« benutzt "
2486 "wird, wenn Sie Englisch benutzen."
2487
2488 #. type: Content of: <chapter><section><section><section><para>
2489 #: best-pkging-practices.dbk:1241
2490 msgid "Example, taken from the geneweb package templates:"
2491 msgstr "Ein Beispiel aus den Schablonen des Pakets Geneweb:"
2492
2493 #. type: Content of: <chapter><section><section><section><screen>
2494 #: best-pkging-practices.dbk:1244
2495 #, no-wrap
2496 msgid ""
2497 "Template: geneweb/lang\n"
2498 "Type: select\n"
2499 "__Choices: Afrikaans (af), Bulgarian (bg), Catalan (ca), Chinese (zh), Czech (cs), Danish (da), Dutch (nl), English (en), Esperanto (eo), Estonian (et), Finnish (fi), French (fr), German (de), Hebrew (he), Icelandic (is), Italian (it), Latvian (lv), Norwegian (no), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Spanish (es), Swedish (sv)\n"
2500 "# This is the default choice. Translators may put their own language here\n"
2501 "# instead of the default.\n"
2502 "# WARNING : you MUST use the ENGLISH NAME of your language\n"
2503 "# For instance, the french translator will need to put French (fr) here.\n"
2504 "_Default: English[ translators, please see comment in PO files]\n"
2505 "_Description: Geneweb default language:\n"
2506 msgstr ""
2507 "Template: geneweb/lang\n"
2508 "Type: select\n"
2509 "__Choices: Afrikaans (af), Bulgarian (bg), Catalan (ca), Chinese (zh), Czech (cs), Danish (da), Dutch (nl), English (en), Esperanto (eo), Estonian (et), Finnish (fi), French (fr), German (de), Hebrew (he), Icelandic (is), Italian (it), Latvian (lv), Norwegian (no), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Spanish (es), Swedish (sv)\n"
2510 "# This is the default choice. Translators may put their own language here\n"
2511 "# instead of the default.\n"
2512 "# WARNING : you MUST use the ENGLISH NAME of your language\n"
2513 "# For instance, the french translator will need to put French (fr) here.\n"
2514 "_Default: English[ translators, please see comment in PO files]\n"
2515 "_Description: Geneweb default language:\n"
2516
2517 #. type: Content of: <chapter><section><section><section><para>
2518 #: best-pkging-practices.dbk:1255
2519 msgid ""
2520 "Note the use of brackets which allow internal comments in debconf fields.  "
2521 "Also note the use of comments which will show up in files the translators "
2522 "will work with."
2523 msgstr ""
2524 "Beachten Sie, dass die Benutzung von Klammern Kommentare in Debconf-Feldern "
2525 "erlaubt. Beachten Sie außerdem, dass die Benutzung von Kommentaren in "
2526 "Dateien zu sehen sein wird, mit denen Übersetzer arbeiten."
2527
2528 #. type: Content of: <chapter><section><section><section><para>
2529 #: best-pkging-practices.dbk:1260
2530 msgid ""
2531 "The comments are needed as the _Default trick is a bit confusing: the "
2532 "translators may put their own choice"
2533 msgstr ""
2534 "Die Kommentare werden benötigt, da der _Default-Trick etwas verwirrendes "
2535 "ist: Die Übersetzer könnten ihre eigene Auswahl nehmen."
2536
2537 #. type: Content of: <chapter><section><section><section><para>
2538 #: best-pkging-practices.dbk:1268
2539 msgid ""
2540 "Do NOT use empty default field.  If you don't want to use default values, do "
2541 "not use Default at all."
2542 msgstr ""
2543 "Benutzen Sie KEIN leeres »Default«-Feld. Falls Sie keine Vorgabewerte "
2544 "benutzen möchten, benutzen Sie Default überhaupt nicht."
2545
2546 #. type: Content of: <chapter><section><section><section><para>
2547 #: best-pkging-practices.dbk:1272
2548 msgid ""
2549 "If you use po-debconf (and you <emphasis role=\"strong\">should</emphasis>, "
2550 "see <xref linkend=\"s6.5.2.2\"/>), consider making this field translatable, "
2551 "if you think it may be translated."
2552 msgstr ""
2553 "Falls Sie Po-debconf benutzen (und das <emphasis role=\"strong\">sollten </"
2554 "emphasis> Sie, lesen Sie <xref linkend=\"s6.5.2.2\"/>), erwägen Sie, dieses "
2555 "Feld übersetzbar zu machen, wenn Sie der Meinung sind, es könnte übersetzt "
2556 "werden."
2557
2558 #. type: Content of: <chapter><section><section><section><para>
2559 #: best-pkging-practices.dbk:1277
2560 msgid ""
2561 "If the default value may vary depending on language/country (for instance "
2562 "the default value for a language choice), consider using the special "
2563 "_Default type documented in <citerefentry> <refentrytitle>po-debconf</"
2564 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry>."
2565 msgstr ""
2566 "Falls der Vorgabewert von Sprache oder Land abhängen könnte (zum Beispiel, "
2567 "weil es sich bei der Auswahl um eine Sprachauswahl handelt), ziehen Sie in "
2568 "Betracht, den Typ _Default zu benutzen, der in <citerefentry> "
2569 "<refentrytitle>po-debconf</refentrytitle> <manvolnum>7</manvolnum> </"
2570 "citerefentry> dokumentiert wird."
2571
2572 #. type: Content of: <chapter><section><title>
2573 #: best-pkging-practices.dbk:1289
2574 msgid "Internationalization"
2575 msgstr "Internationalisierung"
2576
2577 #. type: Content of: <chapter><section><para>
2578 #: best-pkging-practices.dbk:1291
2579 msgid ""
2580 "This section contains global information for developers to make translators' "
2581 "life easier.  More information for translators and developers interested in "
2582 "internationalization are available in the <ulink url=\"&url-i18n-l10n;"
2583 "\">Internationalisation and localisation in Debian</ulink> documentation."
2584 msgstr ""
2585 "Der zweite Abschnitt enthält globale Informationen für Entwickler, um "
2586 "Übersetzern das Leben leichter zu machen. Weitere Informationen für "
2587 "Übersetzer und Entwickler, die sich für Internationalisierung interessieren, "
2588 "sind in der Dokumentation <ulink url=\"&url-i18n-l10n;"
2589 "\">Internationalisierung und Lokalisierung</ulink> verfügbar."
2590
2591 #. type: Content of: <chapter><section><section><title>
2592 #: best-pkging-practices.dbk:1298
2593 msgid "Handling debconf translations"
2594 msgstr "Handhabung von Debconf-Übersetzungen"
2595
2596 #. type: Content of: <chapter><section><section><para>
2597 #: best-pkging-practices.dbk:1300
2598 msgid ""
2599 "Like porters, translators have a difficult task.  They work on many packages "
2600 "and must collaborate with many different maintainers.  Moreover, most of the "
2601 "time, they are not native English speakers, so you may need to be "
2602 "particularly patient with them."
2603 msgstr ""
2604 "Wie Portierende haben auch Übersetzer noch andere Aufgaben. Sie arbeiten an "
2605 "vielen Paketen und müssen mit vielen verschiedenen Paketbetreuern "
2606 "zusammenwirken. Außerdem ist Englisch meist nicht ihre Muttersprache. Sie "
2607 "sollten ihnen daher besondere Geduld entgegenbringen."
2608
2609 #. type: Content of: <chapter><section><section><para>
2610 #: best-pkging-practices.dbk:1306
2611 msgid ""
2612 "The goal of <systemitem role=\"package\">debconf</systemitem> was to make "
2613 "packages configuration easier for maintainers and for users.  Originally, "
2614 "translation of debconf templates was handled with <command>debconf-"
2615 "mergetemplate</command>.  However, that technique is now deprecated; the "
2616 "best way to accomplish <systemitem role=\"package\">debconf</systemitem> "
2617 "internationalization is by using the <systemitem role=\"package\">po-"
2618 "debconf</systemitem> package.  This method is easier both for maintainer and "
2619 "translators; transition scripts are provided."
2620 msgstr ""
2621 "Das Ziel von <systemitem role=\"package\">debconf</systemitem> war die "
2622 "Vereinfachung der Paketkonfiguration für Betreuer und Anwender. Ursprünglich "
2623 "wurde die Übersetzung von Debconf-Schablonen mit <command>debconf-"
2624 "mergetemplate</command> gehandhabt. Nun wird diese Technik jedoch "
2625 "missbilligt. Die Internationalisierung von <systemitem role=\"package"
2626 "\">debconf</systemitem> ist am besten mit dem Paket <systemitem role="
2627 "\"package\">po-debconf</systemitem> zu erreichen. Diese Methode ist sowohl "
2628 "für Betreuer als auch für Übersetzer einfacher. Es werden Umwandlungsskripte "
2629 "bereitgestellt."
2630
2631 #. type: Content of: <chapter><section><section><para>
2632 #: best-pkging-practices.dbk:1316
2633 msgid ""
2634 "Using <systemitem role=\"package\">po-debconf</systemitem>, the translation "
2635 "is stored in <filename>.po</filename> files (drawing from <command>gettext</"
2636 "command> translation techniques).  Special template files contain the "
2637 "original messages and mark which fields are translatable.  When you change "
2638 "the value of a translatable field, by calling <command>debconf-updatepo</"
2639 "command>, the translation is marked as needing attention from the "
2640 "translators.  Then, at build time, the <command>dh_installdebconf</command> "
2641 "program takes care of all the needed magic to add the template along with "
2642 "the up-to-date translations into the binary packages.  Refer to the "
2643 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
2644 "manvolnum> </citerefentry> manual page for details."
2645 msgstr ""
2646 "Wenn <systemitem role=\"package\">po-debconf</systemitem> benutzt wird, "
2647 "werden sie Übersetzungen in <filename>.po</filename>-Dateien gespeichert "
2648 "(mit <command>gettext</command>-Übersetzungstechniken herausgezogen). "
2649 "Spezielle Schablonendateien enthalten die Originalnachrichten und markieren, "
2650 "welche Felder übersetzbar sind. Wenn Sie den Wert eines übersetzbaren Feldes "
2651 "durch Aufruf von <command>debconf-updatepo</command> ändern, wird die "
2652 "Übersetzung  für Übersetzerals aufmerksamkeitsbedürfend gekennzeichnet. "
2653 "Dann, zur Build-Zeit, wird das Programm <command>dh_installdebconf</command> "
2654 "wie von Zauberhand dafür sorgen, dass alle Schablonen zusammen mit den "
2655 "aktuellen Übersetzungen in die Binärpakete einfließen. Weitere Einzelheiten "
2656 "können Sie der Handbuchseite <citerefentry> <refentrytitle>po-debconf</"
2657 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> entnehmen."
2658
2659 #. type: Content of: <chapter><section><section><title>
2660 #: best-pkging-practices.dbk:1332
2661 msgid "Internationalized documentation"
2662 msgstr "Internationalisierte Dokumentation"
2663
2664 #. type: Content of: <chapter><section><section><para>
2665 #: best-pkging-practices.dbk:1334
2666 msgid ""
2667 "Internationalizing documentation is crucial for users, but a lot of labor.  "
2668 "There's no way to eliminate all that work, but you can make things easier "
2669 "for translators."
2670 msgstr ""
2671 "Internationalisierte Dokumentation für Anwender ist wichtig, bereitet aber "
2672 "viel Mühe. Es gibt keine Möglichkeit, all diese Arbeit zu beseitigen, aber "
2673 "Sie können den Übersetzern einige Dinge erleichtern."
2674
2675 #. type: Content of: <chapter><section><section><para>
2676 #: best-pkging-practices.dbk:1339
2677 msgid ""
2678 "If you maintain documentation of any size, it is easier for translators if "
2679 "they have access to a source control system.  That lets translators see the "
2680 "differences between two versions of the documentation, so, for instance, "
2681 "they can see what needs to be retranslated.  It is recommended that the "
2682 "translated documentation maintain a note about what source control revision "
2683 "the translation is based on.  An interesting system is provided by <ulink "
2684 "url=\"&url-i18n-doc-check;\">doc-check</ulink> in the <systemitem role="
2685 "\"package\">debian-installer</systemitem> package, which shows an overview "
2686 "of the translation status for any given language, using structured comments "
2687 "for the current revision of the file to be translated and, for a translated "
2688 "file, the revision of the original file the translation is based on.  You "
2689 "might wish to adapt and provide that in your VCS area."
2690 msgstr ""
2691 "Falls Sie Dokumentationen in irgendwelchem Umfang betreuen, ist es für "
2692 "Übersetzer einfacher, wenn Sie Zugriff auf das Versionsverwaltungssystem "
2693 "haben. Dadurch können Übersetzer die Unterschiede zwischen zwei Versionen "
2694 "der Dokumentation anschauen, so dass sie beispielsweise sehen können, was "
2695 "neu übersetzt werden muss. Es wird empfohlen, dass die übersetzte "
2696 "Dokumentation eine Notiz darüber bereithält, auf welcher Revision der "
2697 "Quellenverwaltung die Übersetzung basiert. Ein interessantes System wird von "
2698 "<ulink url=\"&url-i18n-doc-check;\">doc-check</ulink> aus dem <systemitem "
2699 "role=\"package\">debian-installer</systemitem>-Paket bereitgestellt, das "
2700 "eine Übersicht über den Übersetzungsstatus für eine angegebene Sprache "
2701 "anzeigt. Dazu werden strukturierte Kommentare für die aktuelle Revision der "
2702 "zu übersetzenden Datei und für eine übersetzte Datei die Revision des "
2703 "Originals auf der die Übersetzung basiert, angezeigt. Möglicherweise möchten "
2704 "Sie dies anpassen und in Ihrem VCS-Bereich bereitstellen."
2705
2706 #. type: Content of: <chapter><section><section><para>
2707 #: best-pkging-practices.dbk:1353
2708 msgid ""
2709 "If you maintain XML or SGML documentation, we suggest that you isolate any "
2710 "language-independent information and define those as entities in a separate "
2711 "file which is included by all the different translations.  This makes it "
2712 "much easier, for instance, to keep URLs up to date across multiple files."
2713 msgstr ""
2714 "Falls Sie XML- oder SGML-Dokumentationen betreuen, wird geraten, dass Sie "
2715 "jegliche sprachabhängigen Informationen isolieren und diese als Instanzen in "
2716 "einer separaten Datei definieren, die in allen verschiedenen Übersetzungen "
2717 "enthalten ist. Dies macht es beispielsweise viel einfacher, URLs über "
2718 "mehrere Dateien hinweg aktuell zu halten."
2719
2720 #. type: Content of: <chapter><section><section><para>
2721 #: best-pkging-practices.dbk:1359
2722 msgid ""
2723 "Some tools (e.g. <systemitem role=\"package\">po4a</systemitem>, <systemitem "
2724 "role=\"package\">poxml</systemitem>, or the <systemitem role=\"package"
2725 "\">translate-toolkit</systemitem>) are specialized in extracting the "
2726 "translatable material from different formats.  They produce PO files, a "
2727 "format quite common to translators, which permits to see what needs to be "
2728 "retranslated when the translated document is updated."
2729 msgstr ""
2730 "Einige Werkzeuge (z.B. <systemitem role=\"package\">po4a</systemitem>, "
2731 "<systemitem role=\"package\">poxml</systemitem> oder <systemitem role="
2732 "\"package\">translate-toolkit</systemitem>) sind darauf spezialisiert, "
2733 "übersetzbares Material aus verschiedenen Formaten zu extrahieren. Sie "
2734 "erstellen PO-Dateien, ein für Übersetzer ziemlich häufiges Format, das eine "
2735 "Übersicht darüber gibt, was übersetzt werden muss, wenn das übersetzte "
2736 "Dokument aktualisiert wurde."
2737
2738 #. type: Content of: <chapter><section><title>
2739 #: best-pkging-practices.dbk:1371
2740 msgid "Common packaging situations"
2741 msgstr "Übliche Paketierungssituationen"
2742
2743 #. type: Content of: <chapter><section><section><title>
2744 #: best-pkging-practices.dbk:1382
2745 msgid "Packages using <command>autoconf</command>/<command>automake</command>"
2746 msgstr ""
2747 "Pakete benutzen <command>autoconf</command>/<command>automake</command>"
2748
2749 #. type: Content of: <chapter><section><section><para>
2750 #: best-pkging-practices.dbk:1384
2751 msgid ""
2752 "Keeping <command>autoconf</command>'s <filename>config.sub</filename> and "
2753 "<filename>config.guess</filename> files up to date is critical for porters, "
2754 "especially on more volatile architectures.  Some very good packaging "
2755 "practices for any package using <command>autoconf</command> and/or "
2756 "<command>automake</command> have been synthesized in &file-bpp-autotools; "
2757 "from the <systemitem role=\"package\">autotools-dev</systemitem> package.  "
2758 "You're strongly encouraged to read this file and to follow the given "
2759 "recommendations."
2760 msgstr ""
2761 "Die Dateien <filename>config.sub</filename> und <filename>config.guess</"
2762 "filename> von <command>autoconf</command> aktuell zu halten ist für "
2763 "Portierende kritisch, insbesondere auf eher unbeständigen Architekturen. "
2764 "Einige sehr gute Paketierungsvorgehensweisen für irgendwelche Pakete, die "
2765 "<command>autoconf</command> und/oder <command>automake</command> benutzen, "
2766 "wurden in &file-bpp-autotools; aus dem Paket <systemitem role=\"package"
2767 "\">autotools-dev</systemitem> zusammengefasst. Es wird eindringlich geraten, "
2768 "diese Datei und die folgenden Empfehlungen zu lesen."
2769
2770 #. type: Content of: <chapter><section><section><title>
2771 #: best-pkging-practices.dbk:1396
2772 msgid "Libraries"
2773 msgstr "Bibliotheken"
2774
2775 #. type: Content of: <chapter><section><section><para>
2776 #: best-pkging-practices.dbk:1398
2777 msgid ""
2778 "Libraries are always difficult to package for various reasons.  The policy "
2779 "imposes many constraints to ease their maintenance and to make sure upgrades "
2780 "are as simple as possible when a new upstream version comes out.  Breakage "
2781 "in a library can result in dozens of dependent packages breaking."
2782 msgstr ""
2783 "Bibliotheken unterscheiden sich immer von Paketen aus unterschiedlichen "
2784 "Gründen. Die Richtlinien verhängen mehrere Beschränkungen, um ihre "
2785 "Verwaltung zu erleichtern und sicherzustellen, dass Upgrades so einfach wie "
2786 "möglich sind, wenn eine neue Originalversion herauskommt. Eine kaputte "
2787 "Bibliothek kann dazu führen, dass Dutzende davon abhängige Pakete "
2788 "kaputtgehen."
2789
2790 #. type: Content of: <chapter><section><section><para>
2791 #: best-pkging-practices.dbk:1404
2792 msgid ""
2793 "Good practices for library packaging have been grouped in <ulink url=\"&url-"
2794 "libpkg-guide;\">the library packaging guide</ulink>."
2795 msgstr ""
2796 "Gute Vorgehensweisen für das Paketieren von Bibliotheken wurden in der "
2797 "<ulink url=\"&url-libpkg-guide;\">Anleitung zum Paketieren von Bibliotheken</"
2798 "ulink> zusammengefasst."
2799
2800 #. type: Content of: <chapter><section><title>
2801 #: best-pkging-practices.dbk:1411 resources.dbk:193
2802 msgid "Documentation"
2803 msgstr "Dokumentation"
2804
2805 #. type: Content of: <chapter><section><section><para>
2806 #: best-pkging-practices.dbk:1413
2807 msgid ""
2808 "Be sure to follow the <ulink url=\"&url-debian-policy;ch-docs.html\">Policy "
2809 "on documentation</ulink>."
2810 msgstr ""
2811 "Achten Sie darauf, dass Sie den <ulink url=\"&url-debian-policy;ch-docs.html"
2812 "\">Richtlinien für Dokumentation</ulink> folgen."
2813
2814 #. type: Content of: <chapter><section><section><para>
2815 #: best-pkging-practices.dbk:1418
2816 msgid ""
2817 "If your package contains documentation built from XML or SGML, we recommend "
2818 "you not ship the XML or SGML source in the binary package(s).  If users want "
2819 "the source of the documentation, they should retrieve the source package."
2820 msgstr ""
2821 "Falls Ihr Paket Dokumentation enthält, die aus XML oder SGML erstellt wurde, "
2822 "wird empfohlen, nicht die XML- oder SGML-Quellen im (in den) Binärpaket(en) "
2823 "mitzuliefern. Falls Anwender die Quelle der Dokumentation möchten, sollten "
2824 "sie die Paketquelle abrufen."
2825
2826 #. type: Content of: <chapter><section><section><para>
2827 #: best-pkging-practices.dbk:1423
2828 msgid ""
2829 "Policy specifies that documentation should be shipped in HTML format.  We "
2830 "also recommend shipping documentation in PDF and plain text format if "
2831 "convenient and if output of reasonable quality is possible.  However, it is "
2832 "generally not appropriate to ship plain text versions of documentation whose "
2833 "source format is HTML."
2834 msgstr ""
2835 "Die Richtlinie gibt an, dass die Dokumentation im HTML-Format weitergegeben "
2836 "werden sollte. Außerdem wird empfohlen, die Dokumentation im PDF-Format und "
2837 "als Klartext mitzuliefern, falls geeignet und falls die Ausgabe in einer "
2838 "vernünftigen Qualität möglich ist. Es ist allgemein jedoch nicht angemessen, "
2839 "Klartextversionen von Dokumentationen mitzuliefern, deren Quellformat HTML "
2840 "ist."
2841
2842 #. type: Content of: <chapter><section><section><para>
2843 #: best-pkging-practices.dbk:1430
2844 msgid ""
2845 "Major shipped manuals should register themselves with <systemitem role="
2846 "\"package\">doc-base</systemitem> on installation.  See the <systemitem role="
2847 "\"package\">doc-base</systemitem> package documentation for more information."
2848 msgstr ""
2849 "Bedeutende mitgelieferte Handbücher sollten sich selbst bei der Installation "
2850 "mit <systemitem role=\"package\">doc-base</systemitem> registrieren. Weitere "
2851 "Einzelheiten erhalten Sie in der Dokumentation des Pakets <systemitem role="
2852 "\"package\">doc-base</systemitem>."
2853
2854 #. type: Content of: <chapter><section><section><para>
2855 #: best-pkging-practices.dbk:1436
2856 msgid ""
2857 "Debian policy (section 12.1) directs that manual pages should accompany "
2858 "every program, utility, and function, and suggests them for other objects "
2859 "like configuration files. If the work you are packaging does not have such "
2860 "manual pages, consider writing them for inclusion in your package, and "
2861 "submitting them upstream."
2862 msgstr ""
2863 "Die Debian-Richtlinien (Abschnitt 12.1) schreiben vor, dass Handbuchseiten "
2864 "jedes Programm, jedes Hilfswerkzeug und jede Funktion begleiten sollten und "
2865 "für andere Objekte, wie Konfigurationsdateien, nahegelegt werden. Falls die "
2866 "von Ihnen paketierte Arbeit nicht über eine solche Handbuchseite verfügt, "
2867 "dann überlegen Sie sich, eine zu schreiben, die Ihrem Paket beigefügt und an "
2868 "die Originalautoren gesandt wird."
2869
2870 #. type: Content of: <chapter><section><section><para>
2871 #: best-pkging-practices.dbk:1443
2872 msgid ""
2873 "The manpages do not need to be written directly in the troff format.  "
2874 "Popular source formats are Docbook, POD and reST, which can be converted "
2875 "using <command>xsltproc</command>, <command>pod2man</command> and "
2876 "<command>rst2man</command> respectively. To a lesser extent, the "
2877 "<command>help2man</command> program can also be used to write a stub."
2878 msgstr ""
2879 "Die Handbuchseiten müssen nicht direkt im Troff-Format geschrieben werden. "
2880 "Beliebte Quellformate sind Docbook, POD und reST, die mit <command>xsltproc</"
2881 "command>, <command>pod2man</command> beziehungsweise <command>rst2man</"
2882 "command> umgewandelt werden können. In geringerem Maße kann außerdem das "
2883 "Programm <command>help2man</command> benutzt werden, um einen Abschnitt zu "
2884 "schreiben."
2885
2886 #. type: Content of: <chapter><section><section><title>
2887 #: best-pkging-practices.dbk:1452
2888 msgid "Specific types of packages"
2889 msgstr "Besondere Pakettypen"
2890
2891 #. type: Content of: <chapter><section><section><para>
2892 #: best-pkging-practices.dbk:1454
2893 msgid ""
2894 "Several specific types of packages have special sub-policies and "
2895 "corresponding packaging rules and practices:"
2896 msgstr ""
2897 "Mehrere besondere Typen von Paketen haben spezielle Unterrichtlinien und "
2898 "zugehörige Paketierungsregeln und -Vorgehensweisen:"
2899
2900 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2901 #: best-pkging-practices.dbk:1460
2902 msgid ""
2903 "Perl related packages have a <ulink url=\"&url-perl-policy;\">Perl policy</"
2904 "ulink>, some examples of packages following that policy are <systemitem role="
2905 "\"package\">libdbd-pg-perl</systemitem> (binary perl module) or <systemitem "
2906 "role=\"package\">libmldbm-perl</systemitem> (arch independent perl module)."
2907 msgstr ""
2908 "Perl zugehörige Pakete haben eine <ulink url=\"&url-perl-policy;\">Perl-"
2909 "Richtlinie</ulink>. Einige Beispiele für Pakete, die dieser Richtlinie "
2910 "folgen, sind <systemitem role=\"package\">libdbd-pg-perl</systemitem> "
2911 "(binäres Perl-Modul) oder <systemitem role=\"package\">libmldbm-perl</"
2912 "systemitem> (architekturunabhängiges Perl-Modul)."
2913
2914 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2915 #: best-pkging-practices.dbk:1469
2916 msgid ""
2917 "Python related packages have their python policy; see &file-python-policy; "
2918 "in the <systemitem role=\"package\">python</systemitem> package."
2919 msgstr ""
2920 "Python zugehörige Pakete haben ihre Python-Richtlinie. Siehe &file-python-"
2921 "policy; im Paket <systemitem role=\"package\">python</systemitem>."
2922
2923 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2924 #: best-pkging-practices.dbk:1476
2925 msgid ""
2926 "Emacs related packages have the <ulink url=\"&url-emacs-policy;\">emacs "
2927 "policy</ulink>."
2928 msgstr ""
2929 "Emacs zugehörige Pakete haben die <ulink url=\"&url-emacs-policy;\">Emacs-"
2930 "Richtlinie</ulink>."
2931
2932 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2933 #: best-pkging-practices.dbk:1483
2934 msgid ""
2935 "Java related packages have their <ulink url=\"&url-java-policy;\">java "
2936 "policy</ulink>."
2937 msgstr ""
2938 "Java zugehörige Pakete haben ihre <ulink url=\"&url-java-policy;\">Java-"
2939 "Richtlinie</ulink>."
2940
2941 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2942 #: best-pkging-practices.dbk:1490
2943 msgid ""
2944 "Ocaml related packages have their own policy, found in &file-ocaml-policy; "
2945 "from the <systemitem role=\"package\">ocaml</systemitem> package.  A good "
2946 "example is the <systemitem role=\"package\">camlzip</systemitem> source "
2947 "package."
2948 msgstr ""
2949 "Ocaml zugehörige Pakete haben ihre eigene Richtlinie, die unter &file-ocaml-"
2950 "policy; im Paket <systemitem role=\"package\">ocaml</systemitem> gefunden "
2951 "werden kann. Ein gutes Beispiel ist das Quellpaket <systemitem role=\"package"
2952 "\">camlzip</systemitem>."
2953
2954 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2955 #: best-pkging-practices.dbk:1498
2956 msgid ""
2957 "Packages providing XML or SGML DTDs should conform to the recommendations "
2958 "found in the <systemitem role=\"package\">sgml-base-doc</systemitem> package."
2959 msgstr ""
2960 "Pakete, die XML- oder SGML-DTDs bereitstellen, sollten konform zu den "
2961 "Empfehlungen in Paket <systemitem role=\"package\">sgml-base-doc</"
2962 "systemitem> sein."
2963
2964 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2965 #: best-pkging-practices.dbk:1504
2966 msgid ""
2967 "Lisp packages should register themselves with <systemitem role=\"package"
2968 "\">common-lisp-controller</systemitem>, about which see &file-lisp-"
2969 "controller;."
2970 msgstr ""
2971 "Lisp-Pakete sollten sich selbst mit <systemitem role=\"package\">common-lisp-"
2972 "controller</systemitem> registrieren. Siehe dazu &file-lisp-controller;."
2973
2974 #. type: Content of: <chapter><section><section><title>
2975 #: best-pkging-practices.dbk:1534
2976 msgid "Architecture-independent data"
2977 msgstr "Architekturunabhängige Daten"
2978
2979 #. type: Content of: <chapter><section><section><para>
2980 #: best-pkging-practices.dbk:1536
2981 msgid ""
2982 "It is not uncommon to have a large amount of architecture-independent data "
2983 "packaged with a program.  For example, audio files, a collection of icons, "
2984 "wallpaper patterns, or other graphic files.  If the size of this data is "
2985 "negligible compared to the size of the rest of the package, it's probably "
2986 "best to keep it all in a single package."
2987 msgstr ""
2988 "Es ist nicht unüblich, eine größere Menge architekturunabhängiger Daten mit "
2989 "einem Programm zu paketieren, Zum Beispiel Audiodateien, eine "
2990 "Symbolsammlung, Hintergrundmuster oder grafische Dateien. Falls die Größe "
2991 "dieser Daten vernachlässigbar im Vergleich zum Rest des Pakets ist, ist es "
2992 "wahrscheinlich am besten, alles in einem einzelnen Paket zu halten."
2993
2994 #. type: Content of: <chapter><section><section><para>
2995 #: best-pkging-practices.dbk:1543
2996 msgid ""
2997 "However, if the size of the data is considerable, consider splitting it out "
2998 "into a separate, architecture-independent package (<filename>_all.deb</"
2999 "filename>).  By doing this, you avoid needless duplication of the same data "
3000 "into eleven or more .debs, one per each architecture.  While this adds some "
3001 "extra overhead into the <filename>Packages</filename> files, it saves a lot "
3002 "of disk space on Debian mirrors.  Separating out architecture-independent "
3003 "data also reduces processing time of <command>lintian</command> (see <xref "
3004 "linkend=\"tools-lint\"/>) when run over the entire Debian archive."
3005 msgstr ""
3006 "Ist die Größe allerdings beachtlich, denken Sie darüber nach, sie in ein "
3007 "separates architekturunabhängiges Paket (<filename>_all.deb</filename>) "
3008 "auszulagern. Imdem Sie dies tun, vermeiden Sie nutzlose Vervielfältigung der "
3009 "gleichen Daten in elf oder mehr .debs, eins je Architektur. Indem dies "
3010 "einigen zusätzlichen Zuschlag zu den <filename>Packages</filename>-Dateien "
3011 "hinzufügt, spart es viel Plattenplatz auf Debian-Spiegeln. Das Heraustrennen "
3012 "architekturunabhängiger Daten vermindert auch die Ausführungszeit von "
3013 "<command>lintian</command> (siehe <xref linkend=\"tools-lint\"/>), wenn es "
3014 "für das ganze Debian-Archiv ausgeführt wird."
3015
3016 #. type: Content of: <chapter><section><section><title>
3017 #: best-pkging-practices.dbk:1555
3018 msgid "Needing a certain locale during build"
3019 msgstr "Eine bestimmte Locale wird während des Builds benötigt"
3020
3021 #. type: Content of: <chapter><section><section><para>
3022 #: best-pkging-practices.dbk:1557
3023 msgid ""
3024 "If you need a certain locale during build, you can create a temporary file "
3025 "via this trick:"
3026 msgstr ""
3027 "Falls Sie eine bestimmte Locale während des Builds benötigen, können Sie "
3028 "mittels dieses Tricks eine temporäre Datei erstellen:"
3029
3030 #. type: Content of: <chapter><section><section><para>
3031 #: best-pkging-practices.dbk:1561
3032 msgid ""
3033 "If you set <varname>LOCPATH</varname> to the equivalent of <filename>/usr/"
3034 "lib/locale</filename>, and <varname>LC_ALL</varname> to the name of the "
3035 "locale you generate, you should get what you want without being root.  "
3036 "Something like this:"
3037 msgstr ""
3038 "Falls Sie <varname>LOCPATH</varname> auf die Entsprechung von <filename>/usr/"
3039 "lib/locale</filename> und <varname>LC_ALL</varname> auf den Namen der Locale "
3040 "setzen, die sie generieren, sollten Sie erreichen, was Sie möchten ohne dass "
3041 "Sie Root sind. Etwas wie Folgendes:"
3042
3043 #. type: Content of: <chapter><section><section><screen>
3044 #: best-pkging-practices.dbk:1566
3045 #, no-wrap
3046 msgid ""
3047 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
3048 "LOCALE_NAME=en_IN\n"
3049 "LOCALE_CHARSET=UTF-8\n"
3050 "\n"
3051 "mkdir -p $LOCALE_PATH\n"
3052 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
3053 "\n"
3054 "# Using the locale\n"
3055 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
3056 msgstr ""
3057 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
3058 "LOCALE_NAME=en_IN\n"
3059 "LOCALE_CHARSET=UTF-8\n"
3060 "\n"
3061 "mkdir -p $LOCALE_PATH\n"
3062 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
3063 "\n"
3064 "# Using the locale\n"
3065 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
3066
3067 #. type: Content of: <chapter><section><section><title>
3068 #: best-pkging-practices.dbk:1579
3069 msgid "Make transition packages deborphan compliant"
3070 msgstr "Machen Sie vorübergehende Pakete Deborphan-konform"
3071
3072 #. type: Content of: <chapter><section><section><para>
3073 #: best-pkging-practices.dbk:1581
3074 msgid ""
3075 "Deborphan is a program for helping users to detect which packages can safely "
3076 "be removed from the system, i.e.  the ones that have no packages depending "
3077 "on them.  The default operation is to search only within the libs and "
3078 "oldlibs sections, to hunt down unused libraries.  But when passed the right "
3079 "argument, it tries to catch other useless packages."
3080 msgstr ""
3081 "Deborphan ist ein Programm, das Anwendern hilft Pakete aufzuspüren, die "
3082 "sicher vom System entfernt werden können, d.h. diejenigen, von denen keine "
3083 "Pakete abhängen. Die Standardoperation ist, nur innerhalb der Abschnitte "
3084 "»libs« und »oldlibs« zu suchen, um Jagd auf unbenutzte Bibliotheken zu "
3085 "machen. Wenn aber das richtige Argument übergeben wird, versucht es auch "
3086 "andere nutzlose Pakete zu erwischen."
3087
3088 #. type: Content of: <chapter><section><section><para>
3089 #: best-pkging-practices.dbk:1588
3090 msgid ""
3091 "For example, with <literal>--guess-dummy</literal>, <command>deborphan</"
3092 "command> tries to search all transitional packages which were needed for "
3093 "upgrade but which can now safely be removed.  For that, it looks for the "
3094 "string dummy or transitional in their short description."
3095 msgstr ""
3096 "Mit <literal>--guess-dummy</literal> versucht <command>deborphan</command> "
3097 "zum Beispiel alle vorübergehenden Pakete zu suchen, die zum Upgrade benötigt "
3098 "wurden, die nun aber sicher entfernt werden können. Dazu sucht es nach den "
3099 "Zeichenketten »dummy« oder »transitional« in dessen Kurzbeschreibung."
3100
3101 #. type: Content of: <chapter><section><section><para>
3102 #: best-pkging-practices.dbk:1595
3103 msgid ""
3104 "So, when you are creating such a package, please make sure to add this text "
3105 "to your short description.  If you are looking for examples, just run: "
3106 "<command>apt-cache search .|grep dummy</command> or <command>apt-cache "
3107 "search .|grep transitional</command>."
3108 msgstr ""
3109 "Wenn Sie also solch ein Paket erstellen, achten Sie bitte darauf, diesen "
3110 "Text zu Ihrer Kurzbeschreibung hinzuzufügen. Falls Sie sich nach Beispielen "
3111 "umsehen, führen Sie einfach <command>apt-cache search .|grep dummy</command> "
3112 "oder <command>apt-cache search .|grep transitional</command> aus."
3113
3114 #. type: Content of: <chapter><section><section><para>
3115 #: best-pkging-practices.dbk:1601
3116 msgid ""
3117 "Also, it is recommended to adjust its section to <literal>oldlibs</literal> "
3118 "and its priority to <literal>extra</literal> in order to ease "
3119 "<command>deborphan</command>'s job."
3120 msgstr ""
3121 "Außerdem wird empfohlen, den Abschnitt in <literal>oldlibs</literal> und die "
3122 "Priorität in <literal>extra</literal> anzupassen, um die Arbeit von "
3123 "<command>deborphan</command> zu erleichtern."
3124
3125 #. type: Content of: <chapter><section><section><title>
3126 #: best-pkging-practices.dbk:1610
3127 msgid "Best practices for <filename>.orig.tar.{gz,bz2,xz}</filename> files"
3128 msgstr ""
3129 "Optimale Vorgehensweisen für <filename>.orig.tar.{gz,bz2,xz}</filename>-"
3130 "Dateien"
3131
3132 #. type: Content of: <chapter><section><section><para>
3133 #: best-pkging-practices.dbk:1612
3134 msgid ""
3135 "There are two kinds of original source tarballs: Pristine source and "
3136 "repackaged upstream source."
3137 msgstr ""
3138 "Es gibt zwei Arten von Original-Quell-Tarballs: unberührte Quellen und neu "
3139 "paketierte Quellen der Originalautoren."
3140
3141 #. type: Content of: <chapter><section><section><section><title>
3142 #: best-pkging-practices.dbk:1616
3143 msgid "Pristine source"
3144 msgstr "Unberührte Quellen"
3145
3146 #. type: Content of: <chapter><section><section><section><para><footnote><para>
3147 #: best-pkging-practices.dbk:1620
3148 msgid ""
3149 "We cannot prevent upstream authors from changing the tarball they distribute "
3150 "without also incrementing the version number, so there can be no guarantee "
3151 "that a pristine tarball is identical to what upstream <emphasis>currently</"
3152 "emphasis> distributing at any point in time.  All that can be expected is "
3153 "that it is identical to something that upstream once <emphasis>did</"
3154 "emphasis> distribute.  If a difference arises later (say, if upstream notice "
3155 "that they weren't using maximal compression in their original distribution "
3156 "and then re-<command>gzip</command> it), that's just too bad.  Since there "
3157 "is no good way to upload a new <filename>.orig.tar.{gz,bz2,xz}</filename> "
3158 "for the same version, there is not even any point in treating this situation "
3159 "as a bug."
3160 msgstr ""
3161 "Originalautoren können nicht daran gehindert werden, den von ihnen "
3162 "verteilten Tarball zu ändern, ohne die Versionsnummer zu erhöhen. Daher kann "
3163 "nicht gewährleistet werden, dass ein unberührter Tarball mit dem identisch "
3164 "ist, was die Originalautoren <emphasis>aktuell</emphasis> zu irgendeinem "
3165 "Zeitpunkt weitergeben. Alles was erwartet werden kann, ist, dass es "
3166 "identisch mit etwas ist, das die Originalautoren einmal weitergegeben "
3167 "<emphasis>haben</emphasis>. Falls sich später ein Unterschied ergibt (etwa, "
3168 "wenn die Originalautoren merken, dass sie in ihrer Verteilung des Originals "
3169 "keine maximale Komprimierung nutzen und es dann erneut mit <command>gzip</"
3170 "command> packen), ist das einfach Pech. Da es keine brauchbare Möglichkeit "
3171 "gibt, ein neues <filename>.orig.tar.{gz,bz2,xz}</filename> für die gleiche "
3172 "Version hochzuladen, gibt es auch keinen Punkt, an dem diese Situation als "
3173 "ein Fehler behandelt wird."
3174
3175 #. type: Content of: <chapter><section><section><section><para>
3176 #: best-pkging-practices.dbk:1618
3177 msgid ""
3178 "The defining characteristic of a pristine source tarball is that the "
3179 "<filename>.orig.tar.{gz,bz2,xz}</filename> file is byte-for-byte identical "
3180 "to a tarball officially distributed by the upstream author.<placeholder type="
3181 "\"footnote\" id=\"0\"/> This makes it possible to use checksums to easily "
3182 "verify that all changes between Debian's version and upstream's are "
3183 "contained in the Debian diff.  Also, if the original source is huge, "
3184 "upstream authors and others who already have the upstream tarball can save "
3185 "download time if they want to inspect your packaging in detail."
3186 msgstr ""
3187 "Das charakteristische Merkmal eines unberührten Tarballs ist, dass die "
3188 "<filename>.orig.tar.{gz,bz2,xz}</filename>-Datei Byte für Byte identisch mit "
3189 "einem offiziell weitergegebenen Tarball des Originalautors ist.<placeholder "
3190 "type=\"footnote\" id=\"0\"/> Dies ermöglicht die Benutzung von Prüfsummen, "
3191 "um auf einfache Weise alle Änderungen zwischen Debians Version und der der "
3192 "Originalautoren zu prüfen, die in der Diff-Datei in Debian enthalten sind. "
3193 "Falls außerdem die Originalquelle riesig ist, können Originalautoren und "
3194 "andere, die bereits den Original-Tarball haben, Download-Zeit sparen, falls "
3195 "sie Ihre Paketierung im Detail inspizieren möchten."
3196
3197 #. type: Content of: <chapter><section><section><section><para>
3198 #: best-pkging-practices.dbk:1638
3199 msgid ""
3200 "There is no universally accepted guidelines that upstream authors follow "
3201 "regarding to the directory structure inside their tarball, but <command>dpkg-"
3202 "source</command> is nevertheless able to deal with most upstream tarballs as "
3203 "pristine source.  Its strategy is equivalent to the following:"
3204 msgstr ""
3205 "Es gibt keine allgemein anerkannten Richtlinien, denen Originalautoren "
3206 "betreffend der Verzeichnisstruktur innerhalb ihres Tarballs folgen, aber "
3207 "<command>dpkg-source</command> ist dennoch in der Lage mit den meisten "
3208 "Tarballs von Originalautoren als unberührte Quelle umzugehen. Seine "
3209 "Strategie entspricht dem Folgenden:"
3210
3211 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3212 #: best-pkging-practices.dbk:1646
3213 msgid "It unpacks the tarball in an empty temporary directory by doing"
3214 msgstr "Es entpackt den Tarball in eine leeres temporäres Verzeichnis mittels"
3215
3216 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
3217 #: best-pkging-practices.dbk:1649
3218 #, no-wrap
3219 msgid "zcat path/to/<replaceable>packagename</replaceable>_<replaceable>upstream-version</replaceable>.orig.tar.gz | tar xf -\n"
3220 msgstr "zcat path/to/<replaceable>Paketname</replaceable>_<replaceable>Originalversion</replaceable>.orig.tar.gz | tar xf -\n"
3221
3222 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3223 #: best-pkging-practices.dbk:1654
3224 msgid ""
3225 "If, after this, the temporary directory contains nothing but one directory "
3226 "and no other files, <command>dpkg-source</command> renames that directory to "
3227 "<filename><replaceable>packagename</replaceable>-<replaceable>upstream-"
3228 "version</replaceable>(.orig)</filename>.  The name of the top-level "
3229 "directory in the tarball does not matter, and is forgotten."
3230 msgstr ""
3231 "Falls das temporäre Verzeichnis danach nur ein Verzeichnis und keine anderen "
3232 "Dateien enthält, benennt <command>dpkg-source</command> dieses Verzeichnis "
3233 "in <filename><replaceable>Paketname</"
3234 "replaceable>_<replaceable>Originalversion</replaceable>(.orig)</filename> "
3235 "um. Der Name des Verzeichnisses auf der obersten Ebene im Tarball ist ohne "
3236 "Bedeutung und geht verloren."
3237
3238 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3239 #: best-pkging-practices.dbk:1663
3240 msgid ""
3241 "Otherwise, the upstream tarball must have been packaged without a common top-"
3242 "level directory (shame on the upstream author!).  In this case, "
3243 "<command>dpkg-source</command> renames the temporary directory "
3244 "<emphasis>itself</emphasis> to <filename><replaceable>packagename</"
3245 "replaceable>-<replaceable>upstream-version</replaceable>(.orig)</filename>."
3246 msgstr ""
3247 "Andernfalls muss der Tarball der Originalautoren ohne ein sonst übliches "
3248 "Verzeichnis der obersten Ebene gepackt worden sein (Schande über den "
3249 "Originalautor!). In diesem Fall benennt <command>dpkg-source</command> das "
3250 "temporäre Verzeichnis <emphasis>selbst</emphasis> in "
3251 "<filename><replaceable>Paketname</replaceable>_<replaceable>Originalversion</"
3252 "replaceable>(.orig)</filename> um."
3253
3254 #. type: Content of: <chapter><section><section><section><title>
3255 #: best-pkging-practices.dbk:1674
3256 msgid "Repackaged upstream source"
3257 msgstr "Neu paketierte Originalquelle"
3258
3259 #. type: Content of: <chapter><section><section><section><para>
3260 #: best-pkging-practices.dbk:1676
3261 msgid ""
3262 "You <emphasis role=\"strong\">should</emphasis> upload packages with a "
3263 "pristine source tarball if possible, but there are various reasons why it "
3264 "might not be possible.  This is the case if upstream does not distribute the "
3265 "source as gzipped tar at all, or if upstream's tarball contains non-DFSG-"
3266 "free material that you must remove before uploading."
3267 msgstr ""
3268 "Sie <emphasis role=\"strong\">sollten</emphasis> Pakete, wenn möglich, mit "
3269 "einem unberührten Quell-Tarball hochladen, aber es gibt viele Gründe, warum "
3270 "das manchmal nicht möglich ist. Dies ist der Fall, wenn die Originalautoren "
3271 "die Quelle gar nicht als Gzip-gepackte Tar-Datei weitergeben oder falls der "
3272 "Tarball der Originalautoren nicht DFSG-freies Material enthält, das Sie vor "
3273 "den Hochladen entfernen müssen."
3274
3275 #. type: Content of: <chapter><section><section><section><para>
3276 #: best-pkging-practices.dbk:1683
3277 msgid ""
3278 "In these cases the developer must construct a suitable <filename>.orig.tar."
3279 "{gz,bz2,xz}</filename> file themselves.  We refer to such a tarball as a "
3280 "repackaged upstream source.  Note that a repackaged upstream source is "
3281 "different from a Debian-native package.  A repackaged source still comes "
3282 "with Debian-specific changes in a separate <filename>.diff.gz</filename> or "
3283 "<filename>.debian.tar.{gz,bz2,xz}</filename> and still has a version number "
3284 "composed of <replaceable>upstream-version</replaceable> and "
3285 "<replaceable>debian-version</replaceable>."
3286 msgstr ""
3287 "In diesen Fällen muss der Entwickler selbst eine geeignete <filename>.orig."
3288 "tar.{gz,bz2,xz}</filename>-Datei bauen. Solch ein Tarball wird neu "
3289 "paketierten Originalquellen zugeordnet. Beachten Sie, dass sich eine neu "
3290 "paketierte Originalquelle von einem nativen Debian-Paket unterscheidet. Eine "
3291 "neu paketierte Quelle kommt mit Debian-spezifischen Änderungen in einem "
3292 "separaten <filename>.diff.gz</filename> oder <filename>.debian.tar.{gz,bz2,"
3293 "xz}</filename> daher und hat eine Versionsnummer, die sich aus der "
3294 "<replaceable>Originalversion</replaceable> und der <replaceable>Debian-"
3295 "version</replaceable> zusammensetzt."
3296
3297 #. type: Content of: <chapter><section><section><section><para>
3298 #: best-pkging-practices.dbk:1692
3299 msgid ""
3300 "There may be cases where it is desirable to repackage the source even though "
3301 "upstream distributes a <filename>.tar.{gz,bz2,xz}</filename> that could in "
3302 "principle be used in its pristine form.  The most obvious is if "
3303 "<emphasis>significant</emphasis> space savings can be achieved by "
3304 "recompressing the tar archive or by removing genuinely useless cruft from "
3305 "the upstream archive.  Use your own discretion here, but be prepared to "
3306 "defend your decision if you repackage source that could have been pristine."
3307 msgstr ""
3308 "Es könnte Gründe geben, aus denen es wünschenswert wäre, die Quelle neu zu "
3309 "paketieren, obwohl die Originalautoren ein <filename>.tar.{gz,bz2,xz}</"
3310 "filename> verteilen, dass im Prinzip in seiner unberührten Form benutzt "
3311 "werden könnte. Der naheliegendste Grund ist, wenn <emphasis>signifikante</"
3312 "emphasis> Platzersparnis durch Neukomprimierung des Tar-Archivs oder "
3313 "Entfernen von wirklich nutzlosem Müll aus dem Qriginalarchiv erzielt werden "
3314 "kann. Handeln Sie hier nach eigenem Ermessen, aber seien Sie darauf "
3315 "vorbereitet, Ihre Entscheidung zu verteidigen, falls Sie eine Quelle neu "
3316 "paketieren, die unberührt sein könnte."
3317
3318 #. type: Content of: <chapter><section><section><section><para>
3319 #: best-pkging-practices.dbk:1701
3320 msgid "A repackaged <filename>.orig.tar.{gz,bz2,xz}</filename>"
3321 msgstr "Ein neu paketiertes <filename>.orig.tar.{gz,bz2,xz}</filename>"
3322
3323 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3324 #: best-pkging-practices.dbk:1706
3325 msgid ""
3326 "<emphasis role=\"strong\">should</emphasis> be documented in the resulting "
3327 "source package.  Detailed information on how the repackaged source was "
3328 "obtained, and on how this can be reproduced should be provided in "
3329 "<filename>debian/copyright</filename>.  It is also a good idea to provide a "
3330 "<literal>get-orig-source</literal> target in your <filename>debian/rules</"
3331 "filename> file that repeats the process, as described in the Policy Manual, "
3332 "<ulink url=\"&url-debian-policy;ch-source.html#s-debianrules\">Main building "
3333 "script: <filename>debian/rules</filename></ulink>."
3334 msgstr ""
3335 "<emphasis role=\"strong\">sollte</emphasis> im resultierenden Quellpaket "
3336 "dokumentiert sein. Detaillierte Informationen, wie die neu paketierte Quelle "
3337 "gewonnen wurde und wie dies reproduziert werden kann, sollten in "
3338 "<filename>debian/copyright</filename> bereitgestellt werden. Es ist außerdem "
3339 "eine gute Idee, ein <literal>get-orig-source</literal>-Target in Ihrer "
3340 "<filename>debian/rules</filename>-Datei bereitzustellen, die den Prozess "
3341 "wiederholt, wie im Richtlinien-Handbuch beschrieben <ulink url=\"&url-debian-"
3342 "policy;ch-source.html#s-debianrules\">Main building script: <filename>debian/"
3343 "rules</filename></ulink>."
3344
3345 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para><footnote><para>
3346 #: best-pkging-practices.dbk:1721
3347 msgid ""
3348 "As a special exception, if the omission of non-free files would lead to the "
3349 "source failing to build without assistance from the Debian diff, it might be "
3350 "appropriate to instead edit the files, omitting only the non-free parts of "
3351 "them, and/or explain the situation in a <filename>README.source</filename> "
3352 "file in the root of the source tree.  But in that case please also urge the "
3353 "upstream author to make the non-free components easier separable from the "
3354 "rest of the source."
3355 msgstr ""
3356 "Als besondere Ausnahme könnte, falls das Auslassen unfreier Dateien dazu "
3357 "führen würde, dass das Build der Quelle ohne Unterstützung aus dem Debian-"
3358 "Diff fehlschlägt, das Bearbeiten der Dateien anstelle des Weglassens "
3359 "unfreier Teile davon und/oder Erklären der Situation in einer "
3360 "<filename>README.source</filename>-Datei im Wurzelverzeichnis der Quelle "
3361 "angemessen sein. Ermahnen Sie in diesem Fall aber auch den Originalautor, "
3362 "unfreie Komponenten leichter aus dem Quelltext heraustrennbar zu machen."
3363
3364 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3365 #: best-pkging-practices.dbk:1719
3366 msgid ""
3367 "<emphasis role=\"strong\">should not</emphasis> contain any file that does "
3368 "not come from the upstream author(s), or whose contents has been changed by "
3369 "you.<placeholder type=\"footnote\" id=\"0\"/>"
3370 msgstr ""
3371 "<emphasis role=\"strong\">sollte keine</emphasis> Datei enthalten, die nicht "
3372 "von dem/den Origianlautor(en) stammt oder deren Inhalt von Ihnen geändert "
3373 "wurde.<placeholder type=\"footnote\" id=\"0\"/>"
3374
3375 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3376 #: best-pkging-practices.dbk:1732
3377 msgid ""
3378 "<emphasis role=\"strong\">should</emphasis>, except where impossible for "
3379 "legal reasons, preserve the entire building and portablility infrastructure "
3380 "provided by the upstream author.  For example, it is not a sufficient reason "
3381 "for omitting a file that it is used only when building on MS-DOS.  "
3382 "Similarly, a <filename>Makefile</filename> provided by upstream should not "
3383 "be omitted even if the first thing your <filename>debian/rules</filename> "
3384 "does is to overwrite it by running a configure script."
3385 msgstr ""
3386 "<emphasis role=\"strong\">sollte</emphasis> außer, wenn es aus rechtlichen "
3387 "Gründen unmöglich ist, die ganze Erstellungs- und Portierungsinfrastruktur "
3388 "aufbewahren, die vom Originalautor bereitgestellt wurde. Es ist zum Beispiel "
3389 "kein ausreichender Grund für das Weglassen einer Datei, wenn sie nur für die "
3390 "Erstellung unter MS-DOS benutzt wird. Gleichermaßen sollte ein "
3391 "<filename>Makefile</filename>, das vom Originalautor bereitgestellt wurde "
3392 "nicht einmal dann weggelassen werden, wenn das erste, was Ihre "
3393 "<filename>debian/rules</filename> tut, das Überschreiben durch Ausführen "
3394 "eines Konfigurationsskripts ist."
3395
3396 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3397 #: best-pkging-practices.dbk:1741
3398 msgid ""
3399 "(<emphasis>Rationale:</emphasis> It is common for Debian users who need to "
3400 "build software for non-Debian platforms to fetch the source from a Debian "
3401 "mirror rather than trying to locate a canonical upstream distribution point)."
3402 msgstr ""
3403 "(<emphasis>Begründung:</emphasis> Es ist üblich für Debian-Anwender, die "
3404 "Software für nicht-Debian-Plattformen erstellen möchten, die Quellen von "
3405 "einem Debian-Spiegel abzurufen, anstatt den Punkt der ordnungsgemäßen "
3406 "Originaldistribution zu suchen)."
3407
3408 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3409 #: best-pkging-practices.dbk:1748
3410 msgid ""
3411 "<emphasis role=\"strong\">should</emphasis> use "
3412 "<filename><replaceable>packagename</replaceable>-<replaceable>upstream-"
3413 "version</replaceable>.orig</filename> as the name of the top-level directory "
3414 "in its tarball.  This makes it possible to distinguish pristine tarballs "
3415 "from repackaged ones."
3416 msgstr ""
3417 "<emphasis role=\"strong\">sollte</emphasis> als Namen des Verzeichnisses auf "
3418 "der obersten Ebene des Tarballs <filename><replaceable>Paketname</"
3419 "replaceable>-<replaceable>Originalversion</replaceable>.orig</filename> "
3420 "benutzen. Dies ermöglicht die Unterscheidung von unberührten und neu "
3421 "paketierten Tarballs."
3422
3423 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3424 #: best-pkging-practices.dbk:1756
3425 msgid ""
3426 "<emphasis role=\"strong\">should</emphasis> be gzipped or bzipped with "
3427 "maximal compression."
3428 msgstr ""
3429 "<emphasis role=\"strong\">sollte</emphasis> mit Gzip oder Bzip mit der "
3430 "maximalen Komprimierung gepackt werden."
3431
3432 #. type: Content of: <chapter><section><section><section><title>
3433 #: best-pkging-practices.dbk:1763
3434 msgid "Changing binary files"
3435 msgstr "Ändern binärer Dateien"
3436
3437 #. type: Content of: <chapter><section><section><section><para>
3438 #: best-pkging-practices.dbk:1765
3439 msgid ""
3440 "Sometimes it is necessary to change binary files contained in the original "
3441 "tarball, or to add binary files that are not in it. This is fully supported "
3442 "when using source packages in “3.0 (quilt)” format, see the "
3443 "<citerefentry><refentrytitle>dpkg-source</refentrytitle><manvolnum>1</"
3444 "manvolnum></citerefentry> manual page for details. When using the older "
3445 "format “1.0”, binary files can't be stored in the <filename>.diff.gz</"
3446 "filename> so you must store an <command>uuencode</command>d (or similar) "
3447 "version of the file(s)  and decode it at build time in <filename>debian/"
3448 "rules</filename> (and move it in its official location)."
3449 msgstr ""
3450 "Manchmal ist es nötig, binäre Dateien zu ändern, die im Original-Tarball "
3451 "enthalten sind oder binäre Dateien hinzuzufügen, die nicht darin enthalten "
3452 "sind. Dies wird vollständig unterstützt, wenn Sie Quellpakete im Format »3.0 "
3453 "(quilt)« benutzen. Lesen Sie die Handbuchseite "
3454 "<citerefentry><refentrytitle>dpkg-source</refentrytitle><manvolnum>1</"
3455 "manvolnum></citerefentry>, um weitere Einzelheiten zu erfahren. Wenn Sie das "
3456 "ältere Format »1.0« benutzen, können binäre Dateien nicht im <filename>.diff."
3457 "gz</filename> gespeichert werden, daher müssen Sie eine mit "
3458 "<command>uuencode</command> (oder ähnlichem) kodierte Version der Datei(en) "
3459 "speichern und zur Erstellungszeit in <filename>debian/rules</filename> "
3460 "entschlüsseln (und an ihren offiziellen Platz verschieben)."
3461
3462 #. type: Content of: <chapter><section><section><title>
3463 #: best-pkging-practices.dbk:1780
3464 msgid "Best practices for debug packages"
3465 msgstr "Optimale Vorgehensweisen für Debug-Pakete"
3466
3467 #. type: Content of: <chapter><section><section><para>
3468 #: best-pkging-practices.dbk:1782
3469 msgid ""
3470 "A debug package is a package with a name ending in -dbg, that contains "
3471 "additional information that <command>gdb</command> can use.  Since Debian "
3472 "binaries are stripped by default, debugging information, including function "
3473 "names and line numbers, is otherwise not available when running "
3474 "<command>gdb</command> on Debian binaries.  Debug packages allow users who "
3475 "need this additional debugging information to install it, without bloating a "
3476 "regular system with the information."
3477 msgstr ""
3478 "Ein Debug-Paket ist ein Paket, dessen Name mit -dbg endet. Es enthält "
3479 "zusätzliche Informationen, die <command>gdb</command> benutzen kann. Da "
3480 "Debian-Programme standardmäßig unverhüllt sind, sind Debugging-"
3481 "Informationen, einschließlich Namen und Zeilennummern andernfalls nicht "
3482 "verfügbar, wenn <command>gdb</command> auf Debian-Programmen ausgeführt "
3483 "wird. Debug-Pakete ermöglichen Anwendern, die diese zusätzlichen Debugging-"
3484 "Informationen benötigen, sie zu installieren ohne das normale System mit "
3485 "diesen Informationen aufzublähen."
3486
3487 #. type: Content of: <chapter><section><section><para>
3488 #: best-pkging-practices.dbk:1790
3489 msgid ""
3490 "It is up to a package's maintainer whether to create a debug package or "
3491 "not.  Maintainers are encouraged to create debug packages for library "
3492 "packages, since this can aid in debugging many programs linked to a "
3493 "library.  In general, debug packages do not need to be added for all "
3494 "programs; doing so would bloat the archive.  But if a maintainer finds that "
3495 "users often need a debugging version of a program, it can be worthwhile to "
3496 "make a debug package for it.  Programs that are core infrastructure, such as "
3497 "apache and the X server are also good candidates for debug packages."
3498 msgstr ""
3499 "Es liegt beim Paketbetreuer, ob ein Debug-Paket erstellt wird oder nicht. "
3500 "Betreuer werden aufgefordert Debug-Pakete für Bibliothekenpakete zu "
3501 "erstellen, da dies bei der Fehlersuche in vielen Programmen helfen kann, die "
3502 "mit der Bibliothek verlinkt werden. Im Allgemeinen gibt es keine "
3503 "Notwendigkeit für Debug-Pakete zu allen Programmen; dies würde das Archiv "
3504 "aufblähen. Falls aber ein Betreuer findet, dass Anwender oft die Debugging-"
3505 "Version eines Programms benötigen, kann es lohnenswert sein, ein Debug-Paket "
3506 "dafür zu erstellen. Programme die zur Kerninfrastruktur gehören, wie Apache "
3507 "oder der X-Server sind ebenfalls geeignete Kandidaten für Debug-Pakete."
3508
3509 #. type: Content of: <chapter><section><section><para>
3510 #: best-pkging-practices.dbk:1800
3511 msgid ""
3512 "Some debug packages may contain an entire special debugging build of a "
3513 "library or other binary, but most of them can save space and build time by "
3514 "instead containing separated debugging symbols that <command>gdb</command> "
3515 "can find and load on the fly when debugging a program or library.  The "
3516 "convention in Debian is to keep these symbols in <filename>/usr/lib/debug/"
3517 "<replaceable>path</replaceable></filename>, where <replaceable>path</"
3518 "replaceable> is the path to the executable or library.  For example, "
3519 "debugging symbols for <filename>/usr/bin/foo</filename> go in <filename>/usr/"
3520 "lib/debug/usr/bin/foo</filename>, and debugging symbols for <filename>/usr/"
3521 "lib/libfoo.so.1</filename> go in <filename>/usr/lib/debug/usr/lib/libfoo."
3522 "so.1</filename>."
3523 msgstr ""
3524 "Einige Debug-Pakete könnten ein ganz spezielles Debugging-Build einer "
3525 "Bibliothek oder eines anderen Programms haben, aber die meisten können "
3526 "Speicher und Build-Zeit sparen, indem sie stattdessen separate Debugging-"
3527 "Symbole enthalten, die <command>gdb</command> spontan finden und laden kann, "
3528 "wenn in einem Programm oder einer Bibliothek nach Fehlern gesucht wird. Die "
3529 "Konvention in Debian besagt, dass diese Symbole in <filename>/usr/lib/debug/"
3530 "<replaceable>Pfad</replaceable></filename> aufbewahrt werden, wobei "
3531 "<replaceable>Pfad</replaceable> der Pfad zum ausführbaren Programm oder der "
3532 "Bibliothek ist. Debugging-Symbole für <filename>/usr/bin/foo</filename> "
3533 "wandern beispielsweise nach <filename>/usr/lib/debug/usr/bin/foo</filename> "
3534 "und Debugging-Symbole für <filename>/usr/lib/libfoo.so.1</filename> nach "
3535 "<filename>/usr/lib/debug/usr/lib/libfoo.so.1</filename>."
3536
3537 #. type: Content of: <chapter><section><section><para>
3538 #: best-pkging-practices.dbk:1812
3539 msgid ""
3540 "The debugging symbols can be extracted from an object file using "
3541 "<command>objcopy --only-keep-debug</command>.  Then the object file can be "
3542 "stripped, and <command>objcopy --add-gnu-debuglink</command> used to specify "
3543 "the path to the debugging symbol file.  <citerefentry> "
3544 "<refentrytitle>objcopy</refentrytitle> <manvolnum>1</manvolnum> </"
3545 "citerefentry> explains in detail how this works."
3546 msgstr ""
3547 "Die Debugging-Symbole können mit <command>objcopy --only-keep-debug</"
3548 "command> aus einer Objektdatei extrahiert werden. Dann kann die Objektdatei "
3549 "enthüllt und <command>objcopy --add-gnu-debuglink</command> benutzt werden, "
3550 "um den Pfad zur Debugging-Symboldatei anzugeben. <citerefentry> "
3551 "<refentrytitle>objcopy</refentrytitle> <manvolnum>1</manvolnum> </"
3552 "citerefentry> erklärt im Detail, wie dies funktioniert."
3553
3554 #. type: Content of: <chapter><section><section><para>
3555 #: best-pkging-practices.dbk:1820
3556 msgid ""
3557 "The <command>dh_strip</command> command in <systemitem role=\"package"
3558 "\">debhelper</systemitem> supports creating debug packages, and can take "
3559 "care of using <command>objcopy</command> to separate out the debugging "
3560 "symbols for you.  If your package uses <systemitem role=\"package"
3561 "\">debhelper</systemitem>, all you need to do is call <command>dh_strip --"
3562 "dbg-package=libfoo-dbg</command>, and add an entry to <filename>debian/"
3563 "control</filename> for the debug package."
3564 msgstr ""
3565 "Der Befehl <command>dh_strip</command> in <systemitem role=\"package"
3566 "\">debhelper</systemitem> unterstützt das Erstellen von Debug-Paketen und "
3567 "kann sich um die Benutzung von <command>objcopy</command> kümmern, um die "
3568 "Debugging-Symbole für Sie herauszusuchen. Falls Ihr Paket <systemitem role="
3569 "\"package\">debhelper</systemitem> benutzt, müssen Sie nur <command>dh_strip "
3570 "--dbg-package=libfoo-dbg</command> aufrufen und einen Eintrag in "
3571 "<filename>debian/control</filename> für das Debug-Paket hinzufügen."
3572
3573 #. type: Content of: <chapter><section><section><para>
3574 #: best-pkging-practices.dbk:1827
3575 msgid ""
3576 "Note that the debug package should depend on the package that it provides "
3577 "debugging symbols for, and this dependency should be versioned.  For example:"
3578 msgstr ""
3579 "Beachten Sie, dass Debug-Pakete von dem Paket abhängen sollten, für das sie "
3580 "Debugging-Symbole bereitstellen und diese Abhängigkeit sollte mit einer "
3581 "Version versehen werden. Zum Beispiel:"
3582
3583 #. type: Content of: <chapter><section><section><screen>
3584 #: best-pkging-practices.dbk:1831
3585 #, no-wrap
3586 msgid "Depends: libfoo (= ${binary:Version})\n"
3587 msgstr "Depends: libfoo (= ${binary:Version})\n"
3588
3589 #. type: Content of: <chapter><section><section><title>
3590 #: best-pkging-practices.dbk:1835
3591 msgid "Best practices for meta-packages"
3592 msgstr "Optimale Vorgehensweisen für Meta-Pakete"
3593
3594 #. type: Content of: <chapter><section><section><para>
3595 #: best-pkging-practices.dbk:1837
3596 msgid ""
3597 "A meta-package is a mostly empty package that makes it easy to install a "
3598 "coherent set of packages that can evolve over time. It achieves this by "
3599 "depending on all the packages of the set. Thanks to the power of APT, the "
3600 "meta-package maintainer can adjust the dependencies and the user's system "
3601 "will automatically get the supplementary packages. The dropped packages that "
3602 "were automatically installed will be also be marked as removal candidates "
3603 "(and are even automatically removed by <command>aptitude</command>).  "
3604 "<systemitem role=\"package\">gnome</systemitem> and <systemitem role="
3605 "\"package\">linux-image-amd64</systemitem> are two examples of meta-packages "
3606 "(built by the source packages <systemitem role=\"package\">meta-gnome2</"
3607 "systemitem> and <systemitem role=\"package\">linux-latest</systemitem>)."
3608 msgstr ""
3609 "Ein Meta-Paket ist meist ein leeres Paket, das es vereinfacht, eine "
3610 "Zusammenstellung von Paketen zu installieren, die sich im Lauf der Zeit "
3611 "weiterentwickeln können. Es erreicht dies, indem es von allen Paketen der "
3612 "Zusammenstellung abhängt. Dank der Fähigkeiten von APT kann der Betreuer des "
3613 "Meta-Pakets die Abhängigkeiten anpassen und das System des Anwenders wird "
3614 "automatisch die zusätzlichen Pakete erhalten. Die weggelassenen Pakete, die "
3615 "automatisch installiert wurden, werden außerdem als Kandidaten für das "
3616 "Entfernen gekennzeichnet (und werden sogar durch <command>aptitude</command> "
3617 "automatisch entfernt). <systemitem role=\"package\">gnome</systemitem> und "
3618 "<systemitem role=\"package\">linux-image-amd64</systemitem> sind zwei "
3619 "Beispiele für Meta-Pakete (gebaut durch die Quellpakete <systemitem role="
3620 "\"package\">meta-gnome2</systemitem> und <systemitem role=\"package\">linux-"
3621 "latest</systemitem>)."
3622
3623 #. type: Content of: <chapter><section><section><para>
3624 #: best-pkging-practices.dbk:1851
3625 msgid ""
3626 "The long description of the meta-package must clearly document its purpose "
3627 "so that the user knows what they will lose if they remove the package. Being "
3628 "explicit about the consequences is recommended. This is particularly "
3629 "important for meta-packages which are installed during initial installation "
3630 "and that have not been explicitly installed by the user.  Those tend to be "
3631 "important to ensure smooth system upgrades and the user should be "
3632 "discouraged from uninstalling them to avoid potential breakages."
3633 msgstr ""
3634 "Die ausführliche Beschreibung des Meta-Pakets muss ihren Zweck klar "
3635 "dokumentieren, so dass die Benutzer wissen, was sie verlieren, wenn sie das "
3636 "Paket entfernen. Es wird empfohlen, genau über die Konsequenzen zu "
3637 "informieren. Dies ist besonders für Meta-Pakete wichtig, die während der "
3638 "anfänglichen Installation installiert werden und nicht explizit durch den "
3639 "Benutzer installiert wurden. Diese neigen dazu, wichtig für reibungslose "
3640 "Upgrades des Systems zu sein und der Benutzer sollte entmutigt werden, sie "
3641 "zu entfernen, um mögliche Schäden zu vermeiden."
3642
3643 #. type: Content of: <chapter><title>
3644 #: beyond-pkging.dbk:7
3645 msgid "Beyond Packaging"
3646 msgstr "Jenseits der Paketierung"
3647
3648 #. type: Content of: <chapter><para>
3649 #: beyond-pkging.dbk:9
3650 msgid ""
3651 "Debian is about a lot more than just packaging software and maintaining "
3652 "those packages.  This chapter contains information about ways, often really "
3653 "critical ways, to contribute to Debian beyond simply creating and "
3654 "maintaining packages."
3655 msgstr ""
3656 "Debian ist weit mehr als nur Software zu paketieren und diese Pakete zu "
3657 "verwalten. Dieses Kapitel enthält Informationen über Wege, oft wirklich "
3658 "kritische Wege, fernab von einfachem Erstellen und Verwalten von Paketen zu "
3659 "Debian beizutragen."
3660
3661 #. type: Content of: <chapter><para>
3662 #: beyond-pkging.dbk:14
3663 msgid ""
3664 "As a volunteer organization, Debian relies on the discretion of its members "
3665 "in choosing what they want to work on and in choosing the most critical "
3666 "thing to spend their time on."
3667 msgstr ""
3668 "Als eine Organisation von Freiwilligen verlässt sich Debian auf das Ermessen "
3669 "seiner Mitglieder, die auswählen, an was sie arbeiten möchten und was die "
3670 "kritischste Sache ist, in die sie Zeit investieren."
3671
3672 #. type: Content of: <chapter><section><title>
3673 #: beyond-pkging.dbk:19
3674 msgid "Bug reporting"
3675 msgstr "Fehler berichten"
3676
3677 #. type: Content of: <chapter><section><para>
3678 #: beyond-pkging.dbk:21
3679 msgid ""
3680 "We encourage you to file bugs as you find them in Debian packages.  In fact, "
3681 "Debian developers are often the first line testers.  Finding and reporting "
3682 "bugs in other developers' packages improves the quality of Debian."
3683 msgstr ""
3684 "Bitte reichen Sie Fehlerberichte ein, wenn Sie Fehler in Debian-Paketen "
3685 "finden. Tatsächlich bilden Debian-Entwickler oftmals die erste Reihe der "
3686 "Tester. Fehler in den Paketen anderer Entwickler zu finden und zu melden, "
3687 "erhöht die Qualität von Debian."
3688
3689 #. type: Content of: <chapter><section><para>
3690 #: beyond-pkging.dbk:26
3691 msgid ""
3692 "Read the <ulink url=\"&url-bts-report;\">instructions for reporting bugs</"
3693 "ulink> in the Debian <ulink url=\"&url-bts;\">bug tracking system</ulink>."
3694 msgstr ""
3695 "Lesen Sie die <ulink url=\"&url-bts-report;\">Anweisungen zum Melden von "
3696 "Fehlern</ulink> in der <ulink url=\"&url-bts;\">Debian-Fehlerdatenbank</"
3697 "ulink>."
3698
3699 #. type: Content of: <chapter><section><para>
3700 #: beyond-pkging.dbk:31
3701 msgid ""
3702 "Try to submit the bug from a normal user account at which you are likely to "
3703 "receive mail, so that people can reach you if they need further information "
3704 "about the bug.  Do not submit bugs as root."
3705 msgstr ""
3706 "Versuchen Sie, den Fehlerbericht von einem normalen Benutzerkonto zu senden, "
3707 "von dem Sie wahrscheinlich Mails empfangen können, so dass Leute, die "
3708 "weitere Informationen über den Fehler benötigen, Sie erreichen können. "
3709 "Senden Sie keine Fehlerberichte als Root."
3710
3711 #. type: Content of: <chapter><section><para>
3712 #: beyond-pkging.dbk:36
3713 msgid ""
3714 "You can use a tool like <citerefentry> <refentrytitle>reportbug</"
3715 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> to submit bugs.  It "
3716 "can automate and generally ease the process."
3717 msgstr ""
3718 "Sie können ein Werkzeug wie <citerefentry> <refentrytitle>reportbug</"
3719 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> benutzen, um "
3720 "Fehlerberichte zu senden. Es kann den Prozess automatisieren und generell "
3721 "erleichtern."
3722
3723 #. type: Content of: <chapter><section><para>
3724 #: beyond-pkging.dbk:41
3725 msgid ""
3726 "Make sure the bug is not already filed against a package.  Each package has "
3727 "a bug list easily reachable at <literal>http://&bugs-host;/"
3728 "<replaceable>packagename</replaceable></literal>.  Utilities like "
3729 "<citerefentry> <refentrytitle>querybts</refentrytitle> <manvolnum>1</"
3730 "manvolnum> </citerefentry> can also provide you with this information (and "
3731 "<command>reportbug</command> will usually invoke <command>querybts</command> "
3732 "before sending, too)."
3733 msgstr ""
3734 "Stellen Sie sicher, dass der Fehler nicht bereits gegen das Paket "
3735 "eingereicht wurde. Jedes Paket hat eine Fehlerliste, die einfach unter "
3736 "<literal>http://&bugs-host;/<replaceable>Paketname</replaceable></literal> "
3737 "einsehbar ist. Hilfswerkzeuge wie <citerefentry> <refentrytitle>querybts</"
3738 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> können Sie ebenfalls "
3739 "mit diesen Informationen versorgen (und <command>reportbug</command> wird "
3740 "normalerweise auch vor dem Versenden <command>querybts</command> aufrufen)."
3741
3742 #. type: Content of: <chapter><section><para>
3743 #: beyond-pkging.dbk:50
3744 msgid ""
3745 "Try to direct your bugs to the proper location.  When for example your bug "
3746 "is about a package which overwrites files from another package, check the "
3747 "bug lists for <emphasis>both</emphasis> of those packages in order to avoid "
3748 "filing duplicate bug reports."
3749 msgstr ""
3750 "Versuchen Sie, Ihre Fehlerberichte an die ordnungsgemäße Stelle zu lenken. "
3751 "Wenn Ihr Fehlerbericht zum Beispiel von einem Paket handelt, das Dateien "
3752 "eines anderen Pakets überschreibt, prüfen Sie die Fehlerliste "
3753 "<emphasis>beider</emphasis> Pakete, um das Einreichen doppelter "
3754 "Fehlerberichte zu vermeiden."
3755
3756 #. type: Content of: <chapter><section><para>
3757 #: beyond-pkging.dbk:56
3758 msgid ""
3759 "For extra credit, you can go through other packages, merging bugs which are "
3760 "reported more than once, or tagging bugs `fixed' when they have already been "
3761 "fixed.  Note that when you are neither the bug submitter nor the package "
3762 "maintainer, you should not actually close the bug (unless you secure "
3763 "permission from the maintainer)."
3764 msgstr ""
3765 "Um zusätzliche Anerkennung zu erhalten, vereinigen Sie Fehler, die mehr als "
3766 "einmal berichtet wurden oder kennzeichnen Sie Fehler als »fixed«, die "
3767 "bereits behoben wurden. Beachten Sie, dass wenn Sie weder der Absender des "
3768 "Fehlers noch der Betreuer des Pakets sind, den Fehlerbericht nicht "
3769 "tatsächlich schließen sollten (es sei denn, Sie versichern sich der "
3770 "Erlaubnis des Betreuers)."
3771
3772 #. type: Content of: <chapter><section><para>
3773 #: beyond-pkging.dbk:63
3774 msgid ""
3775 "From time to time you may want to check what has been going on with the bug "
3776 "reports that you submitted.  Take this opportunity to close those that you "
3777 "can't reproduce anymore.  To find out all the bugs you submitted, you just "
3778 "have to visit <literal>http://&bugs-host;/from:<replaceable>your-email-addr</"
3779 "replaceable></literal>."
3780 msgstr ""
3781 "Von Zeit zu Zeit möchten Sie vielleicht prüfen, was aus den Fehlerberichten "
3782 "wurde, die Sie versandt haben. Nutzen Sie diese Gelegenheit, um diejenigen "
3783 "zu schließen, die Sie nicht mehr reproduzieren können. Um herauszufinden, "
3784 "welche Fehlerberichte Sie versandt haben, besuchen Sie <literal>http://&bugs-"
3785 "host;/from:<replaceable>Ihre-E-Mail-Adresse</replaceable></literal>."
3786
3787 #. type: Content of: <chapter><section><section><title>
3788 #: beyond-pkging.dbk:70
3789 msgid "Reporting lots of bugs at once (mass bug filing)"
3790 msgstr "Viele Fehler auf einmal berichten (Masseneinreichung von Fehlern)"
3791
3792 #. type: Content of: <chapter><section><section><para>
3793 #: beyond-pkging.dbk:72
3794 msgid ""
3795 "Reporting a great number of bugs for the same problem on a great number of "
3796 "different packages — i.e., more than 10 — is a deprecated practice.  Take "
3797 "all possible steps to avoid submitting bulk bugs at all.  For instance, if "
3798 "checking for the problem can be automated, add a new check to <systemitem "
3799 "role=\"package\">lintian</systemitem> so that an error or warning is emitted."
3800 msgstr ""
3801 "Das Berichten einer großen Anzahl von Fehlern für dasselbe Problem für eine "
3802 "große Zahl von Paketen — d.h. mehr als zehn —  ist eine missbilligte "
3803 "Vorgehensweise. Unternehmen Sie alle nötigen Schritte, um das massenhafte "
3804 "Versenden von Fehlerberichten tunlichst zu vermeiden. Prüfen Sie zum "
3805 "Beispiel, ob das Problem automatisiert werden kann, indem Sie eine neue "
3806 "Prüfung zu <systemitem role=\"package\">lintian</systemitem> hinzufügen, so "
3807 "dass eine Fehlermeldung oder Warnung ausgegeben wird."
3808
3809 #. type: Content of: <chapter><section><section><para>
3810 #: beyond-pkging.dbk:79
3811 msgid ""
3812 "If you report more than 10 bugs on the same topic at once, it is recommended "
3813 "that you send a message to &email-debian-devel; describing your intention "
3814 "before submitting the report, and mentioning the fact in the subject of your "
3815 "mail.  This will allow other developers to verify that the bug is a real "
3816 "problem.  In addition, it will help prevent a situation in which several "
3817 "maintainers start filing the same bug report simultaneously."
3818 msgstr ""
3819 "Falls Sie mehr als zehn Fehler auf einmal zum gleichen Thema berichten, wird "
3820 "empfohlen, dass Sie eine Nachricht an &email-debian-devel; senden, in der "
3821 "Sie Ihre Absicht darlegen, ehe Sie den Bericht versenden und die Tatsache im "
3822 "Betreff Ihrer Mail erwähnen. Dies wird anderen Entwicklern ermöglichen zu "
3823 "prüfen, ob der Fehler ein echtes Problem darstellt. Zusätzlich wird es "
3824 "helfen eine Situation zu vermeiden, in der mehrere Betreuer simultan "
3825 "beginnen, den gleichen Fehlerbericht einzureichen."
3826
3827 #. type: Content of: <chapter><section><section><para>
3828 #: beyond-pkging.dbk:87
3829 msgid ""
3830 "Please use the programs <command>dd-list</command> and if appropriate "
3831 "<command>whodepends</command> (from the package <systemitem role=\"package"
3832 "\">devscripts</systemitem>) to generate a list of all affected packages, and "
3833 "include the output in your mail to &email-debian-devel;."
3834 msgstr ""
3835 "Bitte benutzen Sie das Programm <command>dd-list</command> und falls "
3836 "geeignet <command>whodepends</command> (aus dem Paket <systemitem role="
3837 "\"package\">devscripts</systemitem>), um eine Liste aller betroffenen Pakete "
3838 "zu generieren und fügen sie die Ausgabe in Ihre Mail an &email-debian-devel; "
3839 "ein."
3840
3841 #. type: Content of: <chapter><section><section><para>
3842 #: beyond-pkging.dbk:93
3843 msgid ""
3844 "Note that when sending lots of bugs on the same subject, you should send the "
3845 "bug report to <email>maintonly@&bugs-host;</email> so that the bug report is "
3846 "not forwarded to the bug distribution mailing list."
3847 msgstr ""
3848 "Beachten Sie, wenn Sie viele Fehlerberichte mit dem gleichen Betreff senden "
3849 "möchten, dass Sie den Fehlerbericht an <email>maintonly@&bugs-host;</email> "
3850 "senden sollten, so dass der Fehlerbericht nicht an die Fehlerverteilungs-"
3851 "Maillingliste weitergeleitet wird."
3852
3853 #. type: Content of: <chapter><section><section><section><title>
3854 #: beyond-pkging.dbk:98
3855 msgid "Usertags"
3856 msgstr "Benutzerkennzeichen"
3857
3858 #. type: Content of: <chapter><section><section><section><para>
3859 #: beyond-pkging.dbk:100
3860 msgid ""
3861 "You may wish to use BTS usertags when submitting bugs across a number of "
3862 "packages. Usertags are similar to normal tags such as 'patch' and 'wishlist' "
3863 "but differ in that they are user-defined and occupy a namespace that is "
3864 "unique to a particular user. This allows multiple sets of developers to "
3865 "'usertag' the same bug in different ways without conflicting."
3866 msgstr ""
3867 "Vielleicht möchten Sie BTS-Benutzerkennzeichen benutzen, wenn Sie "
3868 "Fehlerberichte über eine größere Anzahl Pakete senden. Benutzerkennzeichen "
3869 "sind normalen Kennzeichen wie »patch« oder »wishlist« ähnlich, unterscheiden "
3870 "sich aber darin, dass sie benutzerdefiniert sind und einen Namensraum "
3871 "belegen, der einzigartig für einen bestimmten Benutzer ist. Dies ermöglicht "
3872 "mehreren Gruppierungen von Entwicklern, den gleichen Fehler "
3873 "benutzerdefiniert auf unterschiedliche Arten zu kennzeichnen ohne Konflikte "
3874 "zu verursachen."
3875
3876 #. type: Content of: <chapter><section><section><section><para>
3877 #: beyond-pkging.dbk:107
3878 msgid ""
3879 "To add usertags when filing bugs, specify the <literal>User</literal> and "
3880 "<literal>Usertags</literal> pseudo-headers:"
3881 msgstr ""
3882 "Um beim Einreichen von Fehlerberichten Benutzerkennzeichen hinzuzufügen, "
3883 "geben Sie die Pseudokopfzeilen <literal>User</literal> und "
3884 "<literal>Usertags</literal> an:"
3885
3886 #. type: Content of: <chapter><section><section><section><screen>
3887 #: beyond-pkging.dbk:111
3888 #, no-wrap
3889 msgid ""
3890 "To: submit@bugs.debian.org\n"
3891 "Subject: <replaceable>title-of-bug</replaceable>\n"
3892 "\n"
3893 "Package: <replaceable>pkgname</replaceable>\n"
3894 "<replaceable>[ ... ]</replaceable>\n"
3895 "User: <replaceable>email-addr</replaceable>\n"
3896 "Usertags: <replaceable>tag-name [ tag-name ... ]</replaceable>\n"
3897 "\n"
3898 "<replaceable>description-of-bug ...</replaceable>\n"
3899 msgstr ""
3900 "To: submit@bugs.debian.org\n"
3901 "Subject: <replaceable>Titel des Fehlerberichts</replaceable>\n"
3902 "\n"
3903 "Package: <replaceable>Paketname</replaceable>\n"
3904 "<replaceable>[ ... ]</replaceable>\n"
3905 "User: <replaceable>E-Mail-Adresse</replaceable>\n"
3906 "Usertags: <replaceable>Kennzeichen [ Kennzeichen ... ]</replaceable>\n"
3907 "\n"
3908 "<replaceable>Beschreibung des Fehlers ...</replaceable>\n"
3909
3910 #. type: Content of: <chapter><section><section><section><para>
3911 #: beyond-pkging.dbk:122
3912 msgid ""
3913 "Note that tags are seperated by spaces and cannot contain underscores. If "
3914 "you are filing bugs for a particular group or team it is recommended that "
3915 "you set the <literal>User</literal> to an appropriate mailing list after "
3916 "describing your intention there."
3917 msgstr ""
3918 "Beachten Sie, dass Kennzeichnungen durch Leerzeichen getrennt werden und "
3919 "keine Unterstriche enthalten dürfen. Falls Sie Fehlerberichte für eine "
3920 "spezielle Gruppe oder ein Team einreichen, wird empfohlen, dass Sie "
3921 "<literal>User</literal> auf eine angemessene Mailingliste setzen, nachdem "
3922 "Sie Ihre Absicht dort geschildert haben."
3923
3924 #. type: Content of: <chapter><section><section><section><para>
3925 #: beyond-pkging.dbk:128
3926 msgid ""
3927 "To view bugs tagged with a specific usertag, visit <literal>http://&bugs-"
3928 "host;/cgi-bin/pkgreport.cgi?users=<replaceable>email-addr</replaceable>&amp;"
3929 "tag=<replaceable>tag-name</replaceable></literal>."
3930 msgstr ""
3931 "Um Fehler mit einem bestimmten Benutzerkennzeichen anzusehen, besuchen Sie "
3932 "<literal>http://&bugs-host;/cgi-bin/pkgreport.cgi?users=<replaceable>E-Mail-"
3933 "Adresse</replaceable>&amp;tag=<replaceable>Kennzeichen</replaceable></"
3934 "literal>."
3935
3936 #. type: Content of: <chapter><section><title>
3937 #: beyond-pkging.dbk:137
3938 msgid "Quality Assurance effort"
3939 msgstr "Qualitätssicherungsbestreben"
3940
3941 #. type: Content of: <chapter><section><section><title>
3942 #: beyond-pkging.dbk:139
3943 msgid "Daily work"
3944 msgstr "Tägliche Arbeit"
3945
3946 #. type: Content of: <chapter><section><section><para>
3947 #: beyond-pkging.dbk:141
3948 msgid ""
3949 "Even though there is a dedicated group of people for Quality Assurance, QA "
3950 "duties are not reserved solely for them.  You can participate in this effort "
3951 "by keeping your packages as bug-free as possible, and as lintian-clean (see "
3952 "<xref linkend=\"lintian\"/>) as possible.  If you do not find that possible, "
3953 "then you should consider orphaning some of your packages (see <xref linkend="
3954 "\"orphaning\"/>).  Alternatively, you may ask the help of other people in "
3955 "order to catch up with the backlog of bugs that you have (you can ask for "
3956 "help on &email-debian-qa; or &email-debian-devel;).  At the same time, you "
3957 "can look for co-maintainers (see <xref linkend=\"collaborative-maint\"/>)."
3958 msgstr ""
3959 "Auch wenn es eine eigene Gruppe zur Qualitätssicherung gibt, sind QS-"
3960 "Pflichten nicht ausschließlich dieser Gruppe vorbehalten. Sie können an "
3961 "dieser Aufgabe teilnehmen, indem Sie Ihre Pakete so fehlerfrei und so "
3962 "Lintian-rein (siehe <xref linkend=\"lintian\"/>) wie möglich halten. Falls "
3963 "Sie finden, dies sei unmöglich, dann sollten Sie darüber nachdenken, einige "
3964 "Ihrer Pakete zu verwaisen (siehe <xref linkend=\"orphaning\"/>). Alternativ "
3965 "könnten Sie andere Leute um Hilfe bitten, um den Rückstand, den Sie bei den "
3966 "Fehlern haben, aufzuholen (Sie können auf &email-debian-qa; oder &email-"
3967 "debian-devel; nach Hilfe fragen). Gleichzeitig können Sie sich nach "
3968 "Mitbetreuern umsehen (siehe <xref linkend=\"collaborative-maint\"/>)."
3969
3970 #. type: Content of: <chapter><section><section><title>
3971 #: beyond-pkging.dbk:155
3972 msgid "Bug squashing parties"
3973 msgstr "Bug-Squashing-Parties"
3974
3975 #. type: Content of: <chapter><section><section><para>
3976 #: beyond-pkging.dbk:157
3977 msgid ""
3978 "From time to time the QA group organizes bug squashing parties to get rid of "
3979 "as many problems as possible.  They are announced on &email-debian-devel-"
3980 "announce; and the announcement explains which area will be the focus of the "
3981 "party: usually they focus on release critical bugs but it may happen that "
3982 "they decide to help finish a major upgrade (like a new <command>perl</"
3983 "command> version which requires recompilation of all the binary modules)."
3984 msgstr ""
3985 "Von Zeit zu Zeit organisiert die QS-Gruppe Bug-Squashing-Parties, um so "
3986 "viele Probleme wie möglich zu beseitigen. Sie werden auf &email-debian-devel-"
3987 "announce; angekündigt und in der Ankündigung wird erklärt, auf welchem "
3988 "Bereich der Fokus der Party liegt: Üblicherweise liegt der Fokus auf release-"
3989 "kritischen Fehlern, aber es kann vorkommen, dass entschieden wird, bei der "
3990 "Fertigstellung eines Haupt-Upgrades zu helfen (wie einer neuen "
3991 "<command>perl</command>-Version, die ein Neukompilieren aller binären Module "
3992 "erfordert)."
3993
3994 #. type: Content of: <chapter><section><section><para>
3995 #: beyond-pkging.dbk:166
3996 msgid ""
3997 "The rules for non-maintainer uploads differ during the parties because the "
3998 "announcement of the party is considered prior notice for NMU.  If you have "
3999 "packages that may be affected by the party (because they have release "
4000 "critical bugs for example), you should send an update to each of the "
4001 "corresponding bug to explain their current status and what you expect from "
4002 "the party.  If you don't want an NMU, or if you're only interested in a "
4003 "patch, or if you will deal yourself with the bug, please explain that in the "
4004 "BTS."
4005 msgstr ""
4006 "Die Regeln für Non-Maintainer-Uploads unterscheiden sich während der "
4007 "Parties, da die Ankündigung der Party als vorausgehende Ankündigung für den "
4008 "NMU angesehen wird. Falls Sie Pakete haben, die von der Party betroffen sind "
4009 "(da sie zum Beispiel release-kritische Fehler enthalten), sollten Sie eine "
4010 "Aktualisierung zu jedem zugehörigen Fehler senden, um seinen aktuellen "
4011 "Status zu erklären und und was Sie von der Party erwarten. Falls Sie keinen "
4012 "NMU möchten, nicht an einem Patch interessiert sind oder den Fehler selbst "
4013 "bewältigen möchten, erklären Sie dies bitte im BTS."
4014
4015 #. type: Content of: <chapter><section><section><para>
4016 #: beyond-pkging.dbk:175
4017 msgid ""
4018 "People participating in the party have special rules for NMU, they can NMU "
4019 "without prior notice if they upload their NMU to DELAYED/3-day at least.  "
4020 "All other NMU rules apply as usually; they should send the patch of the NMU "
4021 "to the BTS (to one of the open bugs fixed by the NMU, or to a new bug, "
4022 "tagged fixed).  They should also respect any particular wishes of the "
4023 "maintainer."
4024 msgstr ""
4025 "Teilnehmer der Party haben besondere Regeln für NMUs. Sie können NMUs ohne "
4026 "vorherige Ankündigung durchführen, falls sie mindestens nach DELAYED/3-day "
4027 "hochladen. Alle anderen NMU-Regeln gelten wie üblich; sie sollten das Patch "
4028 "des NMUs an das BTS senden (an einen der offenen Fehler, der durch den NMU "
4029 "behoben wird oder an einen neuen Fehler, der als »fixed« gekennzeichnet "
4030 "wird). Sie sollten außerdem die besonderen Wünsche des Betreuers "
4031 "respektieren."
4032
4033 #. type: Content of: <chapter><section><section><para>
4034 #: beyond-pkging.dbk:182
4035 msgid ""
4036 "If you don't feel confident about doing an NMU, just send a patch to the "
4037 "BTS.  It's far better than a broken NMU."
4038 msgstr ""
4039 "Falls Sie sich nicht sicher fühlen, einen NMU durchzuführen, senden Sie nur "
4040 "ein Patch an das BTS. Das ist weit besser als ein kaputter NMU."
4041
4042 #. type: Content of: <chapter><section><title>
4043 #: beyond-pkging.dbk:190
4044 msgid "Contacting other maintainers"
4045 msgstr "Andere Paketbetreuer kontaktieren"
4046
4047 #. type: Content of: <chapter><section><para>
4048 #: beyond-pkging.dbk:192
4049 msgid ""
4050 "During your lifetime within Debian, you will have to contact other "
4051 "maintainers for various reasons.  You may want to discuss a new way of "
4052 "cooperating between a set of related packages, or you may simply remind "
4053 "someone that a new upstream version is available and that you need it."
4054 msgstr ""
4055 "Während Ihres Lebens innerhalb Debian werden Sie aus verschiedenen Gründen "
4056 "Kontakt zu anderen Betreuern haben. Sie möchten vielleicht neue Wege der "
4057 "Kooperation zwischen einer Zusammenstellung verwandter Pakete diskutieren "
4058 "oder einfach jemanden daran erinnern, dass eine neue Originalversion "
4059 "verfügbar ist, die Sie benötigen."
4060
4061 #. type: Content of: <chapter><section><para>
4062 #: beyond-pkging.dbk:198
4063 msgid ""
4064 "Looking up the email address of the maintainer for the package can be "
4065 "distracting.  Fortunately, there is a simple email alias, "
4066 "<literal><replaceable>package</replaceable>@&packages-host;</literal>, which "
4067 "provides a way to email the maintainer, whatever their individual email "
4068 "address (or addresses)  may be.  Replace <replaceable>package</replaceable> "
4069 "with the name of a source or a binary package."
4070 msgstr ""
4071 "Die E-Mail-Adresse des Paketbetreuers herauszusuchen, kann störend sein. "
4072 "Glücklicherweise gibt es einen einfachen E-Mail-Alias, "
4073 "<literal><replaceable>Paket</replaceable>@&packages-host;</literal>, der "
4074 "eine Möglichkeit bietet, dem Betreuer zu mailen, ganz gleich wie seine E-"
4075 "Mail-Adresse (oder Adressen) auch sein mag. Ersetzen Sie <replaceable>Paket</"
4076 "replaceable> durch den Namen eines Quell- oder Binärpakets."
4077
4078 #. type: Content of: <chapter><section><para>
4079 #: beyond-pkging.dbk:206
4080 msgid ""
4081 "You may also be interested in contacting the persons who are subscribed to a "
4082 "given source package via <xref linkend=\"pkg-tracking-system\"/>.  You can "
4083 "do so by using the <literal><replaceable>package</replaceable>@&pts-host;</"
4084 "literal> email address."
4085 msgstr ""
4086 "Möglicherweise sind Sie außerdem daran interessiert, Personen zu "
4087 "kontaktieren, die ein bestimmtes Quellpaket mittels <xref linkend=\"pkg-"
4088 "tracking-system\"/> abonniert haben. Sie können dazu die E-Mail-Adresse "
4089 "<literal><replaceable>Paket</replaceable>@&pts-host;</literal> benutzen."
4090
4091 #. type: Content of: <chapter><section><title>
4092 #: beyond-pkging.dbk:215
4093 msgid "Dealing with inactive and/or unreachable maintainers"
4094 msgstr ""
4095 "Sich mit inaktiven und/oder nicht erreichbaren Paketbetreuern beschäftigen"
4096
4097 # FIXME Singular verwenden
4098 #. type: Content of: <chapter><section><para>
4099 #: beyond-pkging.dbk:217
4100 msgid ""
4101 "If you notice that a package is lacking maintenance, you should make sure "
4102 "that the maintainer is active and will continue to work on their packages.  "
4103 "It is possible that they are not active any more, but haven't registered out "
4104 "of the system, so to speak.  On the other hand, it is also possible that "
4105 "they just need a reminder."
4106 msgstr ""
4107 "Falls Sie bemerken, dass es einem Paket an Betreuung mangelt, sollten Sie "
4108 "sicherstellen, dass der Betreuer aktiv ist und weiter an seinen Paketen "
4109 "arbeitet. Es ist möglich, dass er nicht mehr aktiv ist, sich aber nicht aus "
4110 "dem System abgemeldet hat. Andererseits ist es auch möglich, dass er nur "
4111 "eine Erinnerung braucht."
4112
4113 #. type: Content of: <chapter><section><para>
4114 #: beyond-pkging.dbk:224
4115 msgid ""
4116 "There is a simple system (the MIA database) in which information about "
4117 "maintainers who are deemed Missing In Action is recorded.  When a member of "
4118 "the QA group contacts an inactive maintainer or finds more information about "
4119 "one, this is recorded in the MIA database.  This system is available in "
4120 "<filename>/org/qa.debian.org/mia</filename> on the host <literal>qa.debian."
4121 "org</literal>, and can be queried with the <command>mia-query</command> "
4122 "tool.  Use <command>mia-query --help</command> to see how to query the "
4123 "database.  If you find that no information has been recorded about an "
4124 "inactive maintainer yet, or that you can add more information, you should "
4125 "generally proceed as follows."
4126 msgstr ""
4127 "Es gibt ein einfaches System (die MIA-Datenbank), in der Informationen über "
4128 "Paketbetreuer aufgezeichnet werden, die als »Missing In Action« (vermisst) "
4129 "gelten. Wenn ein Mitglied der QS-Gruppe einen inaktiven Betreuer kontaktiert "
4130 "oder weitere Informationen über ihn findet, wird dies in der MIA-Datenbank "
4131 "aufgezeichnet. Das System ist unter <filename>/org/qa.debian.org/mia</"
4132 "filename> auf dem Rechner <literal>qa.debian.org</literal> verfügbar und "
4133 "kann mit dem Werkzeug <command>mia-query</command> abgefragt werden. "
4134 "Benutzen Sie <command>mia-query --help</command>, um zu erfahren, wie Sie "
4135 "Abfragen an die Datenbank richten. Falls Sie der Meinung sind, dass noch "
4136 "keine Informationen über einen inaktiven Betreuer aufgezeichnet wurde oder "
4137 "dass Sie weitere Informationen hinzufügen können, sollten Sie im Allgemeinen "
4138 "wie folgt verfahren."
4139
4140 #. type: Content of: <chapter><section><para>
4141 #: beyond-pkging.dbk:235
4142 msgid ""
4143 "The first step is to politely contact the maintainer, and wait a reasonable "
4144 "time for a response.  It is quite hard to define reasonable time, but it is "
4145 "important to take into account that real life is sometimes very hectic.  One "
4146 "way to handle this would be to send a reminder after two weeks."
4147 msgstr ""
4148 "Im ersten Schritt kontaktieren Sie den Betreuer höflich und warten eine "
4149 "angemessene Zeit auf eine Antwort. Es ist ziemlich schwer zu definieren, was "
4150 "eine angemessene Zeit ist, aber es ist wichtig zu berücksichtigen, dass das "
4151 "wahre Leben manchmal sehr hektisch ist. Eine Möglichkeit damit umzugehen "
4152 "wäre es, nach zwei Wochen eine Erinnerung zu senden."
4153
4154 #. type: Content of: <chapter><section><para>
4155 #: beyond-pkging.dbk:241
4156 msgid ""
4157 "If the maintainer doesn't reply within four weeks (a month), one can assume "
4158 "that a response will probably not happen.  If that happens, you should "
4159 "investigate further, and try to gather as much useful information about the "
4160 "maintainer in question as possible.  This includes:"
4161 msgstr ""
4162 "Falls der Betreuer nicht innerhalb von vier Wochen (einem Monat) antwortet, "
4163 "kann davon ausgegangen werden, dass wahrscheinlich keine Antwort mehr kommt. "
4164 "Falls dies geschieht, sollten Sie weiter nachforschen und versuchen so viele "
4165 "nützliche Informationen wie möglich über den betreffenden Betreuer zu "
4166 "sammeln. Dies beinhaltet:"
4167
4168 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
4169 #: beyond-pkging.dbk:249
4170 msgid ""
4171 "The <literal>echelon</literal> information available through the <ulink url="
4172 "\"&url-debian-db;\">developers' LDAP database</ulink>, which indicates when "
4173 "the developer last posted to a Debian mailing list.  (This includes mails "
4174 "about uploads distributed via the &email-debian-devel-changes; list.)  Also, "
4175 "remember to check whether the maintainer is marked as on vacation in the "
4176 "database."
4177 msgstr ""
4178 "die <literal>echelon</literal>-Informationen, die über die <ulink url=\"&url-"
4179 "debian-db;\">debian.org Developers LDAP Search</ulink> verfügbar sind. Sie "
4180 "geben an, wann der Entwickler zum letzten Mal an eine Debian-Mailingliste "
4181 "geschrieben hat. (Dies umfasst Mails über Uploads, die über die Liste &email-"
4182 "debian-devel-changes; verteilt wurden.) Denken Sie außerdem daran zu prüfen, "
4183 "ob der Betreuer in der Datenbank als im Urlaub befindlich markiert ist."
4184
4185 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
4186 #: beyond-pkging.dbk:259
4187 msgid ""
4188 "The number of packages this maintainer is responsible for, and the condition "
4189 "of those packages.  In particular, are there any RC bugs that have been open "
4190 "for ages? Furthermore, how many bugs are there in general? Another important "
4191 "piece of information is whether the packages have been NMUed, and if so, by "
4192 "whom."
4193 msgstr ""
4194 "die Zahl der Pakete, für die dieser Betreuer verantwortlich ist und den "
4195 "Zustand dieser Pakete. Hauptsächlich, ob es release-kritische Fehler gibt, "
4196 "die seit Jahren offen sind. Ferner wie viele Fehler es im Allgemeinen sind. "
4197 "Ein weiteres wichtiges Teil der Informationen ist, ob für die Pakete NMUs "
4198 "durchgeführt werden und wenn, von wem."
4199
4200 # FIXME: Singular/Plural gemischt
4201 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
4202 #: beyond-pkging.dbk:268
4203 msgid ""
4204 "Is there any activity of the maintainer outside of Debian? For example, they "
4205 "might have posted something recently to non-Debian mailing lists or news "
4206 "groups."
4207 msgstr ""
4208 "Gibt es irgendeine Aktivität des Betreuers außerhalb von Debian? Er könnte "
4209 "zum Beispiel aktuell etwas an eine Nicht-Debian-Mailingliste oder an "
4210 "Newsgroups geschrieben haben."
4211
4212 # FIXME: Singular/Plural gemischt
4213 #. type: Content of: <chapter><section><para>
4214 #: beyond-pkging.dbk:275
4215 msgid ""
4216 "A bit of a problem are packages which were sponsored — the maintainer is not "
4217 "an official Debian developer.  The <literal>echelon</literal> information is "
4218 "not available for sponsored people, for example, so you need to find and "
4219 "contact the Debian developer who has actually uploaded the package.  Given "
4220 "that they signed the package, they're responsible for the upload anyhow, and "
4221 "are likely to know what happened to the person they sponsored."
4222 msgstr ""
4223 "Ein ziemliches Problem sind Pakete, die gesponsort wurden — der Betreuer ist "
4224 "kein offizieller Debian-Entwickler. Die <literal>echelon</literal>-"
4225 "Informationen sind nicht für gesponsorte Leute verfügbar, so dass Sie "
4226 "beispielsweise den Debian-Entwickler finden und kontaktieren müssen, der das "
4227 "Paket tatsächlich hochgeladen hat. Angenommen, das Paket wurde signiert, "
4228 "dann ist er dennoch für das Paket verantwortlich und weiß wahrscheinlich, "
4229 "was mit der Person geschah, die er sponsorte."
4230
4231 #. type: Content of: <chapter><section><para>
4232 #: beyond-pkging.dbk:283
4233 msgid ""
4234 "It is also allowed to post a query to &email-debian-devel;, asking if anyone "
4235 "is aware of the whereabouts of the missing maintainer.  Please Cc: the "
4236 "person in question."
4237 msgstr ""
4238 "Es ist außerdem erlaubt, eine Anfrage an &email-debian-devel; zu senden und "
4239 "zu fragen, ob jemand etwas über den Verbleib des vermissten Betreuers weiß. "
4240 "Bitte senden Sie der Person, um die es geht, per Cc: eine Kopie."
4241
4242 #. type: Content of: <chapter><section><para>
4243 #: beyond-pkging.dbk:288
4244 msgid ""
4245 "Once you have gathered all of this, you can contact &email-mia;.  People on "
4246 "this alias will use the information you provide in order to decide how to "
4247 "proceed.  For example, they might orphan one or all of the packages of the "
4248 "maintainer.  If a package has been NMUed, they might prefer to contact the "
4249 "NMUer before orphaning the package — perhaps the person who has done the NMU "
4250 "is interested in the package."
4251 msgstr ""
4252 "Sobald Sie als dies gesammelt haben, können Sie &email-mia; kontaktieren. "
4253 "Leute mit diesem Alias werden die von Ihnen bereitgestellten Informationen "
4254 "nutzen, um zu entscheiden, wie verfahren wird. Beispielsweise könnten Sie "
4255 "eines oder alle Pakete des Betreuers verwaisen. Falls für ein Paket ein NMU "
4256 "durchgeführt wurde, könnten sie es vorziehen vor dem Verwaisen des Pakets "
4257 "denjenigen zu kontaktieren, von dem der NMU durchgeführt wurde — vielleicht "
4258 "ist diese Person daran interessiert das Paket zu übernehmen."
4259
4260 #. type: Content of: <chapter><section><para>
4261 #: beyond-pkging.dbk:296
4262 msgid ""
4263 "One last word: please remember to be polite.  We are all volunteers and "
4264 "cannot dedicate all of our time to Debian.  Also, you are not aware of the "
4265 "circumstances of the person who is involved.  Perhaps they might be "
4266 "seriously ill or might even have died — you do not know who may be on the "
4267 "receiving side.  Imagine how a relative will feel if they read the e-mail of "
4268 "the deceased and find a very impolite, angry and accusing message!"
4269 msgstr ""
4270 "Eine abschließende Bemerkung: Bitte denken Sie daran, höflich zu bleiben. "
4271 "Alle hier sind Freiwillige und können nicht sämtliche Zeit Debian widmen. "
4272 "Außerdem wissen Sie nichts über die Situation der beteiligten Person. "
4273 "Vielleicht ist sie ernsthaft erkrankt oder sogar verstorben — Sie wissen "
4274 "nicht, wer auf der Empfängerseite ist. Stellen Sie sich vor, wie sich ein "
4275 "Verwandter fühlt, wenn er die E-Mail des Verstorbenen liest und eine sehr "
4276 "unhöfliche, böse oder vorwurfsvolle Nachricht findet!"
4277
4278 # FIXME: Singular/Plural gemischt
4279 #. type: Content of: <chapter><section><para>
4280 #: beyond-pkging.dbk:304
4281 msgid ""
4282 "On the other hand, although we are volunteers, we do have a responsibility.  "
4283 "So you can stress the importance of the greater good — if a maintainer does "
4284 "not have the time or interest anymore, they should let go and give the "
4285 "package to someone with more time."
4286 msgstr ""
4287 "Andererseits besteht trotz Freiwilligkeit auch eine Verantwortung. So können "
4288 "Sie die Wichtigkeit eines übergeordneten Wohls betonen — falls ein Betreuer "
4289 "keine Zeit oder kein Interesse mehr hat, sollte er gehen und das Paket "
4290 "jemandem mit mehr Zeit geben."
4291
4292 #. type: Content of: <chapter><section><para>
4293 #: beyond-pkging.dbk:310
4294 msgid ""
4295 "If you are interested in working in the MIA team, please have a look at the "
4296 "<filename>README</filename> file in <filename>/org/qa.debian.org/mia</"
4297 "filename> on <literal>qa.debian.org</literal> where the technical details "
4298 "and the MIA procedures are documented and contact &email-mia;."
4299 msgstr ""
4300 "Falls Sie Interesse an der Arbeit im MIA-Team haben, werfen Sie bitte einen "
4301 "Blick in die <filename>README</filename>-Datei in <filename>/org/qa.debian."
4302 "org/mia</filename> auf <literal>qa.debian.org</literal>, wo die technischen "
4303 "Einzelheiten und MIA-Prozeduren dokumentiert sind und kontaktieren Sie "
4304 "&email-mia;."
4305
4306 #. type: Content of: <chapter><section><title>
4307 #: beyond-pkging.dbk:318
4308 msgid "Interacting with prospective Debian developers"
4309 msgstr "Zusammenwirken mit zukünftigen Debian-Entwicklern"
4310
4311 #. type: Content of: <chapter><section><para>
4312 #: beyond-pkging.dbk:320
4313 msgid ""
4314 "Debian's success depends on its ability to attract and retain new and "
4315 "talented volunteers.  If you are an experienced developer, we recommend that "
4316 "you get involved with the process of bringing in new developers.  This "
4317 "section describes how to help new prospective developers."
4318 msgstr ""
4319 "Debians Erfolg hängt von der Fähigkeit ab, neue und talentierte Entwickler "
4320 "für sich zu gewinnen und zu halten. Wenn Sie ein erfahrener Entwickler sind, "
4321 "wird Ihnen empfohlen, sich am Prozess, neue Entwickler heranzuziehen, zu "
4322 "beteiligen."
4323
4324 #. type: Content of: <chapter><section><section><title>
4325 #: beyond-pkging.dbk:326
4326 msgid "Sponsoring packages"
4327 msgstr "Pakete sponsoren"
4328
4329 #. type: Content of: <chapter><section><section><para>
4330 #: beyond-pkging.dbk:328
4331 msgid ""
4332 "Sponsoring a package means uploading a package for a maintainer who is not "
4333 "able to do it on their own. It's not a trivial matter, the sponsor must "
4334 "verify the packaging and ensure that it is of the high level of quality that "
4335 "Debian strives to have."
4336 msgstr ""
4337 "Sponsoring eines Pakets bedeutet, ein Paket für einen Betreuer hochzuladen, "
4338 "der nicht in der Lage ist, dies selbst zu tun. Es ist keine belanglose "
4339 "Angelegenheit, der Sponsor muss die Paketierung überprüfen und dafür sorgen, "
4340 "dass sie auf der hohen Qualitätsstufe ist, die Debian anstrebt."
4341
4342 #. type: Content of: <chapter><section><section><para>
4343 #: beyond-pkging.dbk:334
4344 msgid "Debian Developers can sponsor packages. Debian Maintainers can't."
4345 msgstr ""
4346 "Debian-Entwickler können Pakete sponsoren. Debian-Betreuer können dies nicht."
4347
4348 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4349 #: beyond-pkging.dbk:340
4350 msgid ""
4351 "The maintainer prepares a source package (<filename>.dsc</filename>) and "
4352 "puts it online somewhere (like on <ulink url=\"http://mentors.debian.net/cgi-"
4353 "bin/welcome\">mentors.debian.net</ulink>) or even better, provides a link to "
4354 "a public VCS repository (see <xref linkend=\"servers-vcs\"/>) where the "
4355 "package is maintained."
4356 msgstr ""
4357 "Der Betreuer bereitet ein Quellpaket (<filename>.dsc</filename>) vor und "
4358 "legt es irgendwo online ab (wie auf <ulink url=\"http://mentors.debian.net/"
4359 "cgi-bin/welcome\">mentors.debian.net</ulink>) oder stellt, was noch besser "
4360 "ist, einen Link zu einem öffentlichen VCS-Depot (siehe <xref linkend="
4361 "\"servers-vcs\"/>) bereit, wo das Paket verwaltet wird."
4362
4363 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4364 #: beyond-pkging.dbk:346
4365 msgid "The sponsor downloads (or checkouts) the source package."
4366 msgstr "Der Sponsor lädt das Paket herunter (oder checkt es aus)."
4367
4368 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4369 #: beyond-pkging.dbk:349
4370 msgid ""
4371 "The sponsor reviews the source package. If they find issues, they inform the "
4372 "maintainer and ask them to provide a fixed version (the process starts over "
4373 "at step 1)."
4374 msgstr ""
4375 "Der Sponsor prüft das Quellpaket. Falls er Probleme entdeckt, informiert er "
4376 "den Betreuer und bittet ihn, eine korrigierte Version bereitzustellen (der "
4377 "Prozess beginnt von vorn mit dem ersten Schritt)."
4378
4379 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4380 #: beyond-pkging.dbk:354
4381 msgid ""
4382 "The sponsor could not find any remaining problem. They build the package, "
4383 "sign it, and upload it to Debian."
4384 msgstr ""
4385 "Der Sponsor konnte kein verbliebenes Problem finden. Er erstellt das Paket, "
4386 "signiert es und lädt es zu Debian hoch."
4387
4388 #. type: Content of: <chapter><section><section><para>
4389 #: beyond-pkging.dbk:337
4390 msgid ""
4391 "The process of sponsoring a package is: <placeholder type=\"orderedlist\" id="
4392 "\"0\"/>"
4393 msgstr ""
4394 "Der Prozess, ein Paket zu sponsoren ist: <placeholder  type=\"orderedlist\" "
4395 "id=\"0\"/>"
4396
4397 #. type: Content of: <chapter><section><section><para>
4398 #: beyond-pkging.dbk:360
4399 msgid ""
4400 "Before delving in the details of how to sponsor a package, you should ask "
4401 "yourself whether adding the proposed package is beneficial to Debian."
4402 msgstr ""
4403 "Bevor Sie die Einzelheiten erforschen, wie ein Paket gesponsort wird, "
4404 "sollten Sie sich selbst fragen, ob das Hinzufügen des angebotenen Pakets "
4405 "einen Gewinn für Debian bedeuted."
4406
4407 #. type: Content of: <chapter><section><section><para>
4408 #: beyond-pkging.dbk:364
4409 msgid ""
4410 "There's no simple rule to answer this question, it can depend on many "
4411 "factors: is the upstream codebase mature and not full of security holes? Are "
4412 "there pre-existing packages that can do the same task and how do they "
4413 "compare to this new package? Has the new package been requested by users and "
4414 "how large is the user base? How active are the upstream developers?"
4415 msgstr ""
4416 "Es gibt keine einfache Regel, um diese Frage zu beantworten, sie kann von "
4417 "vielen Faktoren abhängen: Ist die Code-Basis der Originalautoren ausgereift "
4418 "und nicht voller Sicherheitslücken? Gibt es vorher existierende Pakete, die "
4419 "die gleiche Aufgabe erledigen können und wie sind diese im Vergleich zu "
4420 "diesem neuen Paket? Gab es für dieses neue Paket eine Nachfrage durch "
4421 "Anwender und wie groß ist die Benutzerbasis? Wie aktiv sind die Entwickler "
4422 "des Originals?"
4423
4424 #. type: Content of: <chapter><section><section><para>
4425 #: beyond-pkging.dbk:371
4426 msgid ""
4427 "You should also ensure that the prospective maintainer is going to be a good "
4428 "maintainer. Do they already have some experience with other packages? If "
4429 "yes, are they doing a good job with them (check out some bugs)? Are they "
4430 "familiar with the package and its programming language? Do they have the "
4431 "skills needed for this package? If not, are they able to learn them?"
4432 msgstr ""
4433 "Sie sollten außerdem sicherstellen, dass der zukünftige Betreuer ein guter "
4434 "Betreuer sein wird. Hat er bereits etwas Erfahrung mit anderen Paketen? "
4435 "Falls ja, leistet er bei ihnen gute Arbeit (überprüfen Sie einige Fehler)? "
4436 "Ist er vertraut mit dem Paket und dessen Programmiersprache? Verfügt er über "
4437 "die für dieses Paket nötigen Fähigkeiten? Falls nicht, ist er in der Lage "
4438 "sie zu erlernen?"
4439
4440 #. type: Content of: <chapter><section><section><para>
4441 #: beyond-pkging.dbk:379
4442 msgid ""
4443 "It's also a good idea to know where they stand with respect to Debian: do "
4444 "they agree with Debian's philosophy and do they intend to join Debian? Given "
4445 "how easy it is to become a Debian Maintainer, you might want to only sponsor "
4446 "people who plan to join. That way you know from the start that you won't "
4447 "have to act as a sponsor indefinitely."
4448 msgstr ""
4449 "Es ist außerdem eine gute Idee zu wissen, wie er Debian gegenübersteht: "
4450 "Stimmt er der Debian-Philosophie zu und beabsichtigt er Debian beizutreten? "
4451 "Angesichts dessen, wie einfach es ist, ein Debian-Betreuer zu werden, "
4452 "möchten Sie vielleicht nur Leute sponsoren, die planen beizutreten. Auf "
4453 "diese Art wissen Sie von Beginn an, dass Sie nicht auf unbestimmte Zeit als "
4454 "Sponsor agieren müssen."
4455
4456 #. type: Content of: <chapter><section><section><section><title>
4457 #: beyond-pkging.dbk:386
4458 msgid "Sponsoring a new package"
4459 msgstr "Ein neues Paket sponsoren"
4460
4461 #. type: Content of: <chapter><section><section><section><para>
4462 #: beyond-pkging.dbk:388
4463 msgid ""
4464 "New maintainers usually have certain difficulties creating Debian packages — "
4465 "this is quite understandable. They will do mistakes. That's why sponsoring a "
4466 "brand new package into Debian requires a thorough review of the Debian "
4467 "packaging. Sometimes several iterations will be needed until the package is "
4468 "good enough to be uploaded to Debian. Thus being a sponsor implies being a "
4469 "mentor."
4470 msgstr ""
4471 "Neue Betreuer haben gewöhnlich bestimmte Schwierigkeiten bei der Erstellung "
4472 "von Debian-Paketen — dies ist ziemlich verständlich. Das ist der Grund, "
4473 "weshalb das Sponsoring eines brandneuen Pakets in Debian, eine sorgfältige "
4474 "Überprüfung notwendig macht. Manchmal sind mehrere Wiederholungen nötig, bis "
4475 "das Paket gut genug ist, um zu Debian hochgeladen zu werden. Daher "
4476 "impliziert ein Sponsor zu sein, dass man ein Mentor ist."
4477
4478 #. type: Content of: <chapter><section><section><section><para>
4479 #: beyond-pkging.dbk:396
4480 msgid ""
4481 "Don't ever sponsor a new package without reviewing it. The review of new "
4482 "packages done by ftpmasters mainly ensures that the software is really free. "
4483 "Of course, it happens that they stumble on packaging problems but they "
4484 "really should not. It's your task to ensure that the uploaded package "
4485 "complies with the Debian Free Software Guidelines and is of good quality."
4486 msgstr ""
4487 "Sponsoren Sie ein Paket nie, ohne es zu überprüfen. Die Überprüfung eines "
4488 "neuen Pakets, die von den Ftpmasters vorgenommen wird, stellt nur sicher, "
4489 "dass die Software wirklich frei ist. Natürlich kommt es vor, dass sie über "
4490 "Paketierungsprobleme stolpern, aber sie sollten es wirklich nicht. Es ist "
4491 "Ihre Aufgabe dafür zu sorgen, dass das hochgeladene Paket mit den "
4492 "Richtlinien Debians für freie Software übereinstimmt und von guter Qualität "
4493 "ist."
4494
4495 #. type: Content of: <chapter><section><section><section><para><footnote><para>
4496 #: beyond-pkging.dbk:409
4497 msgid ""
4498 "You can find more checks in the wiki where several developers share their "
4499 "own <ulink url=\"http://wiki.debian.org/SponsorChecklist\">sponsorship "
4500 "checklists</ulink>."
4501 msgstr ""
4502 "Sie können weitere Überprüfungen im Wiki finden, wo mehrere Entwickler ihre "
4503 "eigenen <ulink url=\"http://wiki.debian.org/SponsorChecklist\">Sponsorschaft-"
4504 "Prüflisten</ulink> miteinander teilen."
4505
4506 #. type: Content of: <chapter><section><section><section><para>
4507 #: beyond-pkging.dbk:404
4508 msgid ""
4509 "Building the package and testing the software is part of the review, but "
4510 "it's also not enough. The rest of this section contains a non-exhaustive "
4511 "list of points to check in your review.  <placeholder type=\"footnote\" id="
4512 "\"0\"/>"
4513 msgstr ""
4514 "Das Erstellen des Pakets und Prüfen der Software ist Teil der Überprüfung, "
4515 "aber es reicht nicht aus. Der Rest dieses Abschnitts enthält eine "
4516 "unvollständige Liste von Punkten, die Sie in Ihrer Überprüfung testen "
4517 "sollten. <placeholder type=\"footnote\" id=\"0\"/>"
4518
4519 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4520 #: beyond-pkging.dbk:416
4521 msgid ""
4522 "Verify that the upstream tarball provided is the same that has been "
4523 "distributed by the upstream author (when the sources are repackaged for "
4524 "Debian, generate the modified tarball yourself)."
4525 msgstr ""
4526 "Prüfen Sie, ob der bereitgestellte Original-Tarball derselbe ist, wie der, "
4527 "den der Originalautor verteilt (wenn die Quellen neu für Debian gepackt "
4528 "wurden, erstellen Sie selbst den geänderten Tarball)."
4529
4530 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4531 #: beyond-pkging.dbk:421
4532 msgid ""
4533 "Run <command>lintian</command> (see <xref linkend=\"lintian\"/>). It will "
4534 "catch many common problems. Be sure to verify that any <command>lintian</"
4535 "command> overrides setup by the maintainer is fully justified."
4536 msgstr ""
4537 "Führen Sie <command>lintian</command> aus (siehe <xref linkend=\"lintian\"/"
4538 ">). Es wird viele häufige Probleme erwischen. Achten Sie darauf zu "
4539 "überprüfen, dass jegliche Einstellung, durch die der Betreuer "
4540 "<command>lintian</command> außer Kraft setzt, vollständig gerechtfertigt ist."
4541
4542 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4543 #: beyond-pkging.dbk:426
4544 msgid ""
4545 "Run <command>licensecheck</command> (part of <xref linkend=\"devscripts\"/>) "
4546 "and verify that <filename>debian/copyright</filename> seems correct and "
4547 "complete. Look for license problems (like files with “All rights reserved” "
4548 "headers, or with a non-DFSG compliant license). <command>grep -ri</command> "
4549 "is your friend for this task."
4550 msgstr ""
4551 "Führen Sie <command>licensecheck</command> aus (Teil von <xref linkend="
4552 "\"devscripts\"/>) und überprüfen Sie, ob <filename>debian/copyright</"
4553 "filename> korrekt und komplett zu sein scheint. Suchen Sie nach "
4554 "Lizenzproblemen (wie Dateien mit »All rights reserved«-Kopfzeilen oder nicht "
4555 "DFSG-konformen Lizenzen). Bei dieser Aufgabe ist <command>grep -ri</command> "
4556 "Ihr Freund."
4557
4558 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4559 #: beyond-pkging.dbk:433
4560 msgid ""
4561 "Build the package with <command>pbuilder</command> (or any similar tool, see "
4562 "<xref linkend=\"pbuilder\"/>) to ensure that the build-dependencies are "
4563 "complete."
4564 msgstr ""
4565 "Erstellen Sie das Paket mit <command>pbuilder</command> (oder einem "
4566 "ähnlichen Werkzeug, siehe <xref linkend=\"pbuilder\"/>), um sicherzustellen, "
4567 "dass die Build-Abhängigkeiten vollständig sind."
4568
4569 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4570 #: beyond-pkging.dbk:438
4571 msgid ""
4572 "Proofread <filename>debian/control</filename>: does it follow the best "
4573 "practices (see <xref linkend=\"bpp-debian-control\"/>)? Are the dependencies "
4574 "complete?"
4575 msgstr ""
4576 "Lesen Sie <filename>debian/control</filename> Korrektur: Folgt es den "
4577 "optimalen Vorgehensweisen (siehe <xref linkend=\"bpp-debian-control\"/>)? "
4578 "Sind die Abhängigkeiten vollständig?"
4579
4580 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4581 #: beyond-pkging.dbk:443
4582 msgid ""
4583 "Proofread <filename>debian/rules</filename>: does it follow the best "
4584 "practices (see <xref linkend=\"bpp-debian-rules\"/>)? Do you see some "
4585 "possible improvements?"
4586 msgstr ""
4587 "Lesen Sie <filename>debian/rules</filename> Korrektur: Folgt es den "
4588 "optimalen Vorgehensweisen (siehe <xref linkend=\"bpp-debian-rules\"/>)? "
4589 "Können Sie mögliche Verbesserungen sehen?"
4590
4591 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4592 #: beyond-pkging.dbk:448
4593 msgid ""
4594 "Proofread the maintainer scripts (<filename>preinst</filename>, "
4595 "<filename>postinst</filename>, <filename>prerm</filename>, <filename>postrm</"
4596 "filename>, <filename>config</filename>): will the <filename>preinst</"
4597 "filename>/<filename>postrm</filename> work when the dependencies are not "
4598 "installed? Are all the scripts idempotent (i.e. can you run them multiple "
4599 "times without consequences)?"
4600 msgstr ""
4601 "Lesen Sie die Betreuerskripte (<filename>preinst</filename>, "
4602 "<filename>postinst</filename>, <filename>prerm</filename>, <filename>postrm</"
4603 "filename>, <filename>config</filename>) Korrektur: Werden <filename>preinst</"
4604 "filename>/<filename>postrm</filename> funktionieren, wenn die Abhängigkeiten "
4605 "nicht installiert sind? Sind alle Skripte idempotent (d.h. können Sie sie "
4606 "mehrmals ohne Konsequenzen ausführen)?"
4607
4608 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4609 #: beyond-pkging.dbk:456
4610 msgid ""
4611 "Review any change to upstream files (either in <filename>.diff.gz</"
4612 "filename>, or in <filename>debian/patches/</filename> or directly embedded "
4613 "in the <filename>debian</filename> tarball for binary files). Are they "
4614 "justified? Are they properly documented (with <ulink url=\"&url-dep3;"
4615 "\">DEP-3</ulink> for patches)?"
4616 msgstr ""
4617 "Überprüfen Sie jede Änderung an Originaldateien (entweder in <filename>.diff."
4618 "gz</filename>, in <filename>debian/patches/</filename> oder direkt in den "
4619 "Tarball <filename>debian</filename> für Binärdateien eingebettet). Sind sie "
4620 "gerechtfertigt? Sind sie ordentlich dokumentiert (mit <ulink url=\"&url-dep3;"
4621 "\">DEP-3</ulink> für Patchs)?"
4622
4623 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4624 #: beyond-pkging.dbk:462
4625 msgid ""
4626 "For every file, ask yourself why the file is there and whether it's the "
4627 "right way to achieve the desired result. Is the maintainer following the "
4628 "best packaging practices (see <xref linkend=\"best-pkging-practices\"/>)?"
4629 msgstr ""
4630 "Fragen Sie sich für jede Datei, warum diese Datei dort ist und ob dies der "
4631 "richtige Weg ist das gewünschte Ergebnis zu erzielen. Folgt der Betreuer den "
4632 "optimalen Vorgehensweisen beim Paketieren (siehe <xref linkend=\"best-pkging-"
4633 "practices\"/>)?"
4634
4635 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4636 #: beyond-pkging.dbk:468
4637 msgid ""
4638 "Build the packages, install them and try the software. Ensure you can remove "
4639 "and purge the packages. Maybe test them with <command>piuparts</command>."
4640 msgstr ""
4641 "erstellen Sie die Pakete, installieren Sie sie und probieren Sie die "
4642 "Software aus. Stellen Sie sicher, dass Sie die Pakete entfernen und "
4643 "vollständig beseitigen können. Eventuell testen Sie sie mit "
4644 "<command>piuparts</command>."
4645
4646 #. type: Content of: <chapter><section><section><section><para>
4647 #: beyond-pkging.dbk:474
4648 msgid ""
4649 "If the audit did not reveal any problem, you can build the package and "
4650 "upload it to Debian. Remember that even if you're not the maintainer, as a "
4651 "sponsor you are still responsible for what you upload to Debian. That's why "
4652 "you're encouraged to keep up with the package through the <xref linkend="
4653 "\"pkg-tracking-system\"/>."
4654 msgstr ""
4655 "Falls die Kontrolle kein Problem offenbarte, können Sie das Paket erstellen "
4656 "und zu Debian hochladen. Denken Sie daran, dass, obwohl Sie nicht der "
4657 "Betreuer sind, Sie als ein Sponsor immer noch für das verantwortlich sind, "
4658 "was Sie zu Debian hochladen. Daher sei Ihnen geraten, das Paket durch das "
4659 "<xref linkend=\"pkg-tracking-system\"/> im Auge zu behalten."
4660
4661 #. type: Content of: <chapter><section><section><section><para>
4662 #: beyond-pkging.dbk:481
4663 msgid ""
4664 "Note that you should not need to modify the source package to put your name "
4665 "in the <filename>changelog</filename> or in the <filename>control</filename> "
4666 "file. The <literal>Maintainer</literal> field of the <filename>control</"
4667 "filename> file and the <filename>changelog</filename> should list the person "
4668 "who did the packaging, i.e. the sponsoree. That way they will get all the "
4669 "BTS mail."
4670 msgstr ""
4671 "Beachten Sie, dass Sie das Quellpaket nicht verändern sollten, um Ihren "
4672 "Namen in die Datei <filename>changelog</filename> oder <filename>control</"
4673 "filename> einzutragen. Das Feld <literal>Maintainer</literal> der Dateien "
4674 "<filename>control</filename> und <filename>changelog</filename> sollte die "
4675 "Person aufführen, die das Paket erstellte, d.h. den Gesponsorten. Auf diese "
4676 "Art wird er die gesamten Nachrichten des BTS erhalten."
4677
4678 #. type: Content of: <chapter><section><section><section><para>
4679 #: beyond-pkging.dbk:487
4680 msgid ""
4681 "Instead you should instruct <command>dpkg-buildpackage</command> to use your "
4682 "key for the signature. You do that with the <literal>-k</literal> option:"
4683 msgstr ""
4684 "Stattdessen sollten Sie <command>dpkg-buildpackage</command> anweisen, Ihren "
4685 "Schlüssel für die Signatur zu benutzen. Sie erreichen dies mit der Option "
4686 "<literal>-k</literal>:"
4687
4688 #. type: Content of: <chapter><section><section><section><screen>
4689 #: beyond-pkging.dbk:490
4690 #, no-wrap
4691 msgid "dpkg-buildpackage -k<replaceable>KEY-ID</replaceable>\n"
4692 msgstr "dpkg-buildpackage -k<replaceable>SCHLÜSSELNUMMER</replaceable>\n"
4693
4694 #. type: Content of: <chapter><section><section><section><para>
4695 #: beyond-pkging.dbk:492
4696 msgid ""
4697 "If you use <command>debuild</command> and <command>debsign</command>, you "
4698 "can even configure it permanently in <filename>~/.devscripts</filename>:"
4699 msgstr ""
4700 "Falls Sie <command>debuild</command> und <command>debsign</command> "
4701 "benutzen, können sie das sogar permanent in <filename>~/.devscripts</"
4702 "filename> konfigurieren:"
4703
4704 #. type: Content of: <chapter><section><section><section><programlisting>
4705 #: beyond-pkging.dbk:495
4706 #, no-wrap
4707 msgid "DEBSIGN_KEYID=<replaceable>KEY-ID</replaceable>\n"
4708 msgstr "DEBSIGN_KEYID=<replaceable>SCHLÜSSELNUMMER</replaceable>\n"
4709
4710 #. type: Content of: <chapter><section><section><section><title>
4711 #: beyond-pkging.dbk:500
4712 msgid "Sponsoring an update of an existing package"
4713 msgstr "Eine Aktualisierung eines existierenden Pakets sponsoren"
4714
4715 #. type: Content of: <chapter><section><section><section><para>
4716 #: beyond-pkging.dbk:502
4717 msgid ""
4718 "You will usually assume that the package has already gone through a full "
4719 "review. So instead of doing it again, you will carefully analyze the "
4720 "difference between the current version and the new version prepared by the "
4721 "maintainer. If you have not done the initial review yourself, you might "
4722 "still want to have a more deeper look just in case the initial reviewer was "
4723 "sloppy."
4724 msgstr ""
4725 "Sie werden normalerweise davon ausgehen, dass das Paket bereits eine "
4726 "vollständige Überprüfung durchlief. Daher werden Sie, anstatt dies wieder zu "
4727 "tun, die Unterschiede zwischen der akutellen und der neu vom Betreuer "
4728 "vorbereiteten Version sorgsam analysieren. Falls Sie die anfängliche "
4729 "Überprüfung nicht selbst durchgeführt haben, können Sie immer noch einen "
4730 "genaueren Blick darauf werfen, nur für den Fall, dass der erste Prüfer "
4731 "nachlässig war."
4732
4733 #. type: Content of: <chapter><section><section><section><para>
4734 #: beyond-pkging.dbk:510
4735 msgid ""
4736 "To be able to analyze the difference you need both versions. Download the "
4737 "current version of the source package (with <command>apt-get source</"
4738 "command>)  and rebuild it (or download the current binary packages with "
4739 "<command>aptitude download</command>). Download the source package to "
4740 "sponsor (usually with <command>dget</command>)."
4741 msgstr ""
4742 "Um in der Lage zu sein, die Unterschiede zu untersuchen, benötigen Sie beide "
4743 "Versionen. Laden Sie die aktuelle Version des Quellpakets herunter (mit "
4744 "<command>apt-get source</command>) und erstellen Sie es (oder laden Sie die "
4745 "aktuellen Binärpakete mit <command>aptitude download</command> herunter). "
4746 "Laden Sie das Quellpaket zum Sponsorn (üblicherweise mit <command>dget</"
4747 "command>)."
4748
4749 #. type: Content of: <chapter><section><section><section><para>
4750 #: beyond-pkging.dbk:517
4751 msgid ""
4752 "Read the new changelog entry, it should tell you what to expect during the "
4753 "review. The main tool you will use is <command>debdiff</command> (provide by "
4754 "the <systemitem role=\"package\">devscripts</systemitem> package), you can "
4755 "run it with two source packages (<filename>.dsc</filename> files), or two "
4756 "binary packages, or two <filename>.changes</filename> files (it will then "
4757 "compare all the binary packages listed in the <filename>.changes</filename>)."
4758 msgstr ""
4759 "Lesen Sie den Änderungsprotokolleintrag, er sollte mitteilen, was Sie "
4760 "während der Überprüfung erwartet. Das Hauptwerkzeug, das Sie benutzen "
4761 "werden, ist <command>debdiff</command> (bereitgestellt vom Paket <systemitem "
4762 "role=\"package\">devscripts</systemitem>). Sie können es mit zwei "
4763 "Quellpaketen (<filename>.dsc</filename>-Dateien), zwei Binärpaketen oder "
4764 "zwei <filename>.changes</filename>-Dateien (dann wird es alle Binärpakete "
4765 "vergleichen, die in <filename>.changes</filename> aufgeführt sind) ausführen."
4766
4767 #. type: Content of: <chapter><section><section><section><para>
4768 #: beyond-pkging.dbk:524
4769 msgid ""
4770 "If you compare the source packages (excluding upstream files in the case of "
4771 "a new upstream version, for example by filtering the output of "
4772 "<command>debdiff</command> with <command>filterdiff -i '*/debian/*'</"
4773 "command>), you must understand all the changes you see and they should be "
4774 "properly documented in the Debian changelog."
4775 msgstr ""
4776 "Falls Sie die Quellpakete vergleichen (ausschließlich der Originaldateien im "
4777 "Fall einer neuen Originalversion, zum Beispiel durch Filtern der Ausgabe von "
4778 "<command>debdiff</command> mit <command>filterdiff -i '*/debian/*'</"
4779 "command>), müssen Sie alle Änderungen verstehen und sie sollten ordentlich "
4780 "im Debian-Änderungsprotokoll dokumentiert sein."
4781
4782 #. type: Content of: <chapter><section><section><section><para>
4783 #: beyond-pkging.dbk:531
4784 msgid ""
4785 "If everything is fine, build the package and compare the binary packages to "
4786 "verify that the changes on the source package have no unexpected "
4787 "consequences (like some files dropped by mistake, missing dependencies, "
4788 "etc.)."
4789 msgstr ""
4790 "Falls alles in Ordnung ist, erstellen Sie das Paket und vergleichen Sie die "
4791 "Binärpakete, um zu prüfen, ob die Änderungen am Quellpaket keine "
4792 "unerwarteten Folgen haben (wie einige versehentlich entfallenen Dateien, "
4793 "fehlende Abhängigkeiten etc."
4794
4795 #. type: Content of: <chapter><section><section><section><para>
4796 #: beyond-pkging.dbk:537
4797 msgid ""
4798 "You might want to check out the Package Tracking System (see <xref linkend="
4799 "\"pkg-tracking-system\"/>) to verify if the maintainer has not missed "
4800 "something important. Maybe there are translations updates sitting in the BTS "
4801 "that could have been integrated. Maybe the package has been NMUed and the "
4802 "maintainer forgot to integrate the changes from the NMU into their package. "
4803 "Maybe there's a release critical bug that they have left unhandled and "
4804 "that's blocking migration to <literal>testing</literal>.  If you find "
4805 "something that they could have done (better), it's time to tell them so that "
4806 "they can improve for next time, and so that they have a better understanding "
4807 "of their responsibilities."
4808 msgstr ""
4809 "Sie möchten möglicherweise das Package-Tracking-System austesten (siehe "
4810 "<xref linkend=\"pkg-tracking-system\"/>), um zu überprüfen, ob der Betreuer "
4811 "nichts Wichtiges versäumt hat. Möglicherweise gibt es "
4812 "Übersetzungsaktualisierungen, die im BTS liegen und hätten integriert werden "
4813 "können. Möglicherweise wurde ein NMU des Pakets durchgeführt und der "
4814 "Betreuer vergaß, die Änderungen des NMUs in sein Paket einzubauen. "
4815 "Vielleicht ist ein release-kritischer Fehler unbehandelt geblieben und dies "
4816 "blockiert die Migration nach <literal>testing</literal>. Was auch immer. "
4817 "Falls Sie etwas finden, was (besser) erledigt werden könnte, ist es an der "
4818 "Zeit ihm dies mitzuteilen, so dass er es das nächste Mal besser machen kann "
4819 "und dass er seine Verantwortlichkeiten besser versteht."
4820
4821 #. type: Content of: <chapter><section><section><section><para>
4822 #: beyond-pkging.dbk:549
4823 msgid ""
4824 "If you have found no major problem, upload the new version. Otherwise ask "
4825 "the maintainer to provide you a fixed version."
4826 msgstr ""
4827 "Falls Sie kein bedeutendes Problem gefunden haben, laden Sie die neue "
4828 "Version hoch. Andernfalls bitten Sie den Betreuer, Ihnen eine reparierte "
4829 "Version zur Verfügung zu stellen."
4830
4831 #. type: Content of: <chapter><section><section><title>
4832 #: beyond-pkging.dbk:556
4833 msgid "Advocating new developers"
4834 msgstr "Neue Entwickler befürworten"
4835
4836 #. type: Content of: <chapter><section><section><para>
4837 #: beyond-pkging.dbk:558
4838 msgid ""
4839 "See the page about <ulink url=\"&url-newmaint-advocate;\">advocating a "
4840 "prospective developer</ulink> at the Debian web site."
4841 msgstr ""
4842 "Lesen Sie die Seite <ulink url=\"&url-newmaint-advocate;\">Einen zukünftigen "
4843 "Entwickler befürworten</ulink> auf der Debian-Website."
4844
4845 #. type: Content of: <chapter><section><section><title>
4846 #: beyond-pkging.dbk:565
4847 msgid "Handling new maintainer applications"
4848 msgstr "Handhabung von Bewerbungen neuer Betreuer"
4849
4850 #. type: Content of: <chapter><section><section><para>
4851 #: beyond-pkging.dbk:567
4852 msgid ""
4853 "Please see <ulink url=\"&url-newmaint-amchecklist;\">Checklist for "
4854 "Application Managers</ulink> at the Debian web site."
4855 msgstr ""
4856 "Lesen Sie bitte die <ulink url=\"&url-newmaint-amchecklist;\">Checkliste für "
4857 "Bewerbungsleiter</ulink> auf der Debian-Website."
4858
4859 #. type: Content of: <chapter><title>
4860 #: developer-duties.dbk:7
4861 msgid "Debian Developer's Duties"
4862 msgstr "Pflichten von Debian-Entwicklern"
4863
4864 #. type: Content of: <chapter><section><title>
4865 #: developer-duties.dbk:10
4866 msgid "Package Maintainer's Duties"
4867 msgstr "Pflichten von Paketbetreuern"
4868
4869 #. type: Content of: <chapter><section><para>
4870 #: developer-duties.dbk:11
4871 msgid ""
4872 "As a package maintainer, you're supposed to provide high-quality packages "
4873 "that are well integrated in the system and that adhere to the Debian Policy."
4874 msgstr ""
4875 "Als Paketbetreuer sollen Sie Pakete hoher Qualität bereitstellen, die gut in "
4876 "das System integriert sind und die den Debian-Richtlinien folgen."
4877
4878 #. type: Content of: <chapter><section><section><title>
4879 #: developer-duties.dbk:16
4880 msgid "Work towards the next <literal>stable</literal> release"
4881 msgstr "Auf die nächste <literal>stable</literal>-Veröffentlichung hinarbeiten"
4882
4883 #. type: Content of: <chapter><section><section><para>
4884 #: developer-duties.dbk:18
4885 msgid ""
4886 "Providing high-quality packages in <literal>unstable</literal> is not "
4887 "enough, most users will only benefit from your packages when they are "
4888 "released as part of the next <literal>stable</literal> release. You are thus "
4889 "expected to collaborate with the release team to ensure your packages get "
4890 "included."
4891 msgstr ""
4892 "Es reicht nicht aus, Pakete hoher Qualität in <literal>unstable</literal> "
4893 "bereitzustellen, die meisten Anwender werden nur von Ihren Paketen "
4894 "profitieren, wenn Sie Teil der nächsten <literal>stable</literal>-"
4895 "Veröffentlichung sind. Es wird daher von Ihnen erwartet, dass Sie mit dem "
4896 "Release-Team zusammenarbeiten, um sicherzustellen, dass Ihre Pakete dort "
4897 "berücksichtigt werden."
4898
4899 #. type: Content of: <chapter><section><section><para>
4900 #: developer-duties.dbk:24
4901 msgid ""
4902 "More concretely, you should monitor whether your packages are migrating to "
4903 "<literal>testing</literal> (see <xref linkend=\"testing\"/>). When the "
4904 "migration doesn't happen after the test period, you should analyze why and "
4905 "work towards fixing this.  It might mean fixing your package (in the case of "
4906 "release-critical bugs or failures to build on some architecture) but it can "
4907 "also mean updating (or fixing, or removing from <literal>testing</literal>) "
4908 "other packages to help complete a transition in which your package is "
4909 "entangled due to its dependencies. The release team might provide you some "
4910 "input on the current blockers of a given transition if you are not able to "
4911 "identify them."
4912 msgstr ""
4913 "Konkreter ausgedrückt, sollten Sie überwachen, ob Ihre Pakete nach "
4914 "<literal>testing</literal> (siehe <xref linkend=\"testing\"/>) wandern. Wenn "
4915 "die Migration nicht nach der Testperiode stattfindet, sollten Sie "
4916 "analysieren, warum und darauf hinarbeiten, dies zu beheben. Es könnte "
4917 "heißen, das Sie Ihr Paket reparieren müssen (im Fall release-kritischer "
4918 "Fehler oder wenn das Bauen auf einigen Architekturen fehlschlägt), aber es "
4919 "kann auch heißen, dass andere Pakete aktualisiert (oder repariert oder aus "
4920 "<literal>testing</literal> entfernt) werden müssen, um bei einem Übergang zu "
4921 "helfen, in den Ihr Paket aufgrund von Abhängigkeiten verstrickt ist. Das "
4922 "Release-Team könnte Ihnen einige Informationen liefern, was derzeit einen "
4923 "gegebenen Übergang blockiert, falls Sie das nicht erkennen können."
4924
4925 #. type: Content of: <chapter><section><section><title>
4926 #: developer-duties.dbk:37
4927 msgid "Maintain packages in <literal>stable</literal>"
4928 msgstr "Pakete in <literal>stable</literal> betreuen"
4929
4930 #. type: Content of: <chapter><section><section><para>
4931 #: developer-duties.dbk:39
4932 msgid ""
4933 "Most of the package maintainer's work goes into providing updated versions "
4934 "of packages in <literal>unstable</literal>, but their job also entails "
4935 "taking care of the packages in the current <literal>stable</literal> release."
4936 msgstr ""
4937 "Die meiste Arbeit von Paketbetreuern geht in das Bereitstellen "
4938 "aktualisierter Paketversionen in <literal>unstable</literal>, aber ihre "
4939 "Aufgabe bedingt auch, sich um Pakete in der aktuellen Veröffentlichung von "
4940 "<literal>stable</literal> zu kümmern."
4941
4942 #. type: Content of: <chapter><section><section><para>
4943 #: developer-duties.dbk:44
4944 msgid ""
4945 "While changes in <literal>stable</literal> are discouraged, they are "
4946 "possible. Whenever a security problem is reported, you should collaborate "
4947 "with the security team to provide a fixed version (see <xref linkend=\"bug-"
4948 "security\"/>). When bugs of severity important (or more) are reported "
4949 "against the <literal>stable</literal> version of your packages, you should "
4950 "consider providing a targeted fix.  You can ask the <literal>stable</"
4951 "literal> release team whether they would accept such an update and then "
4952 "prepare a <literal>stable</literal> upload (see <xref linkend=\"upload-stable"
4953 "\"/>)."
4954 msgstr ""
4955 "Obwohl von Änderungen in <literal>stable</literal> abgeraten wird, sind "
4956 "diese dennoch möglich. Immer wenn ein Sicherheitsproblem gemeldet wird, "
4957 "sollten Sie mit dem Sicherheits-Team zusammenarbeiten, um eine reparierte "
4958 "Version bereitzustellen (siehe <xref linkend=\"bug-security\"/>). Wenn "
4959 "Fehler des Schweregrads »important« (oder höher) gemeldet werden, sollten "
4960 "Sie in Betracht ziehen, eine gezielte Fehlerbehebung zur Verfügung zu "
4961 "stellen. Sie können das <literal>stable</literal>-Release-Team fragen, ob es "
4962 "eine solche Aktualisierung akzeptieren würde und dann einen <literal>stable</"
4963 "literal>-Upload vorbereiten (siehe <xref linkend=\"upload-stable\"/>)."
4964
4965 #. type: Content of: <chapter><section><section><title>
4966 #: developer-duties.dbk:56
4967 msgid "Manage release-critical bugs"
4968 msgstr "Verwalten release-kritischer Fehler"
4969
4970 #. type: Content of: <chapter><section><section><para>
4971 #: developer-duties.dbk:58
4972 msgid ""
4973 "Generally you should deal with bug reports on your packages as described in "
4974 "<xref linkend=\"bug-handling\"/>.  However, there's a special category of "
4975 "bugs that you need to take care of — the so-called release-critical bugs (RC "
4976 "bugs). All bug reports that have severity <literal>critical</literal>, "
4977 "<literal>grave</literal> or <literal>serious</literal> make the package "
4978 "unsuitable for inclusion in the next <literal>stable</literal> release.  "
4979 "They can thus delay the Debian release (when they affect a package in "
4980 "<literal>testing</literal>) or block migrations to <literal>testing</"
4981 "literal> (when they only affect the package in <literal>unstable</literal>). "
4982 "In the worst scenario, they will lead to the package's removal. That's why "
4983 "these bugs need to be corrected as quickly as possible."
4984 msgstr ""
4985 "Sie sollten Fehlerberichte zu Ihren Paketen generell so erledigen, wie es in "
4986 "<xref linkend=\"bug-handling\"/> beschrieben wird. Es gibt jedoch eine "
4987 "spezielle Fehlerkategorie, auf die Sie besonders Acht geben sollten – "
4988 "sogenannte release-kritische Fehler (release critical bugs/RC-Fehler). Alle "
4989 "Fehlerberichte, mit den Schweregrad <literal>critical</literal>, "
4990 "<literal>grave</literal> oder <literal>serious</literal> machen das Paket "
4991 "ungeeignet für eine Aufnahme in die nächste <literal>stable</literal>-"
4992 "Veröffentlichung. Sie können daher die Debian-Veröffentlichung verzögern "
4993 "(wenn sie ein Paket in <literal>testing</literal> beeinflussen) oder "
4994 "Migrationen nach <literal>testing</literal> blockieren (wenn sie nur ein "
4995 "Paket in <literal>unstable</literal> beeinflussen). Im schlimmsten Fall "
4996 "führen Sie zum Entfernen des Pakets. Daher müssen diese Fehler so schnell "
4997 "wie möglich behoben werden."
4998
4999 #. type: Content of: <chapter><section><section><para>
5000 #: developer-duties.dbk:70
5001 msgid ""
5002 "If, for any reason, you aren't able fix an RC bug in a package of yours "
5003 "within 2 weeks (for example due to time constraints, or because it's "
5004 "difficult to fix), you should mention it clearly in the bug report and you "
5005 "should tag the bug <literal>help</literal> to invite other volunteers to "
5006 "chime in. Be aware that RC bugs are frequently the targets of Non-Maintainer "
5007 "Uploads (see <xref linkend=\"nmu\"/>) because they can block the "
5008 "<literal>testing</literal> migration of many packages."
5009 msgstr ""
5010 "Falls Sie aus irgend einem Grund nicht in der Lage sind, den Fehler in einem "
5011 "Paket innerhalb von zwei Wochen zu beheben (zum Beispiel aus Termingründen "
5012 "oder weil er schwer zu beheben ist), sollten Sie es klar im Fehlerbericht "
5013 "vermerken und den Fahler mit <literal>help</literal> kennzeichnen, um "
5014 "Freiwillige einzuladen, sich einzuschalten. Seien Sie sich bewusst, dass "
5015 "release-kritische Fehler oft das Ziel von Uploads durch Nicht-Betreuer (»Non-"
5016 "Maintainer Uploads«, siehe <xref linkend=\"nmu\"/>) sind, da sie die "
5017 "Migration vieler Pakete nach <literal>testing</literal> blockieren können."
5018
5019 # FIXME s/<xref linkend=\"mia-qa\" />)/<xref linkend=\"mia-qa\"/>)/
5020 #. type: Content of: <chapter><section><section><para>
5021 #: developer-duties.dbk:79
5022 msgid ""
5023 "Lack of attention to RC bugs is often interpreted by the QA team as a sign "
5024 "that the maintainer has disappeared without properly orphaning their "
5025 "package.  The MIA team might also get involved, which could result in your "
5026 "packages being orphaned (see <xref linkend=\"mia-qa\" />)."
5027 msgstr ""
5028 "Mangel an Aufmerksamkeit gegenüber release-kritischen Fehler wird vom "
5029 "Release-Team oft als Zeichen interpretiert, dass der Betreuer verschwunden "
5030 "ist, ohne sein Paket ordentlich zu verwaisen. Das MIA-Team könnte außerdem "
5031 "eingeschaltet werden, was dazu führen könnte, dass Ihre Pakete verwaist "
5032 "werden (siehe <xref linkend=\"mia-qa\"/>)."
5033
5034 #. type: Content of: <chapter><section><section><title>
5035 #: developer-duties.dbk:87
5036 msgid "Coordination with upstream developers"
5037 msgstr "Abstimmung mit Originalautoren"
5038
5039 #. type: Content of: <chapter><section><section><para>
5040 #: developer-duties.dbk:89
5041 msgid ""
5042 "A big part of your job as Debian maintainer will be to stay in contact with "
5043 "the upstream developers.  Debian users will sometimes report bugs that are "
5044 "not specific to Debian to our bug tracking system.  You have to forward "
5045 "these bug reports to the upstream developers so that they can be fixed in a "
5046 "future upstream release."
5047 msgstr ""
5048 "Ein Großteil Ihrer Arbeit als Debian-Betreuer wird darin bestehen, mit den "
5049 "Autoren des Programms Kontakt zu halten. Manchmal melden Debian-Anwender "
5050 "Fehler an die Debian-Fehlerdatenbank, die nicht Debian-spezifisch sind. Sie "
5051 "müssen diese Fehler an die Programmautoren weiterleiten, so dass die "
5052 "Programmautoren sie in einer zukünftigen Veröffentlichung beheben können."
5053
5054 #. type: Content of: <chapter><section><section><para>
5055 #: developer-duties.dbk:96
5056 msgid ""
5057 "While it's not your job to fix non-Debian specific bugs, you may freely do "
5058 "so if you're able.  When you make such fixes, be sure to pass them on to the "
5059 "upstream maintainers as well.  Debian users and developers will sometimes "
5060 "submit patches to fix upstream bugs — you should evaluate and forward these "
5061 "patches upstream."
5062 msgstr ""
5063 "Obwohl es nicht Ihre Arbeit ist, nicht Debian-spezifische Fehler zu beheben, "
5064 "können Sie dies dennoch tun, wenn Sie dazu in der Lage sind. Wenn Sie solche "
5065 "Fehler beheben, stellen Sie sicher, dass Sie ihre Korrekturen auch an die "
5066 "ursprünglichen Betreuer weiterleiten. Debian-Anwender und -Entwickler  "
5067 "werden manchmal Patchs schicken, um Fehler im Ursprungsprogramm zu beheben – "
5068 "Sie sollten diese Patchs auswerten und an die ursprünglichen Autoren "
5069 "weiterleiten."
5070
5071 #. type: Content of: <chapter><section><section><para>
5072 #: developer-duties.dbk:103
5073 msgid ""
5074 "If you need to modify the upstream sources in order to build a policy "
5075 "compliant package, then you should propose a nice fix to the upstream "
5076 "developers which can be included there, so that you won't have to modify the "
5077 "sources of the next upstream version.  Whatever changes you need, always try "
5078 "not to fork from the upstream sources."
5079 msgstr ""
5080 "Falls Sie die ursprünglichen Quellen verändern müssen, um ein den "
5081 "Richtlinien entsprechendes Paket zu erstellen, dann sollten Sie freundlich "
5082 "eine Korrektur vorschlagen, die dort eingefügt werden kann, so dass Sie die "
5083 "Quellen bei der nächsten Version der Urprungsautoren nicht ändern müssen. "
5084 "Ganz gleich, welche Änderungen sie möchten – versuchen Sie ein Verzweigen "
5085 "von den ursprünglichen Quellen zu vermeiden."
5086
5087 #. type: Content of: <chapter><section><section><para>
5088 #: developer-duties.dbk:110
5089 msgid ""
5090 "If you find that the upstream developers are or become hostile towards "
5091 "Debian or the free software community, you may want to re-consider the need "
5092 "to include the software in Debian. Sometimes the social cost to the Debian "
5093 "community is not worth the benefits the software may bring."
5094 msgstr ""
5095 "Wenn Sie der Ansicht sind, dass die ursprünglichen Entwickler Debian oder "
5096 "der Gemeinschaft rund um freie Software ablehnend gegenüber stehen, könnten "
5097 "Sie es sich nochmal überlegen, ob Sie die Software in Debian einbringen "
5098 "möchten. Manchmal sind es die gesellschaftlichen Kosten höher, als der "
5099 "Gewinn, den die Software mitbringt."
5100
5101 #. type: Content of: <chapter><section><title>
5102 #: developer-duties.dbk:120
5103 msgid "Administrative Duties"
5104 msgstr "Verwaltungspflichten"
5105
5106 #. type: Content of: <chapter><section><para>
5107 #: developer-duties.dbk:121
5108 msgid ""
5109 "A project of the size of Debian relies on some administrative infrastructure "
5110 "to keep track of everything. As a project member, you have some duties to "
5111 "ensure everything keeps running smoothly."
5112 msgstr ""
5113 "Ein Projekt der Größe von Debian beruht auf einer Verwaltungsinfrastruktur, "
5114 "um über alles den Überblick zu behalten. Als Projektmitglied haben Sie "
5115 "einige Pflichten, um sicherzustellen, dass alles glatt läuft."
5116
5117 #. type: Content of: <chapter><section><section><title>
5118 #: developer-duties.dbk:126
5119 msgid "Maintaining your Debian information"
5120 msgstr "Verwaltung Ihrer Debian-Informationen"
5121
5122 #. type: Content of: <chapter><section><section><para>
5123 #: developer-duties.dbk:128
5124 msgid ""
5125 "There's a LDAP database containing information about Debian developers at "
5126 "<ulink url=\"&url-debian-db;\"></ulink>.  You should enter your information "
5127 "there and update it as it changes.  Most notably, make sure that the address "
5128 "where your debian.org email gets forwarded to is always up to date, as well "
5129 "as the address where you get your debian-private subscription if you choose "
5130 "to subscribe there."
5131 msgstr ""
5132 "Es gibt unter <ulink url=\"&url-debian-db;\"></ulink> eine LDAP-Datenbank, "
5133 "die Informationen über Debian-Entwickler enthält. Sie sollten Ihre "
5134 "Informationen dort eintragen und bei Änderungen aktualisieren. Stellen Sie "
5135 "insbesondere sicher, dass Ihre Weiterleitungsadresse für Ihre debian.org-E-"
5136 "Mails immer aktuell ist. Das gilt auch für die Adresse, zu der Ihre »debian-"
5137 "private«-E-Mails versendet werden, wenn Sie sich auch dort angemeldet haben."
5138
5139 #. type: Content of: <chapter><section><section><para>
5140 #: developer-duties.dbk:136
5141 msgid ""
5142 "For more information about the database, please see <xref linkend=\"devel-db"
5143 "\"/>."
5144 msgstr ""
5145 "Um weitere Informationen über die Datenbank zu erhalten, lesen Sie bitte "
5146 "<xref linkend=\"devel-db\"/>."
5147
5148 #. type: Content of: <chapter><section><section><title>
5149 #: developer-duties.dbk:141
5150 msgid "Maintaining your public key"
5151 msgstr "Verwalten Ihres öffentlichen Schlüssels"
5152
5153 #. type: Content of: <chapter><section><section><para>
5154 #: developer-duties.dbk:143
5155 msgid ""
5156 "Be very careful with your private keys.  Do not place them on any public "
5157 "servers or multiuser machines, such as the Debian servers (see <xref linkend="
5158 "\"server-machines\"/>).  Back your keys up; keep a copy offline.  Read the "
5159 "documentation that comes with your software; read the <ulink url=\"&url-pgp-"
5160 "faq;\">PGP FAQ</ulink>."
5161 msgstr ""
5162 "Gehen Sie sehr vorsichtig mit Ihren privaten Schlüsseln um. Legen Sie sie "
5163 "nicht auf öffentlichen Servern oder Maschinen mit mehreren Benutzern ab, wie "
5164 "den Debian-Servern (siehe <xref linkend=\"server-machines\"/>). Sichern Sie "
5165 "Ihre Schlüssel. Behalten Sie eine Kopie offline. Lesen Sie die "
5166 "Dokumentation, die Ihrer Software beiliegt. Lesen Sie die <ulink url=\"&url-"
5167 "pgp-faq;\">PGP-FAQ</ulink>."
5168
5169 #. type: Content of: <chapter><section><section><para>
5170 #: developer-duties.dbk:150
5171 msgid ""
5172 "You need to ensure not only that your key is secure against being stolen, "
5173 "but also that it is secure against being lost.  Generate and make a copy "
5174 "(best also in paper form) of your revocation certificate; this is needed if "
5175 "your key is lost."
5176 msgstr ""
5177 "Sie müssen nicht nur dafür sorgen, dass Ihr Schlüssel sicher vor Diebstahl "
5178 "ist, sondern auch, dass er nicht verloren geht. Generieren Sie Ihr Widerrufs-"
5179 "Zertifikat und erstellen Sie eine Kopie davon (am besten in Papierform). "
5180 "Dies wird benötigt, wenn Sie Ihren Schlüssel verloren haben."
5181
5182 #. type: Content of: <chapter><section><section><para>
5183 #: developer-duties.dbk:156
5184 msgid ""
5185 "If you add signatures to your public key, or add user identities, you can "
5186 "update the Debian key ring by sending your key to the key server at "
5187 "<literal>&keyserver-host;</literal>."
5188 msgstr ""
5189 "Falls Sie Ihrem öffentlichen Schlüssel Signaturen oder Benutzerkennungen "
5190 "hinzufügen, können Sie den Debian-Schlüsselring aktualisieren, indem Sie "
5191 "Ihren Schlüssel an den Schlüsselserver unter <literal>&keyserver-host;</"
5192 "literal> senden."
5193
5194 #. type: Content of: <chapter><section><section><para>
5195 #: developer-duties.dbk:161
5196 msgid ""
5197 "If you need to add a completely new key or remove an old key, you need to "
5198 "get the new key signed by another developer.  If the old key is compromised "
5199 "or invalid, you also have to add the revocation certificate.  If there is no "
5200 "real reason for a new key, the Keyring Maintainers might reject the new "
5201 "key.  Details can be found at <ulink url=\"http://&keyserver-host;/"
5202 "replacing_keys.html\"></ulink>."
5203 msgstr ""
5204 "Wenn Sie einen komplett neuen Schlüssel hinzufügen oder einen alten "
5205 "entfernen möchten, benötigen Sie den durch einen anderen Entwickler neu "
5206 "signierten Schlüssel. Falls der alte Schlüssel kompromittiert oder ungültig "
5207 "ist, müssen Sie außerdem das Widerrufs-Zertifikat hinzufügen. Falls es "
5208 "keinen vernünftigen Grund für einen neuen Schlüssel gibt, können die "
5209 "Betreuer des Schlüsselrings den neuen Schlüssel ablehnen. Details finden Sie "
5210 "unter <ulink url=\"http://&keyserver-host;/replacing_keys.html\"></ulink>."
5211
5212 #. type: Content of: <chapter><section><section><para>
5213 #: developer-duties.dbk:169
5214 msgid ""
5215 "The same key extraction routines discussed in <xref linkend=\"registering\"/"
5216 "> apply."
5217 msgstr ""
5218 "Es werden die gleichen Schlüssel-Extrahierungsroutinen angewandt, wie sie "
5219 "unter <xref linkend=\"registering\"/> besprochen wurden."
5220
5221 #. type: Content of: <chapter><section><section><para>
5222 #: developer-duties.dbk:173
5223 msgid ""
5224 "You can find a more in-depth discussion of Debian key maintenance in the "
5225 "documentation of the <systemitem role=\"package\">debian-keyring</"
5226 "systemitem> package."
5227 msgstr ""
5228 "Eine weiterreichende Erörterung der Debian-Schlüsselverwaltung können Sie in "
5229 "der Dokumentation des Pakets <systemitem role=\"package\">debian-keyring</"
5230 "systemitem> finden."
5231
5232 #. type: Content of: <chapter><section><section><title>
5233 #: developer-duties.dbk:180
5234 msgid "Voting"
5235 msgstr "Abstimmungen"
5236
5237 # http://www.debian.org/devel/constitution
5238 #. type: Content of: <chapter><section><section><para>
5239 #: developer-duties.dbk:182
5240 msgid ""
5241 "Even though Debian isn't really a democracy, we use a democratic process to "
5242 "elect our leaders and to approve general resolutions.  These procedures are "
5243 "defined by the <ulink url=\"&url-constitution;\">Debian Constitution</ulink>."
5244 msgstr ""
5245 "Obwohl Debian nicht wirklich demokratisch ist, werden demokratische Prozesse "
5246 "benutzt, um das Führungspersonal auszuwählen und generellen Entschlüssen "
5247 "zuzustimmen. Diese Prozeduren sind durch die <ulink url=\"&url-constitution;"
5248 "\">Debian-Verfassung</ulink> definiert."
5249
5250 #. type: Content of: <chapter><section><section><para>
5251 #: developer-duties.dbk:188
5252 msgid ""
5253 "Other than the yearly leader election, votes are not routinely held, and "
5254 "they are not undertaken lightly.  Each proposal is first discussed on the "
5255 "&email-debian-vote; mailing list and it requires several endorsements before "
5256 "the project secretary starts the voting procedure."
5257 msgstr ""
5258 "Im Gegensatz zur jährlichen Wahl des Projektleiters werden keine "
5259 "regelmäßigen Abstimmungen abgehalten und wenn doch, dann nicht einfach so. "
5260 "Jeder Vorschlag wird zuerst auf der Mailingliste &email-debian-vote; "
5261 "besprochen und benötigt mehrere Befürworter, bevor der Projektsekretär die "
5262 "Abstimmungsprozedur in Gang setzt."
5263
5264 #. type: Content of: <chapter><section><section><para>
5265 #: developer-duties.dbk:194
5266 msgid ""
5267 "You don't have to track the pre-vote discussions, as the secretary will "
5268 "issue several calls for votes on &email-debian-devel-announce; (and all "
5269 "developers are expected to be subscribed to that list).  Democracy doesn't "
5270 "work well if people don't take part in the vote, which is why we encourage "
5271 "all developers to vote.  Voting is conducted via GPG-signed/encrypted email "
5272 "messages."
5273 msgstr ""
5274 "Sie müssen vor der Abstimmung nicht alle Diskussionen verfolgen, da der "
5275 "Sekretär mehrere Aufrufe zur Abstimmung auf &email-debian-devel-announce; "
5276 "herausgibt (Und von allen Entwicklern wird erwartet, das sie diese Liste "
5277 "abonniert haben). Demokratie funktioniert nicht richtig, wenn die Leute "
5278 "nicht an Abstimmungen teilnehmen, daher wird allen Entwicklern empfohlen "
5279 "abzustimmen. Die Abstimmung wird mittels GPG-signierte/verschlüsselte E-"
5280 "Mails durchgeführt."
5281
5282 #. type: Content of: <chapter><section><section><para>
5283 #: developer-duties.dbk:202
5284 msgid ""
5285 "The list of all proposals (past and current) is available on the <ulink url="
5286 "\"&url-vote;\">Debian Voting Information</ulink> page, along with "
5287 "information on how to make, second and vote on proposals."
5288 msgstr ""
5289 "Die Liste aller(früheren und aktuellen) Vorschläge ist auf der Seite <ulink "
5290 "url=\"&url-vote;\">Debian-Abstimmungs-Informationen</ulink> verfügbar, "
5291 "ebenso die Informationen, wie Vorschläge gemacht und unterstützt werden und "
5292 "darüber abgestimmt wird."
5293
5294 #. type: Content of: <chapter><section><section><title>
5295 #: developer-duties.dbk:209
5296 msgid "Going on vacation gracefully"
5297 msgstr "Elegant Urlaub machen"
5298
5299 #. type: Content of: <chapter><section><section><para>
5300 #: developer-duties.dbk:211
5301 msgid ""
5302 "It is common for developers to have periods of absence, whether those are "
5303 "planned vacations or simply being buried in other work.  The important thing "
5304 "to notice is that other developers need to know that you're on vacation so "
5305 "that they can do whatever is needed if a problem occurs with your packages "
5306 "or other duties in the project."
5307 msgstr ""
5308 "Es ist bei Entwicklern üblich, dass es Zeiten gibt, in denen sie abwesend "
5309 "sind, entweder wegen geplanten Ferien oder einfach, weil sie unter anderer "
5310 "Arbeit begraben sind. Am wichtigsten ist, dass Sie daran denken, andere "
5311 "Entwickler über Ihren Urlaub zu informieren, damit diese bei Problemen mit "
5312 "Ihren Paketen oder anderweitigen Pflichten im Projekt die erforderlichen "
5313 "Maßnahmen ergreifen können."
5314
5315 #. type: Content of: <chapter><section><section><para>
5316 #: developer-duties.dbk:218
5317 msgid ""
5318 "Usually this means that other developers are allowed to NMU (see <xref "
5319 "linkend=\"nmu\"/>) your package if a big problem (release critical bug, "
5320 "security update, etc.) occurs while you're on vacation.  Sometimes it's "
5321 "nothing as critical as that, but it's still appropriate to let others know "
5322 "that you're unavailable."
5323 msgstr ""
5324 "Üblicherweise bedeutet dies, dass andere Entwickler ein NMU (siehe <xref "
5325 "linkend=\"nmu\"/>) Ihres Pakets durchführen dürfen, weil ein großes Problem "
5326 "(release-kritischer Fehler, Sicherheitsaktualisierung etc.) auftritt während "
5327 "Sie in Ferien sind. Manchmal ist dies etwas weniger kritisches, aber es ist "
5328 "trotzdem angemessen, andere wissen zu lassen, dass Sie nicht verfügbar sind."
5329
5330 #. type: Content of: <chapter><section><section><para><footnote><para>
5331 #: developer-duties.dbk:227
5332 msgid ""
5333 "This is so that the message can be easily filtered by people who don't want "
5334 "to read vacation notices."
5335 msgstr ""
5336 "Dies geschieht so, dass die Nachricht einfach von Leuten gefiltert werden "
5337 "kann, die keine Urlaubsbenachrichtigungen lesen möchten."
5338
5339 #. type: Content of: <chapter><section><section><para>
5340 #: developer-duties.dbk:225
5341 msgid ""
5342 "In order to inform the other developers, there are two things that you "
5343 "should do.  First send a mail to <email>debian-private@&lists-host;</email> "
5344 "with [VAC] prepended to the subject of your message<placeholder type="
5345 "\"footnote\" id=\"0\"/> and state the period of time when you will be on "
5346 "vacation.  You can also give some special instructions on what to do if a "
5347 "problem occurs."
5348 msgstr ""
5349 "Um andere Entwickler zu informieren, gibt es zwei Dinge, die Sie tun "
5350 "sollten. Zuerst senden Sie eine E-Mail an <email>debian-private@&lists-host;"
5351 "</email> bei der Sie [VAC] vor den Betreff Ihrer Nachricht "
5352 "schreiben<placeholder type=\"footnote\" id=\"0\"/> und die Dauer angeben, "
5353 "wie lange Sie Urlaub machen. Sie können außerdem einige besondere "
5354 "Anweisungen geben, was beim Auftreten von Fehlern zu tun ist."
5355
5356 #. type: Content of: <chapter><section><section><para>
5357 #: developer-duties.dbk:234
5358 msgid ""
5359 "The other thing to do is to mark yourself as on vacation in the <link "
5360 "linkend=\"devel-db\">Debian developers' LDAP database</link> (this "
5361 "information is only accessible to Debian developers).  Don't forget to "
5362 "remove the on vacation flag when you come back!"
5363 msgstr ""
5364 "Das andere, was Sie tun sollten, ist, sich selbst in der <link linkend="
5365 "\"devel-db\">LDAP-Entwicklerdatenbank von Debian</link> als abwesend zu "
5366 "kennzeichnen (auf diese Information können nur Debian-Entwickler zugreifen). "
5367 "Vergessen Sie nicht, die Urlaubskennzeichnung zu entfernen, wenn Sie wieder "
5368 "zurück sind."
5369
5370 #. type: Content of: <chapter><section><section><para>
5371 #: developer-duties.dbk:240
5372 msgid ""
5373 "Ideally, you should sign up at the <ulink url=\"&url-gpg-coord;\">GPG "
5374 "coordination pages</ulink> when booking a holiday and check if anyone there "
5375 "is looking for signing.  This is especially important when people go to "
5376 "exotic places where we don't have any developers yet but where there are "
5377 "people who are interested in applying."
5378 msgstr ""
5379 "Idealerweise sollten Sie sich auf den <ulink url=\"&url-gpg-coord;\">GPG-"
5380 "Koordinierungsseiten</ulink> anmelden, wenn Sie Urlaub buchen und prüfen, ob "
5381 "es dort jemanden gibt, der eine Signatur benötigt. Dies ist besonders dann "
5382 "wichtig, wenn Leute an exotische Orte fahren, an denen es noch keine "
5383 "Entwickler gibt, aber Leute, die an einer Bewerbung interessiert sind."
5384
5385 #. type: Content of: <chapter><section><section><title>
5386 #: developer-duties.dbk:249
5387 msgid "Retiring"
5388 msgstr "Sich zurückziehen"
5389
5390 #. type: Content of: <chapter><section><section><para>
5391 #: developer-duties.dbk:251
5392 msgid ""
5393 "If you choose to leave the Debian project, you should make sure you do the "
5394 "following steps:"
5395 msgstr ""
5396 "Falls Sie das Debian-Projekt verlassen wollen, sollten Sie die folgenden "
5397 "Schritte einhalten:"
5398
5399 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
5400 #: developer-duties.dbk:257
5401 msgid ""
5402 "Orphan all your packages, as described in <xref linkend=\"orphaning\"/>."
5403 msgstr ""
5404 "Verwaisen Sie all Ihre Pakete, wie in <xref linkend=\"orphaning\"/> "
5405 "beschrieben."
5406
5407 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
5408 #: developer-duties.dbk:262
5409 msgid ""
5410 "Send an gpg-signed email about why you are leaving the project to "
5411 "<email>debian-private@&lists-host;</email>."
5412 msgstr ""
5413 "Senden Sie eine GPG-signierte E-Mail mit den Gründen, weshalb Sie das "
5414 "Projekt verlassen, an <email>debian-private@&lists-host;</email>."
5415
5416 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
5417 #: developer-duties.dbk:268
5418 msgid ""
5419 "Notify the Debian key ring maintainers that you are leaving by opening a "
5420 "ticket in Debian RT by sending a mail to &email-keyring; with the words "
5421 "'Debian RT' somewhere in the subject line (case doesn't matter)."
5422 msgstr ""
5423 "Benachrichtigen Sie die Debian-Schlüsselverwalter über Ihren Weggang, indem "
5424 "Sie ein Ticket in Debian-RT öffnen. Dies geschieht durch Senden einer E-Mail "
5425 "an &email-keyring; mit den Wörtern »Debian RT« in der Betreffzeile (Groß- "
5426 "und Kleinschreibung spielt keine Rolle)."
5427
5428 #. type: Content of: <chapter><section><section><para>
5429 #: developer-duties.dbk:275
5430 msgid ""
5431 "It is important that the above process is followed, because finding inactive "
5432 "developers and orphaning their packages takes significant time and effort."
5433 msgstr ""
5434 "Es ist wichtig, obigem Prozess zu folgen, da die Suche nach inaktiven "
5435 "Entwicklern und das Verwaisen ihrer Pakete spürbar Zeit und Mühe kostet."
5436
5437 #. type: Content of: <chapter><section><section><title>
5438 #: developer-duties.dbk:281
5439 msgid "Returning after retirement"
5440 msgstr "Nach dem Ausscheiden zurückkehren"
5441
5442 #. type: Content of: <chapter><section><section><para>
5443 #: developer-duties.dbk:283
5444 msgid ""
5445 "A retired developer's account is marked as \"emeritus\" when the process in "
5446 "<xref linkend=\"s3.7\"/> is followed, and \"disabled\" otherwise. Retired "
5447 "developers with an \"emeritus\" account can get their account re-activated "
5448 "as follows:"
5449 msgstr ""
5450 "Das Konto eines zurückgetretenen Entwicklers ist als »emeritus« markiert, "
5451 "wenn dem Prozess in <xref linkend=\"s3.7\"/> gefolgt wird und ansonsten als "
5452 "»disabled«. Zurückgetretene Entwickler mit einem »emeritus«-Konto können Ihr "
5453 "Konto wie folgt neu aktivieren:"
5454
5455 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
5456 #: developer-duties.dbk:292
5457 msgid "Contact &email-debian-account-manager;."
5458 msgstr "Kontaktieren Sie &email-debian-account-manager;."
5459
5460 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
5461 #: developer-duties.dbk:297
5462 msgid ""
5463 "Go through a shortened NM process (to ensure that the returning developer "
5464 "still knows important parts of P&amp;P and T&amp;S)."
5465 msgstr ""
5466 "Durchlaufen Sie den verkürzten NM-Prozess (um sicherzustellen, dass der "
5467 "zurückgekehrte Entwickler noch immer die wichtigen Teile von P&amp;P – "
5468 "»Philosophie und Prozeduren« und T&amp;S – »Aufgaben und Fertigkeiten« "
5469 "kennt)."
5470
5471 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
5472 #: developer-duties.dbk:303
5473 msgid ""
5474 "Prove that they still control the GPG key associated with the account, or "
5475 "provide proof of identify on a new GPG key, with at least two signatures "
5476 "from other developers."
5477 msgstr ""
5478 "Beweisen Sie, dass Sie immer noch den mit dem Konto verbundenen GPG-"
5479 "Schlüssel kontrollieren oder stellen Sie den Nachweis Ihrer Identität für "
5480 "einen neuen GPG-Schlüssel mit mindestens zwei Signaturen anderer Entwickler "
5481 "bereit."
5482
5483 #. type: Content of: <chapter><section><section><para>
5484 #: developer-duties.dbk:310
5485 msgid ""
5486 "Retired developers with a \"disabled\" account need to go through NM again."
5487 msgstr ""
5488 "Zurückgetretene Entwickler mit einem »disabled«-Konto müssen den NM-Prozess "
5489 "erneut durchlaufen."
5490
5491 #. type: Attribute 'lang' of: <book>
5492 #: index.dbk:7
5493 msgid "en"
5494 msgstr "de"
5495
5496 # see http://www.debian.org/doc/devel-manuals#devref
5497 #. type: Content of: <book><title>
5498 #: index.dbk:9
5499 msgid "Debian Developer's Reference"
5500 msgstr "Debian Entwickler-Referenz"
5501
5502 # see http://www.debian.org/doc/devel-manuals#devref
5503 #. type: Content of: <book><bookinfo>
5504 #: index.dbk:11
5505 msgid ""
5506 "<author> <othername>Developer's Reference Team</othername> &email-devel-ref; "
5507 "</author> <author> <firstname>Andreas</firstname> <surname>Barth</surname> </"
5508 "author> <author> <firstname>Adam</firstname> <surname>Di Carlo</surname> </"
5509 "author> <author> <firstname>Raphaël</firstname> <surname>Hertzog</surname> </"
5510 "author> <author> <firstname>Lucas</firstname> <surname>Nussbaum</surname> </"
5511 "author> <author> <firstname>Christian</firstname> <surname>Schwarz</surname> "
5512 "</author> <author> <firstname>Ian</firstname> <surname>Jackson</surname> </"
5513 "author>"
5514 msgstr ""
5515 "<author> <othername>Autoren der Entwickler-Referenz</othername> &email-devel-"
5516 "ref; </author> <author> <firstname>Andreas</firstname> <surname>Barth</"
5517 "surname> </author> <author> <firstname>Adam</firstname> <surname>Di Carlo</"
5518 "surname> </author> <author> <firstname>Raphaël</firstname> <surname>Hertzog</"
5519 "surname> </author> <author> <firstname>Lucas</firstname> <surname>Nussbaum</"
5520 "surname> </author> <author> <firstname>Christian</firstname> "
5521 "<surname>Schwarz</surname> </author> <author> <firstname>Ian</firstname> "
5522 "<surname>Jackson</surname> </author>"
5523
5524 #. type: Content of: <book><bookinfo><releaseinfo>
5525 #: index.dbk:33
5526 msgid "ver. &version;"
5527 msgstr "Version &version;"
5528
5529 #. type: Content of: <book><bookinfo>
5530 #: index.dbk:34
5531 msgid ""
5532 "<pubdate>&pubdate;</pubdate> <copyright> <year>2004</year> <year>2005</year> "
5533 "<year>2006</year> <year>2007</year> <holder>Andreas Barth</holder> </"
5534 "copyright> <copyright> <year>1998</year> <year>1999</year> <year>2000</year> "
5535 "<year>2001</year> <year>2002</year> <year>2003</year> <holder>Adam Di Carlo</"
5536 "holder> </copyright> <copyright> <year>2002</year> <year>2003</year> "
5537 "<year>2008</year> <year>2009</year> <holder>Raphaël Hertzog</holder> </"
5538 "copyright> <copyright> <year>2008</year> <year>2009</year> <holder>Lucas "
5539 "Nussbaum</holder> </copyright> <copyright> <year>1997</year> <year>1998</"
5540 "year> <holder>Christian Schwarz</holder> </copyright>"
5541 msgstr ""
5542 "<pubdate>&pubdate;</pubdate> <copyright> <year>2004</year> <year>2005</year> "
5543 "<year>2006</year> <year>2007</year> <holder>Andreas Barth</holder> </"
5544 "copyright> <copyright> <year>1998</year> <year>1999</year> <year>2000</year> "
5545 "<year>2001</year> <year>2002</year> <year>2003</year> <holder>Adam Di Carlo</"
5546 "holder> </copyright> <copyright> <year>2002</year> <year>2003</year> "
5547 "<year>2008</year> <year>2009</year> <holder>Raphaël Hertzog</holder> </"
5548 "copyright> <copyright> <year>2008</year> <year>2009</year> <holder>Lucas "
5549 "Nussbaum</holder> </copyright> <copyright> <year>1997</year> <year>1998</"
5550 "year> <holder>Christian Schwarz</holder> </copyright>"
5551
5552 #. type: Content of: <book><bookinfo><legalnotice><para>
5553 #: index.dbk:70
5554 msgid ""
5555 "This manual is free software; you may redistribute it and/or modify it under "
5556 "the terms of the GNU General Public License as published by the Free "
5557 "Software Foundation; either version 2, or (at your option) any later version."
5558 msgstr ""
5559 "Dieses Handbuch ist freie Software. Sie können es unter den Bedingungen der "
5560 "GNU General Public License, wie von der Free Software Foundation "
5561 "veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2 "
5562 "der Lizenz oder (nach Ihrer Option) jeder späteren Version."
5563
5564 #. type: Content of: <book><bookinfo><legalnotice><para>
5565 #: index.dbk:75
5566 msgid ""
5567 "This is distributed in the hope that it will be useful, but "
5568 "<emphasis>without any warranty</emphasis>; without even the implied warranty "
5569 "of merchantability or fitness for a particular purpose.  See the GNU General "
5570 "Public License for more details."
5571 msgstr ""
5572 "Die Veröffentlichung dieses Dokuments erfolgt in der Hoffnung, daß es Ihnen "
5573 "von Nutzen sein wird, aber <emphasis>ohne irgendeine Garantie</emphasis>, "
5574 "sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR "
5575 "EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License."
5576
5577 #. type: Content of: <book><bookinfo><legalnotice><para>
5578 #: index.dbk:81
5579 msgid ""
5580 "A copy of the GNU General Public License is available as &file-GPL; in the "
5581 "&debian-formal; distribution or on the World Wide Web at <ulink url=\"&url-"
5582 "gpl;\">the GNU web site</ulink>.  You can also obtain it by writing to the "
5583 "&fsf-addr;."
5584 msgstr ""
5585 "Eine Kopie der GNU General Public Licence ist als &file-GPL; in der "
5586 "Distribution &debian-formal; oder im World-Wide-Web auf der <ulink url="
5587 "\"&url-gpl;\">GNU Website</ulink> verfügbar. Sie können sie ebenfalls "
5588 "erhalten, indem Sie an &fsf-addr; schreiben."
5589
5590 #.  TODO: Maybe better: "This document has originally been written
5591 #. in English.  Translations into different languages are available." 
5592 #. type: Content of: <book><bookinfo><legalnotice><para>
5593 #: index.dbk:88
5594 msgid ""
5595 "If you want to print this reference, you should use the <ulink url="
5596 "\"developers-reference.pdf\">pdf version</ulink>.  This page is also "
5597 "available in <ulink url=\"index.fr.html\">French</ulink>, <ulink url=\"index."
5598 "de.html\">German</ulink> and <ulink url=\"index.ja.html\">Japanese</ulink>."
5599 msgstr ""
5600 "Wenn Sie diese Referenz ausdrucken möchten, sollten Sie die <ulink url="
5601 "\"developers-reference.pdf\">PDF-Version</ulink> verwenden. Diese Seite ist "
5602 "auch auf <ulink url=\"index.html\">Englisch</ulink> und <ulink url=\"index."
5603 "fr.html\">Französisch</ulink> und <ulink url=\"index.ja.html\">Japanisch</"
5604 "ulink> verfügbar. Die deutsche Übersetzung wurde 2011 von Chris Leick &lt;c."
5605 "leick@vollbio.de&gt; verfasst."
5606
5607 #. type: Content of: <chapter><title>
5608 #: l10n.dbk:7
5609 msgid "Internationalization and Translations"
5610 msgstr "Internationalisierung und Übersetzungen"
5611
5612 #. type: Content of: <chapter><para>
5613 #: l10n.dbk:9
5614 msgid ""
5615 "Debian supports an ever-increasing number of natural languages.  Even if you "
5616 "are a native English speaker and do not speak any other language, it is part "
5617 "of your duty as a maintainer to be aware of issues of internationalization "
5618 "(abbreviated i18n because there are 18 letters between the 'i' and the 'n' "
5619 "in internationalization).  Therefore, even if you are ok with English-only "
5620 "programs, you should read most of this chapter."
5621 msgstr ""
5622 "Debian unterstützt eine immer größer werdende Zahl natürlicher Sprachen. "
5623 "Selbst wenn Englisch Ihre Muttersprache ist und Sie keine andere Sprache "
5624 "sprechen, gehört es zu Ihren Pflichten als Paketbetreuer, die Probleme der "
5625 "Internationalisierung zu kennen (abgekürzt I18n, weil 18 Buchstaben zwischen "
5626 "»i« und »n« im englischen Wort »internationalization« stehen). Daher sollten "
5627 "Sie sogar, wenn Sie mit rein englischen Programmen klarkommen, das meiste in "
5628 "diesem Kapitel lesen."
5629
5630 #. type: Content of: <chapter><para>
5631 #: l10n.dbk:17
5632 msgid ""
5633 "According to <ulink url=\"&url-i18n-intro;\">Introduction to i18n</ulink> "
5634 "from Tomohiro KUBOTA, I18N (internationalization) means modification of a "
5635 "software or related technologies so that a software can potentially handle "
5636 "multiple languages, customs, and so on in the world, while L10N "
5637 "(localization) means implementation of a specific language for an already "
5638 "internationalized software."
5639 msgstr ""
5640 "Gemäß der <ulink url=\"&url-i18n-intro;\">Einführung in I18n</ulink> von "
5641 "Tomohiro KUBOTA bedeutet I18n (Internationalisierung) eine Veränderung von "
5642 "Software oder damit verbundenen Technologien, so dass eine Software "
5643 "potentiell mehrere Sprachen, Gewohnheiten und so weiter in der Welt "
5644 "handhaben kann, während L10n (Lokalisierung) die Implementierung einer "
5645 "speziellen Sprache für eine bereits internationalisierte Software bedeutet."
5646
5647 #. type: Content of: <chapter><para>
5648 #: l10n.dbk:26
5649 msgid ""
5650 "l10n and i18n are interconnected, but the difficulties related to each of "
5651 "them are very different.  It's not really difficult to allow a program to "
5652 "change the language in which texts are displayed based on user settings, but "
5653 "it is very time consuming to actually translate these messages.  On the "
5654 "other hand, setting the character encoding is trivial, but adapting the code "
5655 "to use several character encodings is a really hard problem."
5656 msgstr ""
5657 "L10n und I18n sind miteinander verbunden, aber die Schwierigkeiten bezogen "
5658 "auf jeweils eines davon sind sehr unterschiedlich. Es ist nicht wirklich "
5659 "schwer, einem Programm das Wechseln der Sprache zu erlauben, in dem Texte "
5660 "basierend auf den Benutzereinstellungen angezeigt werden, aber es "
5661 "verschlingt viel Zeit, diese Nachrichten tatsächlich zu übersetzen. "
5662 "Andererseits ist es trivial, die Zeichencodierung einzustellen, aber den "
5663 "Code so anzupassen, dass mehrere Zeichencodierungen benutzt werden können, "
5664 "ist ein wirklich großes Problem."
5665
5666 #. type: Content of: <chapter><para>
5667 #: l10n.dbk:34
5668 msgid ""
5669 "Setting aside the i18n problems, where no general guideline can be given, "
5670 "there is actually no central infrastructure for l10n within Debian which "
5671 "could be compared to the buildd mechanism for porting.  So most of the work "
5672 "has to be done manually."
5673 msgstr ""
5674 "Abgesehen von den I18n-Problemen, für die keine allgemeine Anleitung gegeben "
5675 "werden kann, gibt es tatsächlich keine Infrastruktur für L10n innerhalb "
5676 "Debian, die mit der Buildd-Mechanisus für die Portierung vergleichbar ist. "
5677 "Daher muss die meiste Arbeit manuell erledigt werden."
5678
5679 #. type: Content of: <chapter><section><title>
5680 #: l10n.dbk:40
5681 msgid "How translations are handled within Debian"
5682 msgstr "Wie Übersetzungen in Debian gehandhabt werden"
5683
5684 #. type: Content of: <chapter><section><para>
5685 #: l10n.dbk:42
5686 msgid ""
5687 "Handling translation of the texts contained in a package is still a manual "
5688 "task, and the process depends on the kind of text you want to see translated."
5689 msgstr ""
5690 "Die Handhabung der Übersetzung von Texten, die in Paketen enthalten sind, "
5691 "ist immer noch eine manuelle Aufgabe und der Prozess hängt von der Art des "
5692 "Textes ab, den Sie übersetzt sehen wollen."
5693
5694 #. type: Content of: <chapter><section><para>
5695 #: l10n.dbk:46
5696 msgid ""
5697 "For program messages, the gettext infrastructure is used most of the time.  "
5698 "Most of the time, the translation is handled upstream within projects like "
5699 "the <ulink url=\"&url-l10n-tp;\">Free Translation Project</ulink>, the "
5700 "<ulink url=\"&url-l10n-gnome;\">Gnome translation Project</ulink> or the "
5701 "<ulink url=\"&url-l10n-kde;\">KDE one</ulink>.  The only centralized "
5702 "resource within Debian is the <ulink url=\"&url-l10n;\">Central Debian "
5703 "translation statistics</ulink>, where you can find some statistics about the "
5704 "translation files found in the actual packages, but no real infrastructure "
5705 "to ease the translation process."
5706 msgstr ""
5707 "Für Programmausgaben wird meistens die Gettext-Infrastruktur benutzt. "
5708 "Meistens wird die Übersetzung außerhalb von Debian in Projekten wie dem "
5709 "<ulink url=\"&url-l10n-tp;\">Free Translation Project</ulink>, dem <ulink "
5710 "url=\"&url-l10n-gnome;\">Gnome translation Project</ulink> oder der <ulink "
5711 "url=\"&url-l10n-kde;\">KDE Localization</ulink> behandelt. Die einzige "
5712 "zentrale Ressource innerhalb Debian ist die <ulink url=\"&url-l10n;"
5713 "\">Zentrale Übersetzungsstatistik von Debian</ulink>, wo Sie einige "
5714 "Statistiken über die Übersetzungsdateien finden können, die in den "
5715 "tatsächlichen Paketen gefunden wurden, aber keine echte Infrastruktur, um "
5716 "den Übersetzungsprozess zu erleichtern."
5717
5718 #. type: Content of: <chapter><section><para>
5719 #: l10n.dbk:59
5720 msgid ""
5721 "An effort to translate the package descriptions started long ago, even if "
5722 "very little support is offered by the tools to actually use them (i.e., only "
5723 "APT can use them, when configured correctly).  Maintainers don't need to do "
5724 "anything special to support translated package descriptions; translators "
5725 "should use the <ulink url=\"&url-ddtp;\">Debian Description Translation "
5726 "Project (DDTP)</ulink>."
5727 msgstr ""
5728 "Es wurde vor langer Zeit ein Versuch gestartet, die Paketbeschreibungen zu "
5729 "übersetzen, auch wenn sehr wenig Unterstützung von Werkzeugen angeboten "
5730 "wird, um sie zu benutzen (d.h. nur APT kann sie nutzen, wenn es korrekt "
5731 "konfiguriert ist). Betreuer müssen nichts besonderes tun, um übersetzte "
5732 "Paketbeschreibungen zu unterstützen. Übersetzer sollten das <ulink url="
5733 "\"&url-ddtp;\">Debian Description Translation Project (DDTP)</ulink> "
5734 "benutzen."
5735
5736 #. type: Content of: <chapter><section><para>
5737 #: l10n.dbk:66
5738 msgid ""
5739 "For <systemitem role=\"package\">debconf</systemitem> templates, maintainers "
5740 "should use the <systemitem role=\"package\">po-debconf</systemitem> package "
5741 "to ease the work of translators, who could use the DDTP to do their work "
5742 "(but the French and Brazilian teams don't).  Some statistics can be found "
5743 "both on the <ulink url=\"&url-ddtp;\">DDTP site</ulink> (about what is "
5744 "actually translated), and on the <ulink url=\"&url-l10n;\">Central Debian "
5745 "translation statistics</ulink> site (about what is integrated in the "
5746 "packages)."
5747 msgstr ""
5748 "Für <systemitem role=\"package\">debconf</systemitem>-Schablonen sollten "
5749 "Paketbetreuer das Paket <systemitem role=\"package\">po-debconf</systemitem> "
5750 "benutzen, um die Arbeit der Übersetzer zu erleichtern, die das DDTP für ihre "
5751 "Arbeit benutzen könnten. (Das französische und das brasilianische Team "
5752 "nutzen dies nicht.). Einige Statistiken können sowohl auf der <ulink url="
5753 "\"&url-ddtp;\">DDTP-Site</ulink> (über das, was tatsächlich übersetzt ist) "
5754 "als auch in der <ulink url=\"&url-l10n;\">Zentralen Übersetzungsstatistik "
5755 "von Debian</ulink> (über das, was in die Pakete eingegliedert ist) gefunden "
5756 "werden."
5757
5758 #. type: Content of: <chapter><section><para>
5759 #: l10n.dbk:75
5760 msgid ""
5761 "For web pages, each l10n team has access to the relevant VCS, and the "
5762 "statistics are available from the Central Debian translation statistics site."
5763 msgstr ""
5764 "Für Webseiten hat jedes L10n-Team Zugriff auf das passende VCS und die "
5765 "Statistiken sind auf der Site bei der zentralen Übersetzungsstatistik von "
5766 "Debian verfügbar."
5767
5768 #. type: Content of: <chapter><section><para>
5769 #: l10n.dbk:79
5770 msgid ""
5771 "For general documentation about Debian, the process is more or less the same "
5772 "as for the web pages (the translators have access to the VCS), but there are "
5773 "no statistics pages."
5774 msgstr ""
5775 "Für allgemeine Dokumentation über Debian entspricht der Prozess mehr oder "
5776 "weniger dem der Webseiten (für Übersetzer, die Zugriff auf das VCS haben), "
5777 "aber es gibt dort keine Statistikseiten."
5778
5779 #. type: Content of: <chapter><section><para>
5780 #: l10n.dbk:84
5781 msgid ""
5782 "For package-specific documentation (man pages, info documents, other "
5783 "formats), almost everything remains to be done."
5784 msgstr ""
5785 "Für paketspezifische Dokumentation (Handbuchseiten, Info-Dokumente, andere "
5786 "Formate) bleibt beinahe alles zu erledigen."
5787
5788 #. type: Content of: <chapter><section><para>
5789 #: l10n.dbk:88
5790 msgid ""
5791 "Most notably, the KDE project handles translation of its documentation in "
5792 "the same way as its program messages."
5793 msgstr ""
5794 "Insbesondere das KDE-Projekt handhabt die Übersetzung seiner Dokumentation "
5795 "auf die gleiche Art, wie die der Programmausgaben."
5796
5797 #. type: Content of: <chapter><section><para>
5798 #: l10n.dbk:92
5799 msgid ""
5800 "There is an effort to handle Debian-specific man pages within a <ulink url="
5801 "\"&url-cvsweb;manpages/?cvsroot=debian-doc\">specific VCS repository</ulink>."
5802 msgstr ""
5803 "Es gibt einen Versuch, Debian-spezifische Handbuchseiten innerhalb eines "
5804 "<ulink url=\"&url-cvsweb;manpages/?cvsroot=debian-doc\"> speziellen VCS-"
5805 "Depots</ulink> zu handhaben."
5806
5807 #. type: Content of: <chapter><section><title>
5808 #: l10n.dbk:99
5809 msgid "I18N &amp; L10N FAQ for maintainers"
5810 msgstr "I18N &amp; L10N FAQ für Paketbetreuer"
5811
5812 #. type: Content of: <chapter><section><para>
5813 #: l10n.dbk:101
5814 msgid ""
5815 "This is a list of problems that maintainers may face concerning i18n and "
5816 "l10n.  While reading this, keep in mind that there is no real consensus on "
5817 "these points within Debian, and that this is only advice.  If you have a "
5818 "better idea for a given problem, or if you disagree on some points, feel "
5819 "free to provide your feedback, so that this document can be enhanced."
5820 msgstr ""
5821 "Dies ist eine Liste von Problemen, denen Betreuer betreffend I18n und L10n "
5822 "gegenüberstehen. Behalten Sie während Sie dies lesen im Hinterkopf, dass es "
5823 "über diese Punkte innerhalb Debian keine Einigkeit gibt und dies nur ein "
5824 "Ratschlag ist. Falls Sie für die vorliegenden Probleme bessere Ideen haben "
5825 "oder mit einigen Punkten nicht einverstanden sind, tun Sie sich keinen Zwang "
5826 "an und geben Sie Ihre Rückmeldung, so dass dieses Dokument verbessert werden "
5827 "kann."
5828
5829 #. type: Content of: <chapter><section><section><title>
5830 #: l10n.dbk:108
5831 msgid "How to get a given text translated"
5832 msgstr "Wie ein vorliegender Text übersetzt wird"
5833
5834 #. type: Content of: <chapter><section><section><para>
5835 #: l10n.dbk:110
5836 msgid ""
5837 "To translate package descriptions or <systemitem role=\"package\">debconf</"
5838 "systemitem> templates, you have nothing to do; the DDTP infrastructure will "
5839 "dispatch the material to translate to volunteers with no need for "
5840 "interaction from your part."
5841 msgstr ""
5842 "Um Paketbeschreibungen oder <systemitem role=\"package\">debconf</"
5843 "systemitem>-Schablonen zu übersetzen, müssen Sie nichts tun. Die DDTP-"
5844 "Infrastruktur wird das zu übersetzende Material zu den Freiwilligen "
5845 "befördern ohne dass Sie eingreifen müssen."
5846
5847 #. type: Content of: <chapter><section><section><para>
5848 #: l10n.dbk:115
5849 msgid ""
5850 "For all other material (gettext files, man pages, or other documentation), "
5851 "the best solution is to put your text somewhere on the Internet, and ask on "
5852 "debian-i18n for a translation in different languages.  Some translation team "
5853 "members are subscribed to this list, and they will take care of the "
5854 "translation and of the reviewing process.  Once they are done, you will get "
5855 "your translated document from them in your mailbox."
5856 msgstr ""
5857 "Für jegliches andere Material (Gettext-Dateien, Handbuchseiten oder andere "
5858 "Dokumentation) ist die beste Lösung, den Text irgendwo ins Internet zu "
5859 "stellen und auf Debian-I18n um eine Übersetzung in verschiedene Sprachen zu "
5860 "ersuchen. Die Mitglieder einiger Übersetzer-Teams haben diese Liste "
5861 "abonniert und werden für die Übersetzung und den Korrekturprozess sorgen. "
5862 "Sobald Sie das getan haben, können Sie Ihr übersetztes Dokument der Mailbox "
5863 "entnehmen."
5864
5865 #. type: Content of: <chapter><section><section><title>
5866 #: l10n.dbk:125
5867 msgid "How to get a given translation reviewed"
5868 msgstr "Wie eine vorliegende Übersetzung überprüft wird"
5869
5870 #. type: Content of: <chapter><section><section><para>
5871 #: l10n.dbk:127
5872 msgid ""
5873 "From time to time, individuals translate some texts in your package and will "
5874 "ask you for inclusion of the translation in the package.  This can become "
5875 "problematic if you are not fluent in the given language.  It is a good idea "
5876 "to send the document to the corresponding l10n mailing list, asking for a "
5877 "review.  Once it has been done, you should feel more confident in the "
5878 "quality of the translation, and feel safe to include it in your package."
5879 msgstr ""
5880 "Von Zeit zu Zeit übersetzen Einzelpersonen einige Texte in Ihrem Paket und "
5881 "bitten Sie, die Übersetzung in das Paket aufzunehmen. Dies kann "
5882 "problematisch werden, falls Sie die vorliegende Sprache nicht fließend "
5883 "sprechen. Es ist eine gute Idee, das Dokument an die entsprechende L10n-"
5884 "Mailingliste zu senden und um eine Überprüfung zu bitten. Sobald dies "
5885 "erledigt ist, sollten Sie von der Qualität der Übersetzug überzeugt sein und "
5886 "sich sicherer fühlen sie in Ihr Paket einzubinden."
5887
5888 #. type: Content of: <chapter><section><section><title>
5889 #: l10n.dbk:137
5890 msgid "How to get a given translation updated"
5891 msgstr "Wie eine vorliegende Übersetzung aktualisiert wird"
5892
5893 #. type: Content of: <chapter><section><section><para>
5894 #: l10n.dbk:139
5895 msgid ""
5896 "If you have some translations of a given text lying around, each time you "
5897 "update the original, you should ask the previous translator to update the "
5898 "translation with your new changes.  Keep in mind that this task takes time; "
5899 "at least one week to get the update reviewed and all."
5900 msgstr ""
5901 "Falls Sie einige Übersetzungen eines vorliegendens Textes herumliegen haben, "
5902 "sollten Sie jedesmal, wenn Sie das Original aktualisieren, den letzten "
5903 "Übersetzer bitten die Übersetzung mit Ihren neuen Änderungen zu "
5904 "aktualisieren. Behalten Sie im Hinterkopf, dass diese Aufgabe Zeit "
5905 "beansprucht; mindestens eine Woche um die Aktualisierung zu überprufen und "
5906 "so."
5907
5908 #. type: Content of: <chapter><section><section><para>
5909 #: l10n.dbk:145
5910 msgid ""
5911 "If the translator is unresponsive, you may ask for help on the corresponding "
5912 "l10n mailing list.  If everything fails, don't forget to put a warning in "
5913 "the translated document, stating that the translation is somehow outdated, "
5914 "and that the reader should refer to the original document if possible."
5915 msgstr ""
5916 "Falls der Übersetzer nicht reagiert, könnten Sie auf der entsprechenden L10n-"
5917 "Mailingliste um Hilfe ersuchen. Falls alles scheitert, vergessen Sie nicht, "
5918 "eine Warnung im übersetzten Dokument zu hinterlassen, die angibt, dass die "
5919 "Übersetzung veraltet ist und der Leser sich, wenn möglich, auf das "
5920 "Originaldokument beziehen sollte."
5921
5922 #. type: Content of: <chapter><section><section><para>
5923 #: l10n.dbk:151
5924 msgid ""
5925 "Avoid removing a translation completely because it is outdated.  Old "
5926 "documentation is often better than no documentation at all for non-English "
5927 "speakers."
5928 msgstr ""
5929 "Vermeiden Sie es, eine Übersetzung vollständig zu entfernen, weil sie "
5930 "veraltet ist. Alte Dokumentation ist für Leute, die kein Englisch reden, oft "
5931 "besser als gar keine Dokumentation "
5932
5933 #. type: Content of: <chapter><section><section><title>
5934 #: l10n.dbk:158
5935 msgid "How to handle a bug report concerning a translation"
5936 msgstr "Wie Fehlerberichte gehandhabt werden, die eine Übersetzung betreffen"
5937
5938 #.  TODO: add the i18n tag to the bug? 
5939 #. type: Content of: <chapter><section><section><para>
5940 #: l10n.dbk:160
5941 msgid ""
5942 "The best solution may be to mark the bug as forwarded to upstream, and "
5943 "forward it to both the previous translator and their team (using the "
5944 "corresponding debian-l10n-XXX mailing list)."
5945 msgstr ""
5946 "Möglicherweise ist die beste Lösung, den Fehler als zu den Originalautoren "
5947 "weitergeleitet zu kennzeichnen und ihn sowohl an den letzten Übersetzer als "
5948 "auch an sein Team zu senden (unter Benutzung der entsprechenden debian-l10n-"
5949 "XXX-Mailingliste)."
5950
5951 #. type: Content of: <chapter><section><title>
5952 #: l10n.dbk:170
5953 msgid "I18N &amp; L10N FAQ for translators"
5954 msgstr "I18n- &amp; L10n-FAQ für Übersetzer"
5955
5956 #. type: Content of: <chapter><section><para>
5957 #: l10n.dbk:172
5958 msgid ""
5959 "While reading this, please keep in mind that there is no general procedure "
5960 "within Debian concerning these points, and that in any case, you should "
5961 "collaborate with your team and the package maintainer."
5962 msgstr ""
5963 "Behalten Sie während Sie dies lesen im Hinterkopf, dass es über diese Punkte "
5964 "innerhalb Debian keine Einigkeit gibt und dass Sie auf jeden Fall mit Ihrem "
5965 "Team und dem Paketbetreuer zusammenarbeiten sollten."
5966
5967 #. type: Content of: <chapter><section><section><title>
5968 #: l10n.dbk:177
5969 msgid "How to help the translation effort"
5970 msgstr "Wie bei Übersetzungsbemühungen geholfen wird"
5971
5972 #. type: Content of: <chapter><section><section><para>
5973 #: l10n.dbk:179
5974 msgid ""
5975 "Choose what you want to translate, make sure that nobody is already working "
5976 "on it (using your debian-l10n-XXX mailing list), translate it, get it "
5977 "reviewed by other native speakers on your l10n mailing list, and provide it "
5978 "to the maintainer of the package (see next point)."
5979 msgstr ""
5980 "Wählen Sie aus, was Sie übersetzen möchten und stellen Sie sicher, dass "
5981 "nicht bereits jemand daran arbeitet (benutzen Sie Ihre debian-l10n-XXX-"
5982 "Mailingliste), übersetzen Sie es, lassen Sie es durch andere mit dieser "
5983 "Muttersprache auf Ihrer L10n-Mailingliste überprüfen und stellen Sie es dem "
5984 "Paketbetreuer zur Verfügung (siehe nächsten Punkt)."
5985
5986 #. type: Content of: <chapter><section><section><title>
5987 #: l10n.dbk:187
5988 msgid "How to provide a translation for inclusion in a package"
5989 msgstr ""
5990 "Wie eine Übersetzung zur Eingliederung in ein Paket bereitgestellt wird"
5991
5992 #. type: Content of: <chapter><section><section><para>
5993 #: l10n.dbk:189
5994 msgid ""
5995 "Make sure your translation is correct (asking for review on your l10n "
5996 "mailing list) before providing it for inclusion.  It will save time for "
5997 "everyone, and avoid the chaos resulting in having several versions of the "
5998 "same document in bug reports."
5999 msgstr ""
6000 "Stellen Sie sicher, dass Ihre Übersetzung korrekt ist (bitten Sie auf Ihrer "
6001 "L10n-Mailingliste um eine Überprüfung), bevor Sie sie zur Eingliederung "
6002 "bereitgestellen. Es wird für jeden eine Zeitersparnis sein und das Chaos "
6003 "vermeiden, das daraus resultiert, dass Sie mehrere Versionen des gleichen "
6004 "Dokuments in Fehlerberichten haben."
6005
6006 #. type: Content of: <chapter><section><section><para>
6007 #: l10n.dbk:195
6008 msgid ""
6009 "The best solution is to file a regular bug containing the translation "
6010 "against the package.  Make sure to use the 'PATCH' tag, and to not use a "
6011 "severity higher than 'wishlist', since the lack of translation never "
6012 "prevented a program from running."
6013 msgstr ""
6014 "Die beste Lösung ist es, einen regulären Fehlerbericht gegen das Paket "
6015 "einzureichen, der die Übersetzung enthält. Stellen Sie sicher, dass Sie die "
6016 "Kennzeichnung »PATCH« und keinen Schweregrad höher als »wishlist« verwenden, "
6017 "da das Fehlen einer Übersetzung ein Programm niemals an der Ausführung "
6018 "hindert."
6019
6020 #. type: Content of: <chapter><section><title>
6021 #: l10n.dbk:205
6022 msgid "Best current practice concerning l10n"
6023 msgstr "Beste aktuelle Vorgehensweise bezüglich L10n"
6024
6025 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6026 #: l10n.dbk:209
6027 msgid ""
6028 "As a maintainer, never edit the translations in any way (even to reformat "
6029 "the layout) without asking on the corresponding l10n mailing list.  You risk "
6030 "for example breaking the encoding of the file by doing so.  Moreover, what "
6031 "you consider an error can be right (or even needed) in the given language."
6032 msgstr ""
6033 "Bearbeiten Sie als Betreuer niemals die Übersetzungen in irgendeiner Weise "
6034 "(auch um das Aussehen neu zu formatieren) ohne mit der entsprechenden L10n-"
6035 "Mailingliste zu sprechen. Sie riskieren zum Beispiel, die Zeichencodierung "
6036 "der Datei zu zerstören, wenn Sie dies tun. Außerdem könnte das, was Sie als "
6037 "Fehler betrachen, in der vorliegenden Sprache richtig sein (oder sogar "
6038 "nötig)."
6039
6040 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6041 #: l10n.dbk:217
6042 msgid ""
6043 "As a translator, if you find an error in the original text, make sure to "
6044 "report it.  Translators are often the most attentive readers of a given "
6045 "text, and if they don't report the errors they find, nobody will."
6046 msgstr ""
6047 "Falls Sie als Übersetzer einen Fehler im Originaltext finden, stellen Sie "
6048 "sicher, dass er gemeldet wird. Übersetzer sind oft die aufmerksamsten Leser "
6049 "eines vorliegenden Textes und falls Sie die gefundenen Fehler nicht melden, "
6050 "wird es niemand tun."
6051
6052 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6053 #: l10n.dbk:224
6054 msgid ""
6055 "In any case, remember that the major issue with l10n is that it requires "
6056 "several people to cooperate, and that it is very easy to start a flamewar "
6057 "about small problems because of misunderstandings.  So if you have problems "
6058 "with your interlocutor, ask for help on the corresponding l10n mailing list, "
6059 "on debian-i18n, or even on debian-devel (but beware, l10n discussions very "
6060 "often become flamewars on that list :)"
6061 msgstr ""
6062 "Denken Sie auf jeden Fall daran, dass der Hauptstreitpunkt mit L10n darin "
6063 "besteht, dass mehrere Leute für eine Zusammenarbeit nötig sind und dass es "
6064 "sehr leicht ist, einen Flame-War über kleine Probleme aufgrund von "
6065 "Missverständnissen heraufzubeschwören. Falls Sie daher Probleme mit einem "
6066 "Gesprächspartner haben, fragen Sie auf der entsprechenden L10n-Mailingliste, "
6067 "Debian-I18n oder sogar Debian-Devel nach Hilfe (aber Vorsicht, L10n-"
6068 "Diskussionen führen auf dieser Liste oft zu Flame-Wars :) )."
6069
6070 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6071 #: l10n.dbk:234
6072 msgid ""
6073 "In any case, cooperation can only be achieved with <emphasis role=\"strong"
6074 "\">mutual respect</emphasis>."
6075 msgstr ""
6076 "Kooperation kann auf jeden Fall nur mit <emphasis role=\"strong"
6077 "\">gegenseitigem Respekt</emphasis> erreicht werden."
6078
6079 #. type: Content of: <chapter><title>
6080 #: new-maintainer.dbk:7
6081 msgid "Applying to Become a Maintainer"
6082 msgstr "Bewerbung als Betreuer"
6083
6084 #. type: Content of: <chapter><section><title>
6085 #: new-maintainer.dbk:9
6086 msgid "Getting started"
6087 msgstr "Erste Schritte"
6088
6089 # http://www.debian.org/doc/maint-guide/
6090 #. type: Content of: <chapter><section><para>
6091 #: new-maintainer.dbk:11
6092 msgid ""
6093 "So, you've read all the documentation, you've gone through the <ulink url="
6094 "\"&url-newmaint-guide;\">Debian New Maintainers' Guide</ulink>, understand "
6095 "what everything in the <systemitem role=\"package\">hello</systemitem> "
6096 "example package is for, and you're about to Debianize your favorite piece of "
6097 "software.  How do you actually become a Debian developer so that your work "
6098 "can be incorporated into the Project?"
6099 msgstr ""
6100 "Also, Sie haben all die Dokumentationen gelesen, Sie sind die<ulink url="
6101 "\"&url-newmaint-guide;\">Anleitung für zukünftige Debian-Betreuer</ulink> "
6102 "durchgegangen, verstehen alles, was im Beispielpaket <systemitem role="
6103 "\"package\">hello</systemitem> vorkommt und es geht Ihnen darum, Ihre "
6104 "Lieblings-Software zu debianisieren. Möchten Sie wirklich ein Debian-"
6105 "Entwickler werden, damit Ihre Arbeit in das Projekt aufgenommen wird?"
6106
6107 #. type: Content of: <chapter><section><para>
6108 #: new-maintainer.dbk:19
6109 msgid ""
6110 "Firstly, subscribe to &email-debian-devel; if you haven't already.  Send the "
6111 "word <literal>subscribe</literal> in the <literal>Subject</literal> of an "
6112 "email to &email-debian-devel-req;.  In case of problems, contact the list "
6113 "administrator at &email-listmaster;.  More information on available mailing "
6114 "lists can be found in <xref linkend=\"mailing-lists\"/>.  &email-debian-"
6115 "devel-announce; is another list which is mandatory for anyone who wishes to "
6116 "follow Debian's development."
6117 msgstr ""
6118 "Falls Sie das nicht bereits getan haben, schreiben Sie sich zuerst in &email-"
6119 "debian-devel; ein. Senden Sie das Wort <literal>subscribe</literal> im "
6120 "Betreff einer E-Mail an &email-debian-devel-req;. Falls es Probleme gibt, "
6121 "wenden Sie sich unter &email-listmaster; an den Administrator der Liste. "
6122 "Weitere Informationen über verfügbare Listen finden Sie unter <xref linkend="
6123 "\"mailing-lists\"/>. &email-debian-devel-announce; ist eine Pflichtlektüre "
6124 "für jeden, der die Entwicklung von Debian verfolgen möchte."
6125
6126 #. type: Content of: <chapter><section><para>
6127 #: new-maintainer.dbk:29
6128 msgid ""
6129 "You should subscribe and lurk (that is, read without posting) for a bit "
6130 "before doing any coding, and you should post about your intentions to work "
6131 "on something to avoid duplicated effort."
6132 msgstr ""
6133 "Sie sollten sich einschreiben und ein wenig mitlesen ohne selbst Beiträge zu "
6134 "verfassen, bevor Sie irgend etwas codieren. Teilen Sie mit an was Sie "
6135 "arbeiten möchten, um doppelten Aufwand zu vermeiden."
6136
6137 #. type: Content of: <chapter><section><para>
6138 #: new-maintainer.dbk:34
6139 msgid ""
6140 "Another good list to subscribe to is &email-debian-mentors;.  See <xref "
6141 "linkend=\"mentors\"/> for details.  The IRC channel <literal>#debian</"
6142 "literal> can also be helpful; see <xref linkend=\"irc-channels\"/>."
6143 msgstr ""
6144 "Auch &email-debian-mentors; ist ein sinnvolles Abonnement. Lesen Sie <xref "
6145 "linkend=\"mentors\"/> für Details. Auch der IRC-Kanal <literal>#debian</"
6146 "literal> kann hilfreich sein. Siehe <xref linkend=\"irc-channels\"/>."
6147
6148 #. type: Content of: <chapter><section><para>
6149 #: new-maintainer.dbk:40
6150 msgid ""
6151 "When you know how you want to contribute to &debian-formal;, you should get "
6152 "in contact with existing Debian maintainers who are working on similar "
6153 "tasks.  That way, you can learn from experienced developers.  For example, "
6154 "if you are interested in packaging existing software for Debian, you should "
6155 "try to get a sponsor.  A sponsor will work together with you on your package "
6156 "and upload it to the Debian archive once they are happy with the packaging "
6157 "work you have done.  You can find a sponsor by mailing the &email-debian-"
6158 "mentors; mailing list, describing your package and yourself and asking for a "
6159 "sponsor (see <xref linkend=\"sponsoring\"/> and <ulink url=\"&url-mentors;"
6160 "\"></ulink> for more information on sponsoring).  On the other hand, if you "
6161 "are interested in porting Debian to alternative architectures or kernels you "
6162 "can subscribe to port specific mailing lists and ask there how to get "
6163 "started.  Finally, if you are interested in documentation or Quality "
6164 "Assurance (QA) work you can join maintainers already working on these tasks "
6165 "and submit patches and improvements."
6166 msgstr ""
6167 "Wenn Sie wissen ,wie Sie zu &debian-formal; beitragen möchten, sollten Sie "
6168 "Kontakt mit existierenden Debian-Betreuern aufnehmen, die an ähnlichen "
6169 "Aufgaben arbeiten. Auf diesem Weg können Sie von erfahrenen Entwicklern "
6170 "lernen. Falls Sie zum Beispiel daran interessiert sind, in Debian "
6171 "existierende Software zu paketieren, sollten Sie versuchen einen Sponsor zu "
6172 "finden. Ein Sponsor wird mit Ihnen zusammen an Ihrem Paket arbeiten und es "
6173 "in das Debian-Archiv hochladen, sobald er mit Ihrer Paketierung zufrieden "
6174 "ist. Sie können Sponsoren auf der Mailingliste &email-debian-mentors; "
6175 "finden, indem Sie dort Ihr Paket und sich selbst beschreiben und nach einem "
6176 "Sponsor fragen (lesen Sie <xref linkend=\"sponsoring\"/> und <ulink url="
6177 "\"&url-mentors;\"></ulink>, um weitere Informationen über Sponsoring zu "
6178 "erhalten). Wenn Sie andererseits daran interessiert sind, Debian auf "
6179 "alternative Architekturen oder Kernel zu portieren, können Sie spezielle "
6180 "Mailinglisten zur Portierung abonnieren und dort nachfragen, wie der "
6181 "Einstieg gelingt. Abschließend, falls Sie daran interessiert sind, an der "
6182 "Dokumentation oder Qualitätssicherung (QS) zu arbeiten, können Sie sich den "
6183 "Betreuern anschließen, die an diesen Aufgaben arbeiten und Patchs sowie "
6184 "Verbesserungen einsenden."
6185
6186 #. type: Content of: <chapter><section><para>
6187 #: new-maintainer.dbk:57
6188 msgid ""
6189 "One pitfall could be a too-generic local part in your mailadress: Terms like "
6190 "mail, admin, root, master should be avoided, please see <ulink url=\"&url-"
6191 "debian-lists;\"></ulink> for details."
6192 msgstr ""
6193 "Eine Schwierigkeit könnte ein zu generischer lokaler Teil in Ihrer "
6194 "Mailadresse sein. Begriffe wie »mail«, »admin«, »root« und »master« sollten "
6195 "vermieden werden. Bitte lesen Sie <ulink url=\"&url-debian-lists;\"></ulink> "
6196 "für Details."
6197
6198 #. type: Content of: <chapter><section><title>
6199 #: new-maintainer.dbk:64
6200 msgid "Debian mentors and sponsors"
6201 msgstr "Debian-Mentoren und -Sponsoren"
6202
6203 #. type: Content of: <chapter><section><para>
6204 #: new-maintainer.dbk:66
6205 msgid ""
6206 "The mailing list &email-debian-mentors; has been set up for novice "
6207 "maintainers who seek help with initial packaging and other developer-related "
6208 "issues.  Every new developer is invited to subscribe to that list (see <xref "
6209 "linkend=\"mailing-lists\"/> for details)."
6210 msgstr ""
6211 "Die Mailingliste &email-debian-mentors; wurde für Einsteiger unter den "
6212 "Betreuern eingerichtet, die sich um Hilfe beim Paketieren Ihrer ersten "
6213 "Pakete und anderen entwicklerbezogenen Themen bemühen. Jeder neue Entwickler "
6214 "ist eingeladen, sich auf dieser Liste einzuschreiben (siehe <xref linkend="
6215 "\"mailing-lists\"/> für Details)."
6216
6217 #. type: Content of: <chapter><section><para>
6218 #: new-maintainer.dbk:72
6219 msgid ""
6220 "Those who prefer one-on-one help (e.g., via private email) should also post "
6221 "to that list and an experienced developer will volunteer to help."
6222 msgstr ""
6223 "Diejenigen, die persönliche Hilfe bevorzugen (z.B. mittels privater E-Mail), "
6224 "sollten auch an diese Liste schreiben und ein erfahrener Entwickler wird "
6225 "freiwillig helfen."
6226
6227 #. type: Content of: <chapter><section><para>
6228 #: new-maintainer.dbk:76
6229 msgid ""
6230 "In addition, if you have some packages ready for inclusion in Debian, but "
6231 "are waiting for your new maintainer application to go through, you might be "
6232 "able find a sponsor to upload your package for you.  Sponsors are people who "
6233 "are official Debian Developers, and who are willing to criticize and upload "
6234 "your packages for you. Please read the debian-mentors FAQ at <ulink url="
6235 "\"&url-mentors;\"></ulink> first."
6236 msgstr ""
6237 "Falls Sie darüberhinaus einige Paket haben, die bereit für die Aufnahme in "
6238 "Debian sind, aber darauf warten, dass Sie Ihre Bewerbung als neuer Betreuer "
6239 "durchlaufen, könnten Sie einen Sponsor suchen, der Ihr Paket für Sie "
6240 "hochlädt. Sponsoren sind offizielle Debian-Entwickler und bereit, Pakete für "
6241 "Sie zu beurteilen und hochzuladen. Bitte lesen Sie zuerst die FAQ für Debian-"
6242 "Mentoren unter <ulink url=\"&url-mentors;\"></ulink>."
6243
6244 #. type: Content of: <chapter><section><para>
6245 #: new-maintainer.dbk:84
6246 msgid ""
6247 "If you wish to be a mentor and/or sponsor, more information is available in "
6248 "<xref linkend=\"newmaint\"/>."
6249 msgstr ""
6250 "Falls Sie ein Mentor und/oder Sponsor werden möchten, sind weitere "
6251 "Informationen in <xref linkend=\"newmaint\"/> verfügbar."
6252
6253 #. type: Content of: <chapter><section><title>
6254 #: new-maintainer.dbk:90
6255 msgid "Registering as a Debian developer"
6256 msgstr "Als Debian-Entwickler registrieren"
6257
6258 # http://www.debian.org/devel/join/newmaint
6259 # http://www.debian.org/social_contract
6260 # http://www.gnu.org/gnu/manifesto.de.html
6261 #. type: Content of: <chapter><section><para>
6262 #: new-maintainer.dbk:92
6263 msgid ""
6264 "Before you decide to register with &debian-formal;, you will need to read "
6265 "all the information available at the <ulink url=\"&url-newmaint;\">New "
6266 "Maintainer's Corner</ulink>.  It describes in detail the preparations you "
6267 "have to do before you can register to become a Debian developer.  For "
6268 "example, before you apply, you have to read the <ulink url=\"&url-social-"
6269 "contract;\">Debian Social Contract</ulink>.  Registering as a developer "
6270 "means that you agree with and pledge to uphold the Debian Social Contract; "
6271 "it is very important that maintainers are in accord with the essential ideas "
6272 "behind &debian-formal;.  Reading the <ulink url=\"&url-gnu-manifesto;\">GNU "
6273 "Manifesto</ulink> would also be a good idea."
6274 msgstr ""
6275 "Bevor Sie sich entscheiden, sich bei &debian-formal; zu registrieren, werden "
6276 "Sie alle in <ulink url=\"&url-newmaint;\">Debians New-Maintainer-Ecke</"
6277 "ulink> verfügbaren Informationen lesen müssen. Dort wird im Detail "
6278 "beschrieben, welche Vorbereitungen Sie treffen müssen, bevor Sie sich "
6279 "registrieren können, um Debian-Entwickler zu werden. Zum Beispiel müssen "
6280 "Sie, bevor Sie sich bewerben, den <ulink url=\"&url-social-contract;"
6281 "\">Debian-Gesellschaftsvertrag</ulink> lesen. Die Registrierung als Debian-"
6282 "Entwickler bedeutet, dass Sie ihm zustimmen und versprechen, den Debian-"
6283 "Gesellschaftsvertrag zu unterstützen. Es ist sehr wichtig, dass Betreuer mit "
6284 "den grundsätzlichen Ideen hinter &debian-formal; einverstanden sind. Es wäre "
6285 "außerdem empfehlenswert, das <ulink url=\"&url-gnu-manifesto;\">GNU-"
6286 "Manifest</ulink> zu lesen."
6287
6288 #. type: Content of: <chapter><section><para>
6289 #: new-maintainer.dbk:106
6290 msgid ""
6291 "The process of registering as a developer is a process of verifying your "
6292 "identity and intentions, and checking your technical skills.  As the number "
6293 "of people working on &debian-formal; has grown to over &number-of-"
6294 "maintainers; and our systems are used in several very important places, we "
6295 "have to be careful about being compromised.  Therefore, we need to verify "
6296 "new maintainers before we can give them accounts on our servers and let them "
6297 "upload packages."
6298 msgstr ""
6299 "Der Aufnahmeprozess für Entwickler werden Ihre Identität, Absichten und "
6300 "technischen Fähigkeiten geprüft werden. Als die Anzahl der Leute, die an "
6301 "&debian-formal; arbeiteten auf über &number-of-maintainers; wuchs und das "
6302 "System an mehreren sehr wichtigen Stellen lief, war Vorsicht geboten, um "
6303 "nicht kompromittiert zu werden. Daher müssen neue Betreuer überprüft werden, "
6304 "bevor Sie Konten auf den Servern erhalten und Pakete hochladen dürfen."
6305
6306 # http://www.debian.org/Bugs/
6307 #. type: Content of: <chapter><section><para>
6308 #: new-maintainer.dbk:115
6309 msgid ""
6310 "Before you actually register you should have shown that you can do competent "
6311 "work and will be a good contributor.  You show this by submitting patches "
6312 "through the Bug Tracking System and having a package sponsored by an "
6313 "existing Debian Developer for a while.  Also, we expect that contributors "
6314 "are interested in the whole project and not just in maintaining their own "
6315 "packages.  If you can help other maintainers by providing further "
6316 "information on a bug or even a patch, then do so!"
6317 msgstr ""
6318 "Bevor Sie sich tatsächlich registrieren, sollten Sie zeigen, dass Sie "
6319 "kompetent arbeiten und gute Beiträge leisten. Sie zeigen dies, indem Sie "
6320 "Patchs an die Debian-Fehlerdatenbank senden und ein Paket haben, das ein "
6321 "existierender Debian-Entwickler für eine Zeit lang sponsort. Außerdem wird "
6322 "erwartet, dass Mitwirkende sich für das ganze Projekt interessieren und "
6323 "nicht nur ihre eigenen Pakete betreuen. Falls Sie anderen Betreuern helfen "
6324 "können, weitere Informationen zu einem Fehler oder sogar ein Patch "
6325 "bereitzustellen, dann tun Sie dies!"
6326
6327 # https://nm.debian.org/gpg.php
6328 #. type: Content of: <chapter><section><para>
6329 #: new-maintainer.dbk:124
6330 msgid ""
6331 "Registration requires that you are familiar with Debian's philosophy and "
6332 "technical documentation.  Furthermore, you need a GnuPG key which has been "
6333 "signed by an existing Debian maintainer.  If your GnuPG key is not signed "
6334 "yet, you should try to meet a Debian Developer in person to get your key "
6335 "signed.  There's a <ulink url=\"&url-gpg-coord;\">GnuPG Key Signing "
6336 "Coordination page</ulink> which should help you find a Debian Developer "
6337 "close to you.  (If there is no Debian Developer close to you, alternative "
6338 "ways to pass the ID check may be permitted as an absolute exception on a "
6339 "case-by-case-basis.  See the <ulink url=\"&url-newmaint-id;\">identification "
6340 "page</ulink> for more information.)"
6341 msgstr ""
6342 "Für die Registrierung ist es erforderlich, dass Sie mit der Debian-"
6343 "Philosophie und der technischen Dokumentation vertraut sind. Weiterhin "
6344 "benötigen Sie einen GnuPG-Schlüssel, der von einem existierenden Debian-"
6345 "Betreuer signiert wurde. Falls Ihr GnuPG-Schlüssel noch nicht signiert "
6346 "wurde, sollten Sie versuchen einen Debian-Entwickler persönlich zu treffen, "
6347 "damit Ihr Schlüssel signiert wird. Es gibt eine <ulink url=\"&url-gpg-coord;"
6348 "\">GnuPG Key Signing Coordination page</ulink>, die Ihnen helfen sollte, "
6349 "einen Debian-Entwickler in Ihrer Nähe zu finden. (Falls es in Ihrer Nähe "
6350 "keinen Debian-Entwickler gibt, können als absolute Ausnahme fallspezifisch "
6351 "alternative Identitätsprüfungen erlaubt werden. Lesen Sie die Texte zur "
6352 "<ulink url=\"&url-newmaint-id;\">Identitätsprüfung</ulink>, um weitere "
6353 "Informationen zu erhalten."
6354
6355 #. type: Content of: <chapter><section><para>
6356 #: new-maintainer.dbk:137
6357 msgid ""
6358 "If you do not have an OpenPGP key yet, generate one.  Every developer needs "
6359 "an OpenPGP key in order to sign and verify package uploads.  You should read "
6360 "the manual for the software you are using, since it has much important "
6361 "information which is critical to its security.  Many more security failures "
6362 "are due to human error than to software failure or high-powered spy "
6363 "techniques.  See <xref linkend=\"key-maint\"/> for more information on "
6364 "maintaining your public key."
6365 msgstr ""
6366 "Falls Sie noch keinen OpenPGP-Schlüssel haben, generieren Sie sich einen. "
6367 "Jeder Entwickler benötigt einen OpenPGP-Schlüssel, um das Hochladen von "
6368 "Paketen zu signieren und zu prüfen. Sie sollten das Handbuch der Software "
6369 "lesen, die Sie benutzen, da es wichtige Informationen enthält, was für die "
6370 "Sicherheit kritisch ist. Es sind viel mehr Sicherheitslücken auf menschliche "
6371 "Fehler zurückzuführen, als auf Softwarefehler oder leistungsstarke "
6372 "Spionagetechniken. Lesen Sie  <xref linkend=\"key-maint\"/>, um weitere "
6373 "Informationen über die Verwaltung öffentlicher Schlüssel zu erhalten."
6374
6375 # http://www.gnupg.org/index.de.html
6376 #. type: Content of: <chapter><section><para>
6377 #: new-maintainer.dbk:145
6378 msgid ""
6379 "Debian uses the <literal>GNU Privacy Guard</literal> (package <systemitem "
6380 "role=\"package\">gnupg</systemitem> version 1 or better) as its baseline "
6381 "standard.  You can use some other implementation of OpenPGP as well.  Note "
6382 "that OpenPGP is an open standard based on <ulink url=\"&url-rfc2440;\">RFC "
6383 "2440</ulink>."
6384 msgstr ""
6385 "Debian benutzt den <literal>GNU Privacy Guard</literal> (Paket <systemitem "
6386 "role=\"package\">gnupg</systemitem> Version 1 oder besser) als grundlegenden "
6387 "Standard. Sie können auch einige andere Implementierungen von OpenPGP "
6388 "benutzen. Beachten Sie, dass OpenPGP ein offener Standard ist, der auf "
6389 "<ulink url=\"&url-rfc2440;\">RFC 2440</ulink> basiert."
6390
6391 #. type: Content of: <chapter><section><para><footnote><para>
6392 #: new-maintainer.dbk:155
6393 msgid ""
6394 "Version 4 keys are keys conforming to the OpenPGP standard as defined in RFC "
6395 "2440.  Version 4 is the key type that has always been created when using "
6396 "GnuPG.  PGP versions since 5.x also could create v4 keys, the other choice "
6397 "having been pgp 2.6.x compatible v3 keys (also called legacy RSA by PGP)."
6398 msgstr ""
6399 "Schlüssel der Version 4 folgen dem in RFC 2440 definierten OpenPGP-Standard. "
6400 "Bei Verwendung von GnuPG wurden immer Version-4-Schlüssel erstellt. PGP-"
6401 "Versionen seit 5.x könnten außerdem Schlüssel der Version 4 erstellen, die "
6402 "andere Wahl waren PGP 2.6.x-kompatible Schlüssel der Version 3 (auch altes "
6403 "RSA durch PGP genannt)."
6404
6405 #. type: Content of: <chapter><section><para><footnote><para>
6406 #: new-maintainer.dbk:159
6407 msgid ""
6408 "Version 4 (primary) keys can either use the RSA or the DSA algorithms, so "
6409 "this has nothing to do with GnuPG's question about which kind of key do you "
6410 "want: (1) DSA and Elgamal, (2)  DSA (sign only), (5) RSA (sign only).  If "
6411 "you don't have any special requirements just pick the default."
6412 msgstr ""
6413 "(Primär-) Schlüssel der Version 4 können entweder die RSA- oder DSA-"
6414 "Algorithmen benutzen. Das hat dies nichts mit der Frage von GnuPG zu tun, "
6415 "welche Schlüsselart Sie möchten: (1) DSA und Elgamal, (2) DSA (nur "
6416 "signieren), (5) RSA (nur signieren). Falls Sie keine besonderen "
6417 "Anforderungen haben, nehmen Sie ruhig die Voreinstellung."
6418
6419 #. type: Content of: <chapter><section><para><footnote><para>
6420 #: new-maintainer.dbk:163
6421 msgid ""
6422 "The easiest way to tell whether an existing key is a v4 key or a v3 (or v2) "
6423 "key is to look at the fingerprint: Fingerprints of version 4 keys are the "
6424 "SHA-1 hash of some key material, so they are 40 hex digits, usually grouped "
6425 "in blocks of 4.  Fingerprints of older key format versions used MD5 and are "
6426 "generally shown in blocks of 2 hex digits.  For example if your fingerprint "
6427 "looks like <literal>5B00 C96D 5D54 AEE1 206B  AF84 DE7A AF6E 94C0 9C7F</"
6428 "literal> then it's a v4 key."
6429 msgstr ""
6430 "Die einfachste Möglichkeit festzustellen, ob ein existierender Schlüssel "
6431 "Version 3 oder 4 (oder 2) hat, besteht darin auf den Fingerabdruck zu "
6432 "untersuchen: Fingerabdrücke der Version 4 sind der SHA-1-Hash von einigem "
6433 "Schlüsselmaterial. Daher besteht er aus 40 hexadezimale Ziffern, die "
6434 "üblicherweise in Viererblöcken gruppiert sind. Fingerabdrücke älterer "
6435 "Schlüsselformatversionen benutzten MD5 und werden generell als Blöcke zweier "
6436 "hexadezimaler Ziffern angezeigt. Falls Ihr Fingerabdruck zum Beispiel so "
6437 "aussieht wie <literal>5B00 C96D 5D54 AEE1 206B  AF84 DE7A AF6E 94C0 9C7F</"
6438 "literal>, dann ist es ein Schlüssel der Version 4."
6439
6440 #. type: Content of: <chapter><section><para><footnote><para>
6441 #: new-maintainer.dbk:170
6442 msgid ""
6443 "Another possibility is to pipe the key into <command>pgpdump</command>, "
6444 "which will say something like Public Key Packet - Ver 4."
6445 msgstr ""
6446 "Eine andere Möglichkeit besteht darin, den Schlüssel über eine Pipe an "
6447 "<command>pgpdump</command> zu leiten, das dann etwas wie »Public Key Packet "
6448 "- Ver 4.« ausgibt."
6449
6450 #. type: Content of: <chapter><section><para><footnote><para>
6451 #: new-maintainer.dbk:172
6452 msgid ""
6453 "Also note that your key must be self-signed (i.e.  it has to sign all its "
6454 "own user IDs; this prevents user ID tampering).  All modern OpenPGP software "
6455 "does that automatically, but if you have an older key you may have to "
6456 "manually add those signatures."
6457 msgstr ""
6458 "Beachten Sie außerdem, dass Ihr Schlüssel selbstsigniert sein muss (d.h. er "
6459 "muss für alle eigenen Benutzer-IDs signiert werden. Dies verhindert eine "
6460 "Manipulation von Benutzer-IDs). Sämtliche modernen OpenPGP-Programme "
6461 "erledigen dies automatisch. Falls Sie aber einen älteren Schlüssel haben, "
6462 "müssen Sie diese Signaturen manuell hinzufügen."
6463
6464 #. type: Content of: <chapter><section><para>
6465 #: new-maintainer.dbk:152
6466 msgid ""
6467 "You need a version 4 key for use in Debian Development. <ulink url=\"http://"
6468 "lists.debian.org/20090520092534.GG22906@earth.li\">Your key length must be "
6469 "greater than 1024 bits</ulink>; there is no reason to use a smaller key, and "
6470 "doing so would be much less secure.<placeholder type=\"footnote\" id=\"0\"/>"
6471 msgstr ""
6472 "Für die Debian-Entwicklung benötigen Sie einen Schlüssel der Version 4. "
6473 "<ulink url=\"http://lists.debian.org/20090520092534.GG22906@earth.li\">Ihr "
6474 "Schlüssel muss mindestens 1024 Bit lang sein.</ulink> Es gibt keinen Grund, "
6475 "einen kürzeren Schlüssel zu verwenden und dies wäre auch wesentlich "
6476 "unsicherer.<placeholder type=\"footnote\" id=\"0\"/>"
6477
6478 #. type: Content of: <chapter><section><para>
6479 #: new-maintainer.dbk:178
6480 msgid ""
6481 "If your public key isn't on a public key server such as &pgp-keyserv;, "
6482 "please read the documentation available at <ulink url=\"&url-newmaint-id;"
6483 "\">NM Step 2: Identification</ulink>.  That document contains instructions "
6484 "on how to put your key on the public key servers.  The New Maintainer Group "
6485 "will put your public key on the servers if it isn't already there."
6486 msgstr ""
6487 "Falls Ihr öffentlicher Schlüssel nicht auf einem öffentlichen Server wie "
6488 "&pgp-keyserv; liegt, lesen Sie bitte <ulink url=\"&url-newmaint-id;\">NM "
6489 "Schritt 2: Identitätsprüfung</ulink>. Dieses Dokument enthält Anweisungen, "
6490 "wie Sie Ihren Schlüssel auf öffentliche Schlüsselserver ablegen. Die »New "
6491 "Maintainer Group« wird Ihren öffentlichen Schlüssel auf den Servern ablegen, "
6492 "wenn er nicht bereits dort ist."
6493
6494 #. type: Content of: <chapter><section><para>
6495 #: new-maintainer.dbk:186
6496 msgid ""
6497 "Some countries restrict the use of cryptographic software by their "
6498 "citizens.  This need not impede one's activities as a Debian package "
6499 "maintainer however, as it may be perfectly legal to use cryptographic "
6500 "products for authentication, rather than encryption purposes.  If you live "
6501 "in a country where use of cryptography even for authentication is forbidden "
6502 "then please contact us so we can make special arrangements."
6503 msgstr ""
6504 "Einige Länder schränken den Gebrauch kryptografischer Software durch Ihre "
6505 "Bürger ein. Dies muss jedoch die Aktivitäten als Debian-Paketbetreuer nicht "
6506 "behindern, da es vollkommen legal sein kann, kryptografische Produkte für "
6507 "die Authentifizierung anstatt für Verschlüsselungszwecke zu verwenden. Wenn "
6508 "Sie in einem Land leben, in dem Kryptografie sogar für Authentifizierung "
6509 "verboten ist, so kontaktieren Sie bitte Debian, so dass besondere "
6510 "Vereinbarungen getroffen werden können."
6511
6512 #. type: Content of: <chapter><section><para>
6513 #: new-maintainer.dbk:194
6514 msgid ""
6515 "To apply as a new maintainer, you need an existing Debian Developer to "
6516 "support your application (an <literal>advocate</literal>).  After you have "
6517 "contributed to Debian for a while, and you want to apply to become a "
6518 "registered developer, an existing developer with whom you have worked over "
6519 "the past months has to express their belief that you can contribute to "
6520 "Debian successfully."
6521 msgstr ""
6522 "Um sich als neuer Betreuer zu bewerben, benötigen Sie die Fürsprache eines "
6523 "existierenden Debian-Entwicklers, der Ihre Bewerbung unterstützt (einen "
6524 "<literal>advocate</literal>). Nachdem Sie eine Weile zu Debian beigetragen "
6525 "haben und Sie sich als ein registrierter Entwickler bewerben, benötigen Sie "
6526 "die Fürsprache eines existierenden Entwicklers, mit dem Sie während der "
6527 "letzten Monate zusammengearbeitet haben. Dieser muss sein Vertrauen kundtun, "
6528 "dass Sie erfolgreich zu Debian beitragen können."
6529
6530 # https://nm.debian.org/newnm.php
6531 #. type: Content of: <chapter><section><para>
6532 #: new-maintainer.dbk:201
6533 msgid ""
6534 "When you have found an advocate, have your GnuPG key signed and have already "
6535 "contributed to Debian for a while, you're ready to apply.  You can simply "
6536 "register on our <ulink url=\"&url-newmaint-apply;\">application page</"
6537 "ulink>.  After you have signed up, your advocate has to confirm your "
6538 "application.  When your advocate has completed this step you will be "
6539 "assigned an Application Manager who will go with you through the necessary "
6540 "steps of the New Maintainer process.  You can always check your status on "
6541 "the <ulink url=\"&url-newmaint-db;\">applications status board</ulink>."
6542 msgstr ""
6543 "Wenn Sie einen Fürsprecher gefunden haben, Ihr GnuPG-Schlüssel signiert ist "
6544 "und Sie bereits eine Weile zu Debian beigetragen haben, sind Sie bereit, "
6545 "sich zu bewerben. Sie können sich einfach auf der <ulink url=\"&url-newmaint-"
6546 "apply;\">Bewerbungsseite für neue Betreuer</ulink> registrieren. Nachdem Sie "
6547 "unterschrieben haben, muss Ihr Befürworter Ihre Bewerbung bestätigen. Wenn "
6548 "Ihr Befürworter diesen Schritt abgeschlossen hat, wird Ihnen ein "
6549 "Bewerbungsbetreuer zugewiesen, der mit Ihnen die nötigen Schritte des "
6550 "Prozesses für neue Betreuer durchläuft. Sie können jederzeit den Status auf "
6551 "der <ulink url=\"&url-newmaint-db;\">Bewerberstatusanzeige</ulink> prüfen."
6552
6553 # http://www.debian.org/devel/join/newmaint
6554 #. type: Content of: <chapter><section><para>
6555 #: new-maintainer.dbk:211
6556 msgid ""
6557 "For more details, please consult <ulink url=\"&url-newmaint;\">New "
6558 "Maintainer's Corner</ulink> at the Debian web site.  Make sure that you are "
6559 "familiar with the necessary steps of the New Maintainer process before "
6560 "actually applying.  If you are well prepared, you can save a lot of time "
6561 "later on."
6562 msgstr ""
6563 "Für weitere Details besuchen Sie bitte die <ulink url=\"&url-newmaint;\">New-"
6564 "Maintainer-Ecke</ulink> auf der Debian-Website. Stellen Sie sicher, dass sie "
6565 "mit den nötigen Schritten des Prozesses für neue Betreuer vertraut sind, "
6566 "bevor Sie sich tatsächlich bewerben. Wenn Sie gut vorbereitet sind, können "
6567 "Sie nachher viel Zeit sparen."
6568
6569 #. type: Content of: <chapter><title>
6570 #: pkgs.dbk:7
6571 msgid "Managing Packages"
6572 msgstr "Pakete verwalten"
6573
6574 #. type: Content of: <chapter><para>
6575 #: pkgs.dbk:9
6576 msgid ""
6577 "This chapter contains information related to creating, uploading, "
6578 "maintaining, and porting packages."
6579 msgstr ""
6580 "Dieses Kapitel enthält Informationen, die sich auf das Erstellen, Hochladen "
6581 "Verwalten und Portieren von Paketen beziehen."
6582
6583 #. type: Content of: <chapter><section><title>
6584 #: pkgs.dbk:13
6585 msgid "New packages"
6586 msgstr "Neue Pakete"
6587
6588 #. type: Content of: <chapter><section><para>
6589 #: pkgs.dbk:15
6590 msgid ""
6591 "If you want to create a new package for the Debian distribution, you should "
6592 "first check the <ulink url=\"&url-wnpp;\">Work-Needing and Prospective "
6593 "Packages (WNPP)</ulink> list.  Checking the WNPP list ensures that no one is "
6594 "already working on packaging that software, and that effort is not "
6595 "duplicated.  Read the <ulink url=\"&url-wnpp;\">WNPP web pages</ulink> for "
6596 "more information."
6597 msgstr ""
6598 "Falls Sie eine neues Paket für die Debian-Distribution erstellen möchten, "
6599 "sollten Sie zuerst die Liste der <ulink url=\"&url-wnpp;\">Arbeit-"
6600 "bedürfenden und voraussichtlichen Pakete (WNPP)</ulink> prüfen. Die Prüfung "
6601 "der WNPP-Liste stellt sicher, dass nicht bereits jemand an der Paketierung "
6602 "dieser Software arbeitet und kein doppelter Aufwand betrieben wird. Weitere "
6603 "Informationen finden Sie auf den <ulink url=\"&url-wnpp;\">WNPP-Web-Seiten</"
6604 "ulink>."
6605
6606 #. type: Content of: <chapter><section><para>
6607 #: pkgs.dbk:23
6608 msgid ""
6609 "Assuming no one else is already working on your prospective package, you "
6610 "must then submit a bug report (<xref linkend=\"submit-bug\"/>) against the "
6611 "pseudo-package <systemitem role=\"package\">wnpp</systemitem> describing "
6612 "your plan to create a new package, including, but not limiting yourself to, "
6613 "a description of the package, the license of the prospective package, and "
6614 "the current URL where it can be downloaded from."
6615 msgstr ""
6616 "Ausgehend von der Annahme, dass noch niemand an Ihrem zukünftigen Paket "
6617 "arbeitet, müssen Sie einen Fehlerbericht (<xref linkend=\"submit-bug\"/>) zu "
6618 "dem Pseudopaket <systemitem role=\"package\">wnpp</systemitem> senden, in "
6619 "dem Sie Ihren Plan vorstellen, ein neues Paket zu erzeugen, einschließlich, "
6620 "aber nicht nur auf eine Beschreibung des Pakets beschränkt, der Lizenz des "
6621 "zukünftigen Pakets und der derzeitigen URL, von der es heruntergeladen "
6622 "werden kann."
6623
6624 #. type: Content of: <chapter><section><para>
6625 #: pkgs.dbk:31
6626 msgid ""
6627 "You should set the subject of the bug to <literal>ITP: <replaceable>foo</"
6628 "replaceable> -- <replaceable>short description</replaceable></literal>, "
6629 "substituting the name of the new package for <replaceable>foo</"
6630 "replaceable>.  The severity of the bug report must be set to "
6631 "<literal>wishlist</literal>.  Please send a copy to &email-debian-devel; by "
6632 "using the X-Debbugs-CC header (don't use CC:, because that way the message's "
6633 "subject won't indicate the bug number). If you are packaging so many new "
6634 "packages (>10)  that notifying the mailing list in separate messages is too "
6635 "disruptive, send a summary after filing the bugs to the debian-devel list "
6636 "instead.  This will inform the other developers about upcoming packages and "
6637 "will allow a review of your description and package name."
6638 msgstr ""
6639 "Sie sollten den Betreff des Fehlers auf <literal>ITP: "
6640 "<replaceable>Paketname</replaceable> -- <replaceable>kurze Beschreibung</"
6641 "replaceable></literal> setzen, wobei Sie <replaceable>Paketname</"
6642 "replaceable> durch den Namen Ihres Pakets ersetzen. Der Schweregrad des "
6643 "Fehlerberichts sollte auf <literal>wishlist</literal> gesetzt werden. Bitte "
6644 "senden Sie mit der Kopfzeile X-Debbugs-CC eine Kopie an &email-debian-devel; "
6645 "(benutzen Sie nicht CC:, da in diesem Fall der Betreff der Nachricht die "
6646 "Fehlernummer nicht angibt). Falls Sie so viele (mehr als zehn) neue Pakete "
6647 "paketieren, dass die Benachrichtigung auf der Liste als störend empfunden "
6648 "würde, senden Sie stattdessen nach dem Einreichen des Fehlers eine "
6649 "Zusammenfassung an die Liste »debian-devel«. Dies wird andere Entwickler "
6650 "über die bevorstehenden Pakete informieren und eine Überprüfung Ihrer "
6651 "Beschreibung und Ihres Paketnamens ermöglichen."
6652
6653 #. type: Content of: <chapter><section><para>
6654 #: pkgs.dbk:45
6655 msgid ""
6656 "Please include a <literal>Closes: #<replaceable>nnnnn</replaceable></"
6657 "literal> entry in the changelog of the new package in order for the bug "
6658 "report to be automatically closed once the new package is installed in the "
6659 "archive (see <xref linkend=\"upload-bugfix\"/>)."
6660 msgstr ""
6661 "Bitte fügen Sie im Änderungsprotokoll des neuen Pakets den Eintrag "
6662 "<literal>Closes: #<replaceable>nnnnn</replaceable></literal> hinzu, um den "
6663 "Fehlerbericht automatisch zu schließen, sobald das neue Paket im Archiv "
6664 "installiert wird (siehe <xref linkend=\"upload-bugfix\"/>)."
6665
6666 #. type: Content of: <chapter><section><para>
6667 #: pkgs.dbk:51
6668 msgid ""
6669 "If you think your package needs some explanations for the administrators of "
6670 "the NEW package queue, include them in your changelog, send to &email-"
6671 "ftpmaster; a reply to the email you receive as a maintainer after your "
6672 "upload, or reply to the rejection email in case you are already re-uploading."
6673 msgstr ""
6674 "Falls Sie der Ansicht sind, Ihr Paket bedürfe einiger Erklärungen für die "
6675 "Administratoren der Paketwarteschlange NEW, so fügen Sie diese dem "
6676 "Änderungsprotokoll hinzu, senden Sie die E-Mail, die Sie als Betreuer nach "
6677 "dem Upload zurückbekommen haben an &email-ftpmaster; oder antworten Sie auf "
6678 "die ablehnende E-Mail, im Fall dass Sie bereits erneut hochladen."
6679
6680 #. type: Content of: <chapter><section><para>
6681 #: pkgs.dbk:57
6682 msgid ""
6683 "When closing security bugs include CVE numbers as well as the "
6684 "<literal>Closes: #<replaceable>nnnnn</replaceable></literal>.  This is "
6685 "useful for the security team to track vulnerabilities.  If an upload is made "
6686 "to fix the bug before the advisory ID is known, it is encouraged to modify "
6687 "the historical changelog entry with the next upload.  Even in this case, "
6688 "please include all available pointers to background information in the "
6689 "original changelog entry."
6690 msgstr ""
6691 "Wenn sicherheitskritische Fehler geschlossen werden, fügen Sie die CVE-"
6692 "Nummern sowie  <literal>Closes: #<replaceable>nnnnn</replaceable></literal> "
6693 "bei. Dies ist nützlich zur Verfolgung von Schwachstellen durch das "
6694 "Sicherheits-Team. Falls etwas hochgeladen wird, bevor die Warnungs-ID "
6695 "bekannt ist, sollte beim nächsten Upload der historische "
6696 "Änderungsprotokolleintrag geändert werden. Bitte fügen Sie sogar in diesem "
6697 "Fall dem Original-Änderungsprotokolleintrag alle verfügbaren Hinweise auf "
6698 "Hintergrundinformationen hinzu."
6699
6700 #. type: Content of: <chapter><section><para>
6701 #: pkgs.dbk:66
6702 msgid ""
6703 "There are a number of reasons why we ask maintainers to announce their "
6704 "intentions:"
6705 msgstr ""
6706 "Es gibt eine Vielzahl von Gründen, weshalb Paketbetreuer um die Ankündigung "
6707 "ihrer Absichten gebeten werden:"
6708
6709 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6710 #: pkgs.dbk:72
6711 msgid ""
6712 "It helps the (potentially new) maintainer to tap into the experience of "
6713 "people on the list, and lets them know if anyone else is working on it "
6714 "already."
6715 msgstr ""
6716 "Es hilft dem (möglicherweise neuen) Betreuer, die Erfahrung der Leute auf "
6717 "der Liste anzuzapfen und teilt ihm mit, ob jemand anderes bereits daran "
6718 "arbeitet."
6719
6720 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6721 #: pkgs.dbk:78
6722 msgid ""
6723 "It lets other people thinking about working on the package know that there "
6724 "already is a volunteer, so efforts may be shared."
6725 msgstr ""
6726 "Es zeigt anderen Leuten, die darüber nachdenken am Paket zu arbeiten, dass "
6727 "es bereits einen Freiwilligen gibt, so dass der Aufwand verteilt werden kann."
6728
6729 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6730 #: pkgs.dbk:84
6731 msgid ""
6732 "It lets the rest of the maintainers know more about the package than the one "
6733 "line description and the usual changelog entry ``Initial release'' that gets "
6734 "posted to &email-debian-devel-changes;."
6735 msgstr ""
6736 "Es sagt den übrigen Betreuern mehr über das Paket, als nur eine "
6737 "Beschreibungszeile und der übliche Eintrag im Änderungsprotokoll »Initial "
6738 "release«, der an &email-debian-devel-changes; gesandt wird."
6739
6740 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6741 #: pkgs.dbk:91
6742 msgid ""
6743 "It is helpful to the people who live off <literal>unstable</literal> (and "
6744 "form our first line of testers).  We should encourage these people."
6745 msgstr ""
6746 "Es ist hilfreich für Leute, die von <literal>unstable</literal> zehren (und "
6747 "die die vorderste Frontlinie von Testern bilden). Diese Leute sollten "
6748 "ermutigt werden."
6749
6750 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6751 #: pkgs.dbk:97
6752 msgid ""
6753 "The announcements give maintainers and other interested parties a better "
6754 "feel of what is going on, and what is new, in the project."
6755 msgstr ""
6756 "Die Ankündigungen geben Betreuern und anderen interessierten Parteien ein "
6757 "besseres Gefühl dafür, was gerade geschieht und was im Projekt neu ist."
6758
6759 #. type: Content of: <chapter><section><para>
6760 #: pkgs.dbk:103
6761 msgid ""
6762 "Please see <ulink url=\"http://&ftp-master-host;/REJECT-FAQ.html\"></ulink> "
6763 "for common rejection reasons for a new package."
6764 msgstr ""
6765 "Bitte lesen Sie unter <ulink url=\"http://&ftp-master-host;/REJECT-FAQ.html"
6766 "\"></ulink> die häufigsten Gründe für die Ablehnung neuer Pakete."
6767
6768 #. type: Content of: <chapter><section><title>
6769 #: pkgs.dbk:109
6770 msgid "Recording changes in the package"
6771 msgstr "Änderungen im Paket aufzeichnen"
6772
6773 #. type: Content of: <chapter><section><para>
6774 #: pkgs.dbk:111
6775 msgid ""
6776 "Changes that you make to the package need to be recorded in the "
6777 "<filename>debian/changelog</filename>.  These changes should provide a "
6778 "concise description of what was changed, why (if it's in doubt), and note if "
6779 "any bugs were closed.  They also record when the package was completed.  "
6780 "This file will be installed in <filename>/usr/share/doc/"
6781 "<replaceable>package</replaceable>/changelog.Debian.gz</filename>, or "
6782 "<filename>/usr/share/doc/<replaceable>package</replaceable>/changelog.gz</"
6783 "filename> for native packages."
6784 msgstr ""
6785 "Von Ihnen vorgenommene Änderungen müssen in <filename>debian/changelog</"
6786 "filename> aufgezeichnet werden. Diese Änderungen sollten eine kurzgefasste "
6787 "Beschreibung bereitstellen, was geändert wurde, warum (falls dies "
6788 "zweifelhaft ist) und vermerken, ob irgendwelche Fehler geschlossen wurden. "
6789 "Sie zeichnen außerdem auf, wenn das Paket vervollständigt wurde. Diese Datei "
6790 "wird in <filename>/usr/share/doc/<replaceable>Paket</replaceable>/changelog."
6791 "Debian.gz</filename> oder <filename>/usr/share/doc/<replaceable>Paket</"
6792 "replaceable>/changelog.gz</filename> für native Pakete installiert."
6793
6794 #. type: Content of: <chapter><section><para>
6795 #: pkgs.dbk:122
6796 msgid ""
6797 "The <filename>debian/changelog</filename> file conforms to a certain "
6798 "structure, with a number of different fields.  One field of note, the "
6799 "<literal>distribution</literal>, is described in <xref linkend=\"distribution"
6800 "\"/>.  More information about the structure of this file can be found in the "
6801 "Debian Policy section titled <filename>debian/changelog</filename>."
6802 msgstr ""
6803 "Die Datei <filename>debian/changelog</filename> entspricht einer bestimmten "
6804 "Struktur mit einer Anzahl unterschiedlicher Felder. Ein bedeutendes Feld, "
6805 "die <literal>distribution</literal>, wird in <xref linkend=\"distribution\"/"
6806 "> beschrieben. Weitere Informationen über die Struktur dieser Datei können "
6807 "im Abschnitt <filename>debian/changelog</filename> der Debian-Richtlinien "
6808 "gefunden werden."
6809
6810 #. type: Content of: <chapter><section><para>
6811 #: pkgs.dbk:130
6812 msgid ""
6813 "Changelog entries can be used to automatically close Debian bugs when the "
6814 "package is installed into the archive.  See <xref linkend=\"upload-bugfix\"/"
6815 ">."
6816 msgstr ""
6817 "Wenn das Paket im Archiv installiert ist, können Einträge im "
6818 "Änderungsprotokoll benutzt werden, um Debian-Fehler automatisch zu "
6819 "schließen. Siehe <xref linkend=\"upload-bugfix\"/>."
6820
6821 #. type: Content of: <chapter><section><para>
6822 #: pkgs.dbk:134
6823 msgid ""
6824 "It is conventional that the changelog entry of a package that contains a new "
6825 "upstream version of the software looks like this:"
6826 msgstr ""
6827 "Es ist üblich, dass der Änderungsprotokolleintrag eines Pakets, der eine "
6828 "neue Originalversion der Software enthält, wie folgt aussieht:"
6829
6830 #. type: Content of: <chapter><section><screen>
6831 #: pkgs.dbk:138
6832 #, no-wrap
6833 msgid "  * New upstream release.\n"
6834 msgstr "  * New upstream release.\n"
6835
6836 #. type: Content of: <chapter><section><para>
6837 #: pkgs.dbk:141
6838 msgid ""
6839 "There are tools to help you create entries and finalize the "
6840 "<filename>changelog</filename> for release — see <xref linkend=\"devscripts"
6841 "\"/> and <xref linkend=\"dpkg-dev-el\"/>."
6842 msgstr ""
6843 "Es gibt Werkzeuge, die Ihnen helfen Einträge zu erstellen und das "
6844 "<filename>changelog</filename> zur Veröffentlichung fertigzustellen – siehe "
6845 "<xref linkend=\"devscripts\"/> und <xref linkend=\"dpkg-dev-el\"/>."
6846
6847 #. type: Content of: <chapter><section><para>
6848 #: pkgs.dbk:146
6849 msgid "See also <xref linkend=\"bpp-debian-changelog\"/>."
6850 msgstr "Siehe auch <xref linkend=\"bpp-debian-changelog\"/>."
6851
6852 #. type: Content of: <chapter><section><title>
6853 #: pkgs.dbk:151
6854 msgid "Testing the package"
6855 msgstr "Das Paket testen"
6856
6857 #. type: Content of: <chapter><section><para>
6858 #: pkgs.dbk:153
6859 msgid ""
6860 "Before you upload your package, you should do basic testing on it.  At a "
6861 "minimum, you should try the following activities (you'll need to have an "
6862 "older version of the same Debian package around):"
6863 msgstr ""
6864 "Bevor Sie Ihr Paket hochladen, sollten Sie es grundlegenden Tests "
6865 "unterziehen. Zumindest sollten Sie die folgenden Dinge ausprobieren (Sie "
6866 "sollten eine ältere Version des gleichen Debian-Pakets zur Hand haben):"
6867
6868 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6869 #: pkgs.dbk:160
6870 msgid ""
6871 "Install the package and make sure the software works, or upgrade the package "
6872 "from an older version to your new version if a Debian package for it already "
6873 "exists."
6874 msgstr ""
6875 "Installieren Sie das Paket und stellen Sie sicher, dass die Software "
6876 "funktioniert oder führen Sie ein Upgrade von der älteren Version auf Ihre "
6877 "neue Version durch, falls bereits ein Debian-Paket existiert."
6878
6879 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6880 #: pkgs.dbk:167
6881 msgid ""
6882 "Run <command>lintian</command> over the package.  You can run "
6883 "<command>lintian</command> as follows: <literal>lintian -v "
6884 "<replaceable>package-version</replaceable>.changes</literal>.  This will "
6885 "check the source package as well as the binary package.  If you don't "
6886 "understand the output that <command>lintian</command> generates, try adding "
6887 "the <literal>-i</literal> switch, which will cause <command>lintian</"
6888 "command> to output a very verbose description of the problem."
6889 msgstr ""
6890 "Führen Sie für das Paket <command>lintian</command> aus. Sie können "
6891 "<command>lintian</command> wie folgt ausführen: <literal>lintian -v "
6892 "<replaceable>Paket-Version</replaceable>.changes</literal>. Falls Sie die "
6893 "von <command>lintian</command> erzeugte Ausgabe nicht verstehen, versuchen "
6894 "Sie den Schalter <command>-i</command> hinzuzufügen. Er veranlasst "
6895 "<command>lintian</command> eine viel detailliertere Beschreibung des "
6896 "Problems auszugeben."
6897
6898 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6899 #: pkgs.dbk:176
6900 msgid ""
6901 "Normally, a package should <emphasis>not</emphasis> be uploaded if it causes "
6902 "<command>lintian</command> to emit errors (they will start with <literal>E</"
6903 "literal>)."
6904 msgstr ""
6905 "Normalerweise sollte ein Paket <emphasis>nicht</emphasis> hochgeladen "
6906 "werden, wenn es <command>lintian</command>-Fehler verursacht (sie beginnen "
6907 "mit <literal>E</literal>)."
6908
6909 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6910 #: pkgs.dbk:180
6911 msgid ""
6912 "For more information on <command>lintian</command>, see <xref linkend="
6913 "\"lintian\"/>."
6914 msgstr ""
6915 "Weitere Informationen über <command>lintian</command> finden Sie unter <xref "
6916 "linkend=\"lintian\"/>."
6917
6918 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6919 #: pkgs.dbk:186
6920 msgid ""
6921 "Optionally run <command>debdiff</command> (see <xref linkend=\"debdiff\"/>) "
6922 "to analyze changes from an older version, if one exists."
6923 msgstr ""
6924 "Führen Sie wahlweise <command>debdiff</command> (siehe <xref linkend="
6925 "\"debdiff\"/>) aus, um Änderungen von einer älteren Version zu analysieren, "
6926 "falls es solche gibt."
6927
6928 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6929 #: pkgs.dbk:192
6930 msgid ""
6931 "Downgrade the package to the previous version (if one exists) — this tests "
6932 "the <filename>postrm</filename> and <filename>prerm</filename> scripts."
6933 msgstr ""
6934 "Downgraden Sie das Paket auf die vorherige Version (falls es eine gibt) – "
6935 "dies testet die Skripte <filename>postrm</filename> und <filename>prerm</"
6936 "filename>."
6937
6938 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6939 #: pkgs.dbk:198
6940 msgid "Remove the package, then reinstall it."
6941 msgstr "Entfernen Sie das Paket und installieren Sie es erneut."
6942
6943 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6944 #: pkgs.dbk:203
6945 msgid ""
6946 "Copy the source package in a different directory and try unpacking it and "
6947 "rebuilding it.  This tests if the package relies on existing files outside "
6948 "of it, or if it relies on permissions being preserved on the files shipped "
6949 "inside the <filename>.diff.gz</filename> file."
6950 msgstr ""
6951 "Kopieren Sie das Quellpaket in ein anderes Verzeichnis und versuchen Sie es "
6952 "zu entpacken und neu zu erstellen. Dies testet, ob das Paket auf bestehenden "
6953 "Dateien von außen beruht oder ob es auf Benutzerrechten beruht, die in den "
6954 "Dateien konserviert wurden, die innerhalb der <filename>.diff.gz</filename>-"
6955 "Datei mitgeliefert wurden."
6956
6957 #. type: Content of: <chapter><section><title>
6958 #: pkgs.dbk:213
6959 msgid "Layout of the source package"
6960 msgstr "Layout des Quellpakets"
6961
6962 #. type: Content of: <chapter><section><para>
6963 #: pkgs.dbk:215
6964 msgid "There are two types of Debian source packages:"
6965 msgstr "Es gibt zwei Typen von Debian-Quellpaketen:"
6966
6967 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6968 #: pkgs.dbk:220
6969 msgid ""
6970 "the so-called <literal>native</literal> packages, where there is no "
6971 "distinction between the original sources and the patches applied for Debian"
6972 msgstr ""
6973 "die sogenannten <literal>native</literal>-Pakete, bei denen es keine "
6974 "Unterschiede zwischen den Originalquellen und den auf Debian angewandten "
6975 "Patchs gibt"
6976
6977 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6978 #: pkgs.dbk:226
6979 msgid ""
6980 "the (more common) packages where there's an original source tarball file "
6981 "accompanied by another file that contains the changes made by Debian"
6982 msgstr ""
6983 "die (häufigeren) Pakete, bei denen die Original-Quellcode-Tarball-Datei mit "
6984 "einer anderen Datei mitgeliefert wird, die die von Debian vorgenommenen "
6985 "Änderungen enthält"
6986
6987 #. type: Content of: <chapter><section><para>
6988 #: pkgs.dbk:232
6989 msgid ""
6990 "For the native packages, the source package includes a Debian source control "
6991 "file (<filename>.dsc</filename>) and the source tarball (<filename>.tar.{gz,"
6992 "bz2,xz}</filename>). A source package of a non-native package includes a "
6993 "Debian source control file, the original source tarball (<filename>.orig.tar."
6994 "{gz,bz2,xz}</filename>) and the Debian changes (<filename>.diff.gz</"
6995 "filename> for the source format “1.0” or <filename>.debian.tar.{gz,bz2,xz}</"
6996 "filename> for the source format “3.0 (quilt)”)."
6997 msgstr ""
6998 "Bei nativen Paketen enthält der Quell-Tarball eine Steuerungsdatei für "
6999 "Debian-Quellen (<filename>.dsc</filename>) und einen Quell-Tarball "
7000 "(<filename>.tar.{gz,bz2,xz}</filename>). Ein Quellpaket eines nicht nativen "
7001 "Paketes enthält eine Steuerungsdatei für Debian-Quellen, den Original-"
7002 "Quellcode-Tarball (<filename>.orig.tar.{gz,bz2,xz}</filename>) und die "
7003 "Debian-Änderungen (<filename>.diff.gz</filename> für das Quellformat »1.0« "
7004 "oder <filename>.debian.tar.{gz,bz2,xz}</filename> für das Quellformat »3.0 "
7005 "(quilt)«)."
7006
7007 #. type: Content of: <chapter><section><para>
7008 #: pkgs.dbk:241
7009 msgid ""
7010 "With source format “1.0”, whether a package is native or not was determined "
7011 "by <command>dpkg-source</command> at build time. Nowadays it is recommended "
7012 "to be explicit about the desired source format by putting either “3.0 "
7013 "(quilt)” or “3.0 (native)” in <filename>debian/source/format</filename>.  "
7014 "The rest of this section relates only to non-native packages."
7015 msgstr ""
7016 "Mit dem Quellformat »1.0« wurde zur Zeit des Erstellens durch <command>dpkg-"
7017 "source</command> festgelegt, ob ein Paket nativ ist oder nicht. Heutzutage "
7018 "wird empfohlen, das gewünschte Quellformat explizit durch Angabe von »3.0 "
7019 "(quilt)« oder »3.0 (native)« in <filename>debian/source/format</filename> "
7020 "festzulegen. Der Rest dieses Abschnitts bezieht sich auf nicht native Pakete."
7021
7022 #. type: Content of: <chapter><section><para>
7023 #: pkgs.dbk:248
7024 msgid ""
7025 "The first time a version is uploaded which corresponds to a particular "
7026 "upstream version, the original source tar file should be uploaded and "
7027 "included in the <filename>.changes</filename> file.  Subsequently, this very "
7028 "same tar file should be used to build the new diffs and <filename>.dsc</"
7029 "filename> files, and will not need to be re-uploaded."
7030 msgstr ""
7031 "Anfangs, wenn eine Version hochgeladen wird, die einer bestimmten Version "
7032 "der Ursprungsquelle entspricht, könnte die Original-Tar-Quelldatei "
7033 "hochgeladen und in die <filename>.changes</filename>-Datei eingefügt werden. "
7034 "Nachfolgend sollte eben diese Tar-Datei benutzt werden, um neue .diff- und "
7035 "<filename>.dsc</filename>-Dateien zu erstellen ohne der Notwendigkeit sie "
7036 "erneut hochzuladen."
7037
7038 #. type: Content of: <chapter><section><para>
7039 #: pkgs.dbk:255
7040 msgid ""
7041 "By default, <command>dpkg-genchanges</command> and <command>dpkg-"
7042 "buildpackage</command> will include the original source tar file if and only "
7043 "if the current changelog entry has a different upstream version from the "
7044 "preceding entry. This behavior may be modified by using <literal>-sa</"
7045 "literal> to always include it or <literal>-sd</literal> to always leave it "
7046 "out."
7047 msgstr ""
7048 "Standardmäßig werden <command>dpkg-genchanges</command> und <command>dpkg-"
7049 "buildpackage</command> die Original-Tar-Quelldatei nur dann einbeziehen, "
7050 "falls der aktuelle Änderungsprotokolleintrag eine andere Originalversion des "
7051 "vorhergehenden Eintrags hat. Diese Verhalten könnte durch die Benutzung von "
7052 "<literal>-sa</literal> geändert werden, um es immer einzubeziehen oder "
7053 "<literal>-sd</literal>, um es immer wegzulassen."
7054
7055 #. type: Content of: <chapter><section><para>
7056 #: pkgs.dbk:263
7057 msgid ""
7058 "If no original source is included in the upload, the original source tar-"
7059 "file used by <command>dpkg-source</command> when constructing the <filename>."
7060 "dsc</filename> file and diff to be uploaded <emphasis>must</emphasis> be "
7061 "byte-for-byte identical with the one already in the archive."
7062 msgstr ""
7063 "Falls im Upload keine Originalquelle enthalten ist, wird die Original-Tar-"
7064 "Quelldatei von <command>dpkg-source</command> benutzt, wenn die <filename>."
7065 "dsc</filename>-Datei erzeugt wird und die Diff-Datei, die hochgeladen werden "
7066 "soll, <emphasis>muss</emphasis> Byte für Byte identisch mit der sein, die "
7067 "bereits im Archiv ist."
7068
7069 #. type: Content of: <chapter><section><para>
7070 #: pkgs.dbk:270
7071 msgid ""
7072 "Please notice that, in non-native packages, permissions on files that are "
7073 "not present in the <filename>*.orig.tar.{gz,bz2,xz}</filename> will not be "
7074 "preserved, as diff does not store file permissions in the patch. However "
7075 "when using source format “3.0 (quilt)”, permissions of files inside the "
7076 "<filename>debian</filename> directory are preserved since they are stored in "
7077 "a tar archive."
7078 msgstr ""
7079 "Bitte beachten Sie, dass in nicht nativen Paketen Zugriffsrechte von "
7080 "Dateien, die nicht in den <filename>*.orig.tar.{gz,bz2,xz}</filename>-"
7081 "Dateien enthalten sind, nicht aufbewahrt werden, da das Diff die "
7082 "Dateizugriffsrechte nicht im Patch speichert. Wenn Sie jedoch das Format "
7083 "«3.0 (quilt)« benutzen, werden Zugriffsrechte von Dateien innerhalb des "
7084 "<filename>debian</filename>-Verzeichnisses aufbewahrt, da sie in einem Tar-"
7085 "Archiv gespeichert werden."
7086
7087 #. type: Content of: <chapter><section><title>
7088 #: pkgs.dbk:279
7089 msgid "Picking a distribution"
7090 msgstr "Eine Distribution herausgreifen"
7091
7092 #. type: Content of: <chapter><section><para>
7093 #: pkgs.dbk:281
7094 msgid ""
7095 "Each upload needs to specify which distribution the package is intended "
7096 "for.  The package build process extracts this information from the first "
7097 "line of the <filename>debian/changelog</filename> file and places it in the "
7098 "<literal>Distribution</literal> field of the <filename>.changes</filename> "
7099 "file."
7100 msgstr ""
7101 "Bei jedem Upload muss angegeben werden, für welche Distribution das Paket "
7102 "gedacht ist. Der Prozess der Paketerstellung extrahiert diese Information "
7103 "aus der ersten Zeile der Datei <filename>debian/changelog</filename> und "
7104 "platziert sie im Feld <literal>Distribution</literal> der <filename>."
7105 "changes</filename>-Datei."
7106
7107 #. type: Content of: <chapter><section><para>
7108 #: pkgs.dbk:287
7109 msgid ""
7110 "There are several possible values for this field: <literal>stable</literal>, "
7111 "<literal>unstable</literal>, <literal>testing-proposed-updates</literal> and "
7112 "<literal>experimental</literal>.  Normally, packages are uploaded into "
7113 "<literal>unstable</literal>."
7114 msgstr ""
7115 "Es gibt mehrere mögliche Werte für dieses Feld: <literal>stable</literal>, "
7116 "<literal>unstable</literal>, <literal>testing-proposed-updates</literal> und "
7117 "<literal>experimental</literal>. Normalerweise werden Pakete nach "
7118 "<literal>unstable</literal> hochgeladen."
7119
7120 #. type: Content of: <chapter><section><para>
7121 #: pkgs.dbk:293
7122 #, fuzzy
7123 #| msgid ""
7124 #| "Actually, there are two other possible distributions: <literal>stable-"
7125 #| "security</literal> and <literal>testing-security</literal>, but read "
7126 #| "<xref linkend=\"bug-security\"/> for more information on those."
7127 msgid ""
7128 "Actually, there are other possible distributions: <replaceable>codename</"
7129 "replaceable><literal>-security</literal>, but read <xref linkend=\"bug-"
7130 "security\"/> for more information on those."
7131 msgstr ""
7132 "Tatsächlich gibt es zwei andere mögliche Distributionen: <literal>stable-"
7133 "security</literal> und <literal>testing-security</literal>, aber lesen Sie "
7134 "<xref linkend=\"bug-security\"/>, um weiter Informationen darüber zu "
7135 "erhalten."
7136
7137 #. type: Content of: <chapter><section><para>
7138 #: pkgs.dbk:298
7139 msgid ""
7140 "It is not possible to upload a package into several distributions at the "
7141 "same time."
7142 msgstr ""
7143 "Es ist nicht möglich ein Paket gleichzeitig in mehrere Distributionen "
7144 "hochzuladen."
7145
7146 #. type: Content of: <chapter><section><section><title>
7147 #: pkgs.dbk:302
7148 msgid ""
7149 "Special case: uploads to the <literal>stable</literal> and "
7150 "<literal>oldstable</literal> distributions"
7151 msgstr ""
7152 "Ein Sonderfall sind Uploads in die Distributionen <literal>stable</literal> "
7153 "und <literal>oldstable</literal>."
7154
7155 #. type: Content of: <chapter><section><section><para>
7156 #: pkgs.dbk:305
7157 msgid ""
7158 "Uploading to <literal>stable</literal> means that the package will "
7159 "transferred to the <literal>proposed-updates-new</literal> queue for review "
7160 "by the stable release managers, and if approved will be installed in "
7161 "<filename>stable-proposed-updates</filename> directory of the Debian "
7162 "archive.  From there, it will be included in <literal>stable</literal> with "
7163 "the next point release."
7164 msgstr ""
7165 "Hochladen nach <literal>stable</literal> bedeutet, dass das Paket in die "
7166 "Warteschlange <literal>proposed-updates-new</literal> übertragen wird, damit "
7167 "es von den Veröffentlichungsverwaltern von Stable überprüft wird. Falls es "
7168 "zugelassen wird, wird es im Verzeichnis <filename>stable-proposed-updates</"
7169 "filename> des Debian-Archivs installiert. Von dort wird es zum nächsten "
7170 "Veröffentlichungszeitpunkt in <literal>stable</literal> eingefügt."
7171
7172 #. type: Content of: <chapter><section><section><para>
7173 #: pkgs.dbk:313
7174 msgid ""
7175 "To ensure that your upload will be accepted, you should discuss the changes "
7176 "with the stable release team before you upload. For that, file a bug against "
7177 "the <systemitem role=\"package\">release.debian.org</systemitem> pseudo-"
7178 "package using <command>reportbug</command>, including the patch you want to "
7179 "apply to the package version currently in <literal>stable</literal>. Always "
7180 "be verbose and detailed in your changelog entries for uploads to the "
7181 "<literal>stable</literal> distribution."
7182 msgstr ""
7183 "Um sicherzustellen, dass Ihr Upload akzeptiert wird, sollten Sie die "
7184 "Änderungen mit dem Stable-Release-Team besprechen bevor Sie es hochladen. "
7185 "Dazu reichen Sie mittels <command>reportbug</command> einen Fehlerbericht "
7186 "gegen das Pseudo-Paket <systemitem role=\"package\">release.debian.org</"
7187 "systemitem> ein, einschließlich dem Patch, das Sie auf die derzeit in "
7188 "<literal>stable</literal> enthaltene Paketversion anwenden möchten. "
7189 "Schreiben sie beim Upload in die Distribution <literal>stable</literal> "
7190 "stets detaillierte und ausführliche Änderungsprotokolleinträge."
7191
7192 #. type: Content of: <chapter><section><section><para>
7193 #: pkgs.dbk:322
7194 msgid ""
7195 "Extra care should be taken when uploading to <literal>stable</literal>.  "
7196 "Basically, a package should only be uploaded to <literal>stable</literal> if "
7197 "one of the following happens:"
7198 msgstr ""
7199 "Sie sollten beim Hochladen nach <literal>stable</literal> besonders "
7200 "vorsichtig sein. Grundsätzlich sollte ein Paket nur nach <literal>stable</"
7201 "literal> hochgeladen werden, wenn folgendes geschieht:"
7202
7203 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
7204 #: pkgs.dbk:329
7205 msgid "a truly critical functionality problem"
7206 msgstr "ein wirklich kritisches Funktionalitätsproblem"
7207
7208 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
7209 #: pkgs.dbk:334
7210 msgid "the package becomes uninstallable"
7211 msgstr "Das Paket ist wird uninstallierbar."
7212
7213 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
7214 #: pkgs.dbk:339
7215 msgid "a released architecture lacks the package"
7216 msgstr "Einer veröffentlichten Architektur fehlt das Paket."
7217
7218 #. type: Content of: <chapter><section><section><para>
7219 #: pkgs.dbk:344
7220 msgid ""
7221 "In the past, uploads to <literal>stable</literal> were used to address "
7222 "security problems as well.  However, this practice is deprecated, as uploads "
7223 "used for Debian security advisories are automatically copied to the "
7224 "appropriate <filename>proposed-updates</filename> archive when the advisory "
7225 "is released.  See <xref linkend=\"bug-security\"/> for detailed information "
7226 "on handling security problems. If the security teams deems the problem to be "
7227 "too benign to be fixed through a <literal>DSA</literal>, the stable release "
7228 "managers are usually willing to include your fix nonetheless in a regular "
7229 "upload to <literal>stable</literal>."
7230 msgstr ""
7231 "Früher wurden Uploads nach <literal>stable</literal> benutzt, um auch "
7232 "Sicherheitsprobleme anzugehen. Diese Praxis ist jedoch missbilligt, da "
7233 "Uploads für Debian-Sicherheitswarnungen automatisch in das entsprechende "
7234 "Archiv <filename>proposed-updates</filename> kopiert werden, wenn die "
7235 "Warnung veröffentlicht wird. Weitere detailliertere Informationen über die "
7236 "Handhabung von Sicherheitsproblemem finden Sie unter <xref linkend=\"bug-"
7237 "security\"/>. Falls das Sicherheits-Team das Problem als zu harmlos "
7238 "erachtet, um es durch ein <literal>DSA</literal> zu beheben. sind die "
7239 "Veröffentlichungsverwalter nichtsdestotrotz bereit, Ihre Fehlerbehebung bei "
7240 "einem regulären Upload nach <literal>stable</literal> einzufügen."
7241
7242 #. type: Content of: <chapter><section><section><para>
7243 #: pkgs.dbk:355
7244 msgid ""
7245 "Changing anything else in the package that isn't important is discouraged, "
7246 "because even trivial fixes can cause bugs later on."
7247 msgstr ""
7248 "Es wird abgeraten, etwas anderes unwichtiges im Paket zu ändern, da sogar "
7249 "einfache Fehlerbehebungen zu weiteren Fehlern führen können."
7250
7251 #. type: Content of: <chapter><section><section><para>
7252 #: pkgs.dbk:359
7253 msgid ""
7254 "Packages uploaded to <literal>stable</literal> need to be compiled on "
7255 "systems running <literal>stable</literal>, so that their dependencies are "
7256 "limited to the libraries (and other packages) available in <literal>stable</"
7257 "literal>; for example, a package uploaded to <literal>stable</literal> that "
7258 "depends on a library package that only exists in <literal>unstable</literal> "
7259 "will be rejected.  Making changes to dependencies of other packages (by "
7260 "messing with <literal>Provides</literal> or <filename>shlibs</filename> "
7261 "files), possibly making those other packages uninstallable, is strongly "
7262 "discouraged."
7263 msgstr ""
7264 "Pakete, die nach <literal>stable</literal> hochgeladen werden, müssen auf "
7265 "Systemen compiliert werden, auf denen <literal>stable</literal> läuft, so "
7266 "dass sich ihre Abhängigkeiten auf die Bibliotheken (und anderen Pakete) "
7267 "beschränken, die auf <literal>stable</literal> verfügbar sind. Ein Paket, "
7268 "das zum Beispiel nach <literal>stable</literal> hochgeladen wurde, das von "
7269 "einem Bibliothekspaket abhängt, das nur in <literal>unstable</literal> "
7270 "existiert, wird zurückgewiesen. Von Änderungen an Abhängigkeiten von anderen "
7271 "Paketen (durch Murksen mit <literal>Provides</literal>- oder "
7272 "<filename>shlibs</filename>-Dateien), die diese anderen Pakete "
7273 "möglicherweise uninstallierbar machen, wird dringend abgeraten."
7274
7275 #. type: Content of: <chapter><section><section><para>
7276 #: pkgs.dbk:369
7277 msgid ""
7278 "Uploads to the <literal>oldstable</literal> distributions are possible as "
7279 "long as it hasn't been archived. The same rules as for <literal>stable</"
7280 "literal> apply."
7281 msgstr ""
7282 "Uploads nach <literal>oldstable</literal>-Distributionen sind möglich, "
7283 "solange sie nicht archiviert sind. Es gelten die gleichen Regekn, wie für "
7284 "<literal>stable</literal>."
7285
7286 #. type: Content of: <chapter><section><section><title>
7287 #: pkgs.dbk:376
7288 msgid ""
7289 "Special case: uploads to <literal>testing/testing-proposed-updates</literal>"
7290 msgstr ""
7291 "Ein Sonderfall sind Uploads nach <literal>testing/testing-proposed-updates</"
7292 "literal>"
7293
7294 #. type: Content of: <chapter><section><section><para>
7295 #: pkgs.dbk:378
7296 msgid ""
7297 "Please see the information in the <link linkend=\"t-p-u\">testing section</"
7298 "link> for details."
7299 msgstr ""
7300 "Bitte lesen Sie die Informationen im <link linkend=\"t-p-u\">Bereich "
7301 "Testing</link>, um weitere Einzelheiten zu erfahren."
7302
7303 #. type: Content of: <chapter><section><title>
7304 #: pkgs.dbk:386
7305 msgid "Uploading a package"
7306 msgstr "Ein Paket hochladen"
7307
7308 #. type: Content of: <chapter><section><section><title>
7309 #: pkgs.dbk:388
7310 msgid "Uploading to <literal>ftp-master</literal>"
7311 msgstr "Hochladen auf <literal>ftp-master</literal>"
7312
7313 #. type: Content of: <chapter><section><section><para>
7314 #: pkgs.dbk:390
7315 msgid ""
7316 "To upload a package, you should upload the files (including the signed "
7317 "changes and dsc-file) with anonymous ftp to <literal>&ftp-upload-host;</"
7318 "literal> in the directory <ulink url=\"ftp://&ftp-upload-host;&upload-queue;"
7319 "\">&upload-queue;</ulink>.  To get the files processed there, they need to "
7320 "be signed with a key in the Debian Developers keyring or the Debian "
7321 "Maintainers keyring (see <ulink url=\"&url-wiki-dm;\"></ulink>)."
7322 msgstr ""
7323 "Um ein Paket hochzuladen, sollten Sie die Dateien (einschließlich der "
7324 "signierten Änderungen an der dsc-Datei) mit anonymem FTP nach <literal>&ftp-"
7325 "upload-host;</literal> in das Verzeichnis <ulink url=\"ftp://&ftp-upload-"
7326 "host;&upload-queue;\">&upload-queue;</ulink> hochladen. Damit die Dateien "
7327 "dort verarbeitet werden, benötigen Sie einen signierten Schlüssel im Debian-"
7328 "Entwickler-Schlüsselbund (siehe <ulink url=\"&url-wiki-dm;\"></ulink>)."
7329
7330 #. type: Content of: <chapter><section><section><para>
7331 #: pkgs.dbk:399
7332 msgid ""
7333 "Please note that you should transfer the changes file last.  Otherwise, your "
7334 "upload may be rejected because the archive maintenance software will parse "
7335 "the changes file and see that not all files have been uploaded."
7336 msgstr ""
7337 "Bitte beachten Sie, dass Sie die Datei »changes« zuletzt übertragen sollten. "
7338 "Andernfalls könnte Ihr Upload abgelehnt werden, da die Archivverwaltungs-"
7339 "Software die »changes«-Datei auswertet und feststellt, dass nicht alle "
7340 "Dateien hochgeladen wurden."
7341
7342 #. type: Content of: <chapter><section><section><para>
7343 #: pkgs.dbk:404
7344 msgid ""
7345 "You may also find the Debian packages <link linkend=\"dupload\">dupload</"
7346 "link> or <link linkend=\"dput\">dput</link> useful when uploading packages."
7347 "These handy programs help automate the process of uploading packages into "
7348 "Debian."
7349 msgstr ""
7350 "Vielleicht finden Sie auch die Debian-Pakete <link linkend=\"dupload"
7351 "\">dupload</link> oder <link linkend=\"dput\">dput</link> nützlich, wenn Sie "
7352 "Pakete hochladen. Diese praktischen Programme helfen den Prozess des "
7353 "Hochladens von Paketen nach Debian zu automatisieren."
7354
7355 #. type: Content of: <chapter><section><section><para>
7356 #: pkgs.dbk:409
7357 msgid ""
7358 "For removing packages, please see <ulink url=\"ftp://&ftp-upload-host;"
7359 "&upload-queue;README\"/> and the Debian package <link linkend=\"dcut\">dcut</"
7360 "link>."
7361 msgstr ""
7362 "Um Pakete zu entfernen, sehen Sie sich bitte <ulink url=\"ftp://&ftp-upload-"
7363 "host;&upload-queue;README\"/> und das Debian-Paket <link linkend=\"dcut"
7364 "\">dcut</link> an."
7365
7366 #. type: Content of: <chapter><section><section><title>
7367 #: pkgs.dbk:416
7368 msgid "Delayed uploads"
7369 msgstr "Verzögerte Uploads"
7370
7371 #. type: Content of: <chapter><section><section><para>
7372 #: pkgs.dbk:419
7373 msgid ""
7374 "It is sometimes useful to upload a package immediately, but to want this "
7375 "package to arrive in the archive only a few days later. For example, when "
7376 "preparing a <link linkend=\"nmu\">Non-Maintainer Upload</link>, you might "
7377 "want to give the maintainer a few days to react."
7378 msgstr ""
7379 "Manchmal ist es nützlich ein Paket sofort hochzuladen, aber zu wünschen, "
7380 "dass dieses Paket das Archiv erst ein paar Tage später erreicht. Sie "
7381 "könnten, wenn Sie beispielsweise einen <link linkend=\"nmu\">Non-Maintainer "
7382 "Upload</link> vorbereiten, dem Betreuer ein paar Tage Zeit geben wollen, "
7383 "damit er reagieren kann."
7384
7385 #. type: Content of: <chapter><section><section><para>
7386 #: pkgs.dbk:426
7387 msgid ""
7388 "An upload to the delayed directory keeps the package in <ulink url=\"http://"
7389 "ftp-master.debian.org/deferred.html\">the deferred uploads queue</ulink>.  "
7390 "When the specified waiting time is over, the package is moved into the "
7391 "regular incoming directory for processing.  This is done through automatic "
7392 "uploading to <literal>&ftp-upload-host;</literal> in upload-directory "
7393 "<literal>DELAYED/<replaceable>X</replaceable>-day</literal> (<replaceable>X</"
7394 "replaceable> between 0 and 15). 0-day is uploaded multiple times per day to "
7395 "<literal>&ftp-upload-host;</literal>."
7396 msgstr ""
7397 "Ein Upload des Pakets in das Verzögerungsverzeichnis, wird es in der <ulink "
7398 "url=\"http://ftp-master.debian.org/deferred.html\">deferred uploads queue</"
7399 "ulink> halten. Wenn die angegebene Wartezeit vorüber ist, wird das Paket zur "
7400 "Verarbeitung in das reguläre Eingangsverzeichnis verschoben. Dies wird durch "
7401 "automatisches Hochladen nach <literal>&ftp-upload-host;</literal> in das "
7402 "Upload-Verzeichnis <literal>DELAYED/<replaceable>X</replaceable>-day</"
7403 "literal> (<replaceable>X</replaceable> zwischen 0 und 15). 0-day wird "
7404 "mehrmals täglich nach <literal>&ftp-upload-host;</literal> hochgeladen."
7405
7406 #. type: Content of: <chapter><section><section><para>
7407 #: pkgs.dbk:437
7408 msgid ""
7409 "With dput, you can use the <literal>--delayed <replaceable>DELAY</"
7410 "replaceable></literal> parameter to put the package into one of the queues."
7411 msgstr ""
7412 "Mit Dput können Sie den Parameter <literal>--delayed "
7413 "<replaceable>VERZÖGERUNG</replaceable></literal> benutzen, um das Paket in "
7414 "eine der Warteschlangen einzureihen."
7415
7416 #. type: Content of: <chapter><section><section><title>
7417 #: pkgs.dbk:443
7418 msgid "Security uploads"
7419 msgstr "Sicherheits-Uploads"
7420
7421 #. type: Content of: <chapter><section><section><para>
7422 #: pkgs.dbk:445
7423 #, fuzzy
7424 #| msgid ""
7425 #| "Do <emphasis role=\"strong\">NOT</emphasis> upload a package to the "
7426 #| "security upload queue (<literal>oldstable-security</literal>, "
7427 #| "<literal>stable-security</literal>, etc.) without prior authorization "
7428 #| "from the security team.  If the package does not exactly meet the team's "
7429 #| "requirements, it will cause many problems and delays in dealing with the "
7430 #| "unwanted upload.  For details, please see <xref linkend=\"bug-security\"/"
7431 #| ">."
7432 msgid ""
7433 "Do <emphasis role=\"strong\">NOT</emphasis> upload a package to the security "
7434 "upload queue (on <literal>security-master.debian.org</literal>)  without "
7435 "prior authorization from the security team.  If the package does not exactly "
7436 "meet the team's requirements, it will cause many problems and delays in "
7437 "dealing with the unwanted upload.  For details, please see <xref linkend="
7438 "\"bug-security\"/>."
7439 msgstr ""
7440 "Laden Sie <emphasis role=\"strong\">KEIN</emphasis> Paket in die Sicherheits-"
7441 "Upload-Warteschlange (<literal>oldstable-security</literal>, <literal>stable-"
7442 "security</literal> etc.) hoch ohne vorher eine Erlaubnis vom Sicherheits-"
7443 "Team erhalten zu haben. Falls das Paket nicht exakt den Anforderungen des "
7444 "Teams entspricht, wird es viele Probleme und Verzögerungen in der Behandlung "
7445 "des unerwünschten Uploads verursachen. Um Einzelheiten zu erhalten, lesen "
7446 "Sie <xref linkend=\"bug-security\"/>."
7447
7448 #. type: Content of: <chapter><section><section><title>
7449 #: pkgs.dbk:455
7450 msgid "Other upload queues"
7451 msgstr "Andere Upload-Warteschlangen"
7452
7453 #. type: Content of: <chapter><section><section><para>
7454 #: pkgs.dbk:457
7455 msgid ""
7456 "There is an alternative upload queue in Europe at <ulink url=\"ftp://&ftp-eu-"
7457 "upload-host;&upload-queue;\"/>. It operates in the same way as <literal>&ftp-"
7458 "upload-host;</literal>, but should be faster for European developers."
7459 msgstr ""
7460 "Es gibt in Europa eine alternative Upload-Warteschlange unter <ulink url="
7461 "\"ftp://&ftp-eu-upload-host;&upload-queue;\"/>. Sie arbeitet auf die gleiche "
7462 "Weise wie <literal>&ftp-upload-host;</literal>, sollte aber für europäische "
7463 "Entwickler schneller sein."
7464
7465 #. type: Content of: <chapter><section><section><para>
7466 #: pkgs.dbk:463
7467 msgid ""
7468 "Packages can also be uploaded via ssh to <literal>&ssh-upload-host;</"
7469 "literal>; files should be put <literal>/srv/upload.debian.org/UploadQueue</"
7470 "literal>. This queue does not support <link linkend=\"delayed-incoming"
7471 "\">delayed uploads</link>."
7472 msgstr ""
7473 "Pakete können auch per SSH nach <literal>&ssh-upload-host;</literal> "
7474 "hochgeladen werden. Dateien sollten in <literal>/srv/upload.debian.org/"
7475 "UploadQueue</literal> abgelegt werden. Diese Warteschlange unterstützt keine "
7476 "<link linkend=\"delayed-incoming\">verzögerten Uploads</link>."
7477
7478 #. type: Content of: <chapter><section><section><title>
7479 #: pkgs.dbk:471
7480 msgid "Notification that a new package has been installed"
7481 msgstr "Benachrichtigung, dass eine neues Paket instaliert wurde"
7482
7483 #. type: Content of: <chapter><section><section><para>
7484 #: pkgs.dbk:473
7485 msgid ""
7486 "The Debian archive maintainers are responsible for handling package "
7487 "uploads.  For the most part, uploads are automatically handled on a daily "
7488 "basis by the archive maintenance tools, <command>dak process-upload</"
7489 "command>. Specifically, updates to existing packages to the "
7490 "<literal>unstable</literal> distribution are handled automatically. In other "
7491 "cases, notably new packages, placing the uploaded package into the "
7492 "distribution is handled manually. When uploads are handled manually, the "
7493 "change to the archive may take some time to occur. Please be patient."
7494 msgstr ""
7495 "Die Debian-Archivbetreuer sind für die Behandlung der Paket-Uploads "
7496 "verantwortlich. Zum größten Teil werden Uploads automatisch täglich durch "
7497 "das Archiv-Verwaltungswerkzeug <command>dak process-upload</command> "
7498 "gehandhabt. Im Besonderen werden Aktualisierungen zu existierenden Paketen "
7499 "in der Distribution <literal>unstable</literal> automatisch eingepfelgt. In "
7500 "anderen Fällen, insbesondere bei neuen Paketen, wird das hochgeladene Paket "
7501 "manuell in die Distribution platziert. Wenn Uploads manuell behandelt "
7502 "werden, kann es einige Zeit dauern bis die Änderung im Archiv erscheint. "
7503 "Bitte haben Sie Geduld."
7504
7505 #. type: Content of: <chapter><section><section><para>
7506 #: pkgs.dbk:483
7507 msgid ""
7508 "In any case, you will receive an email notification indicating that the "
7509 "package has been added to the archive, which also indicates which bugs will "
7510 "be closed by the upload.  Please examine this notification carefully, "
7511 "checking if any bugs you meant to close didn't get triggered."
7512 msgstr ""
7513 "Auf jeden Fall werden Sie eine E-Mail-Benachrichtigung erhalten, die "
7514 "anzeigt, dass das Paket dem Archiv hinzugefügt wurde und welche Fehler durch "
7515 "den Upload geschlossen werden. Bitte lesen Sie diese Benachrichtigung "
7516 "sorgfältig und prüfen Sie, ob irgendwelche Fehler, die Sie schließen "
7517 "wollten, nicht berücksichtigt wurden."
7518
7519 #. type: Content of: <chapter><section><section><para>
7520 #: pkgs.dbk:489
7521 msgid ""
7522 "The installation notification also includes information on what section the "
7523 "package was inserted into.  If there is a disparity, you will receive a "
7524 "separate email notifying you of that.  Read on below."
7525 msgstr ""
7526 "Die Installationsbenachrichtigung enthält außerdem die Information, in "
7527 "welchen Bereich das Paket eingefügt wird. Falls es dort einen Unterschied "
7528 "gibt, werden Sie eine separate E-Mail-Benachrichtigung darüber erhalten. "
7529 "Lesen Sie das Folgende."
7530
7531 #. type: Content of: <chapter><section><section><para>
7532 #: pkgs.dbk:494
7533 msgid ""
7534 "Note that if you upload via queues, the queue daemon software will also send "
7535 "you a notification by email."
7536 msgstr ""
7537 "Beachten Sie, dass, falls Sie mittels Warteschlangen hochladen, die "
7538 "Warteschlangen-Daemon-Sortware Ihnen auch per E-Mail Benachrichtigungen "
7539 "sendet."
7540
7541 #. type: Content of: <chapter><section><title>
7542 #: pkgs.dbk:502
7543 msgid "Specifying the package section, subsection and priority"
7544 msgstr "Angabe des Paketbereichs, des Unterbereichs und der Priorität"
7545
7546 #. type: Content of: <chapter><section><para>
7547 #: pkgs.dbk:504
7548 msgid ""
7549 "The <filename>debian/control</filename> file's <literal>Section</literal> "
7550 "and <literal>Priority</literal> fields do not actually specify where the "
7551 "file will be placed in the archive, nor its priority.  In order to retain "
7552 "the overall integrity of the archive, it is the archive maintainers who have "
7553 "control over these fields.  The values in the <filename>debian/control</"
7554 "filename> file are actually just hints."
7555 msgstr ""
7556 "Die Felder <literal>Section</literal> und <literal>Priority</literal> der "
7557 "Datei <filename>debian/control</filename> geben weder an, wo die Datei im "
7558 "Archiv tatsächlich platziert wird noch deren Priorität. Um die gesamte "
7559 "Integrität des Archivs zu wahren, haben die Archivbetreuer die Kontrolle "
7560 "über diese Felder. Die Werte in der Datei <filename>debian/control</"
7561 "filename> sind tatsächlich nur Hinweise."
7562
7563 #. type: Content of: <chapter><section><para>
7564 #: pkgs.dbk:512
7565 msgid ""
7566 "The archive maintainers keep track of the canonical sections and priorities "
7567 "for packages in the <literal>override file</literal>.  If there is a "
7568 "disparity between the <literal>override file</literal> and the package's "
7569 "fields as indicated in <filename>debian/control</filename>, then you will "
7570 "receive an email noting the divergence when the package is installed into "
7571 "the archive.  You can either correct your <filename>debian/control</"
7572 "filename> file for your next upload, or else you may wish to make a change "
7573 "in the <literal>override file</literal>."
7574 msgstr ""
7575 "Die Archivbetreuer behalten den Überblick über die vorschriftsmäßigen "
7576 "Bereiche und Prioritäten für Pakete im <literal>override file</literal>. "
7577 "Falls es dort einen Unterschied zwischen dem <literal>override file</"
7578 "literal> und den Paketfeldern, die in <filename>debian/control</filename> "
7579 "angezeigt werden, gibt, werden Sie eine E-Mail-Benachrichtigung über die "
7580 "Abweichung erhalten, wenn das Paket in das Archiv installiert wird. Sie "
7581 "können entweder Ihre <filename>debian/control</filename>-Datei für Ihren "
7582 "nächsten Upload ändern oder eine Änderung am <literal>override file</"
7583 "literal> wünschen."
7584
7585 #. type: Content of: <chapter><section><para>
7586 #: pkgs.dbk:522
7587 msgid ""
7588 "To alter the actual section that a package is put in, you need to first make "
7589 "sure that the <filename>debian/control</filename> file in your package is "
7590 "accurate.  Next, submit a bug against <systemitem role=\"package\">ftp."
7591 "debian.org</systemitem> requesting that the section or priority for your "
7592 "package be changed from the old section or priority to the new one. Use a "
7593 "Subject like <literal>override: PACKAGE1:section/priority, [...], PACKAGEX:"
7594 "section/priority</literal>, and include the justification for the change in "
7595 "the body of the bug report."
7596 msgstr ""
7597 "Um den tatsächlichen Bereich abzuändern, in den Ihr Paket abgelegt wird, "
7598 "müssen Sie zuerst sicherstellen, dass die Datei <filename>debian/control</"
7599 "filename> in Ihrem Paket fehlerfrei ist. Als nächstes versenden Sie einen "
7600 "Fehlerbericht gegen <systemitem role=\"package\">ftp.debian.org</systemitem> "
7601 "mit der Bitte, den Bereich oder die Priorität für Ihr Paket von dem alten "
7602 "auf den neuen Bereich oder die neue Priorität zu ändern. Benutzen Sie einen "
7603 "Betreff wie <literal>override: PACKAGE1:section/priority, [...], PACKAGEX:"
7604 "section/priority</literal> und fügen Sie die Begründung der Änderung in den "
7605 "Nachrichtentext des Fehlerberichts ein."
7606
7607 #. type: Content of: <chapter><section><para>
7608 #: pkgs.dbk:533
7609 msgid ""
7610 "For more information about <literal>override files</literal>, see "
7611 "<citerefentry> <refentrytitle>dpkg-scanpackages</refentrytitle> "
7612 "<manvolnum>1</manvolnum> </citerefentry> and <ulink url=\"&url-bts-devel;"
7613 "#maintincorrect\"></ulink>."
7614 msgstr ""
7615 "Weitere Informationen über <literal>override files</literal> finden Sie "
7616 "unter <citerefentry> <refentrytitle>dpkg-scanpackages</refentrytitle> "
7617 "<manvolnum>1</manvolnum> </citerefentry> und <ulink url=\"&url-bts-devel;"
7618 "#maintincorrect\"></ulink>."
7619
7620 #. type: Content of: <chapter><section><para>
7621 #: pkgs.dbk:539
7622 msgid ""
7623 "Note that the <literal>Section</literal> field describes both the section as "
7624 "well as the subsection, which are described in <xref linkend=\"archive-"
7625 "sections\"/>.  If the section is main, it should be omitted.  The list of "
7626 "allowable subsections can be found in <ulink url=\"&url-debian-policy;ch-"
7627 "archive.html#s-subsections\"></ulink>."
7628 msgstr ""
7629 "Beachten Sie, dass das Feld <literal>Section</literal> sowohl den Bereich "
7630 "als auch den Unterbereich beschreibt, die in <xref linkend=\"archive-sections"
7631 "\"/> erläutert werden. Falls der Bereich »main« ist, sollte er weggelassen "
7632 "werden. Die Liste der erlaubten Unterbereiche kann unter <ulink url=\"&url-"
7633 "debian-policy;ch-archive.html#s-subsections\"></ulink> gefunden werden."
7634
7635 #. type: Content of: <chapter><section><title>
7636 #: pkgs.dbk:548
7637 msgid "Handling bugs"
7638 msgstr "Fehlerbehandlung"
7639
7640 #. type: Content of: <chapter><section><para>
7641 #: pkgs.dbk:550
7642 msgid ""
7643 "Every developer has to be able to work with the Debian <ulink url=\"&url-bts;"
7644 "\">bug tracking system</ulink>.  This includes knowing how to file bug "
7645 "reports properly (see <xref linkend=\"submit-bug\"/>), how to update them "
7646 "and reorder them, and how to process and close them."
7647 msgstr ""
7648 "Jeder Entwickler muss in der Lage sein, mit der Debian-<ulink url=\"&url-bts;"
7649 "\">Fehlerdatenbank</ulink> zu arbeiten. Dies umfasst das Wissen, wie "
7650 "Fehlerberichte richtig eingeordnet werden (siehe <xref linkend=\"submit-bug"
7651 "\"/>), wie sie aktualisiert und neu geordnet werden und wie sie verarbeitet "
7652 "und geschlossen werden."
7653
7654 #. type: Content of: <chapter><section><para>
7655 #: pkgs.dbk:556
7656 msgid ""
7657 "The bug tracking system's features are described in the <ulink url=\"&url-"
7658 "bts-devel;\">BTS documentation for developers</ulink>.  This includes "
7659 "closing bugs, sending followup messages, assigning severities and tags, "
7660 "marking bugs as forwarded, and other issues."
7661 msgstr ""
7662 "Die Funktionen des Fehlerverfolgungssystems sind in unter <ulink url=\"&url-"
7663 "bts-devel;\">Fehlerverwaltungssystem für Paket-Betreuer</ulink> beschrieben. "
7664 "Dies umfasst das Schließen von Fehlern, Followup-Nachrichten, Zuweisen von "
7665 "Schweregraden, Markieren von Fehlern als weitergeleitet und andere Themen."
7666
7667 #. type: Content of: <chapter><section><para>
7668 #: pkgs.dbk:562
7669 msgid ""
7670 "Operations such as reassigning bugs to other packages, merging separate bug "
7671 "reports about the same issue, or reopening bugs when they are prematurely "
7672 "closed, are handled using the so-called control mail server.  All of the "
7673 "commands available on this server are described in the <ulink url=\"&url-bts-"
7674 "control;\">BTS control server documentation</ulink>."
7675 msgstr ""
7676 "Operationen, wie das erneute Zuweisen von Fehlern an andere Pakete, das "
7677 "Zusammenführen separater Fehlerberichte zum gleichen Thema oder das "
7678 "Wiedereröffnen von Fehlern, wenn diese voreilig geschlossen wurden, werden "
7679 "vom sogenannten Steuermailserver gehandhabt. All die Befehle, die auf diesem "
7680 "Server verfügbar sind, werden in der <ulink url=\"&url-bts-control;"
7681 "\">Einführung in den E-Mail-Server für die Kontrolle und Manipulation</"
7682 "ulink> beschrieben."
7683
7684 #. type: Content of: <chapter><section><section><title>
7685 #: pkgs.dbk:570
7686 msgid "Monitoring bugs"
7687 msgstr "Fehlerüberwachung"
7688
7689 #. type: Content of: <chapter><section><section><para>
7690 #: pkgs.dbk:572
7691 msgid ""
7692 "If you want to be a good maintainer, you should periodically check the "
7693 "<ulink url=\"&url-bts;\">Debian bug tracking system (BTS)</ulink> for your "
7694 "packages.  The BTS contains all the open bugs against your packages.  You "
7695 "can check them by browsing this page: <literal>http://&bugs-host;/"
7696 "<replaceable>yourlogin</replaceable>@debian.org</literal>."
7697 msgstr ""
7698 "Falls Sie ein guter Paketbetreuer sein möchten, sollten Sie regelmäßig die "
7699 "<ulink url=\"&url-bts;\">Debian-Fehlerdatenbank (BTS)</ulink> für Ihre "
7700 "Pakete überprüfen. Das BTS enthält alle offenen Fehler Ihrer Pakete. Sie "
7701 "können sie prüfen, indem Sie diese Seite durchstöbern: <literal>http://&bugs-"
7702 "host;/<replaceable>Ihre_Anmeldung</replaceable>@debian.org</literal>."
7703
7704 #. type: Content of: <chapter><section><section><para>
7705 #: pkgs.dbk:579
7706 msgid ""
7707 "Maintainers interact with the BTS via email addresses at <literal>&bugs-host;"
7708 "</literal>.  Documentation on available commands can be found at <ulink url="
7709 "\"&url-bts;\"></ulink>, or, if you have installed the <systemitem role="
7710 "\"package\">doc-debian</systemitem> package, you can look at the local files "
7711 "&file-bts-docs;."
7712 msgstr ""
7713 "Paketbetreuer interagieren mit dem BTS über E-Mail-Adressen auf "
7714 "<literal>&bugs-host;</literal>. Dokumentationen über verfügbare Befehle "
7715 "können Sie unter <ulink url=\"&url-bts;\"></ulink> finden oder, falls Sie "
7716 "das Paket <systemitem role=\"package\">doc-debian</systemitem> installiert "
7717 "haben, können Sie in die lokalen Dateien &file-bts-docs; sehen."
7718
7719 #. type: Content of: <chapter><section><section><para>
7720 #: pkgs.dbk:586
7721 msgid ""
7722 "Some find it useful to get periodic reports on open bugs.  You can add a "
7723 "cron job such as the following if you want to get a weekly email outlining "
7724 "all the open bugs against your packages:"
7725 msgstr ""
7726 "Einige finden es nützlich regelmäßig Berichte über offene Fehler zu "
7727 "erhalten. Sie können einen Cron-Job wie den folgenden hinzufügen, falls Sie "
7728 "wöchentlich eine E-Mail erhalten möchten, die alle Fehler Ihrer Pakete "
7729 "umreißt:"
7730
7731 #. type: Content of: <chapter><section><section><screen>
7732 #: pkgs.dbk:591
7733 #, no-wrap
7734 msgid ""
7735 "# ask for weekly reports of bugs in my packages\n"
7736 "&cron-bug-report;\n"
7737 msgstr ""
7738 "# Anfrage wöchentlicher Berichte über Fehler in eigenen Paketen\n"
7739 "&cron-bug-report;\n"
7740
7741 #. type: Content of: <chapter><section><section><para>
7742 #: pkgs.dbk:595
7743 msgid ""
7744 "Replace <replaceable>address</replaceable> with your official Debian "
7745 "maintainer address."
7746 msgstr ""
7747 "Ersetzen Sie <replaceable>Adresse</replaceable> durch Ihre offizielle Debian-"
7748 "Betreueradresse."
7749
7750 #. type: Content of: <chapter><section><section><title>
7751 #: pkgs.dbk:601
7752 msgid "Responding to bugs"
7753 msgstr "Auf Fehler antworten"
7754
7755 #. type: Content of: <chapter><section><section><para>
7756 #: pkgs.dbk:603
7757 msgid ""
7758 "When responding to bugs, make sure that any discussion you have about bugs "
7759 "is sent both to the original submitter of the bug, and to the bug itself (e."
7760 "g., <email><replaceable>123</replaceable>@&bugs-host;</email>).  If you're "
7761 "writing a new mail and you don't remember the submitter email address, you "
7762 "can use the <email><replaceable>123</replaceable>-submitter@&bugs-host;</"
7763 "email> email to contact the submitter <emphasis>and</emphasis> to record "
7764 "your mail within the bug log (that means you don't need to send a copy of "
7765 "the mail to <email><replaceable>123</replaceable>@&bugs-host;</email>)."
7766 msgstr ""
7767 "Wenn Sie auf Fehler antworten, stellen Sie sicher, dass jegliche Diskussion, "
7768 "die Sie über Fehler führen, sowohl an den Originalabsender, als auch an den "
7769 "Fehler selbst geschickt wird (z.B. <email><replaceable>123</"
7770 "replaceable>@&bugs-host;</email>). Falls Sie eine neue E-Mail schreiben und "
7771 "sich nicht an die Absender-E-Mail-Adresse erinnern, können Sie die E-Mail-"
7772 "Adresse <email><replaceable>123</replaceable>-submitter@&bugs-host;</email> "
7773 "benutzen, um den Absender zu kontaktieren <emphasis>und</emphasis> Ihre E-"
7774 "Mail innerhalb des Fehlerprotokolls aufzuzeichnen (das bedeuted, dass Sie "
7775 "keine Kopie dieser E-Mail an <email><replaceable>123</replaceable>@&bugs-"
7776 "host;</email> senden müssen."
7777
7778 #. type: Content of: <chapter><section><section><para>
7779 #: pkgs.dbk:612
7780 msgid ""
7781 "If you get a bug which mentions FTBFS, this means Fails to build from "
7782 "source.  Porters frequently use this acronym."
7783 msgstr ""
7784 "Falls Sie einen Fehlerbericht erhalten, der FTBFS erwähnt, so bedeutet dies "
7785 "»Fails to build from source« (Kann nicht aus der Quelle erstellt werden). "
7786 "Portierer benutzen diese Abkürzung öfters."
7787
7788 #. type: Content of: <chapter><section><section><para>
7789 #: pkgs.dbk:616
7790 msgid ""
7791 "Once you've dealt with a bug report (e.g.  fixed it), mark it as "
7792 "<literal>done</literal> (close it) by sending an explanation message to "
7793 "<email><replaceable>123</replaceable>-done@&bugs-host;</email>.  If you're "
7794 "fixing a bug by changing and uploading the package, you can automate bug "
7795 "closing as described in <xref linkend=\"upload-bugfix\"/>."
7796 msgstr ""
7797 "Sobald Sie einen Fehlerbericht erledigt haben (z.B. den Fehler beheben), "
7798 "markieren Sie ihn als <literal>done</literal> (dies schließt ihn), indem Sie "
7799 "eine Erklärung an <email><replaceable>123</replaceable>-done@&bugs-host;</"
7800 "email> senden. Falls Sie einen Fehler durch Ändern und Hochladen des Pakets "
7801 "schließen, können Sie das Schließen von Fehlern, wie in <xref linkend="
7802 "\"upload-bugfix\"/> beschrieben, automatisieren."
7803
7804 #. type: Content of: <chapter><section><section><para>
7805 #: pkgs.dbk:623
7806 msgid ""
7807 "You should <emphasis>never</emphasis> close bugs via the bug server "
7808 "<literal>close</literal> command sent to &email-bts-control;.  If you do so, "
7809 "the original submitter will not receive any information about why the bug "
7810 "was closed."
7811 msgstr ""
7812 "Sie sollten Fehler <emphasis>niemals</emphasis> durch Senden des Befehls "
7813 "<literal>close</literal> an &email-bts-control; schließen. Falls Sie dies "
7814 "tun, wird der ursprüngliche Absender keine Informationen darüber erhalten, "
7815 "warum der Fehler geschlossen wurde."
7816
7817 #. type: Content of: <chapter><section><section><title>
7818 #: pkgs.dbk:631
7819 msgid "Bug housekeeping"
7820 msgstr "Fehlerorganisation"
7821
7822 #. type: Content of: <chapter><section><section><para>
7823 #: pkgs.dbk:633
7824 msgid ""
7825 "As a package maintainer, you will often find bugs in other packages or have "
7826 "bugs reported against your packages which are actually bugs in other "
7827 "packages.  The bug tracking system's features are described in the <ulink "
7828 "url=\"&url-bts-devel;\">BTS documentation for Debian developers</ulink>.  "
7829 "Operations such as reassigning, merging, and tagging bug reports are "
7830 "described in the <ulink url=\"&url-bts-control;\">BTS control server "
7831 "documentation</ulink>.  This section contains some guidelines for managing "
7832 "your own bugs, based on the collective Debian developer experience."
7833 msgstr ""
7834 "Als Paketbetreuer werden Sie öfters Fehler in anderen Paketen finden oder "
7835 "Fehlerberichte gegen Ihre Pakete erhalten, die tatsächlich Fehler in anderen "
7836 "Paketen sind. Die Funktionen der Fehlerdatenbank werden in den <ulink url="
7837 "\"&url-bts-devel;\">Informationen über das Fehlerverwaltungssystem für Paket-"
7838 "Betreuer</ulink> beschrieben. Operationen wie erneutes Zuweisen, "
7839 "Zusammenführen und Markieren von Fehlerberichten werden in der <ulink url="
7840 "\"&url-bts-control;\">Einführung in den E-Mail-Server für die Kontrolle und "
7841 "Manipulation</ulink> beschrieben. Dieser Abschnitt enthält einige "
7842 "Richtlinien für die Verwaltung Ihrer eigenen Fehler, die auf der gesammelten "
7843 "Erfahrung der Debian-Entwickler basieren."
7844
7845 #. type: Content of: <chapter><section><section><para>
7846 #: pkgs.dbk:644
7847 msgid ""
7848 "Filing bugs for problems that you find in other packages is one of the civic "
7849 "obligations of maintainership, see <xref linkend=\"submit-bug\"/> for "
7850 "details.  However, handling the bugs in your own packages is even more "
7851 "important."
7852 msgstr ""
7853 "Fehler für Probleme einreichen, die Sie in anderen Paketen finden, ist eine "
7854 "der bürgerlichen Pflichten des Betreuerdaseins. Einzelheiten finden Sie "
7855 "unter <xref linkend=\"submit-bug\"/>. Es ist jedoch wichtiger die Fehler in "
7856 "Ihren eigenen Paketen zu behandeln."
7857
7858 #. type: Content of: <chapter><section><section><para>
7859 #: pkgs.dbk:649
7860 msgid "Here's a list of steps that you may follow to handle a bug report:"
7861 msgstr ""
7862 "Hier ist eine kurze Liste der Schritte, denen Sie zu Handhabung eines "
7863 "Fehlerberichts folgen können:"
7864
7865 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7866 #: pkgs.dbk:654
7867 msgid ""
7868 "Decide whether the report corresponds to a real bug or not.  Sometimes users "
7869 "are just calling a program in the wrong way because they haven't read the "
7870 "documentation.  If you diagnose this, just close the bug with enough "
7871 "information to let the user correct their problem (give pointers to the good "
7872 "documentation and so on).  If the same report comes up again and again you "
7873 "may ask yourself if the documentation is good enough or if the program "
7874 "shouldn't detect its misuse in order to give an informative error message.  "
7875 "This is an issue that may need to be brought up with the upstream author."
7876 msgstr ""
7877 "Entscheiden Sie, ob der Bericht einem echten Fehler entspricht oder nicht. "
7878 "Manchmal rufen Anwender ein Programm nur auf die falsche Art auf, da Sie die "
7879 "Dokumentation nicht gelesen haben. Falls Sie dies diagnostizieren, schließen "
7880 "Sie den Fehler nur und stellen Sie informationen bereits, damit der Anwender "
7881 "sein Problem lösen kann (verweisen Sie auf die gute Dokumentation und so "
7882 "weiter). Falls der gleiche Bericht immer wieder kommt, sollten Sie sich "
7883 "fragen, ob die Dokumentation ausreicht oder ob das Programm den falschen "
7884 "Gebrauch feststellen kann, um eine aussgagekräftige Fehlermeldung "
7885 "auszugeben. Dies ist ein Thema, das Sie mit dem Originalautor angehen "
7886 "sollten."
7887
7888 # Ausschuss --> siehe Link
7889 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7890 #: pkgs.dbk:664
7891 msgid ""
7892 "If the bug submitter disagrees with your decision to close the bug, they may "
7893 "reopen it until you find an agreement on how to handle it.  If you don't "
7894 "find any, you may want to tag the bug <literal>wontfix</literal> to let "
7895 "people know that the bug exists but that it won't be corrected.  If this "
7896 "situation is unacceptable, you (or the submitter) may want to require a "
7897 "decision of the technical committee by reassigning the bug to <systemitem "
7898 "role=\"package\">tech-ctte</systemitem> (you may use the clone command of "
7899 "the BTS if you wish to keep it reported against your package).  Before doing "
7900 "so, please read the <ulink url=\"&url-tech-ctte;\">recommended procedure</"
7901 "ulink>."
7902 msgstr ""
7903 "Falls der Absender des Fehler nicht mit Ihrer Entscheidung, den Fehler zu "
7904 "schließen, einverstanden ist, können Sie den Fehler neu öffnen, bis Sie eine "
7905 "Vereinbarung gefunden haben, wie er gehandhabt werden soll. Falls Sie keine "
7906 "finden, können Sie den Fehler mit <literal>wontfix</literal> markieren, "
7907 "damit die Leute wissen, dass der Fehler existiert, Sie ihn aber nicht "
7908 "beheben möchten. Falls diese Situation nicht akzeptabel ist, können Sie "
7909 "(oder der Absender) eine Entscheidung des technischen Ausschusses anfordern, "
7910 "indem Sie den Fehler neu an <systemitem role=\"package\">tech-ctte</"
7911 "systemitem> zuweisen (Sie könnten den Befehl »clone« des BTS verwenden, "
7912 "falls Sie wünschen, dass der Fehlerbericht gegen Ihr Paket weiterbesteht). "
7913 "Lesen Sie, bevor Sie dies tun, die <ulink url=\"&url-tech-ctte;\">empfohlene "
7914 "Prozedur</ulink>."
7915
7916 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7917 #: pkgs.dbk:678
7918 msgid ""
7919 "If the bug is real but it's caused by another package, just reassign the bug "
7920 "to the right package.  If you don't know which package it should be "
7921 "reassigned to, you should ask for help on <link linkend=\"irc-channels"
7922 "\">IRC</link> or on &email-debian-devel;.  Please inform the maintainer(s) "
7923 "of the package you reassign the bug to, for example by Cc:ing the message "
7924 "that does the reassign to <email><replaceable>packagename</"
7925 "replaceable>@packages.debian.org</email> and explaining your reasons in that "
7926 "mail. Please note that a simple reassignment is <emphasis>not</emphasis> e-"
7927 "mailed to the maintainers of the package being reassigned to, so they won't "
7928 "know about it until they look at a bug overview for their packages."
7929 msgstr ""
7930 "Falls der Fehler zwar echt ist, jedoch ein anderes Paket betrifft, weisen "
7931 "Sie ihn nur dem richtigen Paket neu zu. Falls Sie nicht wissen, an welches "
7932 "Paket er zugewiesen werden soll, sollten Sie im <link linkend=\"irc-channels"
7933 "\">IRC</link> oder auf &email-debian-devel; nach Hilfe fragen. Bitte "
7934 "informieren Sie den/die Paketbetreuer des Pakets, dem Sie den Fehler "
7935 "zuweisen, zum Beispiel indem Sie eine Kopie der E-Mail senden, die das "
7936 "erneute Zuweisen an <email><replaceable>Paketname</replaceable>@packages."
7937 "debian.org</email> vornimmt und Ihre Beweggründe für diese E-Mail erklären. "
7938 "Bitte beachten Sie, dass ein einfaches erneutes Zuweisen <emphasis>nicht</"
7939 "emphasis> an den Betreuer des Pakets versandt wird, an das zugewiesen wird, "
7940 "so dass er nichts davon erfährt, bis er in die Fehlerübersicht seiner Pakete "
7941 "schaut."
7942
7943 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7944 #: pkgs.dbk:690
7945 msgid ""
7946 "If the bug affects the operation of your package, please consider cloning "
7947 "the bug and reassigning the clone to the package that really causes the "
7948 "behavior. Otherwise, the bug will not be shown in your package's bug list, "
7949 "possibly causing users to report the same bug over and over again. You "
7950 "should block \"your\" bug with the reassigned, cloned bug to document the "
7951 "relationship."
7952 msgstr ""
7953 "Falls der Fehler die Arbeit Ihres Pakets beeinflusst, denken Sie bitte "
7954 "daran, den Fehler zu klonen und den Klon dem Paket neu zuzuweisen, das das "
7955 "Verhalten tatsächlich verursacht. Andernfalls wird der Fehler nicht in Ihrer "
7956 "Liste der Paketfehler aufgeführt, was Anwender dazu veranlasst, den gleichen "
7957 "Fehler immer wieder zu melden. Sie sollten »Ihren« Fehler mit dem neu "
7958 "zugewiesenen, geklonten Fehler blockieren, um die Beziehung zu dokumentieren."
7959
7960 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7961 #: pkgs.dbk:700
7962 msgid ""
7963 "Sometimes you also have to adjust the severity of the bug so that it matches "
7964 "our definition of the severity.  That's because people tend to inflate the "
7965 "severity of bugs to make sure their bugs are fixed quickly.  Some bugs may "
7966 "even be dropped to wishlist severity when the requested change is just "
7967 "cosmetic."
7968 msgstr ""
7969 "Manchmal müssen Sie außerdem den Schweregrad des Fehlers anpassen, so dass "
7970 "er der Debian-Definition entspricht. Dies geschieht deshalb, weil Leute die "
7971 "Schwere der Fehler aufblähen, um sicherzustellen, dass ihre Fehler rasch "
7972 "behoben werden. Einige Fehler können sogar auf den Schweregrad »wishlist« "
7973 "abgesenkt werden, wenn die angefragte Änderung nur kosmetischer Natur ist."
7974
7975 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7976 #: pkgs.dbk:708
7977 msgid ""
7978 "If the bug is real but the same problem has already been reported by someone "
7979 "else, then the two relevant bug reports should be merged into one using the "
7980 "merge command of the BTS.  In this way, when the bug is fixed, all of the "
7981 "submitters will be informed of this.  (Note, however, that emails sent to "
7982 "one bug report's submitter won't automatically be sent to the other report's "
7983 "submitter.) For more details on the technicalities of the merge command and "
7984 "its relative, the unmerge command, see the BTS control server documentation."
7985 msgstr ""
7986 "Falls der Fehler echt ist, das gleiche Problem aber bereits von jemand "
7987 "anderem gemeldet wurde, dann sollten die beiden relevanten Fehler mit dem "
7988 "Befehl »merge» des BTS zu einem zusammengefügt werden.Auf diese Art werden "
7989 "alle Absender des Fehlers informiert, wenn er behoben wurde. (Beachten Sie "
7990 "jedoch, dass E-Mails, die an den Absender eines Fehlerberichts gesandt "
7991 "werden, nicht automatisch an alle anderen Absender von Berichten gesandt "
7992 "werden.) Weitere Details über die Form des »merge«-Befehls und dem "
7993 "verwandten Befehl »unmerge« finden Sie in der Dokumentation des BTS-"
7994 "Steuerungs-Servers."
7995
7996 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7997 #: pkgs.dbk:719
7998 msgid ""
7999 "The bug submitter may have forgotten to provide some information, in which "
8000 "case you have to ask them for the required information.  You may use the "
8001 "<literal>moreinfo</literal> tag to mark the bug as such.  Moreover if you "
8002 "can't reproduce the bug, you tag it <literal>unreproducible</literal>.  "
8003 "Anyone who can reproduce the bug is then invited to provide more information "
8004 "on how to reproduce it.  After a few months, if this information has not "
8005 "been sent by someone, the bug may be closed."
8006 msgstr ""
8007 "Der Absender des Fehlerberichts könnte vergessen haben, einige Informationen "
8008 "bereitzustellen. In diesem Fall müssen Sie die benötigten Informationen bei "
8009 "ihm erfragen. Sie könnten die Kennzeichnung <literal>moreinfo</literal> "
8010 "benutzen, um den Fehler so zu markieren. Außerdem können Sie den Fehler, "
8011 "falls sie ihn nicht reproduzieren können, als <literal>unreproducible</"
8012 "literal> kennzeichnen. Jeder, der den Fehler reproduzieren kann, ist dann "
8013 "eingeladen, weitere Informationen bereitzustellen, wie er reproduziert "
8014 "werden kann. Nach ein paar Monaten kann der Fehler geschlossen werden, falls "
8015 "diese Information von niemandem gesandt wird."
8016
8017 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
8018 #: pkgs.dbk:730
8019 msgid ""
8020 "If the bug is related to the packaging, you just fix it.  If you are not "
8021 "able to fix it yourself, then tag the bug as <literal>help</literal>.  You "
8022 "can also ask for help on &email-debian-devel; or &email-debian-qa;.  If it's "
8023 "an upstream problem, you have to forward it to the upstream author.  "
8024 "Forwarding a bug is not enough, you have to check at each release if the bug "
8025 "has been fixed or not.  If it has, you just close it, otherwise you have to "
8026 "remind the author about it.  If you have the required skills you can prepare "
8027 "a patch that fixes the bug and send it to the author at the same time.  Make "
8028 "sure to send the patch to the BTS and to tag the bug as <literal>patch</"
8029 "literal>."
8030 msgstr ""
8031 "Falls sich der Fehler auf die Paketierung bezieht, beheben Sie ihn nur. "
8032 "Falls Sie ihn nicht selbst beheben können, kennzeichnen Sie den Fehler mit "
8033 "<literal>help</literal>. Sie können außerdem auf &email-debian-devel; oder "
8034 "&email-debian-qa; um Hilfe ersuchen. Falls es ein Problem der "
8035 "Originalautoren ist, müssen Sie es an die Originalautoren weiterleiten. Es "
8036 "reicht nicht aus, den Fehler nur weiterzuleiten, Sie müssen bei jeder "
8037 "Veröffentlichung prüfen, ob der Fehler behoben wurde oder nicht. Falls dies "
8038 "der Fall ist, schließen Sie ihn, andernfalls müssen Sie den Autor später "
8039 "daran erinnern. Falls Sie über die erforderlichen Fähigkeiten verfügen, "
8040 "können Sie ein Patch vorbereiten, der den Fehler behebt und ihn dem Autor "
8041 "mitschicken. Stellen Sie sicher, dass Sie das Patch an das BTS senden und "
8042 "mit <literal>patch</literal> kennzeichnen."
8043
8044 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
8045 #: pkgs.dbk:744
8046 msgid ""
8047 "If you have fixed a bug in your local copy, or if a fix has been committed "
8048 "to the VCS repository, you may tag the bug as <literal>pending</literal> to "
8049 "let people know that the bug is corrected and that it will be closed with "
8050 "the next upload (add the <literal>closes:</literal> in the "
8051 "<filename>changelog</filename>).  This is particularly useful if you are "
8052 "several developers working on the same package."
8053 msgstr ""
8054 "Falls Sie einen Fehler in Ihrer lokalen Kopie behoben haben oder eine "
8055 "Fehlerbehebung in das VCS-Depot übertragen wird, können Sie den Fehler als "
8056 "<literal>pending</literal> kennzeichnen, um die Leute wissen zu lassen, dass "
8057 "der Fehler behoben ist und mit dem nächsten Upload geschlossen wird (dem "
8058 "<filename>changelog</filename> wird <literal>closes:</literal> hinzugefügt). "
8059 "Dies ist besonders nützlich, falls Sie zusammen mit mehreren Entwicklern am "
8060 "Paket arbeiten."
8061
8062 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
8063 #: pkgs.dbk:754
8064 msgid ""
8065 "Once a corrected package is available in the archive, the bug should be "
8066 "closed indicating the version in which it was fixed. This can be done "
8067 "automatically, read <xref linkend=\"upload-bugfix\"/>."
8068 msgstr ""
8069 "Sobald ein korrigiertes Paket im Archiv verfügbar ist, sollte der Fehler "
8070 "geschlossen und dei Version, in der er behoben wurde, angegeben werden. Dies "
8071 "kann automatisch geschehen – lesen Sie <xref linkend=\"upload-bugfix\"/>."
8072
8073 #. type: Content of: <chapter><section><section><title>
8074 #: pkgs.dbk:763
8075 msgid "When bugs are closed by new uploads"
8076 msgstr "Wann Fehler durch neue Uploads geschlossen werden"
8077
8078 #. type: Content of: <chapter><section><section><para>
8079 #: pkgs.dbk:765
8080 msgid ""
8081 "As bugs and problems are fixed in your packages, it is your responsibility "
8082 "as the package maintainer to close these bugs.  However, you should not "
8083 "close a bug until the package which fixes the bug has been accepted into the "
8084 "Debian archive.  Therefore, once you get notification that your updated "
8085 "package has been installed into the archive, you can and should close the "
8086 "bug in the BTS.  Also, the bug should be closed with the correct version."
8087 msgstr ""
8088 "Da Fehler und Probleme in Ihren Paketen behoben werden, liegt es in Ihrer "
8089 "Verantwortung als Paketbetreuer, diese Fehler zu schließen. Sie sollten "
8090 "jedoch keinen Fehler schließen, bis das Paket, das den Fehler schließt, im "
8091 "Debian-Archiv akzeptiert wurde. Daher können und sollen Sie, sobald Sie die "
8092 "Benachrichtigung erhalten, dass Ihr aktualisiertes Paket in das Archiv "
8093 "installiert wurde, den Fehler im BTS schließen. Außerdem sollte der Fehler "
8094 "mit der korrekten Version geschlossen werden."
8095
8096 #. type: Content of: <chapter><section><section><para>
8097 #: pkgs.dbk:773
8098 msgid ""
8099 "However, it's possible to avoid having to manually close bugs after the "
8100 "upload — just list the fixed bugs in your <filename>debian/changelog</"
8101 "filename> file, following a certain syntax, and the archive maintenance "
8102 "software will close the bugs for you.  For example:"
8103 msgstr ""
8104 "Es ist jedoch möglich, das manuelle Schließen von Fehlern nach dem Upload zu "
8105 "vermeiden – führen Sie die behobenen Fehler in Ihrer <filename>debian/"
8106 "changelog</filename>-Datei auf. Folgen Sie dabei einer bestimmten Syntax, "
8107 "dann wird die Verwaltungssoftware die Fehler für Sie schließen. Zum Beispiel:"
8108
8109 #. type: Content of: <chapter><section><section><screen>
8110 #: pkgs.dbk:779
8111 #, no-wrap
8112 msgid ""
8113 "acme-cannon (3.1415) unstable; urgency=low\n"
8114 "\n"
8115 "  * Frobbed with options (closes: Bug#98339)\n"
8116 "  * Added safety to prevent operator dismemberment, closes: bug#98765,\n"
8117 "    bug#98713, #98714.\n"
8118 "  * Added man page. Closes: #98725.\n"
8119 msgstr ""
8120 "acme-cannon (3.1415) unstable; urgency=low\n"
8121 "\n"
8122 "  * Frobbed with options (closes: Bug#98339)\n"
8123 "  * Added safety to prevent operator dismemberment, closes: bug#98765,\n"
8124 "    bug#98713, #98714.\n"
8125 "  * Added man page. Closes: #98725.\n"
8126
8127 #. type: Content of: <chapter><section><section><para>
8128 #: pkgs.dbk:787
8129 msgid ""
8130 "Technically speaking, the following Perl regular expression describes how "
8131 "bug closing changelogs are identified:"
8132 msgstr ""
8133 "Technisch gesehen beschreibt der folgende reguläre Perl-Ausdruck, wie das "
8134 "Schließen von Fehlern in Änderungsprotokollen identifiziert wird:"
8135
8136 #. type: Content of: <chapter><section><section><screen>
8137 #: pkgs.dbk:791
8138 #, no-wrap
8139 msgid "  /closes:\\s*(?:bug)?\\#\\s*\\d+(?:,\\s*(?:bug)?\\#\\s*\\d+)*/ig\n"
8140 msgstr "  /closes:\\s*(?:bug)?\\#\\s*\\d+(?:,\\s*(?:bug)?\\#\\s*\\d+)*/ig\n"
8141
8142 #. type: Content of: <chapter><section><section><para>
8143 #: pkgs.dbk:794
8144 msgid ""
8145 "We prefer the <literal>closes: #<replaceable>XXX</replaceable></literal> "
8146 "syntax, as it is the most concise entry and the easiest to integrate with "
8147 "the text of the <filename>changelog</filename>.  Unless specified different "
8148 "by the <literal>-v</literal>-switch to <command>dpkg-buildpackage</command>, "
8149 "only the bugs closed in the most recent changelog entry are closed "
8150 "(basically, exactly the bugs mentioned in the changelog-part in the "
8151 "<filename>.changes</filename> file are closed)."
8152 msgstr ""
8153 "Die Syntax <literal>closes: #<replaceable>XXX</replaceable></literal> wird "
8154 "bevorzugt, da sie die kürzeste Art des Eintrags ist und am einfachsten in "
8155 "dem Text von <filename>changelog</filename> integriert werden kann. Falls "
8156 "nicht durch den Schalter <literal>-v</literal> von <command>dpkg-"
8157 "buildpackage</command> etwas anderes angegeben wurde, werden nur die Fehler "
8158 "im aktuellsten Eintrag des Änderungsprotokolls geschlossen (grundsätzlich "
8159 "werden exakt die Fehler geschlossen, die in der Datei <filename>.changes</"
8160 "filename> im »changelog-part« genannt werden)."
8161
8162 #. type: Content of: <chapter><section><section><para>
8163 #: pkgs.dbk:803
8164 msgid ""
8165 "Historically, uploads identified as <link linkend=\"nmu\">non-maintainer "
8166 "upload (NMU)</link> were tagged <literal>fixed</literal> instead of being "
8167 "closed, but that practice was ceased with the advent of version-tracking.  "
8168 "The same applied to the tag <literal>fixed-in-experimental</literal>."
8169 msgstr ""
8170 "Früher wurden Uploads, die als <link linkend=\"nmu\">Non-Maintainer Upload "
8171 "(NMU)</link> erkannt wurden, als <literal>fixed</literal> statt als »closed« "
8172 "gekennzeichnet, aber diese Praxis wurde mit dem Beginn der "
8173 "Versionsverfolgung eingestellt. Das gleiche wurde mit der Markierung "
8174 "<literal>fixed-in-experimental</literal> getan."
8175
8176 #. type: Content of: <chapter><section><section><para>
8177 #: pkgs.dbk:809
8178 msgid ""
8179 "If you happen to mistype a bug number or forget a bug in the changelog "
8180 "entries, don't hesitate to undo any damage the error caused.  To reopen "
8181 "wrongly closed bugs, send a <literal>reopen <replaceable>XXX</replaceable></"
8182 "literal> command to the bug tracking system's control address, &email-bts-"
8183 "control;.  To close any remaining bugs that were fixed by your upload, email "
8184 "the <filename>.changes</filename> file to <email><replaceable>XXX</"
8185 "replaceable>-done@&bugs-host;</email>, where <replaceable>XXX</replaceable> "
8186 "is the bug number, and put Version: <replaceable>YYY</replaceable> and an "
8187 "empty line as the first two lines of the body of the email, where "
8188 "<replaceable>YYY</replaceable> is the first version where the bug has been "
8189 "fixed."
8190 msgstr ""
8191 "Falls Sie sich bei der Fehlernummer vertippt haben oder einen Fehler in den "
8192 "Änderungsprotokolleinträgen vergessen haben, zögern Sie nicht, jeglichen "
8193 "durch den Fehler verursachten Schaden rückgängig zu machen. Um "
8194 "fälschlicherweise geschlossene Fehler neu zu öffnen, senden Sie den Befehl "
8195 "<literal>reopen <replaceable>XXX</replaceable></literal> an die "
8196 "Steuerungsadresse &email-bts-control; der Fehlerdatenbank. Um irgendwelche "
8197 "verbleibenden Fehler zu schließen, die durch Ihren Upload behoben wurden, "
8198 "mailen Sie die Datei <filename>.changes</filename> an "
8199 "<email><replaceable>XXX</replaceable>-done@&bugs-host;</email>, wobei "
8200 "<replaceable>XXX</replaceable> die Fehlernummer ist und tragen Sie Version: "
8201 "<replaceable>YYY</replaceable> und eine leere Zeile als erste zwei Zeilen in "
8202 "den Textteil der Mail ein, wobei <replaceable>YYY</replaceable> die erste "
8203 "Version ist, in der der Fehler behoben wurde."
8204
8205 #. type: Content of: <chapter><section><section><para>
8206 #: pkgs.dbk:821
8207 msgid ""
8208 "Bear in mind that it is not obligatory to close bugs using the changelog as "
8209 "described above.  If you simply want to close bugs that don't have anything "
8210 "to do with an upload you made, do it by emailing an explanation to "
8211 "<email><replaceable>XXX</replaceable>-done@&bugs-host;</email>.  Do "
8212 "<emphasis role=\"strong\">not</emphasis> close bugs in the changelog entry "
8213 "of a version if the changes in that version of the package don't have any "
8214 "bearing on the bug."
8215 msgstr ""
8216 "Behalten Sie im Gedächnis, dass es nicht verpflichend ist, Fehler unter "
8217 "Benutzung des Änderungsprotokolls zu schließen, wie oben beschrieben. Falls "
8218 "Sie nur einfach einen Fehler schließen möchten, der mit dem von Ihnen "
8219 "getätigten Upload nichts zu tun hat, können Sie dies durch Mailen einer "
8220 "Erläuterung an <email><replaceable>XXX</replaceable>-done@&bugs-host;</"
8221 "email> erledigen. Schließen Sie <emphasis role=\"strong\">keine</emphasis> "
8222 "Fehler im Änderungsprotokolleintrag einer Version, wenn die Änderungen in "
8223 "dieser Version des Pakets keine Bedeutung für den Fehler haben."
8224
8225 #. type: Content of: <chapter><section><section><para>
8226 #: pkgs.dbk:829
8227 msgid ""
8228 "For general information on how to write your changelog entries, see <xref "
8229 "linkend=\"bpp-debian-changelog\"/>."
8230 msgstr ""
8231 "Allgemeine Informationen über das Verfassen von Änderungsprotokolleinträgen "
8232 "finden Sie unter <xref linkend=\"bpp-debian-changelog\"/>."
8233
8234 #. type: Content of: <chapter><section><section><title>
8235 #: pkgs.dbk:835
8236 msgid "Handling security-related bugs"
8237 msgstr "Handhabung von sicherheitsrelevanten Fehlern"
8238
8239 #. type: Content of: <chapter><section><section><para>
8240 #: pkgs.dbk:837
8241 msgid ""
8242 "Due to their sensitive nature, security-related bugs must be handled "
8243 "carefully.  The Debian Security Team exists to coordinate this activity, "
8244 "keeping track of outstanding security problems, helping maintainers with "
8245 "security problems or fixing them themselves, sending security advisories, "
8246 "and maintaining <literal>security.debian.org</literal>."
8247 msgstr ""
8248 "Aufgrund ihrer sensiblen Natur müssen sicherheitsrelevante Fehler vorsichtig "
8249 "gehandhabt werden. Das Debian-Sicherheits-Team existiert, um diese "
8250 "Aktivitäten zu koordinieren, ausstehende Sicherheitsprobleme zu verfolgen, "
8251 "Paketbetreuern bei Sicherheitsproblemen zu helfen oder sie selbst zu "
8252 "beheben, Sicherheitswarnungen zu senden und <literal>security.debian.org</"
8253 "literal> zu verwalten."
8254
8255 #. type: Content of: <chapter><section><section><para>
8256 #: pkgs.dbk:844
8257 msgid ""
8258 "When you become aware of a security-related bug in a Debian package, whether "
8259 "or not you are the maintainer, collect pertinent information about the "
8260 "problem, and promptly contact the security team, preferably by filing a "
8261 "ticket in their Request Tracker.  See <ulink url=\"http://wiki.debian.org/rt."
8262 "debian.org#Security_Team\"></ulink>.  Alternatively you may email &email-"
8263 "security-team;.  <emphasis role=\"strong\">DO NOT UPLOAD</emphasis> any "
8264 "packages for <literal>stable</literal> without contacting the team.  Useful "
8265 "information includes, for example:"
8266 msgstr ""
8267 "Wenn Sie einen sicherheitsrelevanten Fehler in einem Debian-Paket bemerken, "
8268 "dessen Betreuer Sie sind oder nicht, sammeln Sie sachdienliche Informationen "
8269 "über das Problem und kontaktieren Sie umgehend das Sicherheits-Team, "
8270 "vorzugsweise durch Einreichen eines Eintrags in der Anfragenverfolgung "
8271 "(»Request Tracker«). Siehe <ulink url=\"http://wiki.debian.org/rt.debian."
8272 "org#Security_Team\"></ulink>. Alternativ können Sie eine E-Mail an &email-"
8273 "security-team; senden. <emphasis role=\"strong\">LADEN SIE KEINE</emphasis> "
8274 "Pakete für <literal>stable</literal> hoch, ohne das Team zu kontaktieren. "
8275 "Nützliche Informationen enthalten beispielsweise:"
8276
8277 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8278 #: pkgs.dbk:857
8279 msgid "Whether or not the bug is already public."
8280 msgstr "ob der Fehler bereits öffentlich ist oder nicht."
8281
8282 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8283 #: pkgs.dbk:862
8284 msgid ""
8285 "Which versions of the package are known to be affected by the bug.  Check "
8286 "each version that is present in a supported Debian release, as well as "
8287 "<literal>testing</literal> and <literal>unstable</literal>."
8288 msgstr ""
8289 "von welchen Versionen des Pakets bekannt ist, dass sie vom Fehler betroffen "
8290 "sind. Prüfen Sie jede Version, die es in einem unterstützten Debian-Release "
8291 "gibt, ebenso wie <literal>testing</literal> und <literal>unstable</literal>."
8292
8293 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8294 #: pkgs.dbk:869
8295 msgid ""
8296 "The nature of the fix, if any is available (patches are especially helpful)"
8297 msgstr ""
8298 "die Art der Fehlerbehebung, falls verfügbar (Patchs sind besonders hilfreich)"
8299
8300 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8301 #: pkgs.dbk:874
8302 msgid ""
8303 "Any fixed packages that you have prepared yourself (send only the <filename>."
8304 "diff.gz</filename> and <filename>.dsc</filename> files and read <xref "
8305 "linkend=\"bug-security-building\"/> first)"
8306 msgstr ""
8307 "jedes reparierte Paket, das Sie für sich selbst vorbereitet haben (senden "
8308 "Sie nur die Dateien <filename>.diff.gz</filename> und <filename>.dsc</"
8309 "filename> und lesen Sie zuerst <xref linkend=\"bug-security-building\"/>)"
8310
8311 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8312 #: pkgs.dbk:881
8313 msgid ""
8314 "Any assistance you can provide to help with testing (exploits, regression "
8315 "testing, etc.)"
8316 msgstr ""
8317 "jede Unterstützung, die sie zur Hilfe beim Testen anbieten können (Exploits, "
8318 "Regressionstest etc.)"
8319
8320 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8321 #: pkgs.dbk:887
8322 msgid ""
8323 "Any information needed for the advisory (see <xref linkend=\"bug-security-"
8324 "advisories\"/>)"
8325 msgstr ""
8326 "jede Information, die für die zur Warnung nötig ist (siehe <xref linkend="
8327 "\"bug-security-advisories\"/>)"
8328
8329 #. type: Content of: <chapter><section><section><para>
8330 #: pkgs.dbk:892
8331 msgid ""
8332 "As the maintainer of the package, you have the responsibility to maintain "
8333 "it, even in the stable release. You are in the best position to evaluate "
8334 "patches and test updated packages, so please see the sections below on how "
8335 "to prepare packages for the Security Team to handle."
8336 msgstr ""
8337 "Als Betreuer des Pakets sind sie verantwortlich für dessen Verwaltung, sogar "
8338 "im Stable-Release. Sie sind in der besten Position, um Patchs zu beurteilen "
8339 "und aktualisierte Pakete zu testen, sehen Sie daher bitte in die folgenden "
8340 "Abschnitte, wie Pakete vorbereitet werden, damit sie vom Sicherheits-Team "
8341 "gehandhabt werden können."
8342
8343 #. type: Content of: <chapter><section><section><section><title>
8344 #: pkgs.dbk:898
8345 msgid "The Security Tracker"
8346 msgstr "Die Sicherheits-Fehlerverfolgung"
8347
8348 #. type: Content of: <chapter><section><section><section><para>
8349 #: pkgs.dbk:900
8350 msgid ""
8351 "The security team maintains a central database, the <ulink url=\"http://"
8352 "security-tracker.debian.org/\">Debian Security Tracker</ulink>.  This "
8353 "contains all public information that is known about security issues: which "
8354 "packages and versions are affected or fixed, and thus whether stable, "
8355 "testing and/or unstable are vulnerable. Information that is still "
8356 "confidential is not added to the tracker."
8357 msgstr ""
8358 "Das Sicherheits-Team verwaltet eine zentrale Datenbank, die <ulink url="
8359 "\"http://security-tracker.debian.org/\">Debian-Sicherheits-Fehlerverfolgung</"
8360 "ulink>. Diese enthält alle öffentlich verfügbaren Informationen, die über "
8361 "Sicherheitsthemen verfügbar sind: welche Pakete und Versionen betroffen oder "
8362 "repariert sind und ob daher Stable, Testing und/oder Unstable angreifbar "
8363 "sind. Informationen, die immer noch vertraulich sind, werden nicht zur "
8364 "Fehlerverfolgung hinzugefügt."
8365
8366 #. type: Content of: <chapter><section><section><section><para>
8367 #: pkgs.dbk:908
8368 msgid ""
8369 "You can search it for a specific issue, but also on package name. Look for "
8370 "your package to see which issues are still open. If you can, please provide "
8371 "more information about those issues, or help to address them in your "
8372 "package.  Instructions are on the tracker web pages."
8373 msgstr ""
8374 "Sie können Sie nach einem bestimmten Thema durchsuchen, aber auch nach einem "
8375 "Paketnamen. Schauen Sie nach Ihrem Paket, um zu sehen, welche Themen noch "
8376 "offen sind. Bitte stellen Sie, falls Sie können, weitere Informationen über "
8377 "diese Themen bereit oder helfen Sie, sie in Ihrem Paket zu behandeln. "
8378 "Anweisungen finden Sie auf dem Webseiten der Fehlerverfolgung."
8379
8380 #. type: Content of: <chapter><section><section><section><title>
8381 #: pkgs.dbk:916
8382 msgid "Confidentiality"
8383 msgstr "Vertraulichkeit"
8384
8385 #. type: Content of: <chapter><section><section><section><para>
8386 #: pkgs.dbk:918
8387 msgid ""
8388 "Unlike most other activities within Debian, information about security "
8389 "issues must sometimes be kept private for a time.  This allows software "
8390 "distributors to coordinate their disclosure in order to minimize their "
8391 "users' exposure.  Whether this is the case depends on the nature of the "
8392 "problem and corresponding fix, and whether it is already a matter of public "
8393 "knowledge."
8394 msgstr ""
8395 "Anders als bei den meisten Aktivitäten innerhalb von Debian, werden "
8396 "Informationen über Sicherheitsthemen eine Zeit lang geheim gehalten. Dies "
8397 "erlaubt es Software-Verteibern, ihre Offenlegung zu koordinieren, um die "
8398 "Belastung ihrer Anwender zu minimieren. Ob dies der Fall ist, hängt von der "
8399 "Natur des Problems und der zugehörigen Fehlerbehebung ab und ob bereits eine "
8400 "Angelegenheit an die Öffentlichkeit gesickert ist."
8401
8402 #. type: Content of: <chapter><section><section><section><para>
8403 #: pkgs.dbk:925
8404 msgid "There are several ways developers can learn of a security problem:"
8405 msgstr ""
8406 "Es gibt mehrere Möglichkeiten, wie Entwickler von einem Sicherheitsproblem "
8407 "erfahren:"
8408
8409 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8410 #: pkgs.dbk:930
8411 msgid "they notice it on a public forum (mailing list, web site, etc.)"
8412 msgstr ""
8413 "sie bemerken es in einem öffentlichen Forum (Maillingliste, Website etc.)"
8414
8415 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8416 #: pkgs.dbk:935
8417 msgid "someone files a bug report"
8418 msgstr "jemand verfasst einen Fehlerbericht"
8419
8420 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8421 #: pkgs.dbk:940
8422 msgid "someone informs them via private email"
8423 msgstr "jemand informiert sie per privater E-Mail"
8424
8425 #. type: Content of: <chapter><section><section><section><para>
8426 #: pkgs.dbk:945
8427 msgid ""
8428 "In the first two cases, the information is public and it is important to "
8429 "have a fix as soon as possible.  In the last case, however, it might not be "
8430 "public information.  In that case there are a few possible options for "
8431 "dealing with the problem:"
8432 msgstr ""
8433 "In den ersten beiden Fällen ist die Information öffentlich und es ist "
8434 "wichtig, so schnell wie möglich eine Fehlerbehebung zu haben. Im letzen Fall "
8435 "könnte die Information nicht öffentlich sein, In diesem Fall gibt es ein "
8436 "paar mögliche Optionen, mit dem Problem umzugehen:"
8437
8438 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8439 #: pkgs.dbk:953
8440 msgid ""
8441 "If the security exposure is minor, there is sometimes no need to keep the "
8442 "problem a secret and a fix should be made and released."
8443 msgstr ""
8444 "Falls die Offenlegung der Sicherheit gering ist, ist es manchmal nicht "
8445 "nötig, das Problem geheim zu halten und es sollte eine Fehlerbehebung "
8446 "erstellt und veröffentlicht werden."
8447
8448 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8449 #: pkgs.dbk:959
8450 msgid ""
8451 "If the problem is severe, it is preferable to share the information with "
8452 "other vendors and coordinate a release.  The security team keeps in contact "
8453 "with the various organizations and individuals and can take care of that."
8454 msgstr ""
8455 "Falls das Problem ernst ist, sollte diese Information vorzugsweise mit "
8456 "anderen Anbietern geteilt werden, um eine Veröffentlichung zu koordinieren. "
8457 "Das Sicherheits-Team hält Kontakt zu verschiedenen Organisationen und "
8458 "Einzelpersonen, die sich darum kümmern."
8459
8460 #. type: Content of: <chapter><section><section><section><para>
8461 #: pkgs.dbk:966
8462 msgid ""
8463 "In all cases if the person who reports the problem asks that it not be "
8464 "disclosed, such requests should be honored, with the obvious exception of "
8465 "informing the security team in order that a fix may be produced for a stable "
8466 "release of Debian.  When sending confidential information to the security "
8467 "team, be sure to mention this fact."
8468 msgstr ""
8469 "Wenn die Person, die das Problem meldet, bittet, dass es nicht offengelegt "
8470 "wird, sollte diese Anfrage auf alle Fälle mit der einleuchtenden Ausnahme "
8471 "gewürdigt werden, das Sicherheits-Team zu informieren, damit der Fehler für "
8472 "ein Stable-Release von Debian erstellt werden kann. Vergessen Sie nicht, "
8473 "diese Tatsache zu erwähnen, wenn vertrauliche Informationen zum Sicherheits-"
8474 "Team gesandt werden."
8475
8476 #. type: Content of: <chapter><section><section><section><para>
8477 #: pkgs.dbk:973
8478 msgid ""
8479 "Please note that if secrecy is needed you may not upload a fix to "
8480 "<literal>unstable</literal> (or anywhere else, such as a public VCS "
8481 "repository).  It is not sufficient to obfuscate the details of the change, "
8482 "as the code itself is public, and can (and will) be examined by the general "
8483 "public."
8484 msgstr ""
8485 "Bitte beachten Sie, dass Sie keine Fehlerbehebung nach <literal>unstable</"
8486 "literal> (oder an eine andere Stelle, wie ein öffentliches VCS-Depot) senden "
8487 "können, wenn Geheimhaltung nötig ist. Es reicht nicht aus, die Einzelheiten "
8488 "der Änderung zu verschleiern, da der Code selbst öffentlich ist und von der "
8489 "Allgemeinheit untersucht werden kann (und soll)."
8490
8491 #. type: Content of: <chapter><section><section><section><para>
8492 #: pkgs.dbk:980
8493 msgid ""
8494 "There are two reasons for releasing information even though secrecy is "
8495 "requested: the problem has been known for a while, or the problem or exploit "
8496 "has become public."
8497 msgstr ""
8498 "Es gibt zwei Gründe, Informationen sogar dann zu veröffentlichen, wenn um "
8499 "Geheimhaltung gebeten wurde: Das Problem ist bereits seit einer Weile "
8500 "bekannt oder es wurde ein Exploit veröffentlicht."
8501
8502 #. type: Content of: <chapter><section><section><section><para>
8503 #: pkgs.dbk:985
8504 msgid ""
8505 "The Security Team has a PGP-key to enable encrypted communication about "
8506 "sensitive issues. See the <ulink url=\"http://www.debian.org/security/"
8507 "faq#contact\">Security Team FAQ</ulink> for details."
8508 msgstr ""
8509 "Das Sicherheits-Team hat einen PGP-Schlüssel, um verschlüsselte "
8510 "Kommunikation über sensible Themen zu aktivieren. Einzelheiten finden Sie in "
8511 "der <ulink url=\"http://www.debian.org/security/faq#contact\">Debian "
8512 "Sicherheits-FAQ</ulink>."
8513
8514 #. type: Content of: <chapter><section><section><section><title>
8515 #: pkgs.dbk:991
8516 msgid "Security Advisories"
8517 msgstr "Sicherheitswarnungen"
8518
8519 #. type: Content of: <chapter><section><section><section><para>
8520 #: pkgs.dbk:993
8521 msgid ""
8522 "Security advisories are only issued for the current, released stable "
8523 "distribution, and <emphasis>not</emphasis> for <literal>testing</literal> or "
8524 "<literal>unstable</literal>.  When released, advisories are sent to the "
8525 "&email-debian-security-announce; mailing list and posted on <ulink url="
8526 "\"&url-debian-security-advisories;\">the security web page</ulink>.  "
8527 "Security advisories are written and posted by the security team.  However "
8528 "they certainly do not mind if a maintainer can supply some of the "
8529 "information for them, or write part of the text.  Information that should be "
8530 "in an advisory includes:"
8531 msgstr ""
8532 "Sicherheitswarnungen werden nur für die aktuelle, veröffentlichte Stable-"
8533 "Distribution ausgegeben und <emphasis>nicht</emphasis> für <literal>testing</"
8534 "literal> oder <literal>unstable</literal>. Wenn Sie veröffentlicht werden, "
8535 "werden sie an die Mailingliste &email-debian-security-announce; und an die "
8536 "Website <ulink url=\"&url-debian-security-advisories;\">Sicherheits-"
8537 "Informationen</ulink> geschickt. Sicherheitswarnungen werden vom Sicherheits-"
8538 "Team verfasst und verschickt. Es macht natürlich nichts aus, wenn ein "
8539 "Paketbetreuer einige Informationen dazu bereitstellen kann oder einen Teil "
8540 "des Textes verfasst. Informationen in einer Warnung sollten Folgendes "
8541 "umfassen:"
8542
8543 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8544 #: pkgs.dbk:1006
8545 msgid "A description of the problem and its scope, including:"
8546 msgstr ""
8547 "eine Beschreibung des Problems und seines Geltungsbereichs, einschließlich:"
8548
8549 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8550 #: pkgs.dbk:1011
8551 msgid "The type of problem (privilege escalation, denial of service, etc.)"
8552 msgstr "dem Typ des Problems (Rechteausweitung, Dienstverweigerung etc.)"
8553
8554 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8555 #: pkgs.dbk:1016
8556 msgid "What privileges may be gained, and by whom (if any)"
8557 msgstr ""
8558 "Welche Privilegien können erlangt werden und durch wen (falls durch "
8559 "jemanden)?"
8560
8561 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8562 #: pkgs.dbk:1021
8563 msgid "How it can be exploited"
8564 msgstr "Wie kann dies ausgenutzt werden?"
8565
8566 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8567 #: pkgs.dbk:1026
8568 msgid "Whether it is remotely or locally exploitable"
8569 msgstr "Ist es aus der Ferne oder lokal ausnutzbar?"
8570
8571 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8572 #: pkgs.dbk:1031
8573 msgid "How the problem was fixed"
8574 msgstr "Wie wurde das Problem gelöst?"
8575
8576 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8577 #: pkgs.dbk:1036
8578 msgid "This information allows users to assess the threat to their systems."
8579 msgstr ""
8580 "Diese Informationen ermöglichen es Anwendern die Bedrohung ihrer Systeme zu "
8581 "beurteilen."
8582
8583 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8584 #: pkgs.dbk:1041
8585 msgid "Version numbers of affected packages"
8586 msgstr "Versionsnummern betroffener Pakete"
8587
8588 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8589 #: pkgs.dbk:1046
8590 msgid "Version numbers of fixed packages"
8591 msgstr "Versionsnummern reparierter Pakete"
8592
8593 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8594 #: pkgs.dbk:1051
8595 msgid ""
8596 "Information on where to obtain the updated packages (usually from the Debian "
8597 "security archive)"
8598 msgstr ""
8599 "Informationen, woher man die aktualisierten Pakete bekommen kann "
8600 "(üblicherweise aus dem Debian-Sicherheitsarchiv)"
8601
8602 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8603 #: pkgs.dbk:1057
8604 msgid ""
8605 "References to upstream advisories, <ulink url=\"http://cve.mitre.org\">CVE</"
8606 "ulink> identifiers, and any other information useful in cross-referencing "
8607 "the vulnerability"
8608 msgstr ""
8609 "Referenzen zu Warnungen der Originalautoren, <ulink url=\"http://cve.mitre."
8610 "org\">CVE</ulink>-Bezeichner und jede andere nützliche Informationen in "
8611 "Querverweisen zur Schwachstelle"
8612
8613 #. type: Content of: <chapter><section><section><section><title>
8614 #: pkgs.dbk:1066
8615 msgid "Preparing packages to address security issues"
8616 msgstr "Pakete vorbereiten, um Sicherheitsthemen anzugehen"
8617
8618 #. type: Content of: <chapter><section><section><section><para>
8619 #: pkgs.dbk:1068
8620 msgid ""
8621 "One way that you can assist the security team in their duties is to provide "
8622 "them with fixed packages suitable for a security advisory for the stable "
8623 "Debian release."
8624 msgstr ""
8625 "Eine Möglichkeit, dem Sicherheits-Team bei seinen Aufgaben beizustehen "
8626 "besteht darin, es mit reparierten Paketen zu versorgen, die für eine "
8627 "Sicherheitswarnung des Stable-Releases geeignet sind."
8628
8629 #. type: Content of: <chapter><section><section><section><para>
8630 #: pkgs.dbk:1073
8631 msgid ""
8632 "When an update is made to the stable release, care must be taken to avoid "
8633 "changing system behavior or introducing new bugs.  In order to do this, make "
8634 "as few changes as possible to fix the bug.  Users and administrators rely on "
8635 "the exact behavior of a release once it is made, so any change that is made "
8636 "might break someone's system.  This is especially true of libraries: make "
8637 "sure you never change the API or ABI, no matter how small the change."
8638 msgstr ""
8639 "Wenn eine Aktualisierung am Stable-Release vorgenommen wird, muss dies "
8640 "behutsam getan werden, damit eine Änderung des Systemverhaltens vermieden "
8641 "wird und keine neuen Fehler eingeschleppt werden. Um dies zu erreichen, "
8642 "ändern Sie so wenig wie möglich, wenn Sie Fehler beheben. Anwender und "
8643 "Administratoren verlassen sich auf das exakte Verhalten des Release nachdem "
8644 "es veröffentlicht wurde, so dass jegliche vorgenommene Änderung das System "
8645 "von jemandem stören könnte. Dies trifft im Besonderen auf Bibliotheken zu: "
8646 "Stellen Sie sicher, dass Sie nie das API oder das ABI ändern, egal wie klein "
8647 "die Änderung auch sein mag."
8648
8649 #. type: Content of: <chapter><section><section><section><para>
8650 #: pkgs.dbk:1081
8651 msgid ""
8652 "This means that moving to a new upstream version is not a good solution.  "
8653 "Instead, the relevant changes should be back-ported to the version present "
8654 "in the current stable Debian release.  Generally, upstream maintainers are "
8655 "willing to help if needed.  If not, the Debian security team may be able to "
8656 "help."
8657 msgstr ""
8658 "Dies bedeutet, dass das Umschwenken auf eine neue Originalversion keine gute "
8659 "Lösung ist. Stattdessen sollten die passenden Änderungen auf die Versionen "
8660 "im aktuellen Debian-Stable-Release zurückportiert werden. Generell sind "
8661 "Original-Paketbetreuer bereit zu helfen, wenn nötig. Falls nicht, könnte das "
8662 "Debian-Sicherheits-Team in der Lage sein zu helfen."
8663
8664 #. type: Content of: <chapter><section><section><section><para>
8665 #: pkgs.dbk:1087
8666 msgid ""
8667 "In some cases, it is not possible to back-port a security fix, for example "
8668 "when large amounts of source code need to be modified or rewritten.  If this "
8669 "happens, it may be necessary to move to a new upstream version.  However, "
8670 "this is only done in extreme situations, and you must always coordinate that "
8671 "with the security team beforehand."
8672 msgstr ""
8673 "In manchen Fällen ist es unmöglich eine Sicherheitsreparatur zurück zu "
8674 "portieren, zum Beispiel, wenn große Teile des Quelltextes geändert oder "
8675 "überschrieben werden müssen. Falls dies geschieht, könnte es nötig sein, zu "
8676 "einer neue Originalversion zu wechseln. Dies wird jedoch nur in extremen "
8677 "Situationen getan und Sie müssen dies immer vorab mit dem Sicherheits-Team "
8678 "abstimmen."
8679
8680 #. type: Content of: <chapter><section><section><section><para>
8681 #: pkgs.dbk:1094
8682 msgid ""
8683 "Related to this is another important guideline: always test your changes.  "
8684 "If you have an exploit available, try it and see if it indeed succeeds on "
8685 "the unpatched package and fails on the fixed package.  Test other, normal "
8686 "actions as well, as sometimes a security fix can break seemingly unrelated "
8687 "features in subtle ways."
8688 msgstr ""
8689 "Darauf bezieht sich eine weitere wichtige Richtlinie: Testen Sie immer Ihre "
8690 "Änderungen. Falls Sie über ein Exploit verfügen, probieren Sie es aus und "
8691 "sehen Sie, ob es wirklich beim nicht reparierten Paket erfolgreich ist und "
8692 "am reparierten Paket scheitert. Testen Sie auch andere normale Aktionen, da "
8693 "eine Sicherheitsreparatur manchmal scheinbar nicht betroffene Funktionen auf "
8694 "raffinierte Weise stört."
8695
8696 #. type: Content of: <chapter><section><section><section><para>
8697 #: pkgs.dbk:1101
8698 msgid ""
8699 "Do <emphasis role=\"strong\">NOT</emphasis> include any changes in your "
8700 "package which are not directly related to fixing the vulnerability.  These "
8701 "will only need to be reverted, and this wastes time.  If there are other "
8702 "bugs in your package that you would like to fix, make an upload to proposed-"
8703 "updates in the usual way, after the security advisory is issued.  The "
8704 "security update mechanism is not a means for introducing changes to your "
8705 "package which would otherwise be rejected from the stable release, so please "
8706 "do not attempt to do this."
8707 msgstr ""
8708 "Nehmen Sie <emphasis role=\"strong\">KEINE</emphasis> Änderungen in Ihr "
8709 "Paket auf, die sich nicht direkt auf die Reparatur der Schwachstelle "
8710 "beziehen. Diese müssten rückgängig gemacht werden, was Zeit kostet. Falls es "
8711 "in Ihrem Paket andere Fehler gibt, die Sie gerne beheben würden, machen Sie "
8712 "auf dem üblichen Weg ein Upload nach »proposed-updates«, nachdem die "
8713 "Sicherheitswarnung veröffentlicht wurde. Der Sicherheits-"
8714 "Aktualisierungsmechanismus ist kein Mittel, um Änderungen an Ihrem Paket "
8715 "einzuführen, die andernfalls vom Stable-Release abgelehnt worden wären, "
8716 "unterlassen sie es also."
8717
8718 #. type: Content of: <chapter><section><section><section><para>
8719 #: pkgs.dbk:1111
8720 msgid ""
8721 "Review and test your changes as much as possible.  Check the differences "
8722 "from the previous version repeatedly (<command>interdiff</command> from the "
8723 "<systemitem role=\"package\">patchutils</systemitem> package and "
8724 "<command>debdiff</command> from <systemitem role=\"package\">devscripts</"
8725 "systemitem> are useful tools for this, see <xref linkend=\"debdiff\"/>)."
8726 msgstr ""
8727 "Überprüfen und testen Sie Ihre Änderungen so ausgiebig wie möglich. Prüfen "
8728 "Sie die Unterschiede zur vorherigen Version mehrmals (<command>interdiff</"
8729 "command> aus dem Paket <systemitem role=\"package\">patchutils</systemitem> "
8730 "und <command>debdiff</command> aus <systemitem role=\"package\">devscripts</"
8731 "systemitem> sind nützlich Werkzeuge dafür, siehe <xref linkend=\"debdiff\"/"
8732 ">)."
8733
8734 #. type: Content of: <chapter><section><section><section><para>
8735 #: pkgs.dbk:1119
8736 msgid "Be sure to verify the following items:"
8737 msgstr "Überprüfen Sie unbedingt folgende Elemente:"
8738
8739 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8740 #: pkgs.dbk:1124
8741 #, fuzzy
8742 #| msgid ""
8743 #| "<emphasis role=\"strong\">Target the right distribution</emphasis> in "
8744 #| "your <filename>debian/changelog</filename>.  For <literal>stable</"
8745 #| "literal> this is <literal>stable-security</literal> and for "
8746 #| "<literal>testing</literal> this is <literal>testing-security</literal>, "
8747 #| "and for the previous stable release, this is <literal>oldstable-security</"
8748 #| "literal>.  Do not target <replaceable>distribution</replaceable><literal>-"
8749 #| "proposed-updates</literal> or <literal>stable</literal>!"
8750 msgid ""
8751 "<emphasis role=\"strong\">Target the right distribution</emphasis> in your "
8752 "<filename>debian/changelog</filename>: <replaceable>codename</"
8753 "replaceable><literal>-security</literal> (e.g. <literal>wheezy-security</"
8754 "literal>).  Do not target <replaceable>distribution</replaceable><literal>-"
8755 "proposed-updates</literal> or <literal>stable</literal>!"
8756 msgstr ""
8757 "<emphasis role=\"strong\">Visieren Sie</emphasis> in Ihrem <filename>debian/"
8758 "changelog</filename> die richtige Version an. Für <literal>stable</literal> "
8759 "ist dies <literal>stable-security</literal>, für <literal>testing</literal> "
8760 "ist dies <literal>testing-security</literal> und für das vorherige Stable-"
8761 "Release ist dies <literal>oldstable-security</literal>. Peilen Sie nicht "
8762 "<replaceable>Distribution</replaceable><literal>-proposed-updates</literal> "
8763 "oder <literal>stable</literal> an!"
8764
8765 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8766 #: pkgs.dbk:1134
8767 msgid ""
8768 "The upload should have <emphasis role=\"strong\">urgency=high</emphasis>."
8769 msgstr ""
8770 "Der Upload sollte die <emphasis role=\"strong\">urgency=high</emphasis> "
8771 "haben."
8772
8773 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8774 #: pkgs.dbk:1139
8775 msgid ""
8776 "Make descriptive, meaningful changelog entries.  Others will rely on them to "
8777 "determine whether a particular bug was fixed.  Add <literal>closes:</"
8778 "literal> statements for any <emphasis role=\"strong\">Debian bugs</emphasis> "
8779 "filed.  Always include an external reference, preferably a <emphasis role="
8780 "\"strong\">CVE identifier</emphasis>, so that it can be cross-referenced. "
8781 "However, if a CVE identifier has not yet been assigned, do not wait for it "
8782 "but continue the process. The identifier can be cross-referenced later."
8783 msgstr ""
8784 "Verfassen Sie anschauliche, aussagekräftige Änderungsprotokolleinträge. "
8785 "Andere werden sich darauf verlassen, um zu bestimmen, ob ein bestimmter "
8786 "Fehler behoben wurde. Fügen Sie für alle eingereichten <emphasis role="
8787 "\"strong\">Debian-Fehler</emphasis> <literal>closes:</literal>-Angaben "
8788 "hinzu. Beziehen Sie immer einen externen Bezug ein, vorzugsweise einen "
8789 "<emphasis role=\"strong\">CVE-Bezeichner</emphasis>, so dass Querverweise "
8790 "darauf möglich sind. Wenn ein CVE-Bezeichner jedoch noch nicht zugewiesen "
8791 "wurde, warten Sie nicht darauf, fahren Sie aber mit dem Prozess fort. Ein "
8792 "späterer Querverweis auf den Bezeichner ist möglich."
8793
8794 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8795 #: pkgs.dbk:1150
8796 msgid ""
8797 "Make sure the <emphasis role=\"strong\">version number</emphasis> is "
8798 "proper.  It must be greater than the current package, but less than package "
8799 "versions in later distributions.  If in doubt, test it with <literal>dpkg --"
8800 "compare-versions</literal>.  Be careful not to re-use a version number that "
8801 "you have already used for a previous upload, or one that conflicts with a "
8802 "binNMU. The convention is to append <literal>+</"
8803 "literal><replaceable>codename</replaceable><literal>1</literal>, e.g.  "
8804 "<literal>1:2.4.3-4+lenny1</literal>, of course increasing 1 for any "
8805 "subsequent uploads."
8806 msgstr ""
8807 "Stellen Sie sicher, dass die <emphasis role=\"strong\">Versionsnummer</"
8808 "emphasis> angemessen ist. Sie muss größer als die des aktuellen Pakets, aber "
8809 "kleiner als die von Paketversionen in neueren Distributionen sein. Falls es "
8810 "Zweifel gibt, prüfen Sie es mit <literal>dpkg --compare-versions</literal>. "
8811 "Seien Sie vorsichtig, dass Sie keine Versionsnummer wiederverwenden, die Sie "
8812 "für einen vorherigen Upload benutzt haben oder eine, die Konflikte mit einem "
8813 "binNMU auslöst. Es ist Brauch <literal>+</literal><replaceable>Codename</"
8814 "replaceable><literal>1</literal> anzuhängen, z.B. <literal>1:2.4.3-4+lenny1</"
8815 "literal> und natürlich bei nachfolgenden Uploads um eins zu erhöhen."
8816
8817 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8818 #: pkgs.dbk:1163
8819 msgid ""
8820 "Unless the upstream source has been uploaded to <literal>security.debian."
8821 "org</literal> before (by a previous security update), build the upload "
8822 "<emphasis role=\"strong\">with full upstream source</emphasis> "
8823 "(<literal>dpkg-buildpackage -sa</literal>).  If there has been a previous "
8824 "upload to <literal>security.debian.org</literal> with the same upstream "
8825 "version, you may upload without upstream source (<literal>dpkg-buildpackage -"
8826 "sd</literal>)."
8827 msgstr ""
8828 "Sofern die Originalquelle nicht vorher nach <literal>security.debian.org</"
8829 "literal> hochgeladen wurde, (durch eine vorhergehende "
8830 "Sicherheitsaktualisierung) erstellen Sie den Upload <emphasis role=\"strong"
8831 "\">aus vollständigen Originalquellen</emphasis> (<literal>dpkg-buildpackage -"
8832 "sa</literal>). Falls es einen vorhergehenden Upload nach <literal>security."
8833 "debian.org</literal> mit der gleichen Originalversion gab, könnten Sie ohne "
8834 "die Originalquelle hochladen (<literal>dpkg-buildpackage -sd</literal>)."
8835
8836 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8837 #: pkgs.dbk:1174
8838 msgid ""
8839 "Be sure to use the <emphasis role=\"strong\">exact same <filename>*.orig.tar."
8840 "{gz,bz2,xz}</filename></emphasis> as used in the normal archive, otherwise "
8841 "it is not possible to move the security fix into the main archives later."
8842 msgstr ""
8843 "Tragen Sie Sorge, dass die <emphasis role=\"strong\">exakt gleiche "
8844 "<filename>*.orig.tar.{gz,bz2,xz}</filename></emphasis>-Datei, wie im "
8845 "normalen Archiv benutzt wird. Andernfalls ist es nicht möglich, die "
8846 "Sicherheitsfehlerbehebung später in die Hauptarchive zu verschieben."
8847
8848 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8849 #: pkgs.dbk:1182
8850 msgid ""
8851 "Build the package on a <emphasis role=\"strong\">clean system</emphasis> "
8852 "which only has packages installed from the distribution you are building "
8853 "for. If you do not have such a system yourself, you can use a debian.org "
8854 "machine (see <xref linkend=\"server-machines\"/>) or setup a chroot (see "
8855 "<xref linkend=\"pbuilder\"/> and <xref linkend=\"debootstrap\"/>)."
8856 msgstr ""
8857 "Erstellen Sie das Paket auf einem <emphasis role=\"strong\">einwandfreien "
8858 "System</emphasis>, auf dem nur Pakete der Distribution installiert sind, für "
8859 "die Sie es erstellen. Falls Sie selbst nicht über ein solches System "
8860 "verfügen, können Sie eine debian.org-Maschine verwenden (siehe <xref linkend="
8861 "\"server-machines\"/>) oder richten Sie ein Chroot ein (siehe <xref linkend="
8862 "\"pbuilder\"/> und <xref linkend=\"debootstrap\"/>)."
8863
8864 #. type: Content of: <chapter><section><section><section><title>
8865 #: pkgs.dbk:1193
8866 msgid "Uploading the fixed package"
8867 msgstr "Hochladen eines reparierten Pakets"
8868
8869 #. type: Content of: <chapter><section><section><section><para>
8870 #: pkgs.dbk:1195
8871 #, fuzzy
8872 #| msgid ""
8873 #| "Do <emphasis role=\"strong\">NOT</emphasis> upload a package to the "
8874 #| "security upload queue (<literal>oldstable-security</literal>, "
8875 #| "<literal>stable-security</literal>, etc.) without prior authorization "
8876 #| "from the security team.  If the package does not exactly meet the team's "
8877 #| "requirements, it will cause many problems and delays in dealing with the "
8878 #| "unwanted upload."
8879 msgid ""
8880 "Do <emphasis role=\"strong\">NOT</emphasis> upload a package to the security "
8881 "upload queue (on <literal>security-master.debian.org</literal>)  without "
8882 "prior authorization from the security team.  If the package does not exactly "
8883 "meet the team's requirements, it will cause many problems and delays in "
8884 "dealing with the unwanted upload."
8885 msgstr ""
8886 "Laden Sie <emphasis role=\"strong\">KEIN</emphasis> Paket in die Sicherheits-"
8887 "Upload-Warteschlange (<literal>oldstable-security</literal>, <literal>stable-"
8888 "security</literal> etc.) ohne vorherige Genehmigung des Sicherheits-Teams. "
8889 "Falls das Paket nicht exakt den Anforderungen des Teams entspricht, wird es "
8890 "viele Probleme und Verzögerungen im Umgang mit dem unerwünschten Upload "
8891 "verursachen."
8892
8893 #. type: Content of: <chapter><section><section><section><para>
8894 #: pkgs.dbk:1202
8895 msgid ""
8896 "Do <emphasis role=\"strong\">NOT</emphasis> upload your fix to "
8897 "<literal>proposed-updates</literal> without coordinating with the security "
8898 "team.  Packages from <literal>security.debian.org</literal> will be copied "
8899 "into the <literal>proposed-updates</literal> directory automatically.  If a "
8900 "package with the same or a higher version number is already installed into "
8901 "the archive, the security update will be rejected by the archive system.  "
8902 "That way, the stable distribution will end up without a security update for "
8903 "this package instead."
8904 msgstr ""
8905 "Laden Sie ihre Fehlerbehebung <emphasis role=\"strong\">NICHT</emphasis> "
8906 "nach <literal>proposed-updates</literal> ohne Abstimmung mit dem Sicherheits-"
8907 "Team hoch. Pakete von <literal>security.debian.org</literal> werden "
8908 "automatisch direkt in das Verzeichnis <literal>proposed-updates</literal> "
8909 "kopiert. Falls bereits ein Paket mit der gleichen oder einer höheren "
8910 "Versionsnummer im Archiv installiert ist, wird die Sicherheitsaktualisierung "
8911 "durch das Archivsystem abgelehnt. Stattdessen endet auf diese Weise die "
8912 "Distribution Stable ohne eine Sicherheitsaktualisierung für dieses Paket."
8913
8914 #. type: Content of: <chapter><section><section><section><para>
8915 #: pkgs.dbk:1212
8916 msgid ""
8917 "Once you have created and tested the new package and it has been approved by "
8918 "the security team, it needs to be uploaded so that it can be installed in "
8919 "the archives.  For security uploads, the place to upload to is "
8920 "<literal>ftp://security-master.debian.org/pub/SecurityUploadQueue/</literal>."
8921 msgstr ""
8922 "Sobald Sie das neue Paket erstellt und getestet haben und es vom Sicherheits-"
8923 "Team zugelassen wurde, muss es hochgeladen werden, so dass es in den "
8924 "Archiven installiert werden kann. Sicherheits-Uploads werden nach "
8925 "<literal>ftp://security-master.debian.org/pub/SecurityUploadQueue/</literal> "
8926 "hochgeladen."
8927
8928 #. type: Content of: <chapter><section><section><section><para>
8929 #: pkgs.dbk:1218
8930 msgid ""
8931 "Once an upload to the security queue has been accepted, the package will "
8932 "automatically be built for all architectures and stored for verification by "
8933 "the security team."
8934 msgstr ""
8935 "Sobald ein Upload in die Sicherheitheitswarteschlange akzeptiert wurde, wird "
8936 "das Paket automatisch für alle Architekturen erstellt und zur Überprüfung "
8937 "durch das Sicherheits-Team gespeichert."
8938
8939 #. type: Content of: <chapter><section><section><section><para>
8940 #: pkgs.dbk:1223
8941 msgid ""
8942 "Uploads which are waiting for acceptance or verification are only accessible "
8943 "by the security team.  This is necessary since there might be fixes for "
8944 "security problems that cannot be disclosed yet."
8945 msgstr ""
8946 "Auf Uploads, die auf Zustimmung oder Prüfung warten, kann nur das "
8947 "Sicherheits-Team zugreifen. Dies ist nötig, da es sich um Fehlerbehebungen "
8948 "für Sicherheitsprobleme handeln könnte, die noch nicht offengelegt werden "
8949 "können."
8950
8951 #. type: Content of: <chapter><section><section><section><para>
8952 #: pkgs.dbk:1228
8953 msgid ""
8954 "If a member of the security team accepts a package, it will be installed on "
8955 "<literal>security.debian.org</literal> as well as proposed for the proper "
8956 "<replaceable>distribution</replaceable><literal>-proposed-updates</literal> "
8957 "on <literal>&ftp-master-host;</literal>."
8958 msgstr ""
8959 "Falls ein Mitglied des Sicherheits-Teams ein Paket akzeptiert, wird es auf "
8960 "<literal>security.debian.org</literal> installiert. Ebenso wird es für das "
8961 "passende <replaceable>Distribution</replaceable><literal>-proposed-updates</"
8962 "literal> auf <literal>&ftp-master-host;</literal> vorgeschlagen."
8963
8964 #. type: Content of: <chapter><section><title>
8965 #: pkgs.dbk:1240
8966 #, fuzzy
8967 #| msgid "Moving, removing, renaming, adopting, and orphaning packages"
8968 msgid ""
8969 "Moving, removing, renaming, orphaning, adopting, and reintroducing packages"
8970 msgstr ""
8971 "Verschieben, Entfernen, Umbenennen, Adoptieren und Verwaisen von Paketen"
8972
8973 #. type: Content of: <chapter><section><para>
8974 #: pkgs.dbk:1242
8975 msgid ""
8976 "Some archive manipulation operations are not automated in the Debian upload "
8977 "process.  These procedures should be manually followed by maintainers.  This "
8978 "chapter gives guidelines on what to do in these cases."
8979 msgstr ""
8980 "Einige Operationen zum Manipulieren von Archiven sind im Debian-Upload-"
8981 "Prozess nicht automatisiert. Diesen Prozeduren sollte manuell durch "
8982 "Paketbetreuer gefolgt werden. Dieses Kapitel gibt einen Leitfaden, was in "
8983 "diesen Fällen zu tun ist."
8984
8985 #. type: Content of: <chapter><section><section><title>
8986 #: pkgs.dbk:1247
8987 msgid "Moving packages"
8988 msgstr "Pakete verschieben"
8989
8990 #. type: Content of: <chapter><section><section><para><footnote><para>
8991 #: pkgs.dbk:1251
8992 msgid ""
8993 "See the <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for "
8994 "guidelines on what section a package belongs in."
8995 msgstr ""
8996 "Einen Leitfaden, in welchen Bereich ein Paket gehört, finden Sie im <ulink "
8997 "url=\"&url-debian-policy;\">Debian Policy Manual</ulink>."
8998
8999 #. type: Content of: <chapter><section><section><para>
9000 #: pkgs.dbk:1249
9001 msgid ""
9002 "Sometimes a package will change its section.  For instance, a package from "
9003 "the <literal>non-free</literal> section might be GPL'd in a later version, "
9004 "in which case the package should be moved to `main' or `contrib'."
9005 "<placeholder type=\"footnote\" id=\"0\"/>"
9006 msgstr ""
9007 "Manchmal ändert ein Paket seinen Bereich. Ein Paket aus dem Bereich "
9008 "<literal>non-free</literal> könnte zum Beispiel in einer neueren Version "
9009 "unter der GPL erscheinen. In diesem Fall sollte es nach »main« oder "
9010 "»contrib« verschoben werden.<placeholder type=\"footnote\" id=\"0\"/>"
9011
9012 #. type: Content of: <chapter><section><section><para>
9013 #: pkgs.dbk:1256
9014 msgid ""
9015 "If you need to change the section for one of your packages, change the "
9016 "package control information to place the package in the desired section, and "
9017 "re-upload the package (see the <ulink url=\"&url-debian-policy;\">Debian "
9018 "Policy Manual</ulink> for details).  You must ensure that you include the "
9019 "<filename>.orig.tar.{gz,bz2,xz}</filename> in your upload (even if you are "
9020 "not uploading a new upstream version), or it will not appear in the new "
9021 "section together with the rest of the package.  If your new section is "
9022 "valid, it will be moved automatically.  If it does not, then contact the "
9023 "ftpmasters in order to understand what happened."
9024 msgstr ""
9025 "Falls Sie für eines Ihrer Pakete den Bereich ändern müssen, ändern Sie die "
9026 "Paketsteuerungsinformation, um das Paket in den gewünschten Bereich zu "
9027 "platzieren und laden Sie das Paket erneut hoch (Einzelheiten finden Sie im "
9028 "<ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink>). Sie müssen "
9029 "sicherstellen, dass Sie Ihrem Upload die <filename>.orig.tar.{gz,bz2,xz}</"
9030 "filename>-Datei beifügen (sogar, wenn Sie keine neue Originalversion "
9031 "hochladen) sonst es wird nicht zusammen mit dem Rest des Pakets in dem neuen "
9032 "Bereich erscheinen. Falls Ihr neuer Bereich gültig ist, wird es automatisch "
9033 "verschoben. Falls dies nicht geschieht, wenden Sie sich an die Ftpmasters, "
9034 "damit Sie verstehen, was geschehen ist."
9035
9036 #. type: Content of: <chapter><section><section><para>
9037 #: pkgs.dbk:1268
9038 msgid ""
9039 "If, on the other hand, you need to change the <literal>subsection</literal> "
9040 "of one of your packages (e.g., ``devel'', ``admin''), the procedure is "
9041 "slightly different.  Correct the subsection as found in the control file of "
9042 "the package, and re-upload that.  Also, you'll need to get the override file "
9043 "updated, as described in <xref linkend=\"override-file\"/>."
9044 msgstr ""
9045 "Falls Sie andererseits die <literal>subsection</literal> eines Ihrer Pakete "
9046 "ändern müssen (z.B. »devel«, »admin«), ist die Prozedur etwas anders. "
9047 "Korrigieren Sie den in der Steuerungsdatei gefundenen Unterbereich des "
9048 "Pakets und laden Sie es erneut hoch. Außerdem müssen Sie die Datei "
9049 "»override« aktualisieren, wie es in <xref linkend=\"override-file\"/> "
9050 "beschrieben wird."
9051
9052 #. type: Content of: <chapter><section><section><title>
9053 #: pkgs.dbk:1277
9054 msgid "Removing packages"
9055 msgstr "Pakete entfernen"
9056
9057 #. type: Content of: <chapter><section><section><para>
9058 #: pkgs.dbk:1279
9059 msgid ""
9060 "If for some reason you want to completely remove a package (say, if it is an "
9061 "old compatibility library which is no longer required), you need to file a "
9062 "bug against <systemitem role=\"package\">&ftp-debian-org;</systemitem> "
9063 "asking that the package be removed; as all bugs, this bug should normally "
9064 "have normal severity.  The bug title should be in the form <literal>RM: "
9065 "<replaceable>package</replaceable> <replaceable>[architecture list]</"
9066 "replaceable> -- <replaceable>reason</replaceable></literal>, where "
9067 "<replaceable>package</replaceable> is the package to be removed and "
9068 "<replaceable>reason</replaceable> is a short summary of the reason for the "
9069 "removal request.  <replaceable>[architecture list]</replaceable> is optional "
9070 "and only needed if the removal request only applies to some architectures, "
9071 "not all. Note that the <command>reportbug</command> will create a title "
9072 "conforming to these rules when you use it to report a bug against the "
9073 "<systemitem role=\"package\">&ftp-debian-org;</systemitem> pseudo-package."
9074 msgstr ""
9075 "Falls Sie aus irgendeinem Grund das Paket vollständig entfernen möchten "
9076 "(etwa, weil es eine alte Kompatibilitätsbibliothek ist, die nicht länger "
9077 "erforderlich ist), müssen sie einen Fehler gegen <systemitem role=\"package"
9078 "\">&ftp-debian-org;</systemitem> einreichen, in dem Sie darum bitten, das "
9079 "Paket zu entfernen. Wie alle Fehler sollte auch dieser normalerweise den "
9080 "Schweregrad »normal« haben. Der Fehlertitel sollte die Form <literal>RM: "
9081 "<replaceable>Paket</replaceable> <replaceable>[Architekturenliste]</"
9082 "replaceable> -- <replaceable>Grund</replaceable></literal> haben, wobei "
9083 "<replaceable>Paket</replaceable> der Name des zu entfernenden Pakets und "
9084 "<replaceable>Grund</replaceable> eine kurze Zusammenfassung sein sollte, aus "
9085 "welchem Grund um Entfernen gebeten wird. <replaceable>[Architekturenliste]</"
9086 "replaceable> ist optional und wird nur benötigt, wenn das Entfernen "
9087 "lediglich einige Architekturen betrifft, aber nicht alle. Beachten Sie, dass "
9088 "<command>reportbug</command> einen Titel erstellt, der diesen Regeln "
9089 "entspricht, wenn Sie es benutzen, um einen Fehler des Pseudo-Pakets "
9090 "<systemitem role=\"package\">&ftp-debian-org;</systemitem> melden."
9091
9092 #. type: Content of: <chapter><section><section><para>
9093 #: pkgs.dbk:1296
9094 msgid ""
9095 "If you want to remove a package you maintain, you should note this in the "
9096 "bug title by prepending <literal>ROM</literal> (Request Of Maintainer).  "
9097 "There are several other standard acronyms used in the reasoning for a "
9098 "package removal, see <ulink url=\"http://&ftp-master-host;/removals.html\"></"
9099 "ulink> for a complete list. That page also provides a convenient overview of "
9100 "pending removal requests."
9101 msgstr ""
9102 "Falls Sie ein Paket entfernen wollen, das Sie betreuen, sollten Sie dies im "
9103 "Fehlertitel durch Voranstellen von <literal>ROM</literal> (Request Of "
9104 "Maintainer) anmerken. Es gibt mehrere andere Standardabkürzungen, die als "
9105 "Grund für das Entfernen von Paketen benutzt werden. Eine komplette Liste "
9106 "finden Sie unter <ulink url=\"http://&ftp-master-host;/removals.html\"></"
9107 "ulink>. Diese Seite stellt außerdem einen praktischen Überblick über "
9108 "ausstehende Anfragen zum Entfernen bereit."
9109
9110 #. type: Content of: <chapter><section><section><para>
9111 #: pkgs.dbk:1305
9112 msgid ""
9113 "Note that removals can only be done for the <literal>unstable</literal>, "
9114 "<literal>experimental</literal> and <literal>stable</literal> distribution.  "
9115 "Packages are not removed from <literal>testing</literal> directly.  Rather, "
9116 "they will be removed automatically after the package has been removed from "
9117 "<literal>unstable</literal> and no package in <literal>testing</literal> "
9118 "depends on it. (Removals from <literal>testing</literal> are possible though "
9119 "by filing a removal bug report against the <systemitem role=\"package"
9120 "\">&release-debian-org;</systemitem> pseudo-package. See the section <xref "
9121 "linkend=\"removals\"/>.)"
9122 msgstr ""
9123 "Beachten Sie, dass Pakete nur aus den Distributionen <literal>unstable</"
9124 "literal>, <literal>experimental</literal> und <literal>stable</literal> "
9125 "entfernt werden können. Pakete werden nicht direkt aus <literal>testing</"
9126 "literal> entfernt. Sie werden vielmehr automatisch entfernt, nachdem das "
9127 "Paket aus <literal>unstable</literal> entfernt wurde und in "
9128 "<literal>testing</literal> kein Paket davon abhängt. (Etwas aus "
9129 "<literal>testing</literal> zu entfernen ist durch Einreichen eines "
9130 "Fehlerberichts an das Pseudopaket <systemitem role=\"package\">&release-"
9131 "debian-org;</systemitem> möglich. Siehe den Abschnitt <xref linkend="
9132 "\"removals\"/>.)"
9133
9134 #. type: Content of: <chapter><section><section><para>
9135 #: pkgs.dbk:1317
9136 msgid ""
9137 "There is one exception when an explicit removal request is not necessary: If "
9138 "a (source or binary) package is no longer built from source, it will be "
9139 "removed semi-automatically. For a binary-package, this means if there is no "
9140 "longer any source package producing this binary package; if the binary "
9141 "package is just no longer produced on some architectures, a removal request "
9142 "is still necessary. For a source-package, this means that all binary "
9143 "packages it refers to have been taken over by another source package."
9144 msgstr ""
9145 "Es gibt eine Ausnahme, bei der eine explizite Anfrage zum Entfernen nicht "
9146 "nötig ist: Falls ein (Quell- oder Binär-) Paket nicht länger aus der Quelle "
9147 "erstellt wird, wird es halbautomatisch entfernt. Bei einem Binärpaket ist "
9148 "dies der Fall, wenn kein Quellpaket dieses Binärpaket weiterhin erzeugt. "
9149 "Falls das Binärpaket nur auf einigen Architekturen nicht länger erstellt "
9150 "wird, ist eine Anfrage zum Entfernen weiterhin nötig. Für ein Quell-Paket "
9151 "bedeutet dies, dass alle Binärpakete, die sich darauf beziehen, von einem "
9152 "anderen Quellpaket übernommen werden müssen."
9153
9154 #. type: Content of: <chapter><section><section><para>
9155 #: pkgs.dbk:1326
9156 msgid ""
9157 "In your removal request, you have to detail the reasons justifying the "
9158 "request.  This is to avoid unwanted removals and to keep a trace of why a "
9159 "package has been removed.  For example, you can provide the name of the "
9160 "package that supersedes the one to be removed."
9161 msgstr ""
9162 "In Ihrer Bitte um Entfernung müssen Sie detaillierte Gründe angeben, die das "
9163 "Entfernen rechtfertigen. Dies muss so sein, um unerwünschtes Entfernen zu "
9164 "vermeiden und um eine Chronik aufzubewahren, weshalb das Paket entfernt "
9165 "wurde. Sie können zum Beispiel den Namen des Pakets bereitstellen, das das "
9166 "entfernte ersetzt."
9167
9168 #. type: Content of: <chapter><section><section><para>
9169 #: pkgs.dbk:1332
9170 msgid ""
9171 "Usually you only ask for the removal of a package maintained by yourself.  "
9172 "If you want to remove another package, you have to get the approval of its "
9173 "maintainer. Should the package be orphaned and thus have no maintainer, you "
9174 "should first discuss the removal request on &email-debian-qa;. If there is a "
9175 "consensus that the package should be removed, you should reassign and "
9176 "retitle the <literal>O:</literal> bug filed against the <literal>wnpp</"
9177 "literal> package instead of filing a new bug as removal request."
9178 msgstr ""
9179 "Üblicherweise bitten Sie nur ein Paket zu entfernen, das Sie selbst "
9180 "betreuen. Falls Sie ein anderes Paket entfernen möchten, müssen Sie die "
9181 "Genehmigung seines Betreuers einholen. Sollte das Paket verwaist sein und "
9182 "daher keinen Betreuer haben, sollten Sie die Bitte um Entfernung zuerst auf "
9183 "&email-debian-qa; diskutieren. Falls es dort eine Übereinkunft gibt, dass "
9184 "das Paket entfernt werden soll, sollten Sie den <literal>O:</literal>-Fehler "
9185 "mit einem neuen Titel dem <literal>wnpp</literal>-Paket neu zuweisen, "
9186 "anstatt einen neuen Fehlerbericht als Bitte um Entfernen einzureichen."
9187
9188 #. type: Content of: <chapter><section><section><para>
9189 #: pkgs.dbk:1342
9190 msgid ""
9191 "Further information relating to these and other package removal related "
9192 "topics may be found at <ulink url=\"http://wiki.debian.org/ftpmaster_Removals"
9193 "\"></ulink> and <ulink url=\"&url-debian-qa;howto-remove.html\"></ulink>."
9194 msgstr ""
9195 "Weitere Informationen über diese oder andere Themen, die sich auf das "
9196 "Entfernen von Paketen beziehen, können unter <ulink url=\"http://wiki.debian."
9197 "org/ftpmaster_Removals\"></ulink> und <ulink url=\"&url-debian-qa;howto-"
9198 "remove.html\"></ulink> gefunden werden."
9199
9200 #. type: Content of: <chapter><section><section><para>
9201 #: pkgs.dbk:1347
9202 msgid ""
9203 "If in doubt concerning whether a package is disposable, email &email-debian-"
9204 "devel; asking for opinions.  Also of interest is the <command>apt-cache</"
9205 "command> program from the <systemitem role=\"package\">apt</systemitem> "
9206 "package.  When invoked as <literal>apt-cache showpkg <replaceable>package</"
9207 "replaceable></literal>, the program will show details for "
9208 "<replaceable>package</replaceable>, including reverse depends.  Other useful "
9209 "programs include <command>apt-cache rdepends</command>, <command>apt-"
9210 "rdepends</command>, <command>build-rdeps</command> (in the <systemitem role="
9211 "\"package\">devscripts</systemitem> package) and <command>grep-dctrl</"
9212 "command>.  Removal of orphaned packages is discussed on &email-debian-qa;."
9213 msgstr ""
9214 "Wenn Zweifel bestehen, ob ein Paket weggeworfen werden kann, fragen Sie per "
9215 "E-Mail an &email-debian-devel; nach Meinungen. Außerdem ist das Programm "
9216 "<command>apt-cache</command> aus dem Paket <systemitem role=\"package\">apt</"
9217 "systemitem> von Interesse. Wenn es mit <literal>apt-cache showpkg "
9218 "<replaceable>Paket</replaceable></literal> aufgerufen wird, zeigt es "
9219 "Einzelheiten über das <replaceable>Paket</replaceable>, einschließlich "
9220 "umgekehrter Abhängigkeiten. Andere nützlich Programme umfassen <command>apt-"
9221 "cache rdepends</command>, <command>apt-rdepends</command>, <command>build-"
9222 "rdeps</command> (im Paket <systemitem role=\"package\">devscripts</"
9223 "systemitem>) und <command>grep-dctrl</command>. Das Entfernen von verwaisten "
9224 "Paketen wird auf &email-debian-qa; diskutiert."
9225
9226 #. type: Content of: <chapter><section><section><para>
9227 #: pkgs.dbk:1360
9228 msgid ""
9229 "Once the package has been removed, the package's bugs should be handled.  "
9230 "They should either be reassigned to another package in the case where the "
9231 "actual code has evolved into another package (e.g.  <literal>libfoo12</"
9232 "literal> was removed because <literal>libfoo13</literal> supersedes it) or "
9233 "closed if the software is simply no longer part of Debian.  When closing the "
9234 "bugs, to avoid marking the bugs as fixed in versions of the packages in "
9235 "previous Debian releases, they should be marked as fixed in the version "
9236 "<literal>&lt;most-recent-version-ever-in-Debian&gt;+rm</literal>."
9237 msgstr ""
9238 "Sobald das Paket entfernt wurde, sollten die Fehler des Pakets behandelt "
9239 "werden. Sie sollten entweder im Fall, dass der tatsächliche Code in einem "
9240 "anderen Paket entwickelt wurde, neu zugewiesen werden (z.B. "
9241 "<literal>libfoo12</literal> wurde entfernt, weil <literal>libfoo13</literal> "
9242 "es ersetzt) oder geschlossen werden, falls die Software einfach nicht länger "
9243 "Teil von Debian ist. Wenn die Fehler geschlossen werden, sollten sie in der "
9244 "Version <literal>&lt;most-recent-version-ever-in-Debian&gt;+rm</literal> als "
9245 "behoben gekennzeichnet werden, um zu verhindern, dass sie in vorherigen "
9246 "Debian-Releases als behoben gekennzeichnet werden."
9247
9248 #. type: Content of: <chapter><section><section><section><title>
9249 #: pkgs.dbk:1371
9250 msgid "Removing packages from <filename>Incoming</filename>"
9251 msgstr "Entfernen von Paketen aus <filename>Incoming</filename>"
9252
9253 #. type: Content of: <chapter><section><section><section><para>
9254 #: pkgs.dbk:1373
9255 msgid ""
9256 "In the past, it was possible to remove packages from <filename>incoming</"
9257 "filename>.  However, with the introduction of the new incoming system, this "
9258 "is no longer possible.  Instead, you have to upload a new revision of your "
9259 "package with a higher version than the package you want to replace.  Both "
9260 "versions will be installed in the archive but only the higher version will "
9261 "actually be available in <literal>unstable</literal> since the previous "
9262 "version will immediately be replaced by the higher.  However, if you do "
9263 "proper testing of your packages, the need to replace a package should not "
9264 "occur too often anyway."
9265 msgstr ""
9266 "Früher war es möglich, Pakete aus <filename>incoming</filename> zu "
9267 "entfernen. Mit der Einführung des neuen Incoming-Systems ist dies jedoch "
9268 "nicht länger möglich. Stattdessen müssen Sie eine neue Überarbeitung Ihres "
9269 "Pakets mit einer höheren Versionsnummer als der des zu ersetzenden Pakets "
9270 "hochladen. Beide Versionen werden im Archiv installiert, aber nur  die "
9271 "höhere Version wird tatsächlich in <literal>unstable</literal> verfügbar "
9272 "sein, da die vorherige sofort durch die höhere ersetzt wird. Falls Sie "
9273 "jedoch Ihr Paket ordnungsgemäß testen, sollte es ohnehin nicht allzu oft "
9274 "vorkommen, dass Sie ein Paket ersetzen."
9275
9276 #. type: Content of: <chapter><section><section><title>
9277 #: pkgs.dbk:1388
9278 msgid "Replacing or renaming packages"
9279 msgstr "Umbenennen oder Ersetzen von Paketen"
9280
9281 #. type: Content of: <chapter><section><section><para>
9282 #: pkgs.dbk:1390
9283 msgid ""
9284 "When the upstream maintainers for one of your packages chose to rename their "
9285 "software (or you made a mistake naming your package), you should follow a "
9286 "two-step process to rename it. In the first step, change the "
9287 "<filename>debian/control</filename> file to reflect the new name and to "
9288 "replace, provide and conflict with the obsolete package name (see the <ulink "
9289 "url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for details).  "
9290 "Please note that you should only add a <literal>Provides</literal> relation "
9291 "if all packages depending on the obsolete package name continue to work "
9292 "after the renaming. Once you've uploaded the package and the package has "
9293 "moved into the archive, file a bug against <systemitem role=\"package\">&ftp-"
9294 "debian-org;</systemitem> asking to remove the package with the obsolete name "
9295 "(see <xref linkend=\"removing-pkgs\"/>).  Do not forget to properly reassign "
9296 "the package's bugs at the same time."
9297 msgstr ""
9298 "Wenn sich die Originalautoren eines Ihrer Pakete entscheiden, ihre Software "
9299 "umzubenennen (oder Ihnen beim Benennen Ihres Pakets ein Fehler unterlaufen "
9300 "ist), sollten Sie einen zweistufigen Prozess durchlaufen, um es "
9301 "umzubenennen. Im ersten Schritt ändern Sie die Datei <filename>debian/"
9302 "control</filename>, damit Sie den neuen Namen wiederspiegelt, ersetzt, "
9303 "bereitzustellt und zu dem veralteten Paketnamen in Konflikt tritt "
9304 "(Einzelheiten finden Sie im <ulink url=\"&url-debian-policy;\">Debian Policy "
9305 "Manual</ulink>). Bitte beachten Sie, dass Sie nur dann eine "
9306 "<literal>Provides</literal>-Beziehung hinzufügen sollten, wenn alle Pakete, "
9307 "die von dem veralteten Paketnamen abhängen, nach dem Umbenennen weiter "
9308 "funktionieren. Sobald Sie das Paket hochgeladen haben und das Paket in das "
9309 "Archiv verschoben wurde, reichen Sie einen Fehler gegen <systemitem role="
9310 "\"package\">&ftp-debian-org;</systemitem> ein, in dem Sie um das Entfernen "
9311 "des veralteten Namens ersuchen (siehe <xref linkend=\"removing-pkgs\"/>). "
9312 "Vergessen Sie nicht, gleichzeitig die Fehler ordnungsgemäß neu zuzuweisen."
9313
9314 #. type: Content of: <chapter><section><section><para>
9315 #: pkgs.dbk:1406
9316 msgid ""
9317 "At other times, you may make a mistake in constructing your package and wish "
9318 "to replace it.  The only way to do this is to increase the version number "
9319 "and upload a new version.  The old version will be expired in the usual "
9320 "manner.  Note that this applies to each part of your package, including the "
9321 "sources: if you wish to replace the upstream source tarball of your package, "
9322 "you will need to upload it with a different version.  An easy possibility is "
9323 "to replace <filename>foo_1.00.orig.tar.gz</filename> with "
9324 "<filename>foo_1.00+0.orig.tar.gz</filename> or <filename>foo_1.00.orig.tar."
9325 "bz2</filename>.  This restriction gives each file on the ftp site a unique "
9326 "name, which helps to ensure consistency across the mirror network."
9327 msgstr ""
9328 "Sonst könnten Sie einen Fehler beim Konstruieren Ihres Pakets begehen und "
9329 "wünschen, es zu ersetzen. Die einzige Möglichkeit, dies zu tun besteht im "
9330 "Erhöhen der Versionsnummer und dem Hochladen der neuen Version. Die alte "
9331 "Version verliert wie üblich ihre Gültigkeit. Beachten Sie, dass dies auf "
9332 "jeden Teil Ihres Pakets zutrifft, einschließlich der Quellen: Falls Sie den "
9333 "Originalquell-Tarball Ihres Pakets ersetzen möchten, müssen Sie ihn mit "
9334 "einer verschiedenen Version hochladen. Eine einfache Möglichkeit ist es, "
9335 "<filename>foo_1.00.orig.tar.gz</filename> durch <filename>foo_1.00+0.orig."
9336 "tar.gz</filename> oder <filename>foo_1.00.orig.tar.bz2</filename> zu "
9337 "ersetzen. Diese Einschränkung gibt jeder Datei auf der FTP-Site einen "
9338 "einzigartigen Namen, der dabei hilft, die Einheitlichkeit über ein Netzwerk "
9339 "von Spiegelservern sicherzustellen."
9340
9341 #. type: Content of: <chapter><section><section><title>
9342 #: pkgs.dbk:1421
9343 msgid "Orphaning a package"
9344 msgstr "Verwaisen von Paketen"
9345
9346 #. type: Content of: <chapter><section><section><para>
9347 #: pkgs.dbk:1423
9348 msgid ""
9349 "If you can no longer maintain a package, you need to inform others, and see "
9350 "that the package is marked as orphaned.  You should set the package "
9351 "maintainer to <literal>Debian QA Group &orphan-address;</literal> and submit "
9352 "a bug report against the pseudo package <systemitem role=\"package\">wnpp</"
9353 "systemitem>.  The bug report should be titled <literal>O: "
9354 "<replaceable>package</replaceable> -- <replaceable>short description</"
9355 "replaceable></literal> indicating that the package is now orphaned.  The "
9356 "severity of the bug should be set to <literal>normal</literal>; if the "
9357 "package has a priority of standard or higher, it should be set to "
9358 "important.  If you feel it's necessary, send a copy to &email-debian-devel; "
9359 "by putting the address in the X-Debbugs-CC: header of the message (no, don't "
9360 "use CC:, because that way the message's subject won't indicate the bug "
9361 "number)."
9362 msgstr ""
9363 "Falls Sie ein Paket nicht länger betreuen können, müssen Sie andere "
9364 "informieren und dafür sorgen, dass das Paket als verwaist gekennzeichnet "
9365 "wird. Sie sollten den Paketbetreuer auf <literal>Debian QA Group &orphan-"
9366 "address;</literal> setzen und einen Fehlerbericht gegen das Pseudopaket "
9367 "<systemitem role=\"package\">wnpp</systemitem> senden. Der Fehlerbericht "
9368 "sollte mit dem Titel <literal>O: <replaceable>Paket</replaceable> -- "
9369 "<replaceable>kurze Beschreibung</replaceable></literal> angeben, dass das "
9370 "Paket nun verwaist ist. Der Schweregrad des Fehlers sollte auf "
9371 "<literal>normal</literal> gesetzt werden; falls das Paket die Priotität "
9372 "»standard« oder höher hat, sollte er auf »important« gesetzt werden. Wenn "
9373 "Sie es für nötig halten, senden Sie eine Kopie an &email-debian-devel;, "
9374 "indem Sie die Adresse in die Kopfzeile X-Debbugs-CC: der Nachricht einfügen "
9375 "(nein, benutzen Sie nicht CC:, da auf diese Art der Betreff der Nachricht "
9376 "die Fehlernummer nicht angibt)."
9377
9378 #. type: Content of: <chapter><section><section><para>
9379 #: pkgs.dbk:1438
9380 msgid ""
9381 "If you just intend to give the package away, but you can keep maintainership "
9382 "for the moment, then you should instead submit a bug against <systemitem "
9383 "role=\"package\">wnpp</systemitem> and title it <literal>RFA: "
9384 "<replaceable>package</replaceable> -- <replaceable>short description</"
9385 "replaceable></literal>.  <literal>RFA</literal> stands for <literal>Request "
9386 "For Adoption</literal>."
9387 msgstr ""
9388 "Falls Sie nur die Absicht haben, das Paket abzugeben, aber im Moment noch "
9389 "Betreuer bleiben können, dann sollten Sie stattdessen einen Fehlerbericht "
9390 "gegen <systemitem role=\"package\">wnpp</systemitem> mit dem Titel "
9391 "<literal>RFA: <replaceable>Paket</replaceable> -- <replaceable>kurze "
9392 "Beschreibung</replaceable></literal> senden. <literal>RFA</literal> steht "
9393 "für <literal>Request For Adoption</literal> (Bitte um Adoption)."
9394
9395 #. type: Content of: <chapter><section><section><para>
9396 #: pkgs.dbk:1446
9397 msgid ""
9398 "More information is on the <ulink url=\"&url-wnpp;\">WNPP web pages</ulink>."
9399 msgstr ""
9400 "Weitere Informationen finden Sie auf den <ulink url=\"&url-wnpp;\">WNPP-Web-"
9401 "Seiten</ulink>."
9402
9403 #. type: Content of: <chapter><section><section><title>
9404 #: pkgs.dbk:1452
9405 msgid "Adopting a package"
9406 msgstr "Adoption eines Pakets"
9407
9408 #. type: Content of: <chapter><section><section><para>
9409 #: pkgs.dbk:1454
9410 msgid ""
9411 "A list of packages in need of a new maintainer is available in the <ulink "
9412 "url=\"&url-wnpp;\">Work-Needing and Prospective Packages list (WNPP)</"
9413 "ulink>.  If you wish to take over maintenance of any of the packages listed "
9414 "in the WNPP, please take a look at the aforementioned page for information "
9415 "and procedures."
9416 msgstr ""
9417 "Eine Liste von Paketen, die einen neuen Betreuer suchen, ist unter <ulink "
9418 "url=\"&url-wnpp;\">Arbeit-bedürfende und voraussichtliche Pakete (WNPP)</"
9419 "ulink> verfügbar. Falls Sie die Verwaltung von einigen Paketen übernehmen "
9420 "möchten, die auf WNPP aufgeführt sind, lesen Sie bitte besagte Seite, um "
9421 "Informationen zu erhalten und etwas über die Prozeduren zu erfahren."
9422
9423 #. type: Content of: <chapter><section><section><para>
9424 #: pkgs.dbk:1461
9425 msgid ""
9426 "It is not OK to simply take over a package that you feel is neglected — that "
9427 "would be package hijacking.  You can, of course, contact the current "
9428 "maintainer and ask them if you may take over the package.  If you have "
9429 "reason to believe a maintainer has gone AWOL (absent without leave), see "
9430 "<xref linkend=\"mia-qa\"/>."
9431 msgstr ""
9432 "Es ist nicht in Ordnung einfach ein Paket zu übernehmen, das vernachlässigt "
9433 "ist – das wäre Paketentführung. Sie können natürlich den aktuellen Betreuer "
9434 "kontaktieren und ihn fragen, ob Sie das Paket übernehmen dürfen. Falls Sie "
9435 "aus irgend einem Grund annehmen, der Betreuer sei AWOL (absent without leave/"
9436 "abwesend ohne etwas zu hinterlassen), dann lesen Sie <xref linkend=\"mia-qa"
9437 "\"/>."
9438
9439 #. type: Content of: <chapter><section><section><para>
9440 #: pkgs.dbk:1467
9441 msgid ""
9442 "Generally, you may not take over the package without the assent of the "
9443 "current maintainer.  Even if they ignore you, that is still not grounds to "
9444 "take over a package.  Complaints about maintainers should be brought up on "
9445 "the developers' mailing list.  If the discussion doesn't end with a positive "
9446 "conclusion, and the issue is of a technical nature, consider bringing it to "
9447 "the attention of the technical committee (see the <ulink url=\"&url-tech-"
9448 "ctte;\">technical committee web page</ulink> for more information)."
9449 msgstr ""
9450 "Generell sollten Sie das Paket nicht ohne die Zustimmung des aktuellen "
9451 "Betreuers übernehmen. Sogar, wenn er Sie ignoriert, ist das immer noch kein "
9452 "Grund das Paket zu übernehmen. Beschwerden über Betreuer sollten auf der "
9453 "Entwickler-Mailingliste vorgebracht werden. Falls die Diskussion mit keinem "
9454 "positiven Fazit endet und das Thema technischer Natur ist, erwägen Sie, die "
9455 "Aufmerksamkeit des Technischen Ausschusses darauf zu lenken (weitere "
9456 "Informationen finden Sie unter <ulink url=\"&url-tech-ctte;\">Debians "
9457 "Technischer Ausschuss</ulink>)."
9458
9459 #. type: Content of: <chapter><section><section><para>
9460 #: pkgs.dbk:1477
9461 msgid ""
9462 "If you take over an old package, you probably want to be listed as the "
9463 "package's official maintainer in the bug system.  This will happen "
9464 "automatically once you upload a new version with an updated "
9465 "<literal>Maintainer</literal> field, although it can take a few hours after "
9466 "the upload is done.  If you do not expect to upload a new version for a "
9467 "while, you can use <xref linkend=\"pkg-tracking-system\"/> to get the bug "
9468 "reports.  However, make sure that the old maintainer has no problem with the "
9469 "fact that they will continue to receive the bugs during that time."
9470 msgstr ""
9471 "Wenn Sie ein altes Paket übernehmen, möchten Sie wahrscheinlich als "
9472 "offizieller Betreuer in der Fehlerdatenbank aufgeführt werden. Dies "
9473 "geschieht automatisch, sobald Sie eine neue Version mit einem aktualisierten "
9474 "<literal>Maintainer</literal>-Feld hochladen, obwohl dies nach dem Upload "
9475 "ein paar Tage dauern kann. Falls Sie für eine Weile nicht planen eine neue "
9476 "Version hochzuladen, können Sie das <xref linkend=\"pkg-tracking-system\"/> "
9477 "benutzen, um Fehlerberichte zu erhalten. Stellen Sie jedoch sicher, dass der "
9478 "alte Betreuer kein Problem damit hat, dass Sie ab diesem Zeitpunkt die "
9479 "Fehlerberichte erhalten."
9480
9481 #. type: Content of: <chapter><section><section><title>
9482 #: pkgs.dbk:1489
9483 #, fuzzy
9484 #| msgid "Removing packages"
9485 msgid "Reintroducing packages"
9486 msgstr "Pakete entfernen"
9487
9488 #. type: Content of: <chapter><section><section><para>
9489 #: pkgs.dbk:1491
9490 msgid ""
9491 "Packages are often removed due to release-critical bugs, absent maintainers, "
9492 "too few users or poor quality in general. While the process of "
9493 "reintroduction is similar to the initial packaging process, you can avoid "
9494 "some pitfalls by doing some historical research first."
9495 msgstr ""
9496
9497 #. type: Content of: <chapter><section><section><para>
9498 #: pkgs.dbk:1497
9499 msgid ""
9500 "You should check why the package was removed in the first place. This "
9501 "information can be found in the removal item in the news section of the PTS "
9502 "page for the package or by browsing the log of <ulink url=\"http://&ftp-"
9503 "master-host;/#removed\">removals</ulink>.  The removal bug will tell you why "
9504 "the package was removed and will give some indication of what you will need "
9505 "to work on in order to reintroduce the package.  It may indicate that the "
9506 "best way forward is to switch to some other piece of software instead of "
9507 "reintroducing the package."
9508 msgstr ""
9509
9510 #. type: Content of: <chapter><section><section><para>
9511 #: pkgs.dbk:1507
9512 msgid ""
9513 "It may be appropriate to contact the former maintainers to find out if they "
9514 "are working on reintroducing the package, interested in co-maintaining the "
9515 "package or interested in sponsoring the package if needed."
9516 msgstr ""
9517
9518 #. type: Content of: <chapter><section><section><para>
9519 #: pkgs.dbk:1512
9520 msgid ""
9521 "You should do all the things required before introducing new packages (<xref "
9522 "linkend=\"newpackage\"/>)."
9523 msgstr ""
9524
9525 #. type: Content of: <chapter><section><section><para>
9526 #: pkgs.dbk:1516
9527 msgid ""
9528 "You should base your work on the latest packaging available that is "
9529 "suitable.  That might be the latest version from <literal>unstable</"
9530 "literal>, which will still be present in the <ulink url=\"&snap-debian-org;"
9531 "\">snapshot archive</ulink>."
9532 msgstr ""
9533
9534 #. type: Content of: <chapter><section><section><para>
9535 #: pkgs.dbk:1521
9536 msgid ""
9537 "The version control system used by the previous maintainer might contain "
9538 "useful changes, so it might be a good idea to have a look there.  Check if "
9539 "the <filename>control</filename> file of the previous package contained any "
9540 "headers linking to the version control system for the package and if it "
9541 "still exists."
9542 msgstr ""
9543
9544 #. type: Content of: <chapter><section><section><para>
9545 #: pkgs.dbk:1527
9546 msgid ""
9547 "Package removals from <literal>unstable</literal> (not <literal>testing</"
9548 "literal>, <literal>stable</literal> or <literal>oldstable</literal>) trigger "
9549 "the closing of all bugs related to the package. You should look through all "
9550 "the closed bugs (including archived bugs) and unarchive and reopen any that "
9551 "were closed in a version ending in <literal>+rm</literal> and still apply. "
9552 "Any that no longer apply should be marked as fixed in the correct version if "
9553 "that is known."
9554 msgstr ""
9555
9556 #. type: Content of: <chapter><section><title>
9557 #: pkgs.dbk:1540
9558 msgid "Porting and being ported"
9559 msgstr "Portieren und portiert werden"
9560
9561 #. type: Content of: <chapter><section><para>
9562 #: pkgs.dbk:1542
9563 msgid ""
9564 "Debian supports an ever-increasing number of architectures.  Even if you are "
9565 "not a porter, and you don't use any architecture but one, it is part of your "
9566 "duty as a maintainer to be aware of issues of portability.  Therefore, even "
9567 "if you are not a porter, you should read most of this chapter."
9568 msgstr ""
9569 "Debian unterstützt eine immer größer werdende Anzahl von Architekturen. "
9570 "Sogar wenn Sie kein Portierer sind und nur eine einzige Architektur nutzen, "
9571 "gehört es zu Ihren Pflichten als Betreuer die Fragen der Portierbarkeit zu "
9572 "kennen. Daher sollten Sie sogar wenn Sie kein Portierer sind, das meiste in "
9573 "diesem Kapitel lesen."
9574
9575 #. type: Content of: <chapter><section><para>
9576 #: pkgs.dbk:1548
9577 msgid ""
9578 "Porting is the act of building Debian packages for architectures that are "
9579 "different from the original architecture of the package maintainer's binary "
9580 "package.  It is a unique and essential activity.  In fact, porters do most "
9581 "of the actual compiling of Debian packages.  For instance, when a maintainer "
9582 "uploads a (portable) source packages with binaries for the <literal>i386</"
9583 "literal> architecture, it will be built for each of the other architectures, "
9584 "amounting to &number-of-arches; more builds."
9585 msgstr ""
9586 "Portieren ist das Erstellen von Debian-Paketen für Architekturen, die sich "
9587 "von der Originalarchitektur des Binärpakets des Paketbetreuers "
9588 "unterscheiden. Es ist eine einzigartige und notwendige Aktivität. "
9589 "Tatsächlich sind Portierer diejenigen, die meisten Debian-Pakete "
9590 "compilieren. Wenn zum Beispiel ein Paketbetreuer ein (portierbares) "
9591 "Quellpaket mit Binärdateien für die Architektur <literal>i386</literal> "
9592 "hochlädt, wird es für jede andere Architektur erstellt, was auf &number-of-"
9593 "arches; weitere Builds hinausläuft."
9594
9595 #. type: Content of: <chapter><section><section><title>
9596 #: pkgs.dbk:1557
9597 msgid "Being kind to porters"
9598 msgstr "Seien Sie freundlich zu Portierern"
9599
9600 #. type: Content of: <chapter><section><section><para>
9601 #: pkgs.dbk:1559
9602 msgid ""
9603 "Porters have a difficult and unique task, since they are required to deal "
9604 "with a large volume of packages.  Ideally, every source package should build "
9605 "right out of the box.  Unfortunately, this is often not the case.  This "
9606 "section contains a checklist of ``gotchas'' often committed by Debian "
9607 "maintainers — common problems which often stymie porters, and make their "
9608 "jobs unnecessarily difficult."
9609 msgstr ""
9610 "Portierer haben schwere und ungewöhnliche Aufgaben, da sie mit einer großen "
9611 "Zahl von Paketen umgehen müssen. Idealerweise sollte jedes Quellpaket "
9612 "richtig aus dem Stand erstellt werden. Unglücklicherweise ist das oft nicht "
9613 "der Fall. Dieser Abschnitt enthält eine Prüfliste von »Patzern«, die öfters "
9614 "von Debian-Betreuern begangen werden – übliche Probleme, die Portierer oft "
9615 "in die Klemme geraten lassen und ihre Arbeit unnötig erschweren."
9616
9617 #. type: Content of: <chapter><section><section><para>
9618 #: pkgs.dbk:1567
9619 msgid ""
9620 "The first and most important thing is to respond quickly to bug or issues "
9621 "raised by porters.  Please treat porters with courtesy, as if they were in "
9622 "fact co-maintainers of your package (which, in a way, they are).  Please be "
9623 "tolerant of succinct or even unclear bug reports; do your best to hunt down "
9624 "whatever the problem is."
9625 msgstr ""
9626 "Die Erste und Wichtigste ist es, schnell auf einen Fehler oder ein Problem "
9627 "zu antworten, das ein Portierer aufgetrieben hat. Behandeln Sie Portierer "
9628 "mit Höflichkeit, da Sie praktisch Mitbetreuer Ihres Pakets sind (was sie "
9629 "gewissermaßen sind). Bitte seien Sie tolerant bei knappen oder sogar "
9630 "unklaren Fehlerberichten. Tun Sie Ihr Bestes, um Jagd auf das zu machen, was "
9631 "auch immer das Problem ist."
9632
9633 #. type: Content of: <chapter><section><section><para>
9634 #: pkgs.dbk:1574
9635 msgid ""
9636 "By far, most of the problems encountered by porters are caused by "
9637 "<emphasis>packaging bugs</emphasis> in the source packages.  Here is a "
9638 "checklist of things you should check or be aware of."
9639 msgstr ""
9640 "Die mit Abstand meisten Probleme, die von Portierern gefunden werden, werden "
9641 "durch <emphasis>Paketierungsfehler</emphasis> in den Quellpaketen "
9642 "verursacht. Hier ist eine Prüfliste der Dinge, die Sie prüfen oder wissen "
9643 "sollten."
9644
9645 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9646 #: pkgs.dbk:1581
9647 msgid ""
9648 "Make sure that your <literal>Build-Depends</literal> and <literal>Build-"
9649 "Depends-Indep</literal> settings in <filename>debian/control</filename> are "
9650 "set properly.  The best way to validate this is to use the <systemitem role="
9651 "\"package\">debootstrap</systemitem> package to create an <literal>unstable</"
9652 "literal> chroot environment (see <xref linkend=\"debootstrap\"/>).  Within "
9653 "that chrooted environment, install the <systemitem role=\"package\">build-"
9654 "essential</systemitem> package and any package dependencies mentioned in "
9655 "<literal>Build-Depends</literal> and/or <literal>Build-Depends-Indep</"
9656 "literal>.  Finally, try building your package within that chrooted "
9657 "environment.  These steps can be automated by the use of the "
9658 "<command>pbuilder</command> program which is provided by the package of the "
9659 "same name (see <xref linkend=\"pbuilder\"/>)."
9660 msgstr ""
9661 "Stellen Sie sicher, dass Ihre <literal>Build-Depends</literal>- und "
9662 "<literal>Build-Depends-Indep</literal>-Einstellungen in der Datei "
9663 "<filename>debian/control</filename> richtig gesetzt sind. Die beste Methode "
9664 "dies zu überprüfen, ist die Benutzung des Pakets <systemitem role=\"package"
9665 "\">debootstrap</systemitem>, um eine <literal>unstable</literal>-Chroot-"
9666 "Umgebung zu erstellen (siehe <xref linkend=\"debootstrap\"/>). Innerhalb der "
9667 "Chroot-Umgebung installieren Sie das Paket <systemitem role=\"package"
9668 "\">build-essential</systemitem> und/oder <literal>Build-Depends-Indep</"
9669 "literal>. Am Ende versuchen Sie Ihr Paket innerhalb der Chroot-Umgebung zu "
9670 "erstellen. Diese Schritte können mit dem Programm <command>pbuilder</"
9671 "command> automatisiert werden, das im vom Paket mit dem gleichen Namen "
9672 "bereitgestellt wird (siehe<xref linkend=\"pbuilder\"/>)."
9673
9674 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9675 #: pkgs.dbk:1596
9676 msgid ""
9677 "If you can't set up a proper chroot, <command>dpkg-depcheck</command> may be "
9678 "of assistance (see <xref linkend=\"dpkg-depcheck\"/>)."
9679 msgstr ""
9680 "Falls Sie kein ordnungsgemäßes Chroot einrichten können, könnte Ihnen "
9681 "<command>dpkg-depcheck</command> behilflich sein (siehe <xref linkend=\"dpkg-"
9682 "depcheck\"/>)."
9683
9684 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9685 #: pkgs.dbk:1600
9686 msgid ""
9687 "See the <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for "
9688 "instructions on setting build dependencies."
9689 msgstr ""
9690 "Anweisungen über die Einrichtung von Erstellungsabhängigkeiten finden Sie im "
9691 "<ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink>."
9692
9693 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9694 #: pkgs.dbk:1606
9695 msgid ""
9696 "Don't set architecture to a value other than <literal>all</literal> or "
9697 "<literal>any</literal> unless you really mean it.  In too many cases, "
9698 "maintainers don't follow the instructions in the <ulink url=\"&url-debian-"
9699 "policy;\">Debian Policy Manual</ulink>.  Setting your architecture to only "
9700 "one architecture (such as <literal>i386</literal> or <literal>amd64</"
9701 "literal>) is usually incorrect."
9702 msgstr ""
9703 "Setzen Sie »architecture« auf keinen anderen Wert als <literal>all</literal> "
9704 "oder <literal>any</literal>, außer wenn Sie das wirklich beabsichtigen. In "
9705 "zu vielen Fällen folgen Paketbetreuer nicht den Anweisungen im <ulink url="
9706 "\"&url-debian-policy;\">Debian Policy Manual</ulink>. Wenn Sie Ihre "
9707 "»architecture« nur auf eine Architektur (wie <literal>i386</literal> oder "
9708 "<literal>amd64</literal>) setzen, ist dies normalerweise falsch."
9709
9710 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9711 #: pkgs.dbk:1616
9712 msgid ""
9713 "Make sure your source package is correct.  Do <literal>dpkg-source -x "
9714 "<replaceable>package</replaceable>.dsc</literal> to make sure your source "
9715 "package unpacks properly.  Then, in there, try building your package from "
9716 "scratch with <command>dpkg-buildpackage</command>."
9717 msgstr ""
9718 "Stellen Sie sicher, dass das Quellpaket korrekt ist. Führen Sie "
9719 "<literal>dpkg-source -x <replaceable>Paket</replaceable>.dsc</literal> aus, "
9720 "um sicherzustellen, dass Ihr Quellpaket ordnungsgemäß entpackt wird. Dann "
9721 "versuchen Sie dort hinein Ihr Paket von Grund auf mit <command>dpkg-"
9722 "buildpackage</command> zu erstellen."
9723
9724 # zu »target« http://www.schulz-koengen.de/biblio/makefiles.htm#a2a1
9725 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9726 #: pkgs.dbk:1624
9727 msgid ""
9728 "Make sure you don't ship your source package with the <filename>debian/"
9729 "files</filename> or <filename>debian/substvars</filename> files.  They "
9730 "should be removed by the <literal>clean</literal> target of <filename>debian/"
9731 "rules</filename>."
9732 msgstr ""
9733 "Stellen Sie sicher, dass Sie Ihr Quellpaket nicht mit den Dateien "
9734 "<filename>debian/files</filename> oder <filename>debian/substvars</filename> "
9735 "ausliefern. Sie sollten durch das Target <literal>clean</literal> von "
9736 "<filename>debian/rules</filename> entfernt werden."
9737
9738 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9739 #: pkgs.dbk:1632
9740 msgid ""
9741 "Make sure you don't rely on locally installed or hacked configurations or "
9742 "programs.  For instance, you should never be calling programs in <filename>/"
9743 "usr/local/bin</filename> or the like.  Try not to rely on programs being "
9744 "setup in a special way.  Try building your package on another machine, even "
9745 "if it's the same architecture."
9746 msgstr ""
9747 "Stellen Sie sicher, dass Sie sich nicht auf lokal installierte Pakete oder "
9748 "gehackte Konfigurationen oder Programme verlassen. Sie sollten zum Beispiel "
9749 "niemals Programme in <filename>/usr/local/bin</filename> oder dergleichen "
9750 "aufrufen. Versuchen Sie Ihr Paket auf einem anderen Rechner zu erstellen, "
9751 "sogar wenn er die gleiche Architektur hat."
9752
9753 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9754 #: pkgs.dbk:1641
9755 msgid ""
9756 "Don't depend on the package you're building being installed already (a sub-"
9757 "case of the above issue). There are, of course, exceptions to this rule, but "
9758 "be aware that any case like this needs manual bootstrapping and cannot be "
9759 "done by automated package builders."
9760 msgstr ""
9761 "Verlassen Sie sich nicht darauf, dass das Paket, das Sie erstellen, bereits "
9762 "installiert ist (ein Teilaspekt des vorherigen Problems). Es gibt natürlich "
9763 "Ausnahmen von dieser Regel, aber seine Sie sich bewusst, dass dies auf jeden "
9764 "Fall manuelles Bootstrapping erfordert und nicht durch automatisierte Paket-"
9765 "Builder erledigt werden kann."
9766
9767 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9768 #: pkgs.dbk:1649
9769 msgid ""
9770 "Don't rely on the compiler being a certain version, if possible.  If not, "
9771 "then make sure your build dependencies reflect the restrictions, although "
9772 "you are probably asking for trouble, since different architectures sometimes "
9773 "standardize on different compilers."
9774 msgstr ""
9775 "Verlassen Sie sich, wenn möglich, nicht auf eine bestimmte Version des "
9776 "Compilers. Falls doch, dann stellen Sie sicher, dass Ihre Build-"
9777 "Abhängigkeiten diese Einschränkungen widerspiegeln, obwohl Sie sich "
9778 "wahrscheinlich Ärger einhandeln, da verschiedene Architekturen manchmal "
9779 "unterschiedliche Compiler vorgeben."
9780
9781 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9782 #: pkgs.dbk:1657
9783 msgid ""
9784 "Make sure your <filename>debian/rules</filename> contains separate "
9785 "<literal>binary-arch</literal> and <literal>binary-indep</literal> targets, "
9786 "as the Debian Policy Manual requires.  Make sure that both targets work "
9787 "independently, that is, that you can call the target without having called "
9788 "the other before.  To test this, try to run <command>dpkg-buildpackage -B</"
9789 "command>."
9790 msgstr ""
9791 "Sorgen Sie dafür, dass Ihre <filename>debian/rules</filename>-Datei separate "
9792 "<literal>binary-arch</literal>- und <literal>binary-indep</literal>-Targets "
9793 "enthält, wie es das Debian Policy Manual erfordert. Stellen Sie sicher, dass "
9794 "beide Targets unabhängig voneinander funktionieren, damit Sie ein Target "
9795 "aufrufen können, ohne das Sie vorher das andere aufgerufen haben müssen. Um "
9796 "dies zu prüfen, führen Sie <command>dpkg-buildpackage -B</command> aus."
9797
9798 #. type: Content of: <chapter><section><section><title>
9799 #: pkgs.dbk:1668
9800 msgid "Guidelines for porter uploads"
9801 msgstr "Richtlinien für Uploads von Portierern"
9802
9803 #. type: Content of: <chapter><section><section><para>
9804 #: pkgs.dbk:1670
9805 msgid ""
9806 "If the package builds out of the box for the architecture to be ported to, "
9807 "you are in luck and your job is easy.  This section applies to that case; it "
9808 "describes how to build and upload your binary package so that it is properly "
9809 "installed into the archive.  If you do have to patch the package in order to "
9810 "get it to compile for the other architecture, you are actually doing a "
9811 "source NMU, so consult <xref linkend=\"nmu-guidelines\"/> instead."
9812 msgstr ""
9813 "Wenn das Paket aus dem Stand für die Architektur erstellt werden kann, auf "
9814 "die es portiert werden soll, haben Sie Glück und Ihre Arbeit ist einfach. "
9815 "Dieser Abschnitt befasst sich mit diesem Fall; er beschreibt, wie Ihr "
9816 "Binärpaket erstellt und hochgeladen wird, so dass es ordnungsgemäß im Archiv "
9817 "installiert werden kann. Falls Sie das Paket patchen müssen, um es für eine "
9818 "andere Architektur compilieren zu können, führen Sie in Wirklichkeit ein "
9819 "Quell-NMU durch, ziehen Sie daher stattdessen <xref linkend=\"nmu-guidelines"
9820 "\"/> zu Rate."
9821
9822 #. type: Content of: <chapter><section><section><para>
9823 #: pkgs.dbk:1678
9824 msgid ""
9825 "For a porter upload, no changes are being made to the source.  You do not "
9826 "need to touch any of the files in the source package.  This includes "
9827 "<filename>debian/changelog</filename>."
9828 msgstr ""
9829 "Für einen Upload eines Portierern werden keine Änderungen an den Quellen "
9830 "vorgenommen. Sie müssen keine Dateien im Quellpaket anfassen. Dies schließt "
9831 "<filename>debian/changelog</filename> ein."
9832
9833 #. type: Content of: <chapter><section><section><para>
9834 #: pkgs.dbk:1683
9835 msgid ""
9836 "The way to invoke <command>dpkg-buildpackage</command> is as <literal>dpkg-"
9837 "buildpackage -B -m<replaceable>porter-email</replaceable></literal>.  Of "
9838 "course, set <replaceable>porter-email</replaceable> to your email address.  "
9839 "This will do a binary-only build of only the architecture-dependent portions "
9840 "of the package, using the <literal>binary-arch</literal> target in "
9841 "<filename>debian/rules</filename>."
9842 msgstr ""
9843 "Die Vorgehensweise <command>dpkg-buildpackage</command> aufzurufen ist wie "
9844 "folgt: <literal>dpkg-buildpackage -B -m<replaceable>E-Mail des Portierers</"
9845 "replaceable></literal>. Natürlich setzen Sie <replaceable>E-Mail des "
9846 "Portierers</replaceable> auf Ihre E-Mail-Adresse. Dies wird zu einem rein "
9847 "binären Build von nur den Paketteilen führen, die architekturabhängig sind. "
9848 "Dabei wird in <filename>debian/rules</filename> das Target <literal>binary-"
9849 "arch</literal> benutzt."
9850
9851 #. type: Content of: <chapter><section><section><para>
9852 #: pkgs.dbk:1692
9853 msgid ""
9854 "If you are working on a Debian machine for your porting efforts and you need "
9855 "to sign your upload locally for its acceptance in the archive, you can run "
9856 "<command>debsign</command> on your <filename>.changes</filename> file to "
9857 "have it signed conveniently, or use the remote signing mode of <command>dpkg-"
9858 "sig</command>."
9859 msgstr ""
9860 "Falls Sie für Ihr Portierungs-Bestreben auf einer Debian-Maschine arbeiten "
9861 "und Ihren Upload lokal signieren müssen, damit er im Archiv akzeptiert wird, "
9862 "können Sie <command>debsign</command> für Ihre <filename>.changes</filename>-"
9863 "Datei ausführen, um sie bequem zu signieren oder benutzen Sie den "
9864 "Signierungsmodus aus der Ferne von <command>dpkg-sig</command>."
9865
9866 #. type: Content of: <chapter><section><section><section><title>
9867 #: pkgs.dbk:1699
9868 msgid "Recompilation or binary-only NMU"
9869 msgstr "Neu compilieren oder rein binärer NMU"
9870
9871 #. type: Content of: <chapter><section><section><section><para>
9872 #: pkgs.dbk:1701
9873 msgid ""
9874 "Sometimes the initial porter upload is problematic because the environment "
9875 "in which the package was built was not good enough (outdated or obsolete "
9876 "library, bad compiler, etc.).  Then you may just need to recompile it in an "
9877 "updated environment.  However, you have to bump the version number in this "
9878 "case, so that the old bad package can be replaced in the Debian archive "
9879 "(<command>dak</command> refuses to install new packages if they don't have a "
9880 "version number greater than the currently available one)."
9881 msgstr ""
9882 "Manchmal ist der erste Upload einer Portierung problematisch, da die "
9883 "Umgebung, in der das Paket erstellt wurde, nicht gut genug war (veraltete "
9884 "oder hinfällige Bibliotheken, falsche Compiler etc.). Dann könnte es nötig "
9885 "sein, dass Sie es nur neu in einer aktualisierten Umgebung compilieren "
9886 "müssen. In diesem Fall müssen Sie jedoch die Versionsnummer ändern, so dass "
9887 "das alte, falsche Paket im Debian-Archiv ersetzt werden kann (<command>dak</"
9888 "command> lehnt die Installation neuer Pakete ab, falls Sie keine höheren "
9889 "Versionsnummern, als das aktuell verfügbare haben)."
9890
9891 #. type: Content of: <chapter><section><section><section><para>
9892 #: pkgs.dbk:1710
9893 msgid ""
9894 "You have to make sure that your binary-only NMU doesn't render the package "
9895 "uninstallable.  This could happen when a source package generates arch-"
9896 "dependent and arch-independent packages that have inter-dependencies "
9897 "generated using dpkg's substitution variable <literal>$(Source-Version)</"
9898 "literal>."
9899 msgstr ""
9900 "Sie müssen sicherstellen, dass Ihr rein binärer NMU das Paket nicht "
9901 "uninstallierbar macht. Dies könnte geschehen, wenn ein Quellpaket "
9902 "architekturabhängige und architekturunabhängige Pakete generiert, die unter "
9903 "Benutzung von der ersetzbaren Dpkg-Variable <literal>$(Source-Version)</"
9904 "literal> wechselseitige Abhängigkeiten erzeugen."
9905
9906 #. type: Content of: <chapter><section><section><section><para>
9907 #: pkgs.dbk:1716
9908 msgid ""
9909 "Despite the required modification of the changelog, these are called binary-"
9910 "only NMUs — there is no need in this case to trigger all other architectures "
9911 "to consider themselves out of date or requiring recompilation."
9912 msgstr ""
9913 "Ungeachtet der nötigen Modifikation des Änderungsprotokolls, werden diese "
9914 "rein binäre NMUs genannt – es ist nicht nötig in diesem Fall dafür zu "
9915 "sorgen, dass alle anderen Architekturen sich selbst als veraltet oder eines "
9916 "erneuten Compilierens bedürfig betrachten."
9917
9918 #. type: Content of: <chapter><section><section><section><para>
9919 #: pkgs.dbk:1721
9920 msgid ""
9921 "Such recompilations require special ``magic'' version numbering, so that the "
9922 "archive maintenance tools recognize that, even though there is a new Debian "
9923 "version, there is no corresponding source update.  If you get this wrong, "
9924 "the archive maintainers will reject your upload (due to lack of "
9925 "corresponding source code)."
9926 msgstr ""
9927 "Solche Neu-Compilierungen benötigen eine spezielle »magische« "
9928 "Versionsnummerierung, so dass die Archiv-Verwaltungswerkzeuge dies erkennen, "
9929 "selbst wenn es eine neue Debian-Version ist, gibt es dort keine zugehörige "
9930 "Aktualisierung der Quelle. Falls Sie dabei einen Fehler machen, werden die "
9931 "Archivbetreuer Ihre Aktualisierung ablehnen (aus Mangel an entsprechendem "
9932 "Quellcode)."
9933
9934 #. type: Content of: <chapter><section><section><section><para><footnote><para>
9935 #: pkgs.dbk:1736
9936 msgid ""
9937 "In the past, such NMUs used the third-level number on the Debian part of the "
9938 "revision to denote their recompilation-only status; however, this syntax was "
9939 "ambiguous with native packages and did not allow proper ordering of "
9940 "recompile-only NMUs, source NMUs, and security NMUs on the same package, and "
9941 "has therefore been abandoned in favor of this new syntax."
9942 msgstr ""
9943 "In der Vergangenheit benutzten solche NMUs die dritte Stufe im Debian-Teil "
9944 "der Revisionsnummer, um ihren Status als reine Neu-Compilierung anzuzeigen. "
9945 "Diese Syntax war jedoch bei nativen Paketen mehrdeutig und erlaubte keine "
9946 "ordnungsgemäße Einordnung von reinen Neu-Compilierungs-NMUs, Quell-NMUs und "
9947 "Sicherheits-NMUs im gleichen Paket. Daher wurden sie verworfen und diese "
9948 "neue Syntax bevorzugt."
9949
9950 #. type: Content of: <chapter><section><section><section><para>
9951 #: pkgs.dbk:1728
9952 msgid ""
9953 "The ``magic'' for a recompilation-only NMU is triggered by using a suffix "
9954 "appended to the package version number, following the form "
9955 "<literal>b<replaceable>number</replaceable></literal>.  For instance, if the "
9956 "latest version you are recompiling against was version <literal>2.9-3</"
9957 "literal>, your binary-only NMU should carry a version of <literal>2.9-3+b1</"
9958 "literal>.  If the latest version was <literal>3.4+b1</literal> (i.e, a "
9959 "native package with a previous recompilation NMU), your binary-only NMU "
9960 "should have a version number of <literal>3.4+b2</literal>.<placeholder type="
9961 "\"footnote\" id=\"0\"/>"
9962 msgstr ""
9963 "Die »Magie« für ein reines Neu-Compilierungs-NMU wird durch eine Endung "
9964 "ausgelöst, die an die Paketversionsnummer angehängt wird und die Form "
9965 "<literal>b<replaceable>Zahl</replaceable></literal> hat. Wenn etwa die "
9966 "letzte Version, die Sie compilierten <literal>2.9-3</literal> war, sollte "
9967 "Ihr rein binärer NMU die Versionsnummer <literal>2.9-3+b1</literal> tragen. "
9968 "Falls die letzte Version <literal>3.4+b1</literal> war (d.h. ein natives "
9969 "Paket mit einem vorhergehenden Neu-Compilierungs-NMU), sollte Ihr rein "
9970 "binärer NMU die Versionsnummer <literal>3.4+b2</literal>.<placeholder type="
9971 "\"footnote\" id=\"0\"/> haben."
9972
9973 #. type: Content of: <chapter><section><section><section><para>
9974 #: pkgs.dbk:1744
9975 msgid ""
9976 "Similar to initial porter uploads, the correct way of invoking <command>dpkg-"
9977 "buildpackage</command> is <literal>dpkg-buildpackage -B</literal> to only "
9978 "build the architecture-dependent parts of the package."
9979 msgstr ""
9980 "Ähnlich wie bei ersten Portierungs-Uploads ist der korrekte Weg "
9981 "<command>dpkg-buildpackage</command> aufzurufen <literal>dpkg-buildpackage -"
9982 "B</literal>, um nur die architekturabhängigen Teile des Pakets zu erstellen."
9983
9984 #. type: Content of: <chapter><section><section><section><title>
9985 #: pkgs.dbk:1751
9986 msgid "When to do a source NMU if you are a porter"
9987 msgstr "Wann ein Quell-NMU als Portierer gemacht werden sollte"
9988
9989 #. type: Content of: <chapter><section><section><section><para>
9990 #: pkgs.dbk:1753
9991 msgid ""
9992 "Porters doing a source NMU generally follow the guidelines found in <xref "
9993 "linkend=\"nmu\"/>, just like non-porters.  However, it is expected that the "
9994 "wait cycle for a porter's source NMU is smaller than for a non-porter, since "
9995 "porters have to cope with a large quantity of packages.  Again, the "
9996 "situation varies depending on the distribution they are uploading to.  It "
9997 "also varies whether the architecture is a candidate for inclusion into the "
9998 "next stable release; the release managers decide and announce which "
9999 "architectures are candidates."
10000 msgstr ""
10001 "Portierer, die einen Quell-NMU durchführen, folgen generell den Richtlinien, "
10002 "die unter <xref linkend=\"nmu\"/> gefunden werden, genau wie nicht-"
10003 "Portierer. Es wird jedoch erwartet, dass der Wartezyklus für den Quell-NMU "
10004 "eines Portierers kleiner ist, als der von nicht Portierern, da Portierer mit "
10005 "einer großen Zahl von Paketen zurechtkommen müssen. Die Situation variiert "
10006 "wiederum abhängig von der Distribution, in die hochgeladen wird. Sie "
10007 "variiert außerdem in Abhängigkeit davon, ob die Architektur ein Kandidat für "
10008 "für die Einbindung in das nächste stabile Release ist. Die "
10009 "Veröffentlichungsverwalter entscheiden welche Architekturen Kandidaten sind "
10010 "und kündigen dies an."
10011
10012 #. type: Content of: <chapter><section><section><section><para>
10013 #: pkgs.dbk:1762
10014 msgid ""
10015 "If you are a porter doing an NMU for <literal>unstable</literal>, the above "
10016 "guidelines for porting should be followed, with two variations.  Firstly, "
10017 "the acceptable waiting period — the time between when the bug is submitted "
10018 "to the BTS and when it is OK to do an NMU — is seven days for porters "
10019 "working on the <literal>unstable</literal> distribution.  This period can be "
10020 "shortened if the problem is critical and imposes hardship on the porting "
10021 "effort, at the discretion of the porter group.  (Remember, none of this is "
10022 "Policy, just mutually agreed upon guidelines.) For uploads to "
10023 "<literal>stable</literal> or <literal>testing</literal>, please coordinate "
10024 "with the appropriate release team first."
10025 msgstr ""
10026 "Falls Sie als Portierer einen NMU für <literal>unstable</literal> "
10027 "durchführen, sollten die vorher genannten Richtlinien der Portierung mit "
10028 "zwei Abwandlungen befolgt werden. Erstens ist die akzeptable Wartezeit – die "
10029 "Zeit zwischen dem Absenden des Fehlerberichts an das BTS und der Zeit, wenn "
10030 "es in Ordnung ist, einen NMU durchzuführen – sieben Tage für Portierer, die "
10031 "an der Distribution <literal>unstable</literal> arbeiten. Diese Zeitspanne "
10032 "kann verkürzt werden, falls das Problem kritisch ist und eine Notlage für "
10033 "die Portierungsanstrengung nach Ermessen der Gruppe der Portierer besteht. "
10034 "(Bedenken Sie, dass nichts davon in der Policy steht, sondern nur über "
10035 "Richtlinien vereinbart wurde.) Für Uploads nach <literal>stable</literal> "
10036 "oder <literal>testing</literal> stimmen Sie sich bitte zuerst mit dem "
10037 "Release-Team ab."
10038
10039 #. type: Content of: <chapter><section><section><section><para>
10040 #: pkgs.dbk:1774
10041 msgid ""
10042 "Secondly, porters doing source NMUs should make sure that the bug they "
10043 "submit to the BTS should be of severity <literal>serious</literal> or "
10044 "greater.  This ensures that a single source package can be used to compile "
10045 "every supported Debian architecture by release time.  It is very important "
10046 "that we have one version of the binary and source package for all "
10047 "architectures in order to comply with many licenses."
10048 msgstr ""
10049 "Zweitens sollten Protierer, die ein Quell-MMU durchführen, sicherstellen, "
10050 "dass der Fehler, den Sie an das BTS senden, den Schweregrad "
10051 "<literal>serious</literal> oder höher aufweist. Dies garantiert, dass ein "
10052 "einzelnes Quellpaket benutzt werden kann, um jede unterstützte Debian-"
10053 "Architektur zum Veröffentlichungszeitpunkt zu compilieren. Es ist sehr "
10054 "wichtig, dass es eine Version des Quell- und Binärpakets für alle "
10055 "Architekturen gibt, um vielen Lizenzen zu entsprechen."
10056
10057 #. type: Content of: <chapter><section><section><section><para>
10058 #: pkgs.dbk:1782
10059 msgid ""
10060 "Porters should try to avoid patches which simply kludge around bugs in the "
10061 "current version of the compile environment, kernel, or libc.  Sometimes such "
10062 "kludges can't be helped.  If you have to kludge around compiler bugs and the "
10063 "like, make sure you <literal>#ifdef</literal> your work properly; also, "
10064 "document your kludge so that people know to remove it once the external "
10065 "problems have been fixed."
10066 msgstr ""
10067 "Portierer sollten versuchen Patchs zu vermeiden, die einfache Bastellösungen "
10068 "für Fehler in der aktuellen Version der Compiler-Umgebung, des Kernels oder "
10069 "der Libc bieten. Bisweilen sind solche Bastellösungen nicht hilfreich. Falls "
10070 "Sie an Compiler-Fehlern und dergleichen herumbasteln müssen, stellen Sie "
10071 "sicher, dass Sie Ihre Arbeit ordnungsgemäß in <literal>#ifdef</literal> "
10072 "einschließen. Dokumentieren Sie außerdem Ihren Murks, damit die Leute "
10073 "wissen, dass er entfernt werden muss, sobald die externen Probleme behoben "
10074 "wurden."
10075
10076 #. type: Content of: <chapter><section><section><section><para>
10077 #: pkgs.dbk:1790
10078 msgid ""
10079 "Porters may also have an unofficial location where they can put the results "
10080 "of their work during the waiting period.  This helps others running the port "
10081 "have the benefit of the porter's work, even during the waiting period.  Of "
10082 "course, such locations have no official blessing or status, so buyer beware."
10083 msgstr ""
10084 "Portierer könnten außerdem einen inoffiziellen Ort haben, an dem sie die "
10085 "Ergebnisse Ihrer Arbeit während der Wartezeit ablegen. Dies hilft anderen, "
10086 "die aufder  Portierung arbeiten, sogar während der Wartezeit aus der Arbeit "
10087 "des Portierers Nutzen zu ziehen. Natürlich haben solche Orte keinen "
10088 "offiziellen Segen oder Status, daher nehme sich der Käufer in Acht."
10089
10090 #. type: Content of: <chapter><section><section><title>
10091 #: pkgs.dbk:1800
10092 msgid "Porting infrastructure and automation"
10093 msgstr "Portierungs-Infrastruktur und -Automatisierung"
10094
10095 #. type: Content of: <chapter><section><section><para>
10096 #: pkgs.dbk:1802
10097 msgid ""
10098 "There is infrastructure and several tools to help automate package porting.  "
10099 "This section contains a brief overview of this automation and porting to "
10100 "these tools; see the package documentation or references for full "
10101 "information."
10102 msgstr ""
10103 "Es gibt eine Infrastruktur und mehrere Werkzeuge, die das Portieren von "
10104 "Paketen automatisieren. Dieser Abschnitt enthält einen kurzen Überblick "
10105 "dieser Automatisierung und Portierung mit diesen Werkzeugen. Lesen Sie die "
10106 "Paketdokumentation oder die Referenzen, um umfassende Informationen zu "
10107 "erhalten."
10108
10109 #. type: Content of: <chapter><section><section><section><title>
10110 #: pkgs.dbk:1807
10111 msgid "Mailing lists and web pages"
10112 msgstr "Mailinglisten und Web-Seiten"
10113
10114 #. type: Content of: <chapter><section><section><section><para>
10115 #: pkgs.dbk:1809
10116 msgid ""
10117 "Web pages containing the status of each port can be found at <ulink url="
10118 "\"&url-debian-ports;\"></ulink>."
10119 msgstr ""
10120 "Web-Seiten, die den Status jeder Portierung enthalten, können unter <ulink "
10121 "url=\"&url-debian-ports;\"></ulink> gefunden werden."
10122
10123 #. type: Content of: <chapter><section><section><section><para>
10124 #: pkgs.dbk:1813
10125 msgid ""
10126 "Each port of Debian has a mailing list.  The list of porting mailing lists "
10127 "can be found at <ulink url=\"&url-debian-port-lists;\"></ulink>.  These "
10128 "lists are used to coordinate porters, and to connect the users of a given "
10129 "port with the porters."
10130 msgstr ""
10131 "Jede Portierung von Debian hat eine Mailingliste. Die Liste der Portierungs-"
10132 "Mailinglisten kann unter <ulink url=\"&url-debian-port-lists;\"></ulink> "
10133 "gefunden werden. Diese Listen werden benutzt, um die Arbeit der Portierer zu "
10134 "koordinieren und um eine Verbindung der Anwender der Portierung zu den "
10135 "Portierer herzustellen."
10136
10137 #. type: Content of: <chapter><section><section><section><title>
10138 #: pkgs.dbk:1821
10139 msgid "Porter tools"
10140 msgstr "Werkzeuge der Portierers"
10141
10142 #. type: Content of: <chapter><section><section><section><para>
10143 #: pkgs.dbk:1823
10144 msgid ""
10145 "Descriptions of several porting tools can be found in <xref linkend=\"tools-"
10146 "porting\"/>."
10147 msgstr ""
10148 "Beschreibungen von vielen Werkzeugen für die Portierung können unter <xref "
10149 "linkend=\"tools-porting\"/> gefunden werden."
10150
10151 #. type: Content of: <chapter><section><section><section><title>
10152 #: pkgs.dbk:1829
10153 msgid "<systemitem role=\"package\">wanna-build</systemitem>"
10154 msgstr "<systemitem role=\"package\">wanna-build</systemitem>"
10155
10156 #. type: Content of: <chapter><section><section><section><para>
10157 #: pkgs.dbk:1831
10158 msgid ""
10159 "The <systemitem role=\"package\">wanna-build</systemitem> system is used as "
10160 "a distributed, client-server build distribution system.  It is usually used "
10161 "in conjunction with build daemons running the <systemitem role=\"package"
10162 "\">buildd</systemitem> program. <literal>Build daemons</literal> are "
10163 "``slave'' hosts which contact the central <systemitem role=\"package\">wanna-"
10164 "build</systemitem> system to receive a list of packages that need to be "
10165 "built."
10166 msgstr ""
10167 "Das System <systemitem role=\"package\">wanna-build</systemitem> wird als "
10168 "ein verteiltes Client-/Server-Build-Verteilungssystem benutzt. Es wird "
10169 "üblicherweise zusammen mit Build-Daemons benutzt, die das Programm "
10170 "<systemitem role=\"package\">buildd</systemitem> ausführen. <literal>Build "
10171 "daemons</literal> sind »Slave«-Rechner, die das zentrale <systemitem role="
10172 "\"package\">wanna-build</systemitem>-System kontaktieren, um eine Liste der "
10173 "Pakete zu beziehen, die erstellt werden müssen."
10174
10175 #. type: Content of: <chapter><section><section><section><para>
10176 #: pkgs.dbk:1839
10177 msgid ""
10178 "<systemitem role=\"package\">wanna-build</systemitem> is not yet available "
10179 "as a package; however, all Debian porting efforts are using it for automated "
10180 "package building.  The tool used to do the actual package builds, "
10181 "<systemitem role=\"package\">sbuild</systemitem> is available as a package, "
10182 "see its description in <xref linkend=\"sbuild\"/>.  Please note that the "
10183 "packaged version is not the same as the one used on build daemons, but it is "
10184 "close enough to reproduce problems."
10185 msgstr ""
10186 "<systemitem role=\"package\">wanna-build</systemitem> ist noch nicht als "
10187 "Paket verfügbar. Alle Debian-Portierungsbestrebungen benutzen es jedoch zur "
10188 "automatisierten Paketerstellung. Das Werkzeug, das für die tatsächlichen "
10189 "Paket-Builds benutzt wird, <systemitem role=\"package\">sbuild</systemitem>, "
10190 "ist als Paket verfügbar. Lesen Sie dessen Beschreibung unter <xref linkend="
10191 "\"sbuild\"/>. Bitte beachten Sie, dass die Paketversion nicht der des Build-"
10192 "Daemons entspricht, aber liegt ist nah genug bei dieser, um Probleme "
10193 "nachvollziehen zu können."
10194
10195 #. type: Content of: <chapter><section><section><section><para>
10196 #: pkgs.dbk:1848
10197 msgid ""
10198 "Most of the data produced by <systemitem role=\"package\">wanna-build</"
10199 "systemitem> which is generally useful to porters is available on the web at "
10200 "<ulink url=\"&url-buildd;\"></ulink>.  This data includes nightly updated "
10201 "statistics, queueing information and logs for build attempts."
10202 msgstr ""
10203 "<systemitem role=\"package\">wanna-build</systemitem> ist generell für "
10204 "Portierer nützlich. Die meisten davon erzeugten Daten sind im Web unter "
10205 "<ulink url=\"&url-buildd;\"></ulink> verfügbar. Diese Daten enthalten "
10206 "nächtlich aktualisierte Statistiken, Warteschlangeninformationen und "
10207 "Protokolle von Build-Versuchen."
10208
10209 #. type: Content of: <chapter><section><section><section><para>
10210 #: pkgs.dbk:1854
10211 msgid ""
10212 "We are quite proud of this system, since it has so many possible uses.  "
10213 "Independent development groups can use the system for different sub-flavors "
10214 "of Debian, which may or may not really be of general interest (for instance, "
10215 "a flavor of Debian built with <command>gcc</command> bounds checking).  It "
10216 "will also enable Debian to recompile entire distributions quickly."
10217 msgstr ""
10218 "Debian ist ziemlich stolz auf dieses System, da es so viele "
10219 "Verwendungsmöglichkeiten gibt. Unabhängige Entwicklergruppen können das "
10220 "System benutzen, um unterschiedliche Untergeschmacksrichtungen von Debian, "
10221 "die von allgemeinem Interesse sein können oder auch nicht (zum Beispiel eine "
10222 "Debian-Geschmacksrichtung, die mit »bounds checking« von <command>gcc</"
10223 "command> erstellt wurde) zu erstellen. Dadurch wird Debian auch in die Lage "
10224 "versetzt, ganze Distributionen schnell neu zu compilieren."
10225
10226 #. type: Content of: <chapter><section><section><section><para>
10227 #: pkgs.dbk:1861
10228 msgid ""
10229 "The wanna-build team, in charge of the buildds, can be reached at "
10230 "<literal>debian-wb-team@lists.debian.org</literal>.  To determine who (wanna-"
10231 "build team, release team) and how (mail, BTS)  to contact, refer to <ulink "
10232 "url=\"&url-wb-team;\"></ulink>."
10233 msgstr ""
10234 "Das Wanna-Build-Team, das für Buildds verantwortlich ist, ist unter "
10235 "<literal>debian-wb-team@lists.debian.org</literal> erreichbar. Um "
10236 "festzustellen, wen (Wanna-Build-Team, Release-Team) Sie kontaktieren sollten "
10237 "und wie (E-Mail, BTS), sei auf <ulink url=\"&url-wb-team;\"></ulink> "
10238 "verwiesen."
10239
10240 #. type: Content of: <chapter><section><section><section><para>
10241 #: pkgs.dbk:1868
10242 msgid ""
10243 "When requesting binNMUs or give-backs (retries after a failed build), please "
10244 "use the format described at <ulink url=\"&url-release-wb;\"/>."
10245 msgstr ""
10246 "Wenn Sie um BinNMUs oder Give-Backs (erneute Versuche nach gescheitertem "
10247 "Build) ersuchen, benutzen Sie bitte das unter <ulink url=\"&url-release-wb;"
10248 "\"/> beschriebene Format."
10249
10250 #. type: Content of: <chapter><section><section><title>
10251 #: pkgs.dbk:1877
10252 msgid "When your package is <emphasis>not</emphasis> portable"
10253 msgstr "Wenn Ihr Paket <emphasis>nicht</emphasis> portierbar ist"
10254
10255 #. type: Content of: <chapter><section><section><para>
10256 #: pkgs.dbk:1879
10257 msgid ""
10258 "Some packages still have issues with building and/or working on some of the "
10259 "architectures supported by Debian, and cannot be ported at all, or not "
10260 "within a reasonable amount of time.  An example is a package that is SVGA-"
10261 "specific (only available for <literal>i386</literal> and <literal>amd64</"
10262 "literal>), or uses other hardware-specific features not supported on all "
10263 "architectures."
10264 msgstr ""
10265 "Einige Pakete haben immer noch Probleme mit der Erstellung und/oder Ihrer "
10266 "Funktion auf einigen der von Debian unterstützten Architekturen und können "
10267 "überhaupt nicht oder nicht in einem akzeptablen Zeitraum portiert werden. "
10268 "Ein Beispiel ist ein Paket, das SVGA-spezifisch ist (nur auf <literal>i386</"
10269 "literal> und <literal>amd64</literal> verfügbar) oder andere Hardware-"
10270 "spezifische Funktionen benutzt, die nicht von allen Architekturen "
10271 "unterstützt werden."
10272
10273 #. type: Content of: <chapter><section><section><para>
10274 #: pkgs.dbk:1886
10275 msgid ""
10276 "In order to prevent broken packages from being uploaded to the archive, and "
10277 "wasting buildd time, you need to do a few things:"
10278 msgstr ""
10279 "Um zu verhindern, dass kaputte Pakete in das Archiv hochgeladen werden und "
10280 "Buildd-Zeit vergeuden, müssen Sie ein paar Dinge tun:"
10281
10282 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10283 #: pkgs.dbk:1892
10284 msgid ""
10285 "First, make sure your package <emphasis>does</emphasis> fail to build on "
10286 "architectures that it cannot support.  There are a few ways to achieve "
10287 "this.  The preferred way is to have a small testsuite during build time that "
10288 "will test the functionality, and fail if it doesn't work.  This is a good "
10289 "idea anyway, as this will prevent (some) broken uploads on all "
10290 "architectures, and also will allow the package to build as soon as the "
10291 "required functionality is available."
10292 msgstr ""
10293 "Stellen Sie zuerst sicher, dass das Erstellen Ihres Pakets auf "
10294 "Architekturen, die es nicht unterstützt <emphasis>fehlschlägt</emphasis>. Es "
10295 "gibt mehrere Möglichkeiten dies zu bewirken. Der bevorzugte Weg ist es, "
10296 "während des Erstellens eine kleine Test-Suite zu verwenden, die die "
10297 "Funktionalität prüft und fehlschlägt, wenn es nicht funktioniert. Dies ist "
10298 "sowieso eine gute Idee, da es (einige) kaputte Uploads auf allen "
10299 "Architekturen verhindert und außerdem ermöglicht, das Paket zu erstellen, "
10300 "sobald die benötigte Funktionalität verfügbar ist."
10301
10302 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10303 #: pkgs.dbk:1900
10304 msgid ""
10305 "Additionally, if you believe the list of supported architectures is pretty "
10306 "constant, you should change <literal>any</literal> to a list of supported "
10307 "architectures in <filename>debian/control</filename>.  This way, the build "
10308 "will fail also, and indicate this to a human reader without actually trying."
10309 msgstr ""
10310 "Zusätzlich sollten Sie in <filename>debian/control</filename> <literal>any</"
10311 "literal> auf eine Liste der unterstützten Architekturen ändern, falls Sie "
10312 "glauben, die Liste der unterstützten Architekturen sei ziemlich "
10313 "gleichbleibend. Auf diese Art wird das Erstellen ebenfalls fehlschlagen und "
10314 "dies einem menschlichen Leser ohne tatsächliche Versuche anzeigen."
10315
10316 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10317 #: pkgs.dbk:1908
10318 msgid ""
10319 "In order to prevent autobuilders from needlessly trying to build your "
10320 "package, it must be included in <filename>Packages-arch-specific</filename>, "
10321 "a list used by the <command>wanna-build</command> script.  The current "
10322 "version is available as <ulink url=\"&url-buildd-p-a-s;\"/>; please see the "
10323 "top of the file for whom to contact for changes."
10324 msgstr ""
10325 "Um zu verhindern, dass Autobuilder unnötig versuchen Ihr Paket zu erstellen, "
10326 "muss es in <filename>Packages-arch-specific</filename> enthalten sein, einer "
10327 "Liste, die vom <command>wanna-build</command>-Skript benutzt wird. Die "
10328 "aktuelle Version ist unter <ulink url=\"&url-buildd-p-a-s;\"/> verfügbar. "
10329 "Bitte lesen am Anfang der Datei, wer wegen der Änderungen kontaktiert wird."
10330
10331 #. type: Content of: <chapter><section><section><para>
10332 #: pkgs.dbk:1917
10333 msgid ""
10334 "Please note that it is insufficient to only add your package to "
10335 "<filename>Packages-arch-specific</filename> without making it fail to build "
10336 "on unsupported architectures: A porter or any other person trying to build "
10337 "your package might accidently upload it without noticing it doesn't work.  "
10338 "If in the past some binary packages were uploaded on unsupported "
10339 "architectures, request their removal by filing a bug against <systemitem "
10340 "role=\"package\">ftp.debian.org</systemitem>."
10341 msgstr ""
10342 "Bitte beachten Sie, dass es nicht ausreicht, Ihr Paket nur zu "
10343 "<filename>Packages-arch-specific</filename> hinzuzufügen ohne dafür zu "
10344 "sorgen, dass das Erstellen auf nicht unterstützten Architekturen "
10345 "fehlschlägt: Ein Portierer oder jemand anderes, der versucht Ihr Paket zu "
10346 "erstellen, könnte Ihr Paket fälschlicherweise hochladen ohne zu bemerken, "
10347 "dass es nicht funktioniert. Wenn in der Vergangenheit einige Binärpakete auf "
10348 "nicht unterstützte Architekturen hochgeladen wurden, bitten Sie um Ihre "
10349 "Entfernung, indem Sie einen Fehlerbericht gegen <systemitem role=\"package"
10350 "\">ftp.debian.org</systemitem> einreichen."
10351
10352 #. type: Content of: <chapter><section><section><title>
10353 #: pkgs.dbk:1928
10354 msgid "Marking non-free packages as auto-buildable"
10355 msgstr "Unfreie Pakete als automatisch erstellbar kennzeichnen"
10356
10357 #. type: Content of: <chapter><section><section><para>
10358 #: pkgs.dbk:1930
10359 msgid ""
10360 "By default packages from the <literal>non-free</literal> section are not "
10361 "built by the autobuilder network (mostly because the license of the packages "
10362 "could disapprove).  To enable a package to be build you need to perform the "
10363 "following steps:"
10364 msgstr ""
10365 "Standardmäßig werden Pakete aus dem Bereich <literal>non-free</literal> "
10366 "nicht durch das Autobuilder-Netzwerk gebaut (meistens, weil die Lizenz der "
10367 "Pakete dem entgegen stehen könnte). Um zu aktivieren, dass ein Paket gebaut "
10368 "wird, müssen Sie die folgenden Schritte durchführen:"
10369
10370 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
10371 #: pkgs.dbk:1938
10372 msgid ""
10373 "Check whether it is legally allowed and technically possible to auto-build "
10374 "the package;"
10375 msgstr ""
10376 "Prüfen, ob es rechtlich erlaubt und technisch möglich ist, das Paket "
10377 "automatisch zu bauen;"
10378
10379 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
10380 #: pkgs.dbk:1944
10381 msgid ""
10382 "Add <literal>XS-Autobuild: yes</literal> into the header part of "
10383 "<filename>debian/control</filename>;"
10384 msgstr ""
10385 "<literal>XS-Autobuild: yes</literal> zu den Kopfzeilen von <filename>debian/"
10386 "control</filename> hinzufügen;"
10387
10388 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
10389 #: pkgs.dbk:1950
10390 msgid ""
10391 "Send an email to &email-nonfree-release; and explain why the package can "
10392 "legitimately and technically be auto-built."
10393 msgstr ""
10394 "eine E-Mail an &email-nonfree-release; senden und erklären, warum das Paket "
10395 "rechtlich und technisch automatisch gebaut werden kann."
10396
10397 #. type: Content of: <chapter><section><title>
10398 #: pkgs.dbk:1959
10399 msgid "Non-Maintainer Uploads (NMUs)"
10400 msgstr "Non-Maintainer Uploads (NMUs)"
10401
10402 #. type: Content of: <chapter><section><para>
10403 #: pkgs.dbk:1961
10404 msgid ""
10405 "Every package has one or more maintainers. Normally, these are the people "
10406 "who work on and upload new versions of the package. In some situations, it "
10407 "is useful that other developers can upload a new version as well, for "
10408 "example if they want to fix a bug in a package they don't maintain, when the "
10409 "maintainer needs help to respond to issues.  Such uploads are called "
10410 "<emphasis>Non-Maintainer Uploads (NMU)</emphasis>."
10411 msgstr ""
10412 "Jedes Paket hat einen oder mehrere Betreuer. Normalerweise sind das Leute, "
10413 "die daran arbeiten und neue Versionen des Pakets hochladen. In einigen "
10414 "Situationen ist es nützlich, dass auch andere Entwickler neue Versionen "
10415 "hochladen können, zum Beispiel, falls sie einen Fehler in einem Paket "
10416 "beheben möchten, das sie nicht betreuen, wenn der Betreuer Hilfe benötigt, "
10417 "um auf Probleme zu antworten. Solche Uploads werden <emphasis>Non-Maintainer "
10418 "Uploads (NMU)</emphasis> genannt."
10419
10420 #. type: Content of: <chapter><section><section><title>
10421 #: pkgs.dbk:1970
10422 msgid "When and how to do an NMU"
10423 msgstr "Wann und wie ein NMU durchgeführt wird"
10424
10425 #. type: Content of: <chapter><section><section><para>
10426 #: pkgs.dbk:1973
10427 msgid "Before doing an NMU, consider the following questions:"
10428 msgstr "Beachten Sie die folgenden Fragen, bevor Sie einen NMU durchführen:"
10429
10430 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10431 #: pkgs.dbk:1978
10432 msgid ""
10433 "Does your NMU really fix bugs? Fixing cosmetic issues or changing the "
10434 "packaging style in NMUs is discouraged."
10435 msgstr ""
10436 "Behebt Ihr NMU wirklich Fehler? Kosmetische Probleme zu beheben oder den "
10437 "Paketierungsstil in NMUs zu ändern ist unerwünscht."
10438
10439 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10440 #: pkgs.dbk:1984
10441 msgid ""
10442 "Did you give enough time to the maintainer? When was the bug reported to the "
10443 "BTS? Being busy for a week or two isn't unusual.  Is the bug so severe that "
10444 "it needs to be fixed right now, or can it wait a few more days?"
10445 msgstr ""
10446 "Haben Sie dem Paketbetreuer genug Zeit gegeben? Wann wurde der Fehler an das "
10447 "BTS gemeldet? Es ist nicht unüblich, für eine oder zwei Wochen beschäftigt "
10448 "zu sein. Ist der Fehler so schwer, dass er jetzt sofort behoben werden muss "
10449 "oder kann er noch ein paar Tage warten?"
10450
10451 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10452 #: pkgs.dbk:1991
10453 msgid ""
10454 "How confident are you about your changes? Please remember the Hippocratic "
10455 "Oath: \"Above all, do no harm.\" It is better to leave a package with an "
10456 "open grave bug than applying a non-functional patch, or one that hides the "
10457 "bug instead of resolving it. If you are not 100% sure of what you did, it "
10458 "might be a good idea to seek advice from others. Remember that if you break "
10459 "something in your NMU, many people will be very unhappy about it."
10460 msgstr ""
10461 "Wie überzeugt sind Sie von Ihren Änderungen? Bitte erinnern Sie sich an den "
10462 "hippokratischen Eid: »Schaden Sie vor allem nicht«. Es ist besser, ein Paket "
10463 "mit einem offenen schweren Fehler zu belassen, als ein nicht "
10464 "funktionierendes Patch darauf anzuwenden oder eins, das den Fehler "
10465 "versteckt, anstatt Ihn zu beheben. Falls Sie nicht 100% sicher sind, was Sie "
10466 "getan haben, könnte es eine gute Idee sein, den Rat anderer zu suchen. "
10467 "Vergessen Sie nicht, das viele Leute sauer sind, falls Ihr NMU etwas kaputt "
10468 "macht."
10469
10470 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10471 #: pkgs.dbk:2001
10472 msgid ""
10473 "Have you clearly expressed your intention to NMU, at least in the BTS? It is "
10474 "also a good idea to try to contact the maintainer by other means (private "
10475 "email, IRC)."
10476 msgstr ""
10477 "Haben Sie Ihre Absicht, einen NMU durchzuführen, zumindest im BTS klar "
10478 "ausgedrückt? Es ist außerdem ratsam zu versuchen, den Paketbetreuer auf "
10479 "andere Arten zu kontaktieren (private E-Mail, IRC)."
10480
10481 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10482 #: pkgs.dbk:2008
10483 msgid ""
10484 "If the maintainer is usually active and responsive, have you tried to "
10485 "contact them? In general it should be considered preferable that maintainers "
10486 "take care of an issue themselves and that they are given the chance to "
10487 "review and correct your patch, because they can be expected to be more aware "
10488 "of potential issues which an NMUer might miss. It is often a better use of "
10489 "everyone's time if the maintainer is given an opportunity to upload a fix on "
10490 "their own."
10491 msgstr ""
10492 "Haben Sie versucht den Betreuer zu kontaktieren, falls er normalerweise "
10493 "aktiv und zugänglich ist? Im Allgemeinen sollte es als wünschenswert "
10494 "erachtet werden, dass sich Betreuer selbst um ein Problem kümmern und dass "
10495 "sie die Möglichkeit haben, Ihr Patch zu überprüfen und zu korrigieren, da "
10496 "sie potentielle Probleme kennen sollten, die demjenigen fehlen könnten, der "
10497 "den NMU durchführt. Die Zeit wird meist besser investiert, wenn dem Betreuer "
10498 "die Gelegenheit gegeben wird, eine Fehlerbehebung selbst hochzuladen."
10499
10500 #. type: Content of: <chapter><section><section><para>
10501 #: pkgs.dbk:2018
10502 msgid ""
10503 "When doing an NMU, you must first make sure that your intention to NMU is "
10504 "clear.  Then, you must send a patch with the differences between the current "
10505 "package and your proposed NMU to the BTS. The <command>nmudiff</command> "
10506 "script in the <systemitem role=\"package\">devscripts</systemitem> package "
10507 "might be helpful."
10508 msgstr ""
10509 "Wenn Sie einen NMU durchführen, sollten Sie zuerst dafür sorgen, dass Ihre "
10510 "Absicht einen NMU durchzuführen klar ist. Dann müssen Sie ein Patch mit den "
10511 "Unterschieden zwischen dem aktuellen Paket und dem geplanten NMU an das BTS "
10512 "senden. Das Skript <command>nmudiff</command> im Paket <systemitem role="
10513 "\"package\">devscripts</systemitem> könnte hilfreich sein."
10514
10515 #. type: Content of: <chapter><section><section><para>
10516 #: pkgs.dbk:2025
10517 msgid ""
10518 "While preparing the patch, you should better be aware of any package-"
10519 "specific practices that the maintainer might be using. Taking them into "
10520 "account reduces the burden of integrating your changes into the normal "
10521 "package workflow and thus increases the chances that integration will "
10522 "happen. A good place where to look for for possible package-specific "
10523 "practices is <ulink url=\"&url-debian-policy;ch-source.html#s-readmesource"
10524 "\"><filename>debian/README.source</filename></ulink>."
10525 msgstr ""
10526 "Während Sie das Patch vorbereiten, sollten Sie besser einige "
10527 "paketspezifischen Verfahren kennen, die der Betreuer möglicherweise benutzt. "
10528 "Ihn einzubeziehen verringert die Belastung, die Änderungen zurück in den "
10529 "normalen Arbeitsablauf des Pakets zu integrieren und vergrößert daher die "
10530 "Möglichkeit, dass das geschieht. Ein guter Ort, um etwas über die "
10531 "paketspezifischen Methoden zu erfahren, ist <ulink url=\"&url-debian-policy;"
10532 "ch-source.html#s-readmesource\"><filename>debian/README.source</filename></"
10533 "ulink>."
10534
10535 #. type: Content of: <chapter><section><section><para>
10536 #: pkgs.dbk:2033
10537 msgid ""
10538 "Unless you have an excellent reason not to do so, you must then give some "
10539 "time to the maintainer to react (for example, by uploading to the "
10540 "<literal>DELAYED</literal> queue).  Here are some recommended values to use "
10541 "for delays:"
10542 msgstr ""
10543 "Sofern Sie keinen ausgezeichneten Grund haben, dies nicht zu tun, müssen Sie "
10544 "dem Paketbetreuer Zeit zum Reagieren geben (zum Beispiel durch Hochladen in "
10545 "die <literal>DELAYED</literal>-Warteschlange). Hier sind einige empfohlene "
10546 "Werte, die für Verzögerungen benutzt werden:"
10547
10548 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10549 #: pkgs.dbk:2040
10550 msgid ""
10551 "Upload fixing only release-critical bugs older than 7 days, with no "
10552 "maintainer activity on the bug for 7 days and no indication that a fix is in "
10553 "progress: 0 days"
10554 msgstr ""
10555 "Der Upload behebt nur release-kritische Fehler, die älter als sieben Tage "
10556 "sind, ohne Betreueraktivität beim Fehler für sieben Tage und ohne Hinweis, "
10557 "dass eine Fehlerbehebung im Gang ist: 0 Tage"
10558
10559 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10560 #: pkgs.dbk:2045
10561 msgid "Upload fixing only release-critical bugs older than 7 days: 2 days"
10562 msgstr ""
10563 "Upload, der nur release-kritische Fehler behebt, die älter als sieben Tage "
10564 "sind: zwei Tage"
10565
10566 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10567 #: pkgs.dbk:2050
10568 msgid "Upload fixing only release-critical and important bugs: 5 days"
10569 msgstr ""
10570 "Upload, der nur release-kritische Fehler und Fehler mit Schweregrad "
10571 "»important«  behebt: fünf Tage"
10572
10573 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10574 #: pkgs.dbk:2055
10575 msgid "Other NMUs: 10 days"
10576 msgstr "Andere NMUs: zehn Tage"
10577
10578 #. type: Content of: <chapter><section><section><para>
10579 #: pkgs.dbk:2061
10580 msgid ""
10581 "Those delays are only examples. In some cases, such as uploads fixing "
10582 "security issues, or fixes for trivial bugs that blocking a transition, it is "
10583 "desirable that the fixed package reaches <literal>unstable</literal> sooner."
10584 msgstr ""
10585 "Diese Verzögerungen sind nur Beispiele. In manchen Fällen, wie bei Uploads, "
10586 "die Sicherheitsprobleme beheben oder der Behebung belangloser Fehler, die "
10587 "einen Übergang blockieren, ist es wünschenswert, dass ein repariertes Paket "
10588 "<literal>unstable</literal> eher erreicht."
10589
10590 #. type: Content of: <chapter><section><section><para>
10591 #: pkgs.dbk:2067
10592 msgid ""
10593 "Sometimes, release managers decide to allow NMUs with shorter delays for a "
10594 "subset of bugs (e.g release-critical bugs older than 7 days). Also, some "
10595 "maintainers list themselves in the <ulink url=\"&url-low-threshold-nmu;"
10596 "\">Low Threshold NMU list</ulink>, and accept that NMUs are uploaded without "
10597 "delay. But even in those cases, it's still a good idea to give the "
10598 "maintainer a few days to react before you upload, especially if the patch "
10599 "wasn't available in the BTS before, or if you know that the maintainer is "
10600 "generally active."
10601 msgstr ""
10602 "Manchmal entscheiden Veröffentlichungsverwalter NMUs mit kürzeren "
10603 "Verzögerungen für eine Untermenge von Fehlern zu erlauben (z.B. release-"
10604 "kritische Fehler, die älter als sieben Tage sind). Außerdem führen manche "
10605 "Paketbetreuer sie selbst in der Liste <ulink url=\"&url-low-threshold-nmu;"
10606 "\">LowThresholdNmu</ulink> (niedrige Schwelle für NMUs) auf und akzeptieren, "
10607 "dass NMUs ohne Verzögerung hochgeladen werden. Aber sogar in diesen Fällen "
10608 "ist es immer noch ratsam, dem Betreuer ein paar Tage Zeit zum Reagieren zu "
10609 "geben bevor Sie etwas hochladen, insbesondere, wenn das Patch vorher nicht "
10610 "im BTS verfügbar war oder falls Sie wissen, dass der Paketgetreuer allgemein "
10611 "aktiv ist."
10612
10613 #. type: Content of: <chapter><section><section><para>
10614 #: pkgs.dbk:2077
10615 msgid ""
10616 "After you upload an NMU, you are responsible for the possible problems that "
10617 "you might have introduced. You must keep an eye on the package (subscribing "
10618 "to the package on the PTS is a good way to achieve this)."
10619 msgstr ""
10620 "Nachdem Sie einen NMU hochgeladen haben, sind Sie für mögliche Probleme "
10621 "verantwortlich, die Sie möglicherweise eingeleitet haben. Sie müssen das "
10622 "Paket im Auge behalten (ein gute Möglichkeit dies zu erreichen, ist es, das "
10623 "Paket im PTS zu abonnieren )."
10624
10625 #. type: Content of: <chapter><section><section><para>
10626 #: pkgs.dbk:2083
10627 msgid ""
10628 "This is not a license to perform NMUs thoughtlessly.  If you NMU when it is "
10629 "clear that the maintainers are active and would have acknowledged a patch in "
10630 "a timely manner, or if you ignore the recommendations of this document, your "
10631 "upload might be a cause of conflict with the maintainer.  You should always "
10632 "be prepared to defend the wisdom of any NMU you perform on its own merits."
10633 msgstr ""
10634 "Dies ist keine Lizenz, rücksichtslos NMUs durchzuführen. Falls Sie einen NMU "
10635 "auf den Weg bringen, wenn es klar ist, dass die Betreuer aktiv sind und ein "
10636 "Patch zeitnah anerkennen würden oder falls Sie die Empfehlungen dieses "
10637 "Dokuments ignorieren, könnte Ihr Upload zu einem Konflikt mit dem Betreuer "
10638 "führen. Sie sollten immer darauf vorbereitet sein, im Nachhinein für den von "
10639 "Ihnen durchgeführten NMU aus eigener Kraft einstehen zu können."
10640
10641 #. type: Content of: <chapter><section><section><title>
10642 #: pkgs.dbk:2093
10643 msgid "NMUs and <filename>debian/changelog</filename>"
10644 msgstr "NMUs und <filename>debian/changelog</filename>"
10645
10646 #. type: Content of: <chapter><section><section><para>
10647 #: pkgs.dbk:2095
10648 msgid ""
10649 "Just like any other (source) upload, NMUs must add an entry to "
10650 "<filename>debian/changelog</filename>, telling what has changed with this "
10651 "upload.  The first line of this entry must explicitely mention that this "
10652 "upload is an NMU, e.g.:"
10653 msgstr ""
10654 "Genauso wie jeder andere (Quell-) Upload, müssen NMUs einen Eintrag in "
10655 "<filename>debian/changelog</filename> hinzufügen, der mitteilt, was mit "
10656 "diesem Upload geändert wurde. Die erste Zeile muss explizit erwähnen, dass "
10657 "dieser Upload ein NMU ist, z.B:"
10658
10659 #. type: Content of: <chapter><section><section><screen>
10660 #: pkgs.dbk:2100
10661 #, no-wrap
10662 msgid "  * Non-maintainer upload.\n"
10663 msgstr "  * Non-maintainer upload.\n"
10664
10665 #. type: Content of: <chapter><section><section><para>
10666 #: pkgs.dbk:2104
10667 msgid "The way to version NMUs differs for native and non-native packages."
10668 msgstr ""
10669 "Die Möglichkeiten der Versionsvergabe für NMUs unterscheidet sich bei "
10670 "nativen und nicht nativen Paketen."
10671
10672 #. type: Content of: <chapter><section><section><para>
10673 #: pkgs.dbk:2107
10674 msgid ""
10675 "If the package is a native package (without a Debian revision in the version "
10676 "number), the version must be the version of the last maintainer upload, plus "
10677 "<literal>+nmu<replaceable>X</replaceable></literal>, where <replaceable>X</"
10678 "replaceable> is a counter starting at <literal>1</literal>.  If the last "
10679 "upload was also an NMU, the counter should be increased.  For example, if "
10680 "the current version is <literal>1.5</literal>, then an NMU would get version "
10681 "<literal>1.5+nmu1</literal>."
10682 msgstr ""
10683 "Falls es sich um ein natives Paket (ohne Debian-Revision in der "
10684 "Versionsnummer) handelt, muss die Versionsnummer die des letzten Betreuer-"
10685 "Uploads plus <literal>+nmu<replaceable>X</replaceable></literal> sein, wobei "
10686 "<replaceable>X</replaceable> ein Zähler ist, der bei <literal>1</literal> "
10687 "beginnt. Falls der letzte Upload auch ein NMU war, wird der Zähler erhöht. "
10688 "Wenn beispielsweise die aktuelle Version <literal>1.5</literal> ist, dann "
10689 "würde der NMU die Version <literal>1.5+nmu1</literal> werden."
10690
10691 #. type: Content of: <chapter><section><section><para>
10692 #: pkgs.dbk:2117
10693 msgid ""
10694 "If the package is not a native package, you should add a minor version "
10695 "number to the Debian revision part of the version number (the portion after "
10696 "the last hyphen). This extra number must start at <literal>1</literal>.  For "
10697 "example, if the current version is <literal>1.5-2</literal>, then an NMU "
10698 "would get version <literal>1.5-2.1</literal>. If a new upstream version is "
10699 "packaged in the NMU, the Debian revision is set to <literal>0</literal>, for "
10700 "example <literal>1.6-0.1</literal>."
10701 msgstr ""
10702 "Falls es sich um kein natives Paket handelt, sollten Sie eine untergeordnete "
10703 "Versionsnummer zum Debian-Revisionsteil der Versionsnummer hinzufügen (der "
10704 "Teil nach dem letzten Bindestrich). Diese zusätzliche Zahl muss bei "
10705 "<literal>1</literal> anfangen. Wenn zum Beispiel die aktuelle Version "
10706 "<literal>1.5-2</literal> ist, dann würde ein NMU die Version "
10707 "<literal>1.5-2.1</literal> erhalten. Falls eine neue Originalversion im NMU "
10708 "paketiert wird, wird die Debian-Revision auf <literal>0</literal> gesetzt, "
10709 "zum Beispiel <literal>1.6-0.1</literal>."
10710
10711 #. type: Content of: <chapter><section><section><para>
10712 #: pkgs.dbk:2126
10713 msgid ""
10714 "In both cases, if the last upload was also an NMU, the counter should be "
10715 "increased. For example, if the current version is <literal>1.5+nmu3</"
10716 "literal> (a native package which has already been NMUed), the NMU would get "
10717 "version <literal>1.5+nmu4</literal>."
10718 msgstr ""
10719 "In beiden Fällen sollte der Zähler erhöht werden, falls der letzte Upload "
10720 "auch ein NMU war. Wenn zum Beispiel die letzte Version <literal>1.5+nmu3</"
10721 "literal> war (ein natives Paket, für das bereits ein NMU durchgeführt "
10722 "wurde), würde der NMU die Version <literal>1.5+nmu4</literal> erhalten."
10723
10724 #. type: Content of: <chapter><section><section><para>
10725 #: pkgs.dbk:2132
10726 msgid ""
10727 "A special versioning scheme is needed to avoid disrupting the maintainer's "
10728 "work, since using an integer for the Debian revision will potentially "
10729 "conflict with a maintainer upload already in preparation at the time of an "
10730 "NMU, or even one sitting in the ftp NEW queue.  It also has the benefit of "
10731 "making it visually clear that a package in the archive was not made by the "
10732 "official maintainer."
10733 msgstr ""
10734 "Es wird ein spezielles Schema der Versionsvergabe benötigt, um zu verhindern "
10735 "dass die Arbeit des Maintainers unterbrochen wird, da die Benutzung einer "
10736 "Ganzzahl für die Debian-Revision einen potentiellen Konflikt mit einem "
10737 "Betreuer-Upload hervorruft, der bereits zur Zeit des NMUs vorbereitet wird "
10738 "oder sogar in der Ftp-Warteschlange NEW ist. Es hat außerdem den Vorteil, "
10739 "dass es optisch klar zeigt, dass ein Paket im Archiv nicht vom offiziellen "
10740 "Betreuer stammt."
10741
10742 #. type: Content of: <chapter><section><section><para>
10743 #: pkgs.dbk:2141
10744 msgid ""
10745 "If you upload a package to testing or stable, you sometimes need to \"fork\" "
10746 "the version number tree. This is the case for security uploads, for "
10747 "example.  For this, a version of the form <literal>+deb<replaceable>X</"
10748 "replaceable>u<replaceable>Y</replaceable></literal> should be used, where "
10749 "<replaceable>X</replaceable> is the major release number, and "
10750 "<replaceable>Y</replaceable> is a counter starting at <literal>1</literal>.  "
10751 "For example, while Wheezy (Debian 7.0) is stable, a security NMU to stable "
10752 "for a package at version <literal>1.5-3</literal> would have version "
10753 "<literal>1.5-3+deb7u1</literal>, whereas a security NMU to Jessie would get "
10754 "version <literal>1.5-3+deb8u1</literal>."
10755 msgstr ""
10756
10757 #. type: Content of: <chapter><section><section><title>
10758 #: pkgs.dbk:2155
10759 msgid "Using the <literal>DELAYED/</literal> queue"
10760 msgstr "Benutzung der Warteschlange <literal>DELAYED/</literal>"
10761
10762 #. type: Content of: <chapter><section><section><para>
10763 #: pkgs.dbk:2158
10764 msgid ""
10765 "Having to wait for a response after you request permission to NMU is "
10766 "inefficient, because it costs the NMUer a context switch to come back to the "
10767 "issue.  The <literal>DELAYED</literal> queue (see <xref linkend=\"delayed-"
10768 "incoming\"/>)  allows the developer doing the NMU to perform all the "
10769 "necessary tasks at the same time. For instance, instead of telling the "
10770 "maintainer that you will upload the updated package in 7 days, you should "
10771 "upload the package to <literal>DELAYED/7</literal> and tell the maintainer "
10772 "that they have 7 days to react.  During this time, the maintainer can ask "
10773 "you to delay the upload some more, or cancel your upload."
10774 msgstr ""
10775 "Nachdem Sie um Erlaubnis ersucht haben, einen NMU durchzuführen, ist es "
10776 "ineffizient, auf eine Antwort zu warten, da es für denjenigen, der den NMU "
10777 "durchführt, einen Kontextwechsel zurück zu diesem Thema erfordert. Die "
10778 "Warteschlange <literal>DELAYED</literal> (siehe <xref linkend=\"delayed-"
10779 "incoming\"/>) ermöglicht es einem Entwickler einen NMU und alle nötigen "
10780 "Aufgaben gleichzeitig durchzuführen. Sie sollten zum Beispiel anstatt dem "
10781 "Betreuer mitzuteilen, dass Sie das aktualisierte Paket in sieben Tagen "
10782 "hochladen werden, das Paket nach <literal>DELAYED/7</literal> hochladen und "
10783 "dem Betreuer mitteilen, dass er sieben Tage zum reagieren hat. Während "
10784 "dieser Zeit kann der Betreuer Sie bitten, den Upload etwas länger "
10785 "aufzuschieben oder Ihren Upload abzubrechen."
10786
10787 #. type: Content of: <chapter><section><section><para>
10788 #: pkgs.dbk:2172
10789 msgid ""
10790 "The <literal>DELAYED</literal> queue should not be used to put additional "
10791 "pressure on the maintainer. In particular, it's important that you are "
10792 "available to cancel or delay the upload before the delay expires since the "
10793 "maintainer cannot cancel the upload themselves."
10794 msgstr ""
10795 "Die Warteschlange <literal>DELAYED</literal> sollte nicht benutzt werden, um "
10796 "zusätzlichen Druck auf den Paketbetreuer auszuüben. Es ist besonders "
10797 "wichtig, dass Sie erreichbar sind, um die Verzögerung des Uploads "
10798 "abzubrechen, bevor die Zeit abläuft, da der Betreuer den Upload nicht selbst "
10799 "abbrechen kann."
10800
10801 #. type: Content of: <chapter><section><section><para>
10802 #: pkgs.dbk:2179
10803 msgid ""
10804 "If you make an NMU to <literal>DELAYED</literal> and the maintainer updates "
10805 "the package before the delay expires, your upload will be rejected because a "
10806 "newer version is already available in the archive.  Ideally, the maintainer "
10807 "will take care to include your proposed changes (or at least a solution for "
10808 "the problems they address) in that upload."
10809 msgstr ""
10810 "Falls Sie einen NMU nach <literal>DELAYED</literal> durchführen und der "
10811 "Betreuer das Paket vor Ablauf der Verzögerung aktualisiert, wird Ihr Upload "
10812 "abgelehnt, da bereits eine neuere Version im Archiv verfügbar ist. "
10813 "Idealerweise achtet der Betreuer darauf, dass er die von Ihnen "
10814 "vorgeschlagenen Änderungen (oder zumindest eine Lösung für die Probleme, die "
10815 "sie behandeln) in diesen Upload einfließen lässt."
10816
10817 #. type: Content of: <chapter><section><section><title>
10818 #: pkgs.dbk:2189
10819 msgid "NMUs from the maintainer's point of view"
10820 msgstr "NMUs aus Sicht des Paketbetreuers"
10821
10822 #. type: Content of: <chapter><section><section><para>
10823 #: pkgs.dbk:2192
10824 msgid ""
10825 "When someone NMUs your package, this means they want to help you to keep it "
10826 "in good shape.  This gives users fixed packages faster.  You can consider "
10827 "asking the NMUer to become a co-maintainer of the package.  Receiving an NMU "
10828 "on a package is not a bad thing; it just means that the package is "
10829 "interesting enough for other people to work on it."
10830 msgstr ""
10831 "Wenn jemand einen NMU Ihres Pakets dürchführt, bedeutet dies, dass er Ihnen "
10832 "helfen möchte, es in einem guten Zustand zu halten. Dies beschert den "
10833 "Anwendern schneller reparierte Pakete. Sie könnten überlegen, ob Sie "
10834 "denjenigen, der das NMU durchführte, fragen möchten, ob er Mitbetreuer des "
10835 "Pakets werden will. Der Erhalt eines NMUs für ein Paket ist keine schlechte "
10836 "Sache; es bedeutet nur, dass das Paket interessant genug ist, dass andere "
10837 "Leute daran arbeiten."
10838
10839 #. type: Content of: <chapter><section><section><para>
10840 #: pkgs.dbk:2201
10841 msgid ""
10842 "To acknowledge an NMU, include its changes and changelog entry in your next "
10843 "maintainer upload.  If you do not acknowledge the NMU by including the NMU "
10844 "changelog entry in your changelog, the bugs will remain closed in the BTS "
10845 "but will be listed as affecting your maintainer version of the package."
10846 msgstr ""
10847 "Um einen NMU anzuerkennen, schließen Sie dessen Änderungen und "
10848 "Änderungsprotokolleinträge in Ihren nächsten Upload ein. Falls Sie den NMU "
10849 "nicht anerkennen, schließen Sie den Änderungsprotokolleintrag des NMUs in "
10850 "Ihr Änderungsprotokoll ein, die Fehler bleiben im BTS geschlossen, werden "
10851 "aber als Ihre Betreuerversion des Pakets betreffend aufgeführt."
10852
10853 #. type: Content of: <chapter><section><section><title>
10854 #: pkgs.dbk:2210
10855 msgid "Source NMUs vs Binary-only NMUs (binNMUs)"
10856 msgstr "Quell-NMUs gegenüber rein binären NMUs (binNMUs)"
10857
10858 #. type: Content of: <chapter><section><section><para>
10859 #: pkgs.dbk:2213
10860 msgid ""
10861 "The full name of an NMU is <emphasis>source NMU</emphasis>.  There is also "
10862 "another type, namely the <emphasis>binary-only NMU</emphasis>, or "
10863 "<emphasis>binNMU</emphasis>.  A binNMU is also a package upload by someone "
10864 "other than the package's maintainer.  However, it is a binary-only upload."
10865 msgstr ""
10866 "Der vollständige Name eines NMUs ist <emphasis>Quell-NMU</emphasis>. Es gibt "
10867 "auch einen anderen Typ, der <emphasis>rein binärer NMU</emphasis> oder "
10868 "<emphasis>binNMU</emphasis> genannt wird. Ein binNMU ist ebenfalls ein Paket-"
10869 "Upload durch jemand anderes als den Paketbetreuer. Er ist jedoch rein binär."
10870
10871 #. type: Content of: <chapter><section><section><para>
10872 #: pkgs.dbk:2220
10873 msgid ""
10874 "When a library (or other dependency) is updated, the packages using it may "
10875 "need to be rebuilt.  Since no changes to the source are needed, the same "
10876 "source package is used."
10877 msgstr ""
10878 "Wenn eine Bibliothek (oder andere Abhängigkeit) aktualisiert wird, könnte es "
10879 "notwendig sein, das Paket neu zu erstellen. Da keine Änderungen am Quellcode "
10880 "nötig sind, wird das gleiche Quellpaket benutzt."
10881
10882 #. type: Content of: <chapter><section><section><para>
10883 #: pkgs.dbk:2226
10884 msgid ""
10885 "BinNMUs are usually triggered on the buildds by wanna-build.  An entry is "
10886 "added to <filename>debian/changelog</filename>, explaining why the upload "
10887 "was needed and increasing the version number as described in <xref linkend="
10888 "\"binary-only-nmu\"/>.  This entry should not be included in the next upload."
10889 msgstr ""
10890 "BinNMUs werden üblicherweise auf Buildds durch Wanna-Build ausgelöst. "
10891 "<filename>debian/changelog</filename> wird ein Eintrag hinzugeführt, der "
10892 "erklärt, warum der Upload nötig war und die Versionsnummer wird, wie in "
10893 "<xref linkend=\"binary-only-nmu\"/> beschrieben, erhöht. Dieser Eintrag "
10894 "sollte nicht im nächsten Upload enthalten sein."
10895
10896 #. type: Content of: <chapter><section><section><para>
10897 #: pkgs.dbk:2234
10898 msgid ""
10899 "Buildds upload packages for their architecture to the archive as binary-only "
10900 "uploads.  Strictly speaking, these are binNMUs.  However, they are not "
10901 "normally called NMU, and they don't add an entry to <filename>debian/"
10902 "changelog</filename>."
10903 msgstr ""
10904 "Buildds lädt Pakete für seine Architektur als rein binäre Uploads in das "
10905 "Archiv. Genaugenommen sind dies binNMUs. Sie werden jedoch normalerweise "
10906 "nicht als NMU bezeichnet und fügen <filename>debian/changelog</filename> "
10907 "keinen Eintrag hinzu."
10908
10909 #. type: Content of: <chapter><section><section><title>
10910 #: pkgs.dbk:2242
10911 msgid "NMUs vs QA uploads"
10912 msgstr "NMUs gegenüber QS-Uploads"
10913
10914 #. type: Content of: <chapter><section><section><para>
10915 #: pkgs.dbk:2245
10916 msgid ""
10917 "NMUs are uploads of packages by somebody else than their assigned "
10918 "maintainer.  There is another type of upload where the uploaded package is "
10919 "not yours: QA uploads. QA uploads are uploads of orphaned packages."
10920 msgstr ""
10921 "NMUs sind Uploads von Paketen durch jemand anderes als den ihnen "
10922 "zugewiesenen Betreuer. Es gibt noch einen anderen Upload-Typ, bei dem ihm "
10923 "das hochgeladene Paket nicht gehört: QS-Uploads. QS-Uploads sind Uploads "
10924 "verwaister Pakete."
10925
10926 #. type: Content of: <chapter><section><section><para>
10927 #: pkgs.dbk:2252
10928 msgid ""
10929 "QA uploads are very much like normal maintainer uploads: they may fix "
10930 "anything, even minor issues; the version numbering is normal, and there is "
10931 "no need to use a delayed upload.  The difference is that you are not listed "
10932 "as the <literal>Maintainer</literal> or <literal>Uploader</literal> for the "
10933 "package.  Also, the changelog entry of a QA upload has a special first line:"
10934 msgstr ""
10935 "QS-Uploads sind normalen Betreuer-Uploads sehr ähnlich: sie können alles "
10936 "reparieren, sogar kleine Probleme. Die Versionsnummerierung ist normal und "
10937 "es sind keine verzögerten Uploads nötig. Der Unterschied besteht darin, dass "
10938 "Sie nicht als <literal>Maintainer</literal> oder <literal>Uploader</literal> "
10939 "des Pakets aufgeführt werden. Außerdem hat der Änderungsprotokolleintrag "
10940 "eines QS-Uploads eine spezielle erste Zeile:"
10941
10942 #. type: Content of: <chapter><section><section><screen>
10943 #: pkgs.dbk:2260
10944 #, no-wrap
10945 msgid " * QA upload.\n"
10946 msgstr " * QA upload.\n"
10947
10948 #. type: Content of: <chapter><section><section><para>
10949 #: pkgs.dbk:2264
10950 msgid ""
10951 "If you want to do an NMU, and it seems that the maintainer is not active, it "
10952 "is wise to check if the package is orphaned (this information is displayed "
10953 "on the package's Package Tracking System page).  When doing the first QA "
10954 "upload to an orphaned package, the maintainer should be set to "
10955 "<literal>Debian QA Group &lt;packages@qa.debian.org&gt;</literal>.  Orphaned "
10956 "packages which did not yet have a QA upload still have their old maintainer "
10957 "set.  There is a list of them at <ulink url=\"&url-orphaned-not-qa;\"/>."
10958 msgstr ""
10959 "Falls Sie einen NMU durchführen möchten und es so aussieht, als sei der "
10960 "Betreuer nicht aktiv, ist es vernünftig zu prüfen, ob das Paket verwaist ist "
10961 "(diese Information wird auf der Seite des Pakets im Paketverfolgungssystem "
10962 "»PTS« angezeigt). Beim ersten QS-Upload zu einem verwaisten Paket, sollte "
10963 "der Betreuer auf <literal>Debian QA Group &lt;packages@qa.debian.org&gt;</"
10964 "literal> gesetzt werden. Bei verwaisten Paketen, für die noch kein QS-Upload "
10965 "durchgeführt wurde, ist immer noch der alte Betreuer gesetzt. Eine Liste "
10966 "dieser Pakete finden Sie unter <ulink url=\"&url-orphaned-not-qa;\"/>."
10967
10968 #. type: Content of: <chapter><section><section><para>
10969 #: pkgs.dbk:2275
10970 msgid ""
10971 "Instead of doing a QA upload, you can also consider adopting the package by "
10972 "making yourself the maintainer.  You don't need permission from anybody to "
10973 "adopt an orphaned package, you can just set yourself as maintainer and "
10974 "upload the new version (see <xref linkend=\"adopting\"/>)."
10975 msgstr ""
10976 "Anstatt einen QS-Upload durchzuführen, können Sie auch erwägen das Paket zu "
10977 "adoptieren, indem Sie sich selbst zum Betreuer machen. Sie benötigen von "
10978 "niemandem eine Erlaubnis, um ein verwaistes Paket zu adoptieren, Sie müssen "
10979 "sich nur selbst als Betreuer einsetzen und die neue Version hochladen (siehe "
10980 "<xref linkend=\"adopting\"/>)."
10981
10982 #. type: Content of: <chapter><section><section><title>
10983 #: pkgs.dbk:2284
10984 msgid "NMUs vs team uploads"
10985 msgstr "NMUs gegenüber Team-Uploads"
10986
10987 #. type: Content of: <chapter><section><section><para>
10988 #: pkgs.dbk:2287
10989 msgid ""
10990 "Sometimes you are fixing and/or updating a package because you are member of "
10991 "a packaging team (which uses a mailing list as <literal>Maintainer</literal> "
10992 "or <literal>Uploader</literal>, see <xref linkend=\"collaborative-maint\"/>) "
10993 "but you don't want to add yourself to <literal>Uploaders</literal> because "
10994 "you do not plan to contribute regularly to this specific package. If it "
10995 "conforms with your team's policy, you can perform a normal upload without "
10996 "being listed directly as <literal>Maintainer</literal> or <literal>Uploader</"
10997 "literal>. In that case, you should start your changelog entry with the "
10998 "following line:"
10999 msgstr ""
11000 "Manchmal reparieren und/oder aktualisieren Sie ein Paket, weil Sie Mitglied "
11001 "des Paketierungs-Teams sind (das als <literal>Maintainer</literal> oder "
11002 "<literal>Uploader</literal> eine Mailingliste benutzt, siehe <xref linkend="
11003 "\"collaborative-maint\"/>), aber Sie möchten sich selbst nicht zu den "
11004 "<literal>Uploaders</literal> hinzufügen, da Sie nicht planen, regulär an "
11005 "diesem speziellen Paket mitzuarbeiten. Falls dies mit den Richtlinien Ihres "
11006 "Teams in Einklang steht, können Sie einen normalen Upload durchführen ohne "
11007 "direkt als <literal>Maintainer</literal> oder <literal>Uploader</literal> "
11008 "aufgeführt zu werden. In diesem Fall sollten Sie Ihren "
11009 "Änderungsprotokolleintrag mit der folgenden Zeile beginnen:"
11010
11011 #. type: Content of: <chapter><section><section><screen>
11012 #: pkgs.dbk:2297
11013 #, no-wrap
11014 msgid " * Team upload.\n"
11015 msgstr " * Team upload.\n"
11016
11017 #. type: Content of: <chapter><section><title>
11018 #: pkgs.dbk:2305
11019 msgid "Collaborative maintenance"
11020 msgstr "Gemeinschaftliche Verwaltung"
11021
11022 #. type: Content of: <chapter><section><para>
11023 #: pkgs.dbk:2307
11024 msgid ""
11025 "Collaborative maintenance is a term describing the sharing of Debian package "
11026 "maintenance duties by several people.  This collaboration is almost always a "
11027 "good idea, since it generally results in higher quality and faster bug fix "
11028 "turnaround times.  It is strongly recommended that packages with a priority "
11029 "of <literal>standard</literal> or which are part of the base set have co-"
11030 "maintainers."
11031 msgstr ""
11032 "Gemeinschaftliche Verwaltung ist ein Begriff, der die gemeinsamen "
11033 "Verwaltungspflichten von Debian-Paketen durch mehrere Leute beschreibt. "
11034 "Diese Zusammenarbeit ist fast immer eine gute Idee, da sie generell in einer "
11035 "höheren Qualität und einer schnelleren Fehlerbehebungszeit resultiert. Es "
11036 "wird dringend empfohlen, dass Pakete, die die Priorität <literal>standard</"
11037 "literal> haben, oder Teil der grundlegenden Zusammenstellung sind, "
11038 "Mitbetreuer haben."
11039
11040 #. type: Content of: <chapter><section><para>
11041 #: pkgs.dbk:2315
11042 msgid ""
11043 "Generally there is a primary maintainer and one or more co-maintainers.  The "
11044 "primary maintainer is the person whose name is listed in the "
11045 "<literal>Maintainer</literal> field of the <filename>debian/control</"
11046 "filename> file.  Co-maintainers are all the other maintainers, usually "
11047 "listed in the <literal>Uploaders</literal> field of the <filename>debian/"
11048 "control</filename> file."
11049 msgstr ""
11050 "Generell gibt es einen Hauptbetreuer und einen oder mehrere Mitbetreuer. Der "
11051 "Hauptbetreuer ist die Person, deren Name im Feld <literal>Maintainer</"
11052 "literal> der Datei <filename>debian/control</filename> steht. Mitbetreuer "
11053 "sind alle anderen Betreuer. Sie werden normalerweise in der Datei "
11054 "<filename>debian/control</filename> im Feld <literal>Uploaders</literal> "
11055 "aufgeführt."
11056
11057 #. type: Content of: <chapter><section><para>
11058 #: pkgs.dbk:2323
11059 msgid ""
11060 "In its most basic form, the process of adding a new co-maintainer is quite "
11061 "easy:"
11062 msgstr ""
11063 "In seiner grundlegendsten Form ist der Prozess neue Mitbetreuer hinzuzufügen "
11064 "ziemlich einfach:"
11065
11066 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
11067 #: pkgs.dbk:2329
11068 msgid ""
11069 "Setup the co-maintainer with access to the sources you build the package "
11070 "from.  Generally this implies you are using a network-capable version "
11071 "control system, such as <literal>CVS</literal> or <literal>Subversion</"
11072 "literal>.  Alioth (see <xref linkend=\"alioth\"/>) provides such tools, "
11073 "amongst others."
11074 msgstr ""
11075 "Richten Sie den Mitbetreuer mit Zugriff auf die Quellen ein, aus denen Sie "
11076 "das Paket erstellen. Dies impliziert, dass Sie ein netzwerkfähiges "
11077 "Versionskontrollsystem wie <literal>CVS</literal> oder <literal>Subversion</"
11078 "literal> benutzen. Unter anderem stellt Alioth solche Werkzeuge bereit "
11079 "(siehe <xref linkend=\"alioth\"/>)."
11080
11081 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
11082 #: pkgs.dbk:2337
11083 msgid ""
11084 "Add the co-maintainer's correct maintainer name and address to the "
11085 "<literal>Uploaders</literal> field in the first paragraph of the "
11086 "<filename>debian/control</filename> file."
11087 msgstr ""
11088 "Fügen Sie im Feld <literal>Uploaders</literal> im ersten Absatz der Datei "
11089 "<filename>debian/control</filename> den korrekten Namen und die Adresse des "
11090 "Mitbetreuers ein."
11091
11092 #. type: Content of: <chapter><section><itemizedlist><listitem><screen>
11093 #: pkgs.dbk:2342
11094 #, no-wrap
11095 msgid "Uploaders: John Buzz &lt;jbuzz@debian.org&gt;, Adam Rex &lt;arex@debian.org&gt;\n"
11096 msgstr "Uploaders: John Buzz &lt;jbuzz@debian.org&gt;, Adam Rex &lt;arex@debian.org&gt;\n"
11097
11098 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
11099 #: pkgs.dbk:2347
11100 msgid ""
11101 "Using the PTS (<xref linkend=\"pkg-tracking-system\"/>), the co-maintainers "
11102 "should subscribe themselves to the appropriate source package."
11103 msgstr ""
11104 "Wird das PTS (<xref linkend=\"pkg-tracking-system\"/>) benutzt, sollten sich "
11105 "die Mitbetreuer selbst für das entsprechende Quellpaket einschreiben."
11106
11107 #. type: Content of: <chapter><section><para>
11108 #: pkgs.dbk:2353
11109 msgid ""
11110 "Another form of collaborative maintenance is team maintenance, which is "
11111 "recommended if you maintain several packages with the same group of "
11112 "developers.  In that case, the <literal>Maintainer</literal> and "
11113 "<literal>Uploaders</literal> field of each package must be managed with "
11114 "care.  It is recommended to choose between one of the two following schemes:"
11115 msgstr ""
11116 "Eine andere Form der gemeinschaftlichen Verwaltung stellt die Team-"
11117 "Verwaltung dar. Sie wird empfohlen, falls Sie mehrere Pakete mit der "
11118 "gleichen Entwicklergruppe verwalten. In diesem Fall müssen die Felder "
11119 "<literal>Maintainer</literal> und <literal>Uploaders</literal> jedes Pakets "
11120 "mit Vorsicht verwaltet werden. Es wird empfohlen eines der beiden folgenden "
11121 "Schemen auszuwählen:"
11122
11123 #. type: Content of: <chapter><section><orderedlist><listitem><para>
11124 #: pkgs.dbk:2362
11125 msgid ""
11126 "Put the team member mainly responsible for the package in the "
11127 "<literal>Maintainer</literal> field.  In the <literal>Uploaders</literal>, "
11128 "put the mailing list address, and the team members who care for the package."
11129 msgstr ""
11130 "Setzen Sie den Hauptverantwortlichen für das Paket in das Feld "
11131 "<literal>Maintainer</literal> ein. In <literal>Uploaders</literal> werden "
11132 "die Adresse der Mailingliste und die Team-Mitglieder, die sich um das Paket "
11133 "kümmern, eingetragen."
11134
11135 #. type: Content of: <chapter><section><orderedlist><listitem><para>
11136 #: pkgs.dbk:2369
11137 msgid ""
11138 "Put the mailing list address in the <literal>Maintainer</literal> field.  In "
11139 "the <literal>Uploaders</literal> field, put the team members who care for "
11140 "the package.  In this case, you must make sure the mailing list accept bug "
11141 "reports without any human interaction (like moderation for non-subscribers)."
11142 msgstr ""
11143 "Setzen Sie die Adresse der Mailingliste in das Feld <literal>Maintainer</"
11144 "literal> ein. Im Feld <literal>Uploaders</literal> werden die Team-"
11145 "Mitglieder eingetragen, die sich um das Paket kümmern. In diesem Fall müssen "
11146 "Sie sicherstellen, dass die Mailingliste Fehlerberichte ohne menschliches "
11147 "Eingreifen akzeptiert (wie Moderation für Nicht-Abonnenten)."
11148
11149 #. type: Content of: <chapter><section><para>
11150 #: pkgs.dbk:2378
11151 msgid ""
11152 "In any case, it is a bad idea to automatically put all team members in the "
11153 "<literal>Uploaders</literal> field. It clutters the Developer's Package "
11154 "Overview listing (see <xref linkend=\"ddpo\"/>) with packages one doesn't "
11155 "really care for, and creates a false sense of good maintenance. For the same "
11156 "reason, team members do not need to add themselves to the "
11157 "<literal>Uploaders</literal> field just because they are uploading the "
11158 "package once, they can do a “Team upload” (see <xref linkend=\"nmu-team-"
11159 "upload\"/>). Conversely, it is a bad idea to keep a package with only the "
11160 "mailing list address as a <literal>Maintainer</literal> and no "
11161 "<literal>Uploaders</literal>."
11162 msgstr ""
11163 "Es ist jedenfalls ein schlechter Einfall, automatisch alle Team-Mitglieder "
11164 "in das Feld <literal>Uploaders</literal> einzutragen. Es überfüllt die "
11165 "Paketübersicht des Entwicklers (siehe <xref linkend=\"ddpo\"/>) mit Paketen, "
11166 "um die sich nicht wirklich jemand kümmert und erweckt den falschen Eindruck "
11167 "einer guten Betreuung. Aus dem gleichen Grund müssen sich Team-Mitglieder "
11168 "nicht selbst im Feld <literal>Uploaders</literal> hinzufügen, nur weil sie "
11169 "das Paket einmal hochgeladen haben. Sie können einen Team-Upload durchführen "
11170 "(siehe <xref linkend=\"nmu-team-upload\"/>). Im umgekehrten Fall ist es eine "
11171 "schlechte Idee ein Paket mit nur der Adresse der Mailingliste im Feld "
11172 "<literal>Maintainer</literal> zu behalten und keinen <literal>Uploaders</"
11173 "literal>."
11174
11175 #. type: Content of: <chapter><section><title>
11176 #: pkgs.dbk:2391
11177 msgid "The testing distribution"
11178 msgstr "Die Distribution Testing"
11179
11180 #. type: Content of: <chapter><section><section><title>
11181 #: pkgs.dbk:2393
11182 msgid "Basics"
11183 msgstr "Grundlagen"
11184
11185 #. type: Content of: <chapter><section><section><para>
11186 #: pkgs.dbk:2395
11187 msgid ""
11188 "Packages are usually installed into the <literal>testing</literal> "
11189 "distribution after they have undergone some degree of <literal>testing</"
11190 "literal> in <literal>unstable</literal>."
11191 msgstr ""
11192 "Pakete werden normalerweise in die Distribution Testing installiert, nachdem "
11193 "sie einem gewissen Maß von <literal>testing</literal> in <literal>unstable</"
11194 "literal> unterzogen wurden."
11195
11196 #. type: Content of: <chapter><section><section><para>
11197 #: pkgs.dbk:2400
11198 msgid ""
11199 "They must be in sync on all architectures and mustn't have dependencies that "
11200 "make them uninstallable; they also have to have generally no known release-"
11201 "critical bugs at the time they're installed into <literal>testing</"
11202 "literal>.  This way, <literal>testing</literal> should always be close to "
11203 "being a release candidate.  Please see below for details."
11204 msgstr ""
11205 "Sie müssen auf allen Architekturen synchron sein sein und dürfen keine "
11206 "Abhängigkeiten haben, die sie uninstallierbar machen; sie dürfen außerdem "
11207 "zum Zeitpunkt, an dem sie in <literal>testing</literal> installiert werden, "
11208 "keine bekannten release-kritischen Fehler haben. Auf diese Art sollte "
11209 "<literal>testing</literal> immer ein potentieller Release-Kandidat sein. "
11210 "Bitte lesen Sie das Folgende, um weitere Einzelheiten zu erfahren."
11211
11212 #. type: Content of: <chapter><section><section><title>
11213 #: pkgs.dbk:2409
11214 msgid "Updates from unstable"
11215 msgstr "Aktualisierungen von Unstable"
11216
11217 #. type: Content of: <chapter><section><section><para>
11218 #: pkgs.dbk:2411
11219 msgid ""
11220 "The scripts that update the <literal>testing</literal> distribution are run "
11221 "twice each day, right after the installation of the updated packages; these "
11222 "scripts are called <literal>britney</literal>.  They generate the "
11223 "<filename>Packages</filename> files for the <literal>testing</literal> "
11224 "distribution, but they do so in an intelligent manner; they try to avoid any "
11225 "inconsistency and to use only non-buggy packages."
11226 msgstr ""
11227 "Die Skripte, die die Distribution <literal>testing</literal> aktualisieren, "
11228 "werden zweimal täglich ausgeführt, gleich nach der Installation der "
11229 "aktualisierten Pakete. Diese Skripte werden <literal>britney</literal> "
11230 "genannt. Sie generieren die <filename>Packages</filename>-Dateien für die "
11231 "Distribution <literal>testing</literal>, aber sie tun dies auf eine clevere "
11232 "Art; sie versuchen jede Unstimmigkeit zu vermeiden und nur fehlerfreie "
11233 "Pakete zu benutzen."
11234
11235 #. type: Content of: <chapter><section><section><para>
11236 #: pkgs.dbk:2419
11237 msgid ""
11238 "The inclusion of a package from <literal>unstable</literal> is conditional "
11239 "on the following:"
11240 msgstr ""
11241 "Die Aufnahme eines Pakets von <literal>unstable</literal> ist durch "
11242 "Folgendes bedingt:"
11243
11244 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11245 #: pkgs.dbk:2425
11246 msgid ""
11247 "The package must have been available in <literal>unstable</literal> for 2, 5 "
11248 "or 10 days, depending on the urgency (high, medium or low).  Please note "
11249 "that the urgency is sticky, meaning that the highest urgency uploaded since "
11250 "the previous <literal>testing</literal> transition is taken into account;"
11251 msgstr ""
11252 "Das Paket muss zwei, fünf oder zehn Tage in <literal>unstable</literal> "
11253 "verfügbar gewesen sein, abhängig von der Dringlichkeit (hoch, mittel oder "
11254 "niedrig). Bitte beachten Sie, dass die Dringlichkeit unnachgiebig ist, was "
11255 "bedeutet, dass die höchste Dringlichkeit mit der seit dem letzten Übergang "
11256 "nach <literal>testing</literal> hochgeladen wurde, berücksichtigt wird. "
11257
11258 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11259 #: pkgs.dbk:2433
11260 msgid ""
11261 "It must not have new release-critical bugs (RC bugs affecting the version "
11262 "available in <literal>unstable</literal>, but not affecting the version in "
11263 "<literal>testing</literal>);"
11264 msgstr ""
11265 "Es darf keine veröffentlichungskritischen Fehler haben (release-kritische "
11266 "Fehler betreffend die in <literal>unstable</literal> verfügbare Version, "
11267 "aber nicht die in <literal>testing</literal>);"
11268
11269 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11270 #: pkgs.dbk:2440
11271 msgid ""
11272 "It must be available on all architectures on which it has previously been "
11273 "built in <literal>unstable</literal>. <link linkend=\"dak-ls\">dak ls</link> "
11274 "may be of interest to check that information;"
11275 msgstr ""
11276 "Es muss auf allen Architekturen verfügbar sein, auf denen es vorher in "
11277 "<literal>unstable</literal> erstellt wurde. Um diese Information zu prüfen, "
11278 "könnte <link linkend=\"dak-ls\">dak ls</link> von Interesse sein."
11279
11280 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11281 #: pkgs.dbk:2447
11282 msgid ""
11283 "It must not break any dependency of a package which is already available in "
11284 "<literal>testing</literal>;"
11285 msgstr ""
11286 "Es darf keine Abhängigkeiten von Paketen zerstören, die bereits in "
11287 "<literal>testing</literal> verfügbar sind."
11288
11289 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11290 #: pkgs.dbk:2453
11291 msgid ""
11292 "The packages on which it depends must either be available in "
11293 "<literal>testing</literal> or they must be accepted into <literal>testing</"
11294 "literal> at the same time (and they will be if they fulfill all the "
11295 "necessary criteria);"
11296 msgstr ""
11297 "Die Pakete, von denen es abhängt, müssen entweder in <literal>testing</"
11298 "literal> verfügbar sein oder sie müssen zur gleichen Zeit in "
11299 "<literal>testing</literal> akzeptiert werden (und das werden sie, falls sie "
11300 "alle nötigen Kriterien erfüllen)."
11301
11302 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11303 #: pkgs.dbk:2461
11304 msgid ""
11305 "The phase of the project.  I.e. automatic transitions are turned off during "
11306 "the <emphasis>freeze</emphasis> of the <literal>testing</literal> "
11307 "distribution."
11308 msgstr ""
11309 "die Phase des Projekts. D.h. automatische Übergänge werden während des "
11310 "<emphasis>Freeze</emphasis> der Distribution <literal>testing</literal> "
11311 "ausgesetzt."
11312
11313 #. type: Content of: <chapter><section><section><para>
11314 #: pkgs.dbk:2467
11315 msgid ""
11316 "To find out whether a package is progressing into <literal>testing</literal> "
11317 "or not, see the <literal>testing</literal> script output on the <ulink url="
11318 "\"&url-testing-maint;\">web page of the testing distribution</ulink>, or use "
11319 "the program <command>grep-excuses</command> which is in the <systemitem role="
11320 "\"package\">devscripts</systemitem> package.  This utility can easily be "
11321 "used in a <citerefentry> <refentrytitle>crontab</refentrytitle> "
11322 "<manvolnum>5</manvolnum> </citerefentry> to keep yourself informed of the "
11323 "progression of your packages into <literal>testing</literal>."
11324 msgstr ""
11325 "Um herauszufinden, ob ein Paket nach <literal>testing</literal> "
11326 "fortschreitet oder nicht, sehen Sie die Ausgabe des <literal>testing</"
11327 "literal>-Skripts auf der Web-Seite <ulink url=\"&url-testing-maint;\">Debian "
11328 "»Testing«-Distribution</ulink> oder benutzen Sie das Programm <command>grep-"
11329 "excuses</command> aus dem Paket <systemitem role=\"package\">devscripts</"
11330 "systemitem>. Dieses Hilfswerkzeug kann einfach in einer <citerefentry> "
11331 "<refentrytitle>crontab</refentrytitle> <manvolnum>5</manvolnum> </"
11332 "citerefentry> benutzt werden, um sich selbst auf dem aktuellen Stand über "
11333 "den Fortschritt des Pakets nach <literal>testing</literal> zu informieren."
11334
11335 #. type: Content of: <chapter><section><section><para>
11336 #: pkgs.dbk:2478
11337 msgid ""
11338 "The <filename>update_excuses</filename> file does not always give the "
11339 "precise reason why the package is refused; you may have to find it on your "
11340 "own by looking for what would break with the inclusion of the package.  The "
11341 "<ulink url=\"&url-testing-maint;\">testing web page</ulink> gives some more "
11342 "information about the usual problems which may be causing such troubles."
11343 msgstr ""
11344 "Die Datei <filename>update_excuses</filename> gibt nicht immer den genauen "
11345 "Grund an, weshalb ein Paket abgelehnt wurde. Sie können es selbst "
11346 "herausfinden, indem Sie schauen, was durch die Aufnahme des Pakets zerstört "
11347 "würde. Die Web-Seite <ulink url=\"&url-testing-maint;\">Debian »Testing«-"
11348 "Distribution</ulink> stellt einige weitere Informationen über die üblichen "
11349 "Probleme bereit, die derartigen Ärger verursachen."
11350
11351 #. type: Content of: <chapter><section><section><para>
11352 #: pkgs.dbk:2485
11353 msgid ""
11354 "Sometimes, some packages never enter <literal>testing</literal> because the "
11355 "set of interrelationship is too complicated and cannot be sorted out by the "
11356 "scripts.  See below for details."
11357 msgstr ""
11358 "Manchmal errreichen einige Pakete <literal>testing</literal> niemals, da die "
11359 "Zusammensetzung wechselseitiger Beziehungen zu kompliziert ist und durch das "
11360 "Skript nicht aufgelöst werden können. Im Folgenden finden Sie Einzelheiten."
11361
11362 #. type: Content of: <chapter><section><section><para>
11363 #: pkgs.dbk:2490
11364 msgid ""
11365 "Some further dependency analysis is shown on <ulink url=\"http://release."
11366 "debian.org/migration/\"></ulink> — but be warned, this page also shows build "
11367 "dependencies which are not considered by britney."
11368 msgstr ""
11369 "Einige weitere Abhängigkeitsanalysen werden unter <ulink url=\"http://"
11370 "release.debian.org/migration/\"></ulink> angezeigt — aber seien Sie gewarnt, "
11371 "diese Seite zeigt außerdem Build-Abhängigkeiten, die nicht von Britney "
11372 "berücksichtigt werden."
11373
11374 #. type: Content of: <chapter><section><section><section><title>
11375 #: pkgs.dbk:2495
11376 msgid "Out-of-date"
11377 msgstr "Veraltet"
11378
11379 #.  FIXME: better rename this file than document rampant professionalism? 
11380 #. type: Content of: <chapter><section><section><section><para>
11381 #: pkgs.dbk:2498
11382 msgid ""
11383 "For the <literal>testing</literal> migration script, outdated means: There "
11384 "are different versions in <literal>unstable</literal> for the release "
11385 "architectures (except for the architectures in fuckedarches; fuckedarches is "
11386 "a list of architectures that don't keep up (in <filename>update_out.py</"
11387 "filename>), but currently, it's empty).  outdated has nothing whatsoever to "
11388 "do with the architectures this package has in <literal>testing</literal>."
11389 msgstr ""
11390 "Für das <literal>testing</literal>-Migrations-Skript bedeutet veraltet: Es "
11391 "gibt in <literal>unstable</literal> verschiedene Versionen für die Release-"
11392 "Architektur (außer für Architekturen in Fuckedarches; Fuckedarches ist eine "
11393 "Liste von Architekturen, die nicht weitergeführt werden (in "
11394 "<filename>update_out.py</filename>), aber gegenwärtig ist sie leer). "
11395 "Veraltet hat nichts damit zu tun, welche Architekturen dieses Paket in "
11396 "<literal>testing</literal> unterstützt."
11397
11398 #. type: Content of: <chapter><section><section><section><para>
11399 #: pkgs.dbk:2506
11400 msgid "Consider this example:"
11401 msgstr "Sehen Sie sich dieses Beispiel an:"
11402
11403 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11404 #: pkgs.dbk:2513 pkgs.dbk:2546
11405 msgid "alpha"
11406 msgstr "alpha"
11407
11408 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11409 #: pkgs.dbk:2514 pkgs.dbk:2547
11410 msgid "arm"
11411 msgstr "arm"
11412
11413 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11414 #: pkgs.dbk:2519 pkgs.dbk:2553 pkgs.dbk:2615
11415 msgid "testing"
11416 msgstr "testing"
11417
11418 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11419 #: pkgs.dbk:2520 pkgs.dbk:2525 pkgs.dbk:2554 pkgs.dbk:2555 pkgs.dbk:2562
11420 msgid "1"
11421 msgstr "1"
11422
11423 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11424 #: pkgs.dbk:2521 pkgs.dbk:2556 pkgs.dbk:2561
11425 msgid "-"
11426 msgstr "-"
11427
11428 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11429 #: pkgs.dbk:2524 pkgs.dbk:2559 pkgs.dbk:2616
11430 msgid "unstable"
11431 msgstr "unstable"
11432
11433 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11434 #: pkgs.dbk:2526 pkgs.dbk:2560
11435 msgid "2"
11436 msgstr "2"
11437
11438 #. type: Content of: <chapter><section><section><section><para>
11439 #: pkgs.dbk:2532
11440 msgid ""
11441 "The package is out of date on <literal>alpha</literal> in <literal>unstable</"
11442 "literal>, and will not go to <literal>testing</literal>. Removing the "
11443 "package would not help at all, the package is still out of date on "
11444 "<literal>alpha</literal>, and will not propagate to <literal>testing</"
11445 "literal>."
11446 msgstr ""
11447 "Das Paket ist auf <literal>alpha</literal> in <literal>unstable</literal> "
11448 "veraltet und wird nicht nach <literal>testing</literal> gelangen. Das Paket "
11449 "zu entfernen würde überhaupt nicht helfen. Das Paket ist immer noch auf "
11450 "<literal>alpha</literal> veraltet und wird sich nicht nach <literal>testing</"
11451 "literal> ausbreiten."
11452
11453 #. type: Content of: <chapter><section><section><section><para>
11454 #: pkgs.dbk:2538
11455 msgid ""
11456 "However, if ftp-master removes a package in <literal>unstable</literal> "
11457 "(here on <literal>arm</literal>):"
11458 msgstr ""
11459 "Falls FTP-Master jedoch ein Paket in <literal>unstable</literal> entfernt "
11460 "(hier auf <literal>arm</literal>):"
11461
11462 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11463 #: pkgs.dbk:2548
11464 msgid "hurd-i386"
11465 msgstr "hurd-i386"
11466
11467 #. type: Content of: <chapter><section><section><section><para>
11468 #: pkgs.dbk:2568
11469 msgid ""
11470 "In this case, the package is up to date on all release architectures in "
11471 "<literal>unstable</literal> (and the extra <literal>hurd-i386</literal> "
11472 "doesn't matter, as it's not a release architecture)."
11473 msgstr ""
11474 "In diesem Fall ist das Paket auf allen Architekturen in <literal>unstable</"
11475 "literal> aktuell (und das zusätzliche <literal>hurd-i386</literal> tut "
11476 "nichts zur Sache, da es keine Release-Architektur ist)."
11477
11478 #. type: Content of: <chapter><section><section><section><para>
11479 #: pkgs.dbk:2573
11480 msgid ""
11481 "Sometimes, the question is raised if it is possible to allow packages in "
11482 "that are not yet built on all architectures: No.  Just plainly no.  (Except "
11483 "if you maintain glibc or so.)"
11484 msgstr ""
11485 "Manchmal kommt die Frage auf, ob es möglich ist, Pakete aufzunehmen, die "
11486 "noch nicht auf allen Architekturen erstellt wurden: Nein. Einfach nur nein. "
11487 "(Außer Sie betreuen Glibc oder so)."
11488
11489 #. type: Content of: <chapter><section><section><section><title>
11490 #: pkgs.dbk:2580
11491 msgid "Removals from testing"
11492 msgstr "Entfernen aus Testing"
11493
11494 #. type: Content of: <chapter><section><section><section><para>
11495 #: pkgs.dbk:2582
11496 msgid ""
11497 "Sometimes, a package is removed to allow another package in: This happens "
11498 "only to allow <emphasis>another</emphasis> package to go in if it's ready in "
11499 "every other sense.  Suppose e.g.  that <literal>a</literal> cannot be "
11500 "installed with the new version of <literal>b</literal>; then <literal>a</"
11501 "literal> may be removed to allow <literal>b</literal> in."
11502 msgstr ""
11503 "Manchmal wird ein Paket entfernt, um einem anderen Paket die Aufnahme zu "
11504 "gewähren: Dies geschieht nur, um einem <emphasis>anderen</emphasis> Paket "
11505 "die Aufnahme zu gewähren, falls es in jedem anderen Sinn in Ordnung ist. "
11506 "Angenommen, <literal>a</literal> könnte z.B. nicht mit der neuen Version von "
11507 "<literal>b</literal> installiert werden, dann könnte <literal>a</literal> "
11508 "entfernt werden, um <literal>b</literal> die Aufnahme zu ermöglichen."
11509
11510 #. type: Content of: <chapter><section><section><section><para>
11511 #: pkgs.dbk:2589
11512 msgid ""
11513 "Of course, there is another reason to remove a package from "
11514 "<literal>testing</literal>: It's just too buggy (and having a single RC-bug "
11515 "is enough to be in this state)."
11516 msgstr ""
11517 "Natürlich gibt es einen anderen Grund, ein Paket aus <literal>testing</"
11518 "literal> zu entfernen: Es ist einfach zu fehlerhaft (und ein einfacher "
11519 "release-kritischer Fehler reicht nicht aus, um diesen Status zu bekommen)."
11520
11521 #. type: Content of: <chapter><section><section><section><para>
11522 #: pkgs.dbk:2594
11523 msgid ""
11524 "Furthermore, if a package has been removed from <literal>unstable</literal>, "
11525 "and no package in <literal>testing</literal> depends on it any more, then it "
11526 "will automatically be removed."
11527 msgstr ""
11528 "Wenn ein Paket außerdem aus <literal>unstable</literal> entfernt wurde und "
11529 "kein Paket in <literal>testing</literal> mehr davon abhängt, dann wird es "
11530 "automatisch entfernt."
11531
11532 #. type: Content of: <chapter><section><section><section><title>
11533 #: pkgs.dbk:2601
11534 msgid "Circular dependencies"
11535 msgstr "Wechselseitige Abhängigkeiten"
11536
11537 #. type: Content of: <chapter><section><section><section><para>
11538 #: pkgs.dbk:2603
11539 msgid ""
11540 "A situation which is not handled very well by britney is if package "
11541 "<literal>a</literal> depends on the new version of package <literal>b</"
11542 "literal>, and vice versa."
11543 msgstr ""
11544 "Eine Situation, die nicht sehr gut von Britney gehandhabt wird, ist, wenn "
11545 "Paket <literal>a</literal> von einer neuen Version des Pakets <literal>b</"
11546 "literal> abhängt und umgekehrt."
11547
11548 #. type: Content of: <chapter><section><section><section><para>
11549 #: pkgs.dbk:2608
11550 msgid "An example of this is:"
11551 msgstr "Ein Beispiel hierfür:"
11552
11553 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11554 #: pkgs.dbk:2621
11555 msgid "a"
11556 msgstr "a"
11557
11558 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11559 #: pkgs.dbk:2622
11560 msgid "1; depends: b=1"
11561 msgstr "1; depends: b=1"
11562
11563 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11564 #: pkgs.dbk:2623
11565 msgid "2; depends: b=2"
11566 msgstr "2; depends: b=2"
11567
11568 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11569 #: pkgs.dbk:2626
11570 msgid "b"
11571 msgstr "b"
11572
11573 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11574 #: pkgs.dbk:2627
11575 msgid "1; depends: a=1"
11576 msgstr "1; depends: a=1"
11577
11578 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11579 #: pkgs.dbk:2628
11580 msgid "2; depends: a=2"
11581 msgstr "2; depends: a=2"
11582
11583 #. type: Content of: <chapter><section><section><section><para>
11584 #: pkgs.dbk:2634
11585 msgid ""
11586 "Neither package <literal>a</literal> nor package <literal>b</literal> is "
11587 "considered for update."
11588 msgstr ""
11589 "Weder Paket <literal>a</literal> noch Paket <literal>b</literal> wird für "
11590 "die Aktualisierung berücksichtigt."
11591
11592 #. type: Content of: <chapter><section><section><section><para>
11593 #: pkgs.dbk:2638
11594 msgid ""
11595 "Currently, this requires some manual hinting from the release team.  Please "
11596 "contact them by sending mail to &email-debian-release; if this happens to "
11597 "one of your packages."
11598 msgstr ""
11599 "Aktuell erfordert dies einige manuelle Eingriffe des Release-Teams. Bitte "
11600 "kontaktieren Sie es per E-Mail an &email-debian-release;, falls dies bei "
11601 "einem Ihrer Pakete auftritt."
11602
11603 #. type: Content of: <chapter><section><section><section><title>
11604 #: pkgs.dbk:2645
11605 msgid "Influence of package in testing"
11606 msgstr "Beeinflussen eines Pakets in Testing"
11607
11608 #. type: Content of: <chapter><section><section><section><para>
11609 #: pkgs.dbk:2647
11610 msgid ""
11611 "Generally, there is nothing that the status of a package in "
11612 "<literal>testing</literal> means for transition of the next version from "
11613 "<literal>unstable</literal> to <literal>testing</literal>, with two "
11614 "exceptions: If the RC-bugginess of the package goes down, it may go in even "
11615 "if it is still RC-buggy.  The second exception is if the version of the "
11616 "package in <literal>testing</literal> is out of sync on the different "
11617 "arches: Then any arch might just upgrade to the version of the source "
11618 "package; however, this can happen only if the package was previously forced "
11619 "through, the arch is in fuckedarches, or there was no binary package of that "
11620 "arch present in <literal>unstable</literal> at all during the "
11621 "<literal>testing</literal> migration."
11622 msgstr ""
11623 "Generell gibt es keine Bedeutung des Status eines Pakets in "
11624 "<literal>testing</literal>, der das Hinüberwechseln der nächsten Version "
11625 "eines Pakets von <literal>unstable</literal> nach <literal>testing</literal> "
11626 "erfordert, mit zwei Ausnahmen: Falls ein Paket release-unkritischer wird, "
11627 "könnte es sogar aufgenommen werden, wenn es immer noch release-kritisch ist. "
11628 "Die zweite Ausnahme ist, wenn die Version des Pakets in <literal>testing</"
11629 "literal> auf den verschiedenene Architekturen nicht mehr synchron ist: Dann "
11630 "könnte für jede Architektur nur ein Upgrade auf die Version des Quellpakets "
11631 "durchgeführt werden; dies kann jedoch nur auftreten, wenn das Paket vorher "
11632 "dorthin durchgedrängt wurde, die Architektur in Fuckedarches ist oder kein "
11633 "binäres Paket dieser Architektur in <literal>unstable</literal> bei der "
11634 "Migration nach <literal>testing</literal> vorhanden war."
11635
11636 #. type: Content of: <chapter><section><section><section><para>
11637 #: pkgs.dbk:2659
11638 msgid ""
11639 "In summary this means: The only influence that a package being in "
11640 "<literal>testing</literal> has on a new version of the same package is that "
11641 "the new version might go in easier."
11642 msgstr ""
11643 "Zusammengefasst heißt das: Der einzige Einfluss eines Pakets, das sich in "
11644 "<literal>testing</literal> befindet, auf eine neue Version des gleichen "
11645 "Pakets besteht darin, dass die neue Version leichter aufgenommen werden kann."
11646
11647 #. type: Content of: <chapter><section><section><section><title>
11648 #: pkgs.dbk:2666
11649 msgid "Details"
11650 msgstr "Eintelheiten"
11651
11652 #. type: Content of: <chapter><section><section><section><para>
11653 #: pkgs.dbk:2668
11654 msgid "If you are interested in details, this is how britney works:"
11655 msgstr ""
11656 "Falls Sie die Einzelheiten interessieren, erklärt dies, wie Britney "
11657 "funktioniert:"
11658
11659 #. type: Content of: <chapter><section><section><section><para>
11660 #: pkgs.dbk:2671
11661 msgid ""
11662 "The packages are looked at to determine whether they are valid candidates.  "
11663 "This gives the update excuses.  The most common reasons why a package is not "
11664 "considered are too young, RC-bugginess, and out of date on some arches.  For "
11665 "this part of britney, the release managers have hammers of various sizes, "
11666 "called hints (see below), to force britney to consider a package."
11667 msgstr ""
11668 "Die Pakete werden betrachtet, um festzulegen, ob Sie gültige Kandidaten "
11669 "sind. Dies ergibt die Aktualisierungs-Ausreden. Die häufigsten Gründe, warum "
11670 "ein Paket nicht berücksichtigt wird lauten: zu neu, zu viele release-"
11671 "kritische Fehler und auf einigen Architekturen veraltet. Für diesen Teil von "
11672 "Britney verfügen die Veröffentlichungsverwalter über Druckmittel "
11673 "verschiedener Stärke (Hinweise genannt, siehe unten), um eine "
11674 "Berücksichtigung des Pakets durch Britney zu erzwingen."
11675
11676 #. type: Content of: <chapter><section><section><section><para>
11677 #: pkgs.dbk:2678
11678 msgid ""
11679 "Now, the more complex part happens: Britney tries to update "
11680 "<literal>testing</literal> with the valid candidates. For that, britney "
11681 "tries to add each valid candidate to the testing distribution. If the number "
11682 "of uninstallable packages in <literal>testing</literal> doesn't increase, "
11683 "the package is accepted. From that point on, the accepted package is "
11684 "considered to be part of <literal>testing</literal>, such that all "
11685 "subsequent installability tests include this package.  Hints from the "
11686 "release team are processed before or after this main run, depending on the "
11687 "exact type."
11688 msgstr ""
11689 "Nun kommt der komplexere Teil: Britney versucht <literal>testing</literal> "
11690 "mit den gültigen Kandidaten zu aktualisieren. Dazu versucht Britney, jeden "
11691 "gültigen Kandidaten zur Distribution <literal>testing</literal> "
11692 "hinzuzufügen. Falls die Zahl nicht installierbarer Pakete in "
11693 "<literal>testing</literal> sich nicht erhöht, wird das Paket akzeptiert. Ab "
11694 "diesem Zeitpunkt wird das Paket als Teil von <literal>testing</literal> "
11695 "betrachtet, so dass alle anschließenden Installierbarkeitstests dieses Paket "
11696 "einbeziehen. Hinweise des Release-Teams werden, abhängig vom genauen Typ, "
11697 "vor diesem Hauptdurchlauf verarbeitet."
11698
11699 #. type: Content of: <chapter><section><section><section><para>
11700 #: pkgs.dbk:2688
11701 msgid ""
11702 "If you want to see more details, you can look it up on <ulink url=\"http://"
11703 "&ftp-master-host;/testing/update_output/\"></ulink>."
11704 msgstr ""
11705 "Falls Sie weitere Einzelheiten suchen, können Sie unter <ulink url=\"http://"
11706 "&ftp-master-host;/testing/update_output/\"></ulink> nachsehen."
11707
11708 #. type: Content of: <chapter><section><section><section><para>
11709 #: pkgs.dbk:2692
11710 msgid ""
11711 "The hints are available via <ulink url=\"http://&ftp-master-host;/testing/"
11712 "hints/\"></ulink>, where you can find the <ulink url=\"http://&ftp-master-"
11713 "host;/testing/hints/README\">description</ulink> as well.  With the hints, "
11714 "the Debian Release team can block or unblock packages, ease or force "
11715 "packages into <literal>testing</literal>, remove packages from "
11716 "<literal>testing</literal>, approve uploads to <link linkend=\"t-p-u"
11717 "\">testing-proposed-updates</link> or override the urgency."
11718 msgstr ""
11719 "Die Hinweise sind unter <ulink url=\"http://&ftp-master-host;/testing/hints/"
11720 "\"></ulink> verfügbar, wo Sie auch die <ulink url=\"http://&ftp-master-host;/"
11721 "testing/hints/README\">Beschreibung</ulink> finden können. Mit den Hinweisen "
11722 "kann das Debian-Release-Team Pakete blockieren oder Blockaden aufheben, "
11723 "Pakete den Übergang nach <literal>testing</literal> erleichtern oder "
11724 "erzwingen, Pakete aus <literal>testing</literal> entfernen, das Hochladen "
11725 "nach <link linkend=\"t-p-u\">testing-proposed-updates</link> genehmigen oder "
11726 "die Dringlichkeit außer Kraft setzen."
11727
11728 #. type: Content of: <chapter><section><section><title>
11729 #: pkgs.dbk:2706
11730 msgid "Direct updates to testing"
11731 msgstr "Direkte Aktualisierungen für Testing"
11732
11733 #. type: Content of: <chapter><section><section><para>
11734 #: pkgs.dbk:2708
11735 msgid ""
11736 "The <literal>testing</literal> distribution is fed with packages from "
11737 "<literal>unstable</literal> according to the rules explained above.  "
11738 "However, in some cases, it is necessary to upload packages built only for "
11739 "<literal>testing</literal>.  For that, you may want to upload to "
11740 "<literal>testing-proposed-updates</literal>."
11741 msgstr ""
11742 "Die Distribution <literal>testing</literal> wird, den genannten Regeln "
11743 "folgend, mit Paketen aus <literal>unstable</literal> gespeist. In einigen "
11744 "Fällen ist es jedoch nötig, Pakete hochzuladen, die nur für "
11745 "<literal>testing</literal> erstellt wurden. Dafür empfiehlt es sich, nach "
11746 "<literal>testing-proposed-updates</literal> hochzuladen."
11747
11748 #. type: Content of: <chapter><section><section><para>
11749 #: pkgs.dbk:2715
11750 msgid ""
11751 "Keep in mind that packages uploaded there are not automatically processed, "
11752 "they have to go through the hands of the release manager.  So you'd better "
11753 "have a good reason to upload there.  In order to know what a good reason is "
11754 "in the release managers' eyes, you should read the instructions that they "
11755 "regularly give on &email-debian-devel-announce;."
11756 msgstr ""
11757 "Merken Sie sich, dass dorthin hochgeladene Pakete nicht automatisch "
11758 "verarbeitet werden, sie müssen erst durch die Hand des "
11759 "Veröffentlichungsverwalters gehen. Daher sollten sie besser über einen "
11760 "triftigen Grund verfügen, dorthin hochzuladen. Um zu erfahren, was in den "
11761 "Augen der Veröffentlichungsverwalter ein triftiger Grund ist, sollten sie "
11762 "die Anweisungen lesen, die sie reglemäßig auf &email-debian-devel-announce; "
11763 "erteilen."
11764
11765 #. type: Content of: <chapter><section><section><para>
11766 #: pkgs.dbk:2722
11767 msgid ""
11768 "You should not upload to <literal>testing-proposed-updates</literal> when "
11769 "you can update your packages through <literal>unstable</literal>.  If you "
11770 "can't (for example because you have a newer development version in "
11771 "<literal>unstable</literal>), you may use this facility, but it is "
11772 "recommended that you ask for authorization from the release manager first.  "
11773 "Even if a package is frozen, updates through <literal>unstable</literal> are "
11774 "possible, if the upload via <literal>unstable</literal> does not pull in any "
11775 "new dependencies."
11776 msgstr ""
11777 "Sie sollten nicht nach <literal>testing-proposed-updates</literal> "
11778 "hochladen, wenn Sie Ihre Pakete über <literal>unstable</literal> "
11779 "aktualisieren können. Falls Sie dies nicht können (zum Beispiel, weil Sie "
11780 "eine neuere Entwicklerversion in <literal>unstable</literal> haben), könnten "
11781 "Sie diese Einrichtung nutzen, aber es ist empfohlen, dass Sie zuerst die "
11782 "Veröffentlichungsverwalter um Erlaubnis fragen. Aktualisierungen über "
11783 "<literal>unstable</literal> sind sogar möglich, wenn ein Paket eingefroren "
11784 "ist, falls der Upload über <literal>unstable</literal> keine neuen "
11785 "Abhängigkeiten mit sich bringt."
11786
11787 #. type: Content of: <chapter><section><section><para>
11788 #: pkgs.dbk:2731
11789 msgid ""
11790 "Version numbers are usually selected by adding the codename of the "
11791 "<literal>testing</literal> distribution and a running number, like "
11792 "<literal>1.2squeeze1</literal> for the first upload through <literal>testing-"
11793 "proposed-updates</literal> of package version <literal>1.2</literal>."
11794 msgstr ""
11795 "Versionsnummern werden normalerweise durch Hinzufügen einer fortlaufenden "
11796 "Nummer zum Codenamen der <literal>testing</literal>-Distribution gebildet, "
11797 "wie <literal>1.2squeeze1</literal> für den ersten Upload über "
11798 "<literal>testing-proposed-updates</literal> der Paketversion <literal>1.2</"
11799 "literal>."
11800
11801 #. type: Content of: <chapter><section><section><para>
11802 #: pkgs.dbk:2738
11803 msgid "Please make sure you didn't miss any of these items in your upload:"
11804 msgstr ""
11805 "Bitte stellen Sie sicher, dass keines dieser Elemente in Ihrem Upload fehlt:"
11806
11807 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11808 #: pkgs.dbk:2743
11809 msgid ""
11810 "Make sure that your package really needs to go through <literal>testing-"
11811 "proposed-updates</literal>, and can't go through <literal>unstable</literal>;"
11812 msgstr ""
11813 "Vergewissern Sie sich, dass Ihr Paket wirklich <literal>testing-proposed-"
11814 "updates</literal> durchlaufen muss und nicht über <literal>unstable</"
11815 "literal> gehen kann."
11816
11817 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11818 #: pkgs.dbk:2750
11819 msgid "Make sure that you included only the minimal amount of changes;"
11820 msgstr ""
11821 "Achten Sie darauf, dass Sie nur die kleinstmögliche Anzahl von Änderungen "
11822 "eingefügt haben."
11823
11824 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11825 #: pkgs.dbk:2755
11826 msgid ""
11827 "Make sure that you included an appropriate explanation in the changelog;"
11828 msgstr ""
11829 "Sorgen Sie dafür, dass das Änderungsprotokoll eine entsprechende Erklärung "
11830 "enthält."
11831
11832 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11833 #: pkgs.dbk:2760
11834 msgid ""
11835 "Make sure that you've written <literal>testing</literal> or <literal>testing-"
11836 "proposed-updates</literal> into your target distribution;"
11837 msgstr ""
11838 "Überzeugen Sie sich, dass in Ihre Zieldistribution <literal>testing</"
11839 "literal> oder <literal>testing-proposed-updates</literal> geschrieben haben."
11840
11841 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11842 #: pkgs.dbk:2766
11843 msgid ""
11844 "Make sure that you've built and tested your package in <literal>testing</"
11845 "literal>, not in <literal>unstable</literal>;"
11846 msgstr ""
11847 "Prüfen Sie nach, ob Sie Ihr Paket in <literal>testing</literal> und nicht in "
11848 "<literal>unstable</literal> getestet haben."
11849
11850 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11851 #: pkgs.dbk:2772
11852 msgid ""
11853 "Make sure that your version number is higher than the version in "
11854 "<literal>testing</literal> and <literal>testing-proposed-updates</literal>, "
11855 "and lower than in <literal>unstable</literal>;"
11856 msgstr ""
11857 "Gehen sie sicher, dass Ihre Versionsnummer höher als die Version in "
11858 "<literal>testing</literal> und <literal>testing-proposed-updates</literal> "
11859 "ist und niedriger als in <literal>unstable</literal>."
11860
11861 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11862 #: pkgs.dbk:2779
11863 msgid ""
11864 "After uploading and successful build on all platforms, contact the release "
11865 "team at &email-debian-release; and ask them to approve your upload."
11866 msgstr ""
11867 "Nach dem Hochladen und erfolgreichen Erstellen auf allen Plattformen, "
11868 "kontaktieren Sie das Team unter &email-debian-release; und ersuchen Sie es "
11869 "um Genehmigung Ihres Uploads."
11870
11871 #. type: Content of: <chapter><section><section><title>
11872 #: pkgs.dbk:2787
11873 msgid "Frequently asked questions"
11874 msgstr "Häufig gestellte Fragen"
11875
11876 #. type: Content of: <chapter><section><section><section><title>
11877 #: pkgs.dbk:2789
11878 msgid "What are release-critical bugs, and how do they get counted?"
11879 msgstr "Was sind release-kritische Fehler und wie werden Sie gezählt?"
11880
11881 #. type: Content of: <chapter><section><section><section><para>
11882 #: pkgs.dbk:2791
11883 msgid ""
11884 "All bugs of some higher severities are by default considered release-"
11885 "critical; currently, these are <literal>critical</literal>, <literal>grave</"
11886 "literal> and <literal>serious</literal> bugs."
11887 msgstr ""
11888 "Alle Fehler mit einem höheren Schweregrad werden standardmäßig als release-"
11889 "kritisch angesehen. Aktuell sind dies Fehler der Schweregrade "
11890 "<literal>critical</literal>, <literal>grave</literal> und <literal>serious</"
11891 "literal>."
11892
11893 #. type: Content of: <chapter><section><section><section><para>
11894 #: pkgs.dbk:2796
11895 msgid ""
11896 "Such bugs are presumed to have an impact on the chances that the package "
11897 "will be released with the <literal>stable</literal> release of Debian: in "
11898 "general, if a package has open release-critical bugs filed on it, it won't "
11899 "get into <literal>testing</literal>, and consequently won't be released in "
11900 "<literal>stable</literal>."
11901 msgstr ""
11902 "Von solchen Fehlern wird angenommen, dass sie einen Einfluss darauf haben, "
11903 "ob das Paket mit dem <literal>stable</literal>-Release von Debian "
11904 "veröffentlicht wird: Im Allgemeinen würde ein Paket, das offene release-"
11905 "kritische Fehler hat, nicht nach <literal>testing</literal> gelangen und "
11906 "demzufolge nicht in <literal>stable</literal> veröffentlicht werden."
11907
11908 #. type: Content of: <chapter><section><section><section><para>
11909 #: pkgs.dbk:2803
11910 msgid ""
11911 "The <literal>unstable</literal> bug count are all release-critical bugs "
11912 "which are marked to apply to <replaceable>package</replaceable>/"
11913 "<replaceable>version</replaceable> combinations that are available in "
11914 "unstable for a release architecture. The <literal>testing</literal> bug "
11915 "count is defined analogously."
11916 msgstr ""
11917 "Als <literal>unstable</literal>-Fehleranzahl werden alle release-kritischen "
11918 "Fehler gezählt, die als <replaceable>Paket-</replaceable>/"
11919 "<replaceable>Versions-</replaceable>Kombinationen zugehörig markiert sind, "
11920 "die in Unstable für eine Release-Architektur verfügbar sind. Die "
11921 "Fehleranzahl in <literal>testing</literal> ist sinngemäß definiert."
11922
11923 #. type: Content of: <chapter><section><section><section><title>
11924 #: pkgs.dbk:2811
11925 msgid ""
11926 "How could installing a package into <literal>testing</literal> possibly "
11927 "break other packages?"
11928 msgstr ""
11929 "Wie kann das Installieren eines Pakets in <literal>testing</literal> andere "
11930 "Pakete möglicherweise zerstören?"
11931
11932 #. type: Content of: <chapter><section><section><section><para>
11933 #: pkgs.dbk:2814
11934 msgid ""
11935 "The structure of the distribution archives is such that they can only "
11936 "contain one version of a package; a package is defined by its name.  So when "
11937 "the source package <literal>acmefoo</literal> is installed into "
11938 "<literal>testing</literal>, along with its binary packages <literal>acme-foo-"
11939 "bin</literal>, <literal>acme-bar-bin</literal>, <literal>libacme-foo1</"
11940 "literal> and <literal>libacme-foo-dev</literal>, the old version is removed."
11941 msgstr ""
11942 "Die Struktur der Distributionsarchive ist so aufgebaut, dass Sie nur eine "
11943 "Version eines Pakets enthalten kann. Ein Paket wird durch seinen Namen "
11944 "definiert. Wenn also das Quellpaket <literal>acmefoo</literal> zusammen mit "
11945 "seinen Binärpaketen <literal>acme-foo-bin</literal>, <literal>acme-bar-bin</"
11946 "literal>, <literal>libacme-foo1</literal> und <literal>libacme-foo-dev</"
11947 "literal> nach <literal>testing</literal> installiert wird, wird die alte "
11948 "Version entfernt."
11949
11950 # http://en.wikipedia.org/wiki/Soname
11951 #. type: Content of: <chapter><section><section><section><para>
11952 #: pkgs.dbk:2822
11953 msgid ""
11954 "However, the old version may have provided a binary package with an old "
11955 "soname of a library, such as <literal>libacme-foo0</literal>.  Removing the "
11956 "old <literal>acmefoo</literal> will remove <literal>libacme-foo0</literal>, "
11957 "which will break any packages which depend on it."
11958 msgstr ""
11959 "Die alte Version könnte jedoch ein Binärpaket mit einem alten Soname einer "
11960 "Bibliothek bereitstellen, wie <literal>libacme-foo0</literal>. Das Entfernen "
11961 "der alten <literal>acmefoo</literal> wird <literal>libacme-foo0</literal> "
11962 "entfernen, was alle Pakete zerstört, die davon abhängen."
11963
11964 #. type: Content of: <chapter><section><section><section><para>
11965 #: pkgs.dbk:2828
11966 msgid ""
11967 "Evidently, this mainly affects packages which provide changing sets of "
11968 "binary packages in different versions (in turn, mainly libraries).  However, "
11969 "it will also affect packages upon which versioned dependencies have been "
11970 "declared of the ==, &lt;=, or &lt;&lt; varieties."
11971 msgstr ""
11972 "Offenbar betrifft dies hauptsächlich Pakete, die ändernde Zusammenstellungen "
11973 "von Binärpaketen in unterschiedlichen Versionen bereitstellen (wiederum "
11974 "hauptsächlich Bibliotheken). Es wird jedoch außerdem Pakete betreffen, deren "
11975 "Versionsabhängigkeiten über die Varianten ==, &lt;= oder &lt;&lt; deklariert "
11976 "wurden."
11977
11978 #. type: Content of: <chapter><section><section><section><para>
11979 #: pkgs.dbk:2834
11980 msgid ""
11981 "When the set of binary packages provided by a source package change in this "
11982 "way, all the packages that depended on the old binaries will have to be "
11983 "updated to depend on the new binaries instead.  Because installing such a "
11984 "source package into <literal>testing</literal> breaks all the packages that "
11985 "depended on it in <literal>testing</literal>, some care has to be taken now: "
11986 "all the depending packages must be updated and ready to be installed "
11987 "themselves so that they won't be broken, and, once everything is ready, "
11988 "manual intervention by the release manager or an assistant is normally "
11989 "required."
11990 msgstr ""
11991 "Wenn sich die Zusammenstellung von Binärpaketen, die von einem Quellpaket "
11992 "bereitgestellt werden, auf diese Weise ändert, müssen alle Pakete, die von "
11993 "den alten Programmen abhängen, aktualisiert werden, damit sie stattdessen "
11994 "von den neuen Programmen abhängen. Da das Installieren eines solchen "
11995 "Quellpakets in <literal>testing</literal> alle Pakete zerstört, die in "
11996 "<literal>testing</literal> davon abhängen, ist nun auf Folgendes zu achten: "
11997 "All die abhängigen Pakete müssen aktualisiert werden und selbst bereit zur "
11998 "Installation sein, so dass sie nicht kaputt gehen. Sobald alles bereit ist, "
11999 "ist normalerweise ein manuelles Eingreifen des Veröffentlichungsverwalters "
12000 "oder eines Assistenten nötig."
12001
12002 #. type: Content of: <chapter><section><section><section><para>
12003 #: pkgs.dbk:2845
12004 msgid ""
12005 "If you are having problems with complicated groups of packages like this, "
12006 "contact &email-debian-devel; or &email-debian-release; for help."
12007 msgstr ""
12008 "Falls Sie Probleme mit komplizierten Gruppen von Paketen wie diesem haben, "
12009 "kontaktieren Sie &email-debian-devel; oder &email-debian-release;, um Hilfe "
12010 "zu erhalten."
12011
12012 #. type: Content of: <chapter><title>
12013 #: resources.dbk:7
12014 msgid "Resources for Debian Developers"
12015 msgstr "Ressourcen für Debian-Entwickler"
12016
12017 #. type: Content of: <chapter><para>
12018 #: resources.dbk:9
12019 msgid ""
12020 "In this chapter you will find a very brief road map of the Debian mailing "
12021 "lists, the Debian machines which may be available to you as a developer, and "
12022 "all the other resources that are available to help you in your maintainer "
12023 "work."
12024 msgstr ""
12025 "In diesem Kapitel werden Sie einen kurzen Leitfaden der Debian-Mailinglisten "
12026 "finden, der Debian-Maschinen, die Ihnen als Entwickler zur Verfügung stehen, "
12027 "und all den anderen Ressourcen, die verfügbar sind, um Ihnen bei Ihrer "
12028 "Arbeit als Betreuer zu helfen."
12029
12030 #. type: Content of: <chapter><section><title>
12031 #: resources.dbk:14
12032 msgid "Mailing lists"
12033 msgstr "Mailinglisten"
12034
12035 #. type: Content of: <chapter><section><para>
12036 #: resources.dbk:16
12037 msgid ""
12038 "Much of the conversation between Debian developers (and users) is managed "
12039 "through a wide array of mailing lists we host at <literal><ulink url="
12040 "\"http://&lists-host;/\">&lists-host;</ulink></literal>.  To find out more "
12041 "on how to subscribe or unsubscribe, how to post and how not to post, where "
12042 "to find old posts and how to search them, how to contact the list "
12043 "maintainers and see various other information about the mailing lists, "
12044 "please read <ulink url=\"&url-debian-lists;\"></ulink>.  This section will "
12045 "only cover aspects of mailing lists that are of particular interest to "
12046 "developers."
12047 msgstr ""
12048 "Viele Unterhaltungen zwischen Debian-Entwicklern (und Anwendern) werden "
12049 "durch ein weites Feld von Mailinglisten verwaltet, die auf <literal><ulink "
12050 "url=\"http://&lists-host;/\">&lists-host;</ulink></literal> untergebracht "
12051 "sind. Mehr darüber, wie Sie sie abonnieren oder abbestellen, wie sie Artikel "
12052 "abschicken, wo alte Artikel gefunden werden und wie Sie sie suchen, wie Sie "
12053 "Listenbetreuer kontaktieren und verschiedene sonstige Informationen über "
12054 "Mailinglisten finden, können Sie unter <ulink url=\"&url-debian-lists;\"></"
12055 "ulink> lesen. Dieser Abschnitt wird nur die Gesichtspunkte der Mailinglisten "
12056 "aufdecken, die von besonderem Interesse für Entwickler sind."
12057
12058 #. type: Content of: <chapter><section><section><title>
12059 #: resources.dbk:27
12060 msgid "Basic rules for use"
12061 msgstr "Grundregeln für die Benutzung"
12062
12063 #. type: Content of: <chapter><section><section><para>
12064 #: resources.dbk:29
12065 msgid ""
12066 "When replying to messages on the mailing list, please do not send a carbon "
12067 "copy (<literal>CC</literal>) to the original poster unless they explicitly "
12068 "request to be copied.  Anyone who posts to a mailing list should read it to "
12069 "see the responses."
12070 msgstr ""
12071 "Wenn Sie auf Nachrichten auf der Mailingliste antworten, senden Sie bitte "
12072 "keine Kopie (<literal>CC</literal>) an den ursprünglichen Verfasser, außer, "
12073 "wenn dieser explizit darum bittet. Jeder, der an eine Mailingliste schreibt, "
12074 "sollte sie lesen, um die Antworten zu sehen."
12075
12076 #. type: Content of: <chapter><section><section><para>
12077 #: resources.dbk:35
12078 msgid ""
12079 "Cross-posting (sending the same message to multiple lists) is discouraged.  "
12080 "As ever on the net, please trim down the quoting of articles you're replying "
12081 "to.  In general, please adhere to the usual conventions for posting messages."
12082 msgstr ""
12083 "Kreuzversand (die gleiche Nachricht an mehrere Listen senden) ist "
12084 "unerwünscht. Kürzen Sie, wie immer im Netz, die Zitate von Artikeln, auf die "
12085 "Sie antworten. Halten Sie sich bitte an die allgemeinen Gepflogenheiten beim "
12086 "Versand von Nachrichten."
12087
12088 #. type: Content of: <chapter><section><section><para>
12089 #: resources.dbk:40
12090 msgid ""
12091 "Please read the <ulink url=\"&url-debian-lists;#codeofconduct\">code of "
12092 "conduct</ulink> for more information. The <ulink url=\"&url-dcg;\">Debian "
12093 "Community Guidelines</ulink> are also worth reading."
12094 msgstr ""
12095 "Bitte lesen Sie den <ulink url=\"&url-debian-lists;#codeofconduct"
12096 "\">Leitfaden</ulink>, um weitere Informationen zu erhalten. Die <ulink url="
12097 "\"&url-dcg;\">Debian Community Guidelines</ulink> sind ebenfalls Wert, "
12098 "gelesen zu werden."
12099
12100 #. type: Content of: <chapter><section><section><title>
12101 #: resources.dbk:48
12102 msgid "Core development mailing lists"
12103 msgstr "Haupt-Entwickler-Mailinglisten"
12104
12105 #. type: Content of: <chapter><section><section><para>
12106 #: resources.dbk:50
12107 msgid "The core Debian mailing lists that developers should use are:"
12108 msgstr "Die Haupt-Debian-Mailinglisten, die Entwickler nutzen sollten, sind:"
12109
12110 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12111 #: resources.dbk:55
12112 msgid ""
12113 "&email-debian-devel-announce;, used to announce important things to "
12114 "developers.  All developers are expected to be subscribed to this list."
12115 msgstr ""
12116 "&email-debian-devel-announce; wird benutzt, um Entwicklern wichtige Dinge "
12117 "anzukündigen. Es wird von allen Entwicklern erwartet, dass sie diese Liste "
12118 "abonnieren."
12119
12120 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12121 #: resources.dbk:62
12122 msgid ""
12123 "&email-debian-devel;, used to discuss various development related technical "
12124 "issues."
12125 msgstr ""
12126 "&email-debian-devel; wird benutzt, um über verschiedene entwicklungsbezogene "
12127 "technische Themen zu reden."
12128
12129 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12130 #: resources.dbk:68
12131 msgid ""
12132 "&email-debian-policy;, where the Debian Policy is discussed and voted on."
12133 msgstr ""
12134 "&email-debian-policy; wird benutzt, um über die Debian-Richtlinien zu "
12135 "diskutieren und darüber abzustimmen."
12136
12137 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12138 #: resources.dbk:74
12139 msgid ""
12140 "&email-debian-project;, used to discuss various non-technical issues related "
12141 "to the project."
12142 msgstr ""
12143 "&email-debian-project; wird benutzt, um über verschiedene "
12144 "entwicklungsbezogene, nicht technische Themen zu reden."
12145
12146 #. type: Content of: <chapter><section><section><para>
12147 #: resources.dbk:80
12148 msgid ""
12149 "There are other mailing lists available for a variety of special topics; see "
12150 "<ulink url=\"http://&lists-host;/\"></ulink> for a list."
12151 msgstr ""
12152 "Es sind weitere Mailinglisten für unterschiedliche Spezialthemen verfügbar. "
12153 "Eine Liste finden Sie unter <ulink url=\"http://&lists-host;/\"></ulink>."
12154
12155 #. type: Content of: <chapter><section><section><title>
12156 #: resources.dbk:86
12157 msgid "Special lists"
12158 msgstr "Spezielle Listen"
12159
12160 #. type: Content of: <chapter><section><section><para>
12161 #: resources.dbk:88
12162 msgid ""
12163 "&email-debian-private; is a special mailing list for private discussions "
12164 "amongst Debian developers.  It is meant to be used for posts which for "
12165 "whatever reason should not be published publicly.  As such, it is a low "
12166 "volume list, and users are urged not to use &email-debian-private; unless it "
12167 "is really necessary.  Moreover, do <emphasis>not</emphasis> forward email "
12168 "from that list to anyone.  Archives of this list are not available on the "
12169 "web for obvious reasons, but you can see them using your shell account on "
12170 "<literal>&master-host;</literal> and looking in the <filename>&file-debian-"
12171 "private-archive;</filename> directory."
12172 msgstr ""
12173 "&email-debian-private; ist eine besondere Mailingliste für private "
12174 "Unterhaltungen zwischen Debian-Entwicklern. Das heißt, sie sollte benutzt "
12175 "werden, um über Dinge zu reden, die aus irgend einem Grund nicht "
12176 "veröffentlicht werden sollen. Eigentlich ist es eine Liste mit geringem "
12177 "Umfang und Benutzer werden angehalten &email-debian-private; nicht zu "
12178 "benutzen, so lange es nicht wirklich nötig ist. Leiten Sie außerdem "
12179 "<emphasis>keine</emphasis> E-Mail von dieser Liste an jemanden weiter. Es "
12180 "sind aus naheliegenden Gründen keine Archive dieser Liste im Web verfügbar, "
12181 "aber Sie können sie sehen, indem Sie Ihr Shell-Konto auf <literal>&master-"
12182 "host;</literal> benutzen und in das Verzeichnis <filename>&file-debian-"
12183 "private-archive;</filename> schauen."
12184
12185 #. type: Content of: <chapter><section><section><para>
12186 #: resources.dbk:100
12187 msgid ""
12188 "&email-debian-email; is a special mailing list used as a grab-bag for Debian "
12189 "related correspondence such as contacting upstream authors about licenses, "
12190 "bugs, etc.  or discussing the project with others where it might be useful "
12191 "to have the discussion archived somewhere."
12192 msgstr ""
12193 "&email-debian-email; ist eine besondere Mailingliste, die als Wundertüte für "
12194 "Debian-bezogene Korrespondenz, wie den Kontakt zu ursprünglichen Autoren "
12195 "über Lizenzen, Fehler, etc. oder Diskussionen über das Projekt mit anderen "
12196 "benutzt wird, wobei es nützlich sein könnte, dass die Diskussion irgendwo "
12197 "archiviert wird."
12198
12199 #. type: Content of: <chapter><section><section><title>
12200 #: resources.dbk:108
12201 msgid "Requesting new development-related lists"
12202 msgstr "Antrag auf neue entwicklungsbezogene Listen"
12203
12204 #. type: Content of: <chapter><section><section><para>
12205 #: resources.dbk:110
12206 msgid ""
12207 "Before requesting a mailing list that relates to the development of a "
12208 "package (or a small group of related packages), please consider if using an "
12209 "alias (via a .forward-aliasname file on master.debian.org, which translates "
12210 "into a reasonably nice <replaceable>you-aliasname@debian.org</replaceable> "
12211 "address) or a self-managed mailing list on <link linkend=\"alioth\">Alioth</"
12212 "link> is more appropriate."
12213 msgstr ""
12214 "Bevor Sie eine Mailingliste beantragen, die sich auf die Entwicklung eines "
12215 "Pakets (oder eine kleine Gruppe verwandter Pakete) bezieht, bedenken Sie "
12216 "bitte, dass es angebrachter ist, wenn Sie einen Alias (mittels einer "
12217 "»forward-aliasname«-Datei auf master.debian.org verwenden, die in einen "
12218 "halbwegs angenehmen <replaceable>ihr-aliasname@debian.org</replaceable> "
12219 "umwandelt) oder eine selbstverwaltete Mailingliste auf <link linkend=\"alioth"
12220 "\">Alioth</link> benutzen."
12221
12222 #. type: Content of: <chapter><section><section><para>
12223 #: resources.dbk:118
12224 msgid ""
12225 "If you decide that a regular mailing list on &lists-host; is really what you "
12226 "want, go ahead and fill in a request, following <ulink url=\"&url-debian-"
12227 "lists-new;\">the HOWTO</ulink>."
12228 msgstr ""
12229 "Falls Sie entscheiden, dass eine reguläre Mailingliste auf &lists-host; "
12230 "wirklich das ist, was Sie wollen – nur zu. Füllen Sie eine Anfrage aus und "
12231 "folgen Sie <ulink url=\"&url-debian-lists-new;\">dem HOWTO</ulink>."
12232
12233 #. type: Content of: <chapter><section><title>
12234 #: resources.dbk:127
12235 msgid "IRC channels"
12236 msgstr "IRC-Kanäle"
12237
12238 #. type: Content of: <chapter><section><para>
12239 #: resources.dbk:129
12240 msgid ""
12241 "Several IRC channels are dedicated to Debian's development.  They are mainly "
12242 "hosted on the <ulink url=\"&url-oftc;\">Open and free technology community "
12243 "(OFTC)</ulink> network.  The <literal>irc.debian.org</literal> DNS entry is "
12244 "an alias to <literal>irc.oftc.net</literal>."
12245 msgstr ""
12246 "Mehrere IRC-Kanäle sind für die Entwicklung von Debian bestimmt. Sie werden "
12247 "hauptsächlich auf dem <ulink url=\"&url-oftc;\">Open and free technology "
12248 "community (OFTC)</ulink>-Netzwerk gehostet. Der DNS-Eintrag <literal>irc."
12249 "debian.org</literal> ist ein Alias für <literal>irc.oftc.net</literal>."
12250
12251 #. type: Content of: <chapter><section><para>
12252 #: resources.dbk:135
12253 msgid ""
12254 "The main channel for Debian in general is <literal>#debian</literal>.  This "
12255 "is a large, general-purpose channel where users can find recent news in the "
12256 "topic and served by bots.  <literal>#debian</literal> is for English "
12257 "speakers; there are also <literal>#debian.de</literal>, <literal>#debian-fr</"
12258 "literal>, <literal>#debian-br</literal> and other similarly named channels "
12259 "for speakers of other languages."
12260 msgstr ""
12261 "Der Hauptkanal für Debian ist im Allgemeinen <literal>#debian</literal>. "
12262 "Dies ist ein großer Kanal für allgemeine Zwecke, auf dem Benutzer aktuelle "
12263 "Neuigkeiten im Inhalt finden, der von Robotern bereitgestellt wird. "
12264 "<literal>#debian</literal> ist für englischsprachige Nutzer. Es gibt auch "
12265 "<literal>#debian.de</literal>, <literal>#debian-fr</literal>, "
12266 "<literal>#debian-br</literal> und andere Kanäle mit ähnlichen Namen für "
12267 "anderssprachige Nutzer."
12268
12269 #. type: Content of: <chapter><section><para>
12270 #: resources.dbk:143
12271 msgid ""
12272 "The main channel for Debian development is <literal>#debian-devel</"
12273 "literal>.  It is a very active channel; it will typically have a minimum of "
12274 "150 people at any time of day.  It's a channel for people who work on "
12275 "Debian, it's not a support channel (there's <literal>#debian</literal> for "
12276 "that).  It is however open to anyone who wants to lurk (and learn).  Its "
12277 "topic is commonly full of interesting information for developers."
12278 msgstr ""
12279 "Der Hauptkanal für Debian-Entwicklung ist <literal>#debian-devel</literal>. "
12280 "Es ist ein sehr aktiver Kanal; es werden normalerweise mindestens 150 Leute "
12281 "zu jeder Tageszeit dort sein. Es ist ein Kanal für Leute, die an Debian "
12282 "arbeiten, es ist kein Support-Kanal (dafür gibt es <literal>#debian</"
12283 "literal>). Das Themengebiet enthält normalerweise interessante Informationen "
12284 "für Entwickler."
12285
12286 #. type: Content of: <chapter><section><para>
12287 #: resources.dbk:152
12288 msgid ""
12289 "Since <literal>#debian-devel</literal> is an open channel, you should not "
12290 "speak there of issues that are discussed in &email-debian-private;.  There's "
12291 "another channel for this purpose, it's called <literal>#debian-private</"
12292 "literal> and it's protected by a key.  This key is available at "
12293 "<filename>master.debian.org:&file-debian-private-key;</filename>."
12294 msgstr ""
12295 "Da <literal>#debian-devel</literal> ein offener Kanal ist, sollten Sie dort "
12296 "nicht über Probleme sprechen, die in &email-debian-private; diskutiert "
12297 "werden. Es gibt einen anderen Kanal für diesen Zweck. Er heißt "
12298 "<literal>#debian-private</literal> und ist durch einen Schlüssel geschützt. "
12299 "Dieser Schlüssel ist unter <filename>master.debian.org:&file-debian-private-"
12300 "key;</filename> verfügbar."
12301
12302 #. type: Content of: <chapter><section><para>
12303 #: resources.dbk:160
12304 msgid ""
12305 "There are other additional channels dedicated to specific subjects.  "
12306 "<literal>#debian-bugs</literal> is used for coordinating bug squashing "
12307 "parties.  <literal>#debian-boot</literal> is used to coordinate the work on "
12308 "the debian-installer.  <literal>#debian-doc</literal> is occasionally used "
12309 "to talk about documentation, like the document you are reading.  Other "
12310 "channels are dedicated to an architecture or a set of packages: "
12311 "<literal>#debian-kde</literal>, <literal>#debian-dpkg</literal>, "
12312 "<literal>#debian-jr</literal>, <literal>#debian-edu</literal>, "
12313 "<literal>#debian-oo</literal> (OpenOffice.org package)..."
12314 msgstr ""
12315 "Es gibt andere zusätzliche Kanäle die besonderen Themen gewidmet sind.  "
12316 "<literal>#debian-bugs</literal> wird für die Koordination von Bug-Squashing-"
12317 "Parties benutzt. <literal>#debian-boot</literal> wird benutzt, um die Arbeit "
12318 "am Debian-Installationsprogramm zu koordinieren. <literal>#debian-doc</"
12319 "literal> wird gelegentlich benutzt, um über die Dokumentation zu reden, wie "
12320 "beispielsweise über das Dokument, das Sie lesen. Andere Kanäle beschäftigen "
12321 "sich mit einer Architektur oder einer Zusammenstellung von Paketen: "
12322 "<literal>#debian-kde</literal>, <literal>#debian-dpkg</literal>, "
12323 "<literal>#debian-jr</literal>, <literal>#debian-edu</literal>, "
12324 "<literal>#debian-oo</literal> (Paket OpenOffice.org) ..."
12325
12326 #. type: Content of: <chapter><section><para>
12327 #: resources.dbk:171
12328 msgid ""
12329 "Some non-English developers' channels exist as well, for example "
12330 "<literal>#debian-devel-fr</literal> for French speaking people interested in "
12331 "Debian's development."
12332 msgstr ""
12333 "Es existieren außerdem einige nicht englische Entwicklerkanäle, zum Beispiel "
12334 "<literal>#debian-devel-fr</literal> für französchischsprachige Leute, die an "
12335 "der Entwicklung von Debian interessiert sind."
12336
12337 #. type: Content of: <chapter><section><para>
12338 #: resources.dbk:176
12339 msgid ""
12340 "Channels dedicated to Debian also exist on other IRC networks, notably on "
12341 "the <ulink url=\"&url-openprojects;\">freenode</ulink> IRC network, which "
12342 "was pointed at by the <literal>irc.debian.org</literal> alias until 4th June "
12343 "2006."
12344 msgstr ""
12345 "Auch in anderen IRC-Netzwerken existieren Kanäle, die für Debian bestimmt "
12346 "sind, insbesondere auf dem IRC-Netzwerk <ulink url=\"&url-openprojects;"
12347 "\">freenode</ulink>, auf das bis zum 4.Juni 2006 vom Alias <literal>irc."
12348 "debian.org</literal> verwiesen wurde."
12349
12350 #. type: Content of: <chapter><section><para>
12351 #: resources.dbk:182
12352 msgid ""
12353 "To get a cloak on freenode, you send Jörg Jaspert &lt;joerg@debian.org&gt; a "
12354 "signed mail where you tell what your nick is.  Put cloak somewhere in the "
12355 "Subject: header.  The nick should be registered: <ulink url=\"http://"
12356 "freenode.net/faq.shtml#nicksetup\">Nick Setup Page</ulink>.  The mail needs "
12357 "to be signed by a key in the Debian keyring.  Please see <ulink url=\"http://"
12358 "freenode.net/faq.shtml#projectcloak\">Freenode documentation</ulink> for "
12359 "more information about cloaks."
12360 msgstr ""
12361 "Um eine Cloak auf Freenode zu bekommen, senden Sie Jörg Jaspert &lt;"
12362 "joerg@debian.org&gt; eine signierte Mail, in der Sie Ihren Nicknamen "
12363 "mitteilen. Schreiben Sie »cloak« irgendwo in die Betreff-Kopfzeilen. Der "
12364 "Nickname sollte registriert werden: <ulink url=\"http://freenode.net/faq."
12365 "shtml#nicksetup\">Nick Setup Page</ulink>. Die Mail muss durch einen "
12366 "Schlüssel aus dem Debian-Schlüsselring signiert sein. Lesen Sie bitte die "
12367 "<ulink url=\"http://freenode.net/faq.shtml#projectcloak\">Freenode-"
12368 "Dokumentation</ulink>, um weitere Informationen über Cloaks zu erhalten."
12369
12370 #. type: Content of: <chapter><section><para>
12371 #: resources.dbk:195
12372 msgid ""
12373 "This document contains a lot of information which is useful to Debian "
12374 "developers, but it cannot contain everything.  Most of the other interesting "
12375 "documents are linked from <ulink url=\"&url-devel-docs;\">The Developers' "
12376 "Corner</ulink>.  Take the time to browse all the links, you will learn many "
12377 "more things."
12378 msgstr ""
12379 "Dieses Dokument enthält viele Informationen, die für Debian-Entwickler "
12380 "nützlich sind, es kann aber nicht alles enthalten. Die meisten anderen "
12381 "interessanten Dokumente sind von der <ulink url=\"&url-devel-docs;"
12382 "\">Entwickler-Ecke</ulink> verlinkt. Nehmen Sie sich die Zeit all diese "
12383 "Links zu durchstöbern – Sie werden viele weitere Dinge lernen."
12384
12385 #. type: Content of: <chapter><section><title>
12386 #: resources.dbk:204
12387 msgid "Debian machines"
12388 msgstr "Debian-Maschinen"
12389
12390 #. type: Content of: <chapter><section><para>
12391 #: resources.dbk:206
12392 msgid ""
12393 "Debian has several computers working as servers, most of which serve "
12394 "critical functions in the Debian project.  Most of the machines are used for "
12395 "porting activities, and they all have a permanent connection to the Internet."
12396 msgstr ""
12397 "Debian hat mehrere Computer, die als Server fungieren, meist um kritische "
12398 "Funktionen für das Debian-Projekt bereitzustellen. Die meisten dieser "
12399 "Maschinen werden für Portierungzwecke benutzt und alle haben eine permanente "
12400 "Verbindung ins Internet."
12401
12402 #. type: Content of: <chapter><section><para>
12403 #: resources.dbk:211
12404 msgid ""
12405 "Some of the machines are available for individual developers to use, as long "
12406 "as the developers follow the rules set forth in the <ulink url=\"&url-dmup;"
12407 "\">Debian Machine Usage Policies</ulink>."
12408 msgstr ""
12409 "Einige der Maschinen stehen einzelnen Entwicklern so lange zur Verfügung, "
12410 "wie die Entwickler die Regeln befolgen, die in den <ulink url=\"&url-dmup;"
12411 "\">Debian-Rechner Benutzungsrichtlinien</ulink> festgelegt wurden."
12412
12413 #. type: Content of: <chapter><section><para>
12414 #: resources.dbk:216
12415 msgid ""
12416 "Generally speaking, you can use these machines for Debian-related purposes "
12417 "as you see fit.  Please be kind to system administrators, and do not use up "
12418 "tons and tons of disk space, network bandwidth, or CPU without first getting "
12419 "the approval of the system administrators.  Usually these machines are run "
12420 "by volunteers."
12421 msgstr ""
12422 "Allgemein gesprochen, können Sie diese Maschinen nach Belieben für Debian-"
12423 "bezogene Zwecke nutzen. Bitte seien Sie freundlich zu den "
12424 "Systemadministratoren und verbrauchen Sie nicht massenhaft Plattenplatz, "
12425 "Netzwerk-Bandbreite oder CPU ohne zuerst die Zustimmung der "
12426 "Systemadministratoren eingeholt zu haben. Üblicherweise werden diese "
12427 "Maschinen von Freiwilligen betrieben."
12428
12429 #. type: Content of: <chapter><section><para>
12430 #: resources.dbk:223
12431 msgid ""
12432 "Please take care to protect your Debian passwords and SSH keys installed on "
12433 "Debian machines.  Avoid login or upload methods which send passwords over "
12434 "the Internet in the clear, such as Telnet, FTP, POP etc."
12435 msgstr ""
12436 "Bitte achten Sie darauf, Ihre Debian-Passwörter und SSH-Schlüssel, die auf "
12437 "Debian-Maschinen installiert sind, zu schützen. Vermeiden Sie Methoden zum "
12438 "Anmelden oder Hochladen, die Passwörter unverschlüsselt über das Internet "
12439 "übertragen, wie Telnet, FTP, POP, etc."
12440
12441 #. type: Content of: <chapter><section><para>
12442 #: resources.dbk:228
12443 msgid ""
12444 "Please do not put any material that doesn't relate to Debian on the Debian "
12445 "servers, unless you have prior permission."
12446 msgstr ""
12447 "Bitte legen Sie kein Material auf Debian-Servern ab, das keinen Bezug zu "
12448 "Debian hat, nicht einmal, wenn Sie eine vorrangige Berechtigung haben."
12449
12450 #. type: Content of: <chapter><section><para>
12451 #: resources.dbk:232
12452 msgid ""
12453 "The current list of Debian machines is available at <ulink url=\"&url-devel-"
12454 "machines;\"></ulink>.  That web page contains machine names, contact "
12455 "information, information about who can log in, SSH keys etc."
12456 msgstr ""
12457 "Die aktuelle liste von Debian-Maschinen ist unter <ulink url=\"&url-devel-"
12458 "machines;\"></ulink> verfügbar. Diese Web-Seite enthält Maschinennamen, "
12459 "Kontaktinformationen darüber, wer sich anmelden kann, SSH-Schlüssel etc."
12460
12461 #. type: Content of: <chapter><section><para>
12462 #: resources.dbk:238
12463 msgid ""
12464 "If you have a problem with the operation of a Debian server, and you think "
12465 "that the system operators need to be notified of this problem, you can check "
12466 "the list of open issues in the DSA queue of our request tracker at <ulink "
12467 "url=\"&url-rt;\" /> (you can login with user \"debian\", its password is "
12468 "available at <filename>master.debian.org:&file-debian-rt-password;</"
12469 "filename>).  To report a new problem, simply send a mail to &email-rt-dsa; "
12470 "and make sure to put the string \"Debian RT\" somewhere in the subject."
12471 msgstr ""
12472 "Falls Sie ein Problem mit einer Transaktion auf einem Debian-Server haben "
12473 "und der Ansicht sind, dass die Systemverwalter über dieses Problem "
12474 "informiert werden müssten, können Sie die Liste offener Probleme in der DSA-"
12475 "Warteschlange Ihrer Anfragenverfolgung unter <ulink url=\"&url-rt;\" /> "
12476 "prüfen (Sie können sich als Benutzer »debian« anmelden, sein Passwort ist "
12477 "unter <filename>master.debian.org:&file-debian-rt-password;</filename> "
12478 "verfügbar). Um ein neues Problem zu berichten, senden Sie einfach eine E-"
12479 "Mail an &email-rt-dsa; und stellen Sie sicher, dass der Betreff die "
12480 "Zeichenkette »Debian RT« enthält."
12481
12482 #. type: Content of: <chapter><section><para>
12483 #: resources.dbk:247
12484 msgid ""
12485 "If you have a problem with a certain service, not related to the system "
12486 "administration (such as packages to be removed from the archive, suggestions "
12487 "for the web site, etc.), generally you'll report a bug against a ``pseudo-"
12488 "package''.  See <xref linkend=\"submit-bug\"/> for information on how to "
12489 "submit bugs."
12490 msgstr ""
12491 "Falls Sie ein Problem mit einem bestimmten Dienst haben, der sich nicht auf "
12492 "die Systemadministration bezieht (wie beispielsweise Pakete, die aus dem "
12493 "Archiv entfernt werden sollen, Vorschläge für die Website, etc.) schreiben "
12494 "Sie einen Fehlerbericht zu einem »Pseudo-Paket«. Informationen darüber, wie "
12495 "Sie Fehlerberichte versenden, finden Sie unter <xref linkend=\"submit-bug\"/"
12496 ">."
12497
12498 #. type: Content of: <chapter><section><para>
12499 #: resources.dbk:254
12500 msgid ""
12501 "Some of the core servers are restricted, but the information from there is "
12502 "mirrored to another server."
12503 msgstr ""
12504 "Einige der Hauptserver werden eingeschränkt, aber die Informationen von dort "
12505 "werden auf einen anderen Server gespiegelt."
12506
12507 #. type: Content of: <chapter><section><section><title>
12508 #: resources.dbk:258
12509 msgid "The bugs server"
12510 msgstr "Der Fehler-Server"
12511
12512 #. type: Content of: <chapter><section><section><para>
12513 #: resources.dbk:260
12514 msgid ""
12515 "<literal>&bugs-host;</literal> is the canonical location for the Bug "
12516 "Tracking System (BTS)."
12517 msgstr ""
12518 "<literal>&bugs-host;</literal> ist der vorschriftsmäßige Ort für die "
12519 "Fehlerdatenbank, das BTS (Bug Tracking System)."
12520
12521 #. type: Content of: <chapter><section><section><para>
12522 #: resources.dbk:264
12523 msgid ""
12524 "If you plan on doing some statistical analysis or processing of Debian bugs, "
12525 "this would be the place to do it.  Please describe your plans on &email-"
12526 "debian-devel; before implementing anything, however, to reduce unnecessary "
12527 "duplication of effort or wasted processing time."
12528 msgstr ""
12529 "Falls Sie statistische Auswertungen oder Verarbeitungen von Debian-Fehlern "
12530 "planen, wäre dies der richtige Ort dafür. Bitte schildern Sie indes Ihre "
12531 "Pläne auf &email-debian-devel; bevor Sie etwas implementieren, um unnötige "
12532 "Doppelarbeit oder vergeudete Ausführungszeit zu vermeiden."
12533
12534 #. type: Content of: <chapter><section><section><title>
12535 #: resources.dbk:272
12536 msgid "The ftp-master server"
12537 msgstr "Der FTP-Master-Server"
12538
12539 #. type: Content of: <chapter><section><section><para>
12540 #: resources.dbk:274
12541 msgid ""
12542 "The <literal>&ftp-master-host;</literal> server holds the canonical copy of "
12543 "the Debian archive.  Generally, package uploaded to &ftp-upload-host; end up "
12544 "on this server, see <xref linkend=\"upload\"/>."
12545 msgstr ""
12546 "Auf dem Server <literal>&ftp-master-host;</literal> liegt die "
12547 "vorschriftsmäßige Kopie des Debian-Archivs. Generell landen auf &ftp-upload-"
12548 "host; hochgeladene Pakete auf diesem Server, siehe <xref linkend=\"upload\"/"
12549 ">."
12550
12551 #. type: Content of: <chapter><section><section><para>
12552 #: resources.dbk:279
12553 msgid ""
12554 "It is restricted; a mirror is available on <literal>&ftp-master-mirror;</"
12555 "literal>."
12556 msgstr ""
12557 "Dieser Server ist eingeschränkt; ein Spiegel ist auf <literal>&ftp-master-"
12558 "mirror;</literal> verfügbar."
12559
12560 #. type: Content of: <chapter><section><section><para>
12561 #: resources.dbk:282
12562 msgid ""
12563 "Problems with the Debian FTP archive generally need to be reported as bugs "
12564 "against the <systemitem role=\"package\">&ftp-debian-org;</systemitem> "
12565 "pseudo-package or an email to &email-ftpmaster;, but also see the procedures "
12566 "in <xref linkend=\"archive-manip\"/>."
12567 msgstr ""
12568 "Probleme mit dem Debian-Archiv müssen generell als Fehler des Pseudo-Pakets "
12569 "<systemitem role=\"package\">&ftp-debian-org;</systemitem> oder per E-Mail "
12570 "an &email-ftpmaster; gemeldet werden, aber sehen Sie sich auch die "
12571 "Vorgehensweisen in <xref linkend=\"archive-manip\"/> an."
12572
12573 #. type: Content of: <chapter><section><section><title>
12574 #: resources.dbk:290
12575 msgid "The www-master server"
12576 msgstr "Der WWW-Master-Server"
12577
12578 #. type: Content of: <chapter><section><section><para>
12579 #: resources.dbk:292
12580 msgid ""
12581 "The main web server is <literal>www-master.debian.org</literal>.  It holds "
12582 "the official web pages, the face of Debian for most newbies."
12583 msgstr ""
12584 "Der Haupt-Webserver ist <literal>www-master.debian.org</literal>. Auf ihm "
12585 "liegen die offiziellen Web-Seiten, für die meisten Neulinge »das Gesicht von "
12586 "Debian«."
12587
12588 #. type: Content of: <chapter><section><section><para>
12589 #: resources.dbk:296
12590 msgid ""
12591 "If you find a problem with the Debian web server, you should generally "
12592 "submit a bug against the pseudo-package, <systemitem role=\"package\">www."
12593 "debian.org</systemitem>.  Remember to check whether or not someone else has "
12594 "already reported the problem to the <ulink url=\"http://&bugs-host;/&www-"
12595 "debian-org;\">Bug Tracking System</ulink>."
12596 msgstr ""
12597 "Falls Sie ein Problem mit dem Debian-Webserver finden, sollten Sie generell "
12598 "einene Fehlerbericht an das Pseudo-Paket <systemitem role=\"package\">www."
12599 "debian.org</systemitem> senden. Denken Sie daran zu prüfen, ob bereits sonst "
12600 "jemand dieses Problem an die <ulink url=\"http://&bugs-host;/&www-debian-org;"
12601 "\">Fehlerdatenbank</ulink> gemeldet hat."
12602
12603 #. type: Content of: <chapter><section><section><title>
12604 #: resources.dbk:305
12605 msgid "The people web server"
12606 msgstr "Der Personen-Webserver"
12607
12608 #. type: Content of: <chapter><section><section><para>
12609 #: resources.dbk:307
12610 msgid ""
12611 "<literal>people.debian.org</literal> is the server used for developers' own "
12612 "web pages about anything related to Debian."
12613 msgstr ""
12614 "<literal>people.debian.org</literal> ist der Server, der für die eigenen Web-"
12615 "Seiten der Entwickler über alles Mögliche mit Bezug zu Debian benutzt wird."
12616
12617 #. type: Content of: <chapter><section><section><para>
12618 #: resources.dbk:311
12619 msgid ""
12620 "If you have some Debian-specific information which you want to serve on the "
12621 "web, you can do this by putting material in the <filename>public_html</"
12622 "filename> directory under your home directory on <literal>people.debian.org</"
12623 "literal>.  This will be accessible at the URL <literal>http://people.debian."
12624 "org/~<replaceable>your-user-id</replaceable>/</literal>."
12625 msgstr ""
12626 "Falls Sie einige Debian-spezifischen Informationen haben, die Sie im Web "
12627 "bereitstellen möchten, können Sie dies realisieren, indem Sie das Material "
12628 "im Verzeichnis <filename>public_html</filename> in Ihrem Home-Verzeichnis "
12629 "auf <literal>people.debian.org</literal> ablegen. Es kann über die URL "
12630 "<literal>http://people.debian.org/~<replaceable>Ihre-Benutzer-ID</"
12631 "replaceable>/</literal> darauf zugegriffen werden."
12632
12633 #. type: Content of: <chapter><section><section><para>
12634 #: resources.dbk:318
12635 msgid ""
12636 "You should only use this particular location because it will be backed up, "
12637 "whereas on other hosts it won't."
12638 msgstr ""
12639 "Sie sollten nur diesen besonderen Ort benutzen, da Datensicherungen davon "
12640 "erstellt werden, was auf anderen Rechnern nicht der Fall wäre."
12641
12642 #. type: Content of: <chapter><section><section><para>
12643 #: resources.dbk:322
12644 msgid ""
12645 "Usually the only reason to use a different host is when you need to publish "
12646 "materials subject to the U.S.  export restrictions, in which case you can "
12647 "use one of the other servers located outside the United States."
12648 msgstr ""
12649 "Der einzige Grund andere Rechner zu benutzen, ist üblicherweise, wenn Sie "
12650 "Materialien veröffentlichen möchten, die den U.S.-Exportbeschränkungen "
12651 "unterliegen. In diesem Fall können Sie Server benutzen, die sich außerhalb "
12652 "der Vereinigten Staaten befinden."
12653
12654 #. type: Content of: <chapter><section><section><para>
12655 #: resources.dbk:327
12656 msgid "Send mail to &email-debian-devel; if you have any questions."
12657 msgstr ""
12658 "Senden Sie eine E-Mail an &email-debian-devel;, falls Sie Fragen haben."
12659
12660 #. type: Content of: <chapter><section><section><title>
12661 #: resources.dbk:332
12662 msgid "The VCS servers"
12663 msgstr "Die VCS-Server"
12664
12665 #. type: Content of: <chapter><section><section><para>
12666 #: resources.dbk:334
12667 msgid ""
12668 "If you need to use a Version Control System for any of your Debian work, you "
12669 "can use one of the existing repositories hosted on Alioth or you can request "
12670 "a new project and ask for the VCS repository of your choice.  Alioth "
12671 "supports CVS (cvs.alioth.debian.org/cvs.debian.org), Subversion (svn.debian."
12672 "org), Arch (tla/baz, both on arch.debian.org), Bazaar (bzr.debian.org), "
12673 "Darcs (darcs.debian.org), Mercurial (hg.debian.org) and Git (git.debian."
12674 "org).  Checkout <ulink url=\"&url-alioth-pkg;\" /> if you plan to maintain "
12675 "packages in a VCS repository. See <xref linkend=\"alioth\"/> for information "
12676 "on the services provided by Alioth."
12677 msgstr ""
12678 "Falls Sie ein Versionskontrollsystem für Ihre Arbeit an Debian benutzen "
12679 "möchten, können Sie eines der existierenden auf Alioth gehosteten Depots "
12680 "benutzen oder Sie können ein neues Projekt mit einem VCS-Depot Ihrer Wahl "
12681 "beantragen. Alioth unterstützt CVS (cvs.alioth.debian.org/cvs.debian.org), "
12682 "Subversion (svn.debian.org), Arch (tla/baz, beide auf arch.debian.org), "
12683 "Bazaar (bzr.debian.org), Darcs (darcs.debian.org), Mercurial (hg.debian.org) "
12684 "und Git (git.debian.org). Checken Sie <ulink url=\"&url-alioth-pkg;\" /> "
12685 "aus, wenn Sie planen, die Pakete in einem VCS-Depot zu verwalten. Weitere "
12686 "Informationen über die von Alioth bereitgestellten Dienste finden Sie unter "
12687 "<xref linkend=\"alioth\"/>."
12688
12689 #. type: Content of: <chapter><section><section><title>
12690 #: resources.dbk:347
12691 msgid "chroots to different distributions"
12692 msgstr "Chroots auf andere Distributionen"
12693
12694 #. type: Content of: <chapter><section><section><para>
12695 #: resources.dbk:349
12696 msgid ""
12697 "On some machines, there are chroots to different distributions available.  "
12698 "You can use them like this:"
12699 msgstr ""
12700 "Auf einigen Maschinen sind Chroots auf unterschiedliche Distributionen "
12701 "verfügbar. Sie können sie wie folgt nutzen:"
12702
12703 #. type: Content of: <chapter><section><section><screen>
12704 #: resources.dbk:353
12705 #, no-wrap
12706 msgid ""
12707 "vore$ dchroot unstable\n"
12708 "Executing shell in chroot: /org/vore.debian.org/chroots/user/unstable\n"
12709 msgstr ""
12710 "vore$ dchroot unstable\n"
12711 "Shell in Chroot ausführen: /org/vore.debian.org/chroots/user/unstable\n"
12712
12713 #. type: Content of: <chapter><section><section><para>
12714 #: resources.dbk:357
12715 msgid ""
12716 "In all chroots, the normal user home directories are available.  You can "
12717 "find out which chroots are available via <ulink url=\"&url-devel-machines;"
12718 "\"></ulink>."
12719 msgstr ""
12720 "In allen Chroots sind die normalen Home-Verzeichnisse der Benutzer "
12721 "verfügbar. Sie können mittels <ulink url=\"&url-devel-machines;\"></ulink> "
12722 "herausfinden, welche Chroots verfügbar sind."
12723
12724 #. type: Content of: <chapter><section><title>
12725 #: resources.dbk:366
12726 msgid "The Developers Database"
12727 msgstr "Die Entwicklerdatenbank"
12728
12729 #. type: Content of: <chapter><section><para>
12730 #: resources.dbk:368
12731 msgid ""
12732 "The Developers Database, at <ulink url=\"&url-debian-db;\"></ulink>, is an "
12733 "LDAP directory for managing Debian developer attributes.  You can use this "
12734 "resource to search the list of Debian developers.  Part of this information "
12735 "is also available through the finger service on Debian servers, try "
12736 "<command>finger yourlogin@db.debian.org</command> to see what it reports."
12737 msgstr ""
12738 "Die Entwicklerdatenbank unter <ulink url=\"&url-debian-db;\"></ulink> ist "
12739 "ein LDAP-Verzeichnis zur Verwaltung von Debian-Entwicklereigenschaften. Sie "
12740 "können diese Ressource benutzen, um eine Liste der Debian-Entwickler zu "
12741 "durchsuchen. Ein Teil dieser Informationen ist auch durch den Dienst "
12742 "»finger« auf Debian-Servern verfügbar. Versuchen Sie <command>finger ihr-"
12743 "benutzername@db.debian.org</command>, um zu sehen, was er berichtet."
12744
12745 #. type: Content of: <chapter><section><para>
12746 #: resources.dbk:376
12747 msgid ""
12748 "Developers can <ulink url=\"&url-debian-db-login;\">log into the database</"
12749 "ulink> to change various information about themselves, such as:"
12750 msgstr ""
12751 "Entwickler können sich <ulink url=\"&url-debian-db-login;\">in der Datenbank "
12752 "anmelden</ulink>, um verschiedene Informationen über sich selbst zu ändern, "
12753 "wie beispielsweise:"
12754
12755 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12756 #: resources.dbk:382
12757 msgid "forwarding address for your debian.org email"
12758 msgstr "die Weiterleitungsadresse für Ihre debian.org-E-Mail"
12759
12760 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12761 #: resources.dbk:387
12762 msgid "subscription to debian-private"
12763 msgstr "die Anmeldung zu debian-private"
12764
12765 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12766 #: resources.dbk:392
12767 msgid "whether you are on vacation"
12768 msgstr "ob Sie in Urlaub sind"
12769
12770 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12771 #: resources.dbk:397
12772 msgid ""
12773 "personal information such as your address, country, the latitude and "
12774 "longitude of the place where you live for use in <ulink url=\"&url-worldmap;"
12775 "\">the world map of Debian developers</ulink>, phone and fax numbers, IRC "
12776 "nickname and web page"
12777 msgstr ""
12778 "persönliche Informationen, wie Ihre Adresse, das Land, Längen- und "
12779 "Breitengrad Ihres Wohnortes für die <ulink url=\"&url-worldmap;\">Weltkarte "
12780 "der Entwickler</ulink>, Telefon- und Faxnummern, IRC-Nickname und Homepage"
12781
12782 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12783 #: resources.dbk:405
12784 msgid "password and preferred shell on Debian Project machines"
12785 msgstr "Passwort und bevorzugte Shell auf Maschinen des Debian-Projekts"
12786
12787 #. type: Content of: <chapter><section><para>
12788 #: resources.dbk:410
12789 msgid ""
12790 "Most of the information is not accessible to the public, naturally.  For "
12791 "more information please read the online documentation that you can find at "
12792 "<ulink url=\"&url-debian-db-doc;\"></ulink>."
12793 msgstr ""
12794 "Natürlich kann auf die meisten der Informationen nicht durch die "
12795 "Öffentlichkeit zugegriffen werden. Lesen Sie für weitere Informationen die "
12796 "Dokumentation unter <ulink url=\"&url-debian-db-doc;\"></ulink>."
12797
12798 #. type: Content of: <chapter><section><para>
12799 #: resources.dbk:415
12800 msgid ""
12801 "Developers can also submit their SSH keys to be used for authorization on "
12802 "the official Debian machines, and even add new *.debian.net DNS entries.  "
12803 "Those features are documented at <ulink url=\"&url-debian-db-mail-gw;\"></"
12804 "ulink>."
12805 msgstr ""
12806 "Entwickler können auch ihre SSH-Schlüssel senden, die für die "
12807 "Authentifizierung auf den offiziellen Debian-Maschinen benutzt werden und "
12808 "sogar neue *.debian.net-DNS-Einträge hinzufügen. Diese Funktionen sind unter "
12809 "<ulink url=\"&url-debian-db-mail-gw;\"></ulink> dokumentiert."
12810
12811 #. type: Content of: <chapter><section><title>
12812 #: resources.dbk:423
12813 msgid "The Debian archive"
12814 msgstr "Das Debian-Archiv"
12815
12816 #. type: Content of: <chapter><section><para>
12817 #: resources.dbk:425
12818 msgid ""
12819 "The &debian-formal; distribution consists of a lot of packages (currently "
12820 "around &number-of-pkgs; source packages) and a few additional files (such as "
12821 "documentation and installation disk images)."
12822 msgstr ""
12823 "Die Distribution &debian-formal; besteht aus vielen Paketen (aktuell rund "
12824 "&number-of-pkgs; Quellpakete) und ein paar zusätzlichen Dateien (wie "
12825 "beispielsweise Dokumentation und Images von Installationsmedien)."
12826
12827 #. type: Content of: <chapter><section><para>
12828 #: resources.dbk:430
12829 msgid "Here is an example directory tree of a complete Debian archive:"
12830 msgstr "Hier ist ein Beispielverzeichnisbaum eines kompletten Debian-Archivs:"
12831
12832 #. type: Content of: <chapter><section><para>
12833 #: resources.dbk:434
12834 msgid ""
12835 "As you can see, the top-level directory contains two directories, "
12836 "<filename>dists/</filename> and <filename>pool/</filename>.  The latter is a "
12837 "“pool” in which the packages actually are, and which is handled by the "
12838 "archive maintenance database and the accompanying programs.  The former "
12839 "contains the distributions, <literal>stable</literal>, <literal>testing</"
12840 "literal> and <literal>unstable</literal>.  The <filename>Packages</filename> "
12841 "and <filename>Sources</filename> files in the distribution subdirectories "
12842 "can reference files in the <filename>pool/</filename> directory.  The "
12843 "directory tree below each of the distributions is arranged in an identical "
12844 "manner.  What we describe below for <literal>stable</literal> is equally "
12845 "applicable to the <literal>unstable</literal> and <literal>testing</literal> "
12846 "distributions."
12847 msgstr ""
12848 "Wie Sie sehen können, enthält das Verzeichnis auf der obersten Ebene die "
12849 "beiden Verzeichnisse <filename>dists/</filename> und <filename>pool/</"
12850 "filename>. Letzteres ist ein »Pool«, in dem sich die Pakete derzeit "
12851 "befinden. Er wird von der Archiv-Verwaltungsdatenbank und den beiliegenden "
12852 "Programmen gehandhabt. Ersteres enthält die Distributionen <literal>stable</"
12853 "literal>, <literal>testing</literal> und <literal>unstable</literal>. Die "
12854 "Dateien <filename>Packages</filename> und <filename>Sources</filename> in "
12855 "den Distributions-Unterverzeichnissen können auf Dateien im Verzeichnis "
12856 "<filename>pool/</filename> verweisen. Der Verzeichnisbaum unterhalb jeder "
12857 "Distribution ist auf die gleiche Art angeordnet. Was im Folgenden für "
12858 "<literal>stable</literal> beschrieben wird, ist gleichermaßen auf die "
12859 "Distributionen <literal>unstable</literal> und <literal>testing</literal> "
12860 "anwendbar."
12861
12862 #. type: Content of: <chapter><section><para>
12863 #: resources.dbk:448
12864 msgid ""
12865 "<filename>dists/stable</filename> contains three directories, namely "
12866 "<filename>main</filename>, <filename>contrib</filename>, and <filename>non-"
12867 "free</filename>."
12868 msgstr ""
12869 "<filename>dists/stable</filename> enthält drei Verzeichnisse, nämlich "
12870 "<filename>main</filename>, <filename>contrib</filename> und <filename>non-"
12871 "free</filename>."
12872
12873 #. type: Content of: <chapter><section><para>
12874 #: resources.dbk:453
12875 msgid ""
12876 "In each of the areas, there is a directory for the source packages "
12877 "(<filename>source</filename>) and a directory for each supported "
12878 "architecture (<filename>binary-i386</filename>, <filename>binary-amd64</"
12879 "filename>, etc.)."
12880 msgstr ""
12881 "In jedem Bereich gibt es ein Verzeichnis für Quellpakete (<filename>source</"
12882 "filename>) und ein Verzeichnis für jede unterstützte Architektur "
12883 "(<filename>binary-i386</filename>, <filename>binary-amd64</filename>, etc.)."
12884
12885 #. type: Content of: <chapter><section><para>
12886 #: resources.dbk:458
12887 msgid ""
12888 "The <filename>main</filename> area contains additional directories which "
12889 "hold the disk images and some essential pieces of documentation required for "
12890 "installing the Debian distribution on a specific architecture "
12891 "(<filename>disks-i386</filename>, <filename>disks-amd64</filename>, etc.)."
12892 msgstr ""
12893 "Der Bereich <filename>main</filename> enthält zusätzliche Verzeichnisse, die "
12894 "die Medien-Images und einige notwendige Teile der Dokumentation, die zum "
12895 "Installieren der Debian-Distribution auf einer speziellen Architektur "
12896 "(<filename>disks-i386</filename>, <filename>disks-amd64</filename>, etc.) "
12897 "benötigt werden."
12898
12899 #. type: Content of: <chapter><section><section><title>
12900 #: resources.dbk:464
12901 msgid "Sections"
12902 msgstr "Abschnitte"
12903
12904 #. type: Content of: <chapter><section><section><para>
12905 #: resources.dbk:466
12906 msgid ""
12907 "The <literal>main</literal> section of the Debian archive is what makes up "
12908 "the <emphasis role=\"strong\">official &debian-formal; distribution</"
12909 "emphasis>.  The <literal>main</literal> section is official because it fully "
12910 "complies with all our guidelines.  The other two sections do not, to "
12911 "different degrees; as such, they are <emphasis role=\"strong\">not</"
12912 "emphasis> officially part of &debian-formal;."
12913 msgstr ""
12914 "Der Abschnitt <literal>main</literal> des Debian-Archivs ist das, was die "
12915 "<emphasis role=\"strong\">offizielle &debian-formal; Distribution</emphasis> "
12916 "ausmacht. Der Abschnitt <literal>main</literal> ist offiziell, da er alle "
12917 "Richtlinien vollständig erfüllt. Bei den beiden anderen Abschnitten ist dies "
12918 "zu einem unterschiedlichen Grad nicht der Fall . Von daher sind sie "
12919 "<emphasis role=\"strong\">nicht</emphasis> offizieller Teil von &debian-"
12920 "formal;."
12921
12922 #. type: Content of: <chapter><section><section><para>
12923 #: resources.dbk:474
12924 msgid ""
12925 "Every package in the main section must fully comply with the <ulink url="
12926 "\"&url-dfsg;\">Debian Free Software Guidelines</ulink> (DFSG) and with all "
12927 "other policy requirements as described in the <ulink url=\"&url-debian-"
12928 "policy;\">Debian Policy Manual</ulink>.  The DFSG is our definition of “free "
12929 "software.” Check out the Debian Policy Manual for details."
12930 msgstr ""
12931 "Jedes Paket im Abschnitt »main« muss vollständig die <ulink url=\"&url-"
12932 "debian-policy;\">Debian-Richtlinien für Freie Software</ulink> (DFSG) "
12933 "erfüllen sowie alle anderen Anforderungen des Regelwerks, das im <ulink url="
12934 "\"&url-debian-policy;\">Debian Policy Manual</ulink> beschrieben wurde. Die "
12935 "DFSG sind Debians Definition von »freier Software«. Prüfen Sie das Debian "
12936 "Policy Manual für Details."
12937
12938 #. type: Content of: <chapter><section><section><para>
12939 #: resources.dbk:482
12940 msgid ""
12941 "Packages in the <literal>contrib</literal> section have to comply with the "
12942 "DFSG, but may fail other requirements.  For instance, they may depend on non-"
12943 "free packages."
12944 msgstr ""
12945 "Pakete im Abschnitt <literal>contrib</literal> müssen den DFSG entsprechen, "
12946 "könnten aber an anderen Anforderungen scheitern. Zum Beispiel könnten sie "
12947 "von unfreien Paketen abhängen."
12948
12949 #. type: Content of: <chapter><section><section><para>
12950 #: resources.dbk:487
12951 msgid ""
12952 "Packages which do not conform to the DFSG are placed in the <literal>non-"
12953 "free</literal> section.  These packages are not considered as part of the "
12954 "Debian distribution, though we enable their use, and we provide "
12955 "infrastructure (such as our bug-tracking system and mailing lists) for non-"
12956 "free software packages."
12957 msgstr ""
12958 "Pakete die nicht die DFSG erfüllen werden in den Abschnitt <literal>non-"
12959 "free</literal> platziert. Diese Pakete werden nicht als Teil der Debian-"
12960 "Distribution betrachtet, obwohl ihre Benutzung ermöglicht und die "
12961 "Infrastuktur (wie die Fehlerdatenbank und die Mailinglisten) für unfreie "
12962 "Pakete bereitgestellt wird."
12963
12964 #. type: Content of: <chapter><section><section><para>
12965 #: resources.dbk:494
12966 msgid ""
12967 "The <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> contains "
12968 "a more exact definition of the three sections.  The above discussion is just "
12969 "an introduction."
12970 msgstr ""
12971 "Das <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> enthält "
12972 "eine genauere Definition dieser drei Abschnitte. Die verhergehende "
12973 "Erläuterung ist nur eine Einführung."
12974
12975 #. type: Content of: <chapter><section><section><para>
12976 #: resources.dbk:499
12977 msgid ""
12978 "The separation of the three sections at the top-level of the archive is "
12979 "important for all people who want to distribute Debian, either via FTP "
12980 "servers on the Internet or on CD-ROMs: by distributing only the "
12981 "<literal>main</literal> and <literal>contrib</literal> sections, one can "
12982 "avoid any legal risks.  Some packages in the <literal>non-free</literal> "
12983 "section do not allow commercial distribution, for example."
12984 msgstr ""
12985 "Die Unterteilung in drei Abschnitte auf der obersten Ebene des Archivs ist "
12986 "für all die Leute wichtig, die Debian weitergeben möchten, entweder über FTP-"
12987 "Server im Internet oder auf CD-ROMs: Rechtliche Risiken können vermieden "
12988 "werden, wenn nur die Abschnitte <literal>main</literal> und "
12989 "<literal>contrib</literal> weitergegeben werden. Einige Pakete im Abschnitt "
12990 "<literal>non-free</literal> erlauben zum Beispiel keine kommerzielle "
12991 "Weitergabe."
12992
12993 #. type: Content of: <chapter><section><section><para>
12994 #: resources.dbk:507
12995 msgid ""
12996 "On the other hand, a CD-ROM vendor could easily check the individual package "
12997 "licenses of the packages in <literal>non-free</literal> and include as many "
12998 "on the CD-ROMs as it's allowed to.  (Since this varies greatly from vendor "
12999 "to vendor, this job can't be done by the Debian developers.)"
13000 msgstr ""
13001 "Andererseits könnte ein CD-ROM-Verkäufer die einzelnen Paketlizenzen der "
13002 "Pakete in <literal>non-free</literal> leicht prüfen und seinen CD-ROMs so "
13003 "viele wie erlaubt hinzufügen. (Da dies von Verkäufer zu Verkäufer stark "
13004 "variiert, können Debian-Entwickler diese Arbeit nicht erledigen.)"
13005
13006 #. type: Content of: <chapter><section><section><para>
13007 #: resources.dbk:513
13008 msgid ""
13009 "Note that the term section is also used to refer to categories which "
13010 "simplify the organization and browsing of available packages, e.g.  "
13011 "<literal>admin</literal>, <literal>net</literal>, <literal>utils</literal> "
13012 "etc.  Once upon a time, these sections (subsections, rather) existed in the "
13013 "form of subdirectories within the Debian archive.  Nowadays, these exist "
13014 "only in the Section header fields of packages."
13015 msgstr ""
13016 "Beachten Sie, dass der Begriff Abschnitt auch im Bezug auf Kategorien "
13017 "benutzt wird, um die Organisation und das Durchstöbern verfügbarer Pakete zu "
13018 "vereinfachen, z.B. <literal>admin</literal>, <literal>net</literal>, "
13019 "<literal>utils</literal> etc. Diese Abschnitte (eher Unterabschnitte) "
13020 "existierten irgendwann einmal in der Form von Unterverzeichnissen innerhalb "
13021 "des Debian-Archivs. Heutzutage existieren sie nur noch in den »Section«-"
13022 "Kopfzeilenfeldern der Pakete."
13023
13024 #. type: Content of: <chapter><section><section><title>
13025 #: resources.dbk:523
13026 msgid "Architectures"
13027 msgstr "Architekturen"
13028
13029 #. type: Content of: <chapter><section><section><para>
13030 #: resources.dbk:525
13031 msgid ""
13032 "In the first days, the Linux kernel was only available for Intel i386 (or "
13033 "greater) platforms, and so was Debian.  But as Linux became more and more "
13034 "popular, the kernel was ported to other architectures and Debian started to "
13035 "support them. And as if supporting so much hardware was not enough, Debian "
13036 "decided to build some ports based on other Unix kernels, like <literal>hurd</"
13037 "literal> and <literal>kfreebsd</literal>."
13038 msgstr ""
13039 "In den Anfangstagen war der Linux-Kernel und somit Debian nur für die Intel-"
13040 "i386-Plattformen (oder höher) verfügbar. Aber als Linux zunehmend populärer "
13041 "wurde, wurde der Kernel auf andere Architekturen portiert und Debian begann "
13042 "diese zu unterstützen. Und als ob die Unterstüzung so vieler Hardware noch "
13043 "nicht genug wäre, entschied Debian, einige Portierungen zu erstellen, die "
13044 "auf anderen Unix-Kerneln beruhten, wie <literal>hurd</literal> und "
13045 "<literal>kfreebsd</literal>."
13046
13047 #. type: Content of: <chapter><section><section><para>
13048 #: resources.dbk:533
13049 msgid ""
13050 "&debian-formal; 1.3 was only available as <literal>i386</literal>.  Debian "
13051 "2.0 shipped for <literal>i386</literal> and <literal>m68k</literal> "
13052 "architectures.  Debian 2.1 shipped for the <literal>i386</literal>, "
13053 "<literal>m68k</literal>, <literal>alpha</literal>, and <literal>sparc</"
13054 "literal> architectures.  Since then Debian has grown hugely.  Debian 6 "
13055 "supports a total of nine Linux architectures (<literal>amd64</literal>, "
13056 "<literal>armel</literal>, <literal>i386</literal>, <literal>ia64</literal>, "
13057 "<literal>mips</literal>, <literal>mipsel</literal>, <literal>powerpc</"
13058 "literal>, <literal>s390</literal>, <literal>sparc</literal>) and two "
13059 "kFreeBSD architectures (<literal>kfreebsd-i386</literal> and "
13060 "<literal>kfreebsd-amd64</literal>)."
13061 msgstr ""
13062 "&debian-formal; 1.3 war nur für <literal>i386</literal> verfügbar. Debian "
13063 "2.0 wurde für die Architekturen <literal>i386</literal> und <literal>m68k</"
13064 "literal> ausgegeben. Debian 2.1 kam für die Architekturen <literal>i386</"
13065 "literal>, <literal>m68k</literal>, <literal>alpha</literal> und "
13066 "<literal>sparc</literal> daher. Seither ist Debian enorm gewachsen. Debian 6 "
13067 "unterstützt im Ganzen neun Architekturen: <literal>amd64</literal>, "
13068 "<literal>armel</literal>, <literal>i386</literal>, <literal>ia64</literal>, "
13069 "<literal>mips</literal>, <literal>mipsel</literal>, <literal>powerpc</"
13070 "literal>, <literal>s390</literal> und <literal>sparc</literal>) und zwei "
13071 "kFreeBSD-Architekturen (<literal>kfreebsd-i386</literal> und "
13072 "<literal>kfreebsd-amd64</literal>)."
13073
13074 #. type: Content of: <chapter><section><section><para>
13075 #: resources.dbk:546
13076 msgid ""
13077 "Information for developers and users about the specific ports are available "
13078 "at the <ulink url=\"&url-debian-ports;\">Debian Ports web pages</ulink>."
13079 msgstr ""
13080 "Informationen für Entwickler und Anwender über die spezifischen Portierung "
13081 "sind auf der Debian Website <ulink url=\"&url-debian-ports;\">Portierungen</"
13082 "ulink> verfügbar."
13083
13084 #. type: Content of: <chapter><section><section><title>
13085 #: resources.dbk:552
13086 msgid "Packages"
13087 msgstr "Pakete"
13088
13089 #. type: Content of: <chapter><section><section><para>
13090 #: resources.dbk:554
13091 msgid ""
13092 "There are two types of Debian packages, namely <literal>source</literal> and "
13093 "<literal>binary</literal> packages."
13094 msgstr ""
13095 "Es gibt zwei Typen von Debian-Paketen, nämlich <literal>source</literal>- "
13096 "und <literal>binary</literal>-Pakete."
13097
13098 #. type: Content of: <chapter><section><section><para>
13099 #: resources.dbk:558
13100 msgid ""
13101 "Depending on the format of the source package, it will consist of one or "
13102 "more files in addition to the mandatory <filename>.dsc</filename> file:"
13103 msgstr ""
13104 "Abhängig vom Format des Quellpakets wird es aus einem oder mehreren Dateien "
13105 "zusätzlich zur zwingend notwendigen <filename>.dsc</filename>-Datei bestehen:"
13106
13107 #. type: Content of: <chapter><section><section><para><itemizedlist><listitem><para>
13108 #: resources.dbk:562
13109 msgid ""
13110 "with format “1.0”, it has either a <filename>.tar.gz</filename> file or both "
13111 "an <filename>.orig.tar.gz</filename> and a <filename>.diff.gz</filename> "
13112 "file;"
13113 msgstr ""
13114 "mit Format »1.0« hat es entweder eine <filename>.tar.gz</filename>-Datei "
13115 "oder sowohl eine <filename>.orig.tar.gz</filename>- als auch eine <filename>."
13116 "diff.gz</filename>-Datei;"
13117
13118 #. type: Content of: <chapter><section><section><para><itemizedlist><listitem><para>
13119 #: resources.dbk:565
13120 msgid ""
13121 "with format “3.0 (quilt)”, it has a mandatory <filename>.orig.tar.{gz,bz2,xz}"
13122 "</filename> upstream tarball, multiple optional <filename>.orig-"
13123 "<replaceable>component</replaceable>.tar.{gz,bz2,xz}</filename> additional "
13124 "upstream tarballs and a mandatory <filename>debian.tar.{gz,bz2,xz}</"
13125 "filename> debian tarball;"
13126 msgstr ""
13127 "mit Format »3.0« (quilt), hat es zwingend einen ursrünglichen Tarball mit "
13128 "der Endung <filename>.orig.tar.{gz,bz2,xz}</filename>, optional mehrere "
13129 "<filename>.orig-<replaceable>Komponente</replaceable>.tar.{gz,bz2,xz}</"
13130 "filename>-Debian-Tarbälle;"
13131
13132 #. type: Content of: <chapter><section><section><para><itemizedlist><listitem><para>
13133 #: resources.dbk:571
13134 msgid ""
13135 "with format “3.0 (native)”, it has only a single <filename>.tar.{gz,bz2,xz}</"
13136 "filename> tarball."
13137 msgstr ""
13138 "mit Format »3.0« (nativ) hat es nur einen einzelnen <filename>.tar.{gz,bz2,"
13139 "xz}</filename>-Tarball."
13140
13141 #. type: Content of: <chapter><section><section><para>
13142 #: resources.dbk:576
13143 msgid ""
13144 "If a package is developed specially for Debian and is not distributed "
13145 "outside of Debian, there is just one <filename>.tar.{gz,bz2,xz}</filename> "
13146 "file which contains the sources of the program, it's called a “native” "
13147 "source package.  If a package is distributed elsewhere too, the <filename>."
13148 "orig.tar.{gz,bz2,xz}</filename> file stores the so-called <literal>upstream "
13149 "source code</literal>, that is the source code that's distributed by the "
13150 "<literal>upstream maintainer</literal> (often the author of the software). "
13151 "In this case, the <filename>.diff.gz</filename> or the <filename>debian.tar."
13152 "{gz,bz2,xz}</filename> contains the changes made by the Debian maintainer."
13153 msgstr ""
13154 "Falls das Paket speziell für Debian entwickelt wurde und nicht außerhalb von "
13155 "Debian verteilt wird, gibt es dort nur eine <filename>.tar.{gz,bz2,xz}</"
13156 "filename>-Datei, die den Quellcode des Programms enthält, »natives« "
13157 "Quellpaket genannt. Falls ein Paket auch anderswo verteilt wird, wird in der "
13158 "<filename>.orig.tar.{gz,bz2,xz}</filename>-Datei der sogenannte "
13159 "<literal>upstream source code</literal> gespeichert, das ist der Quellcode, "
13160 "vom <literal>upstream maintainer</literal> (oft dem Autor der Software). In "
13161 "diesem Fall enthalten die Dateien <filename>.diff.gz</filename> oder "
13162 "<filename>debian.tar.{gz,bz2,xz}</filename> die Änderungen, die durch den "
13163 "Debian-Betreuer vorgenommen wurden."
13164
13165 #. type: Content of: <chapter><section><section><para>
13166 #: resources.dbk:589
13167 msgid ""
13168 "The <filename>.dsc</filename> file lists all the files in the source package "
13169 "together with checksums (<command>md5sums</command>) and some additional "
13170 "info about the package (maintainer, version, etc.)."
13171 msgstr ""
13172 "Die <filename>.dsc</filename>-Datei listet alle Dateien im Quellpaket auf, "
13173 "zusammen mit den Prüfsummen (<command>md5sums</command>) und einigen "
13174 "zusätzlichen Informationen über das Paket (Betreuer, Version etc.)."
13175
13176 #. type: Content of: <chapter><section><section><title>
13177 #: resources.dbk:596
13178 msgid "Distributions"
13179 msgstr "Distributionen"
13180
13181 #. type: Content of: <chapter><section><section><para>
13182 #: resources.dbk:598
13183 msgid ""
13184 "The directory system described in the previous chapter is itself contained "
13185 "within <literal>distribution directories</literal>.  Each distribution is "
13186 "actually contained in the <filename>pool</filename> directory in the top-"
13187 "level of the Debian archive itself."
13188 msgstr ""
13189 "Das im vorherigen Kapitel beschriebene Verzeichnissystem ist selbst "
13190 "innerhalb der <literal>distribution directories</literal> enthalten. Jede "
13191 "Distribution ist derzeit im Verzeichnis <filename>pool</filename> in der "
13192 "obersten Ebene des Debian-Archivs selbst enthalten."
13193
13194 #. type: Content of: <chapter><section><section><para>
13195 #: resources.dbk:604
13196 msgid ""
13197 "To summarize, the Debian archive has a root directory within an FTP server.  "
13198 "For instance, at the mirror site, <literal>ftp.us.debian.org</literal>, the "
13199 "Debian archive itself is contained in <ulink url=\"ftp://ftp.us.debian.org/"
13200 "debian\">/debian</ulink>, which is a common location (another is <filename>/"
13201 "pub/debian</filename>)."
13202 msgstr ""
13203 "Zusammenfassend gesagt, hat das Debian-Archiv ein Wurzelverzeichnis auf "
13204 "einem FTP-Server. Auf der Spiegel-Site <literal>ftp.us.debian.org</literal> "
13205 "ist beispielsweise das Debian-Archive selbst in <ulink url=\"ftp://ftp.us."
13206 "debian.org/debian\">/debian</ulink>, enthalten, was ein gebräuchlicher Ort "
13207 "dafür ist (ein anderer ist <filename>/pub/debian</filename>)."
13208
13209 #. type: Content of: <chapter><section><section><para>
13210 #: resources.dbk:611
13211 msgid ""
13212 "A distribution comprises Debian source and binary packages, and the "
13213 "respective <filename>Sources</filename> and <filename>Packages</filename> "
13214 "index files, containing the header information from all those packages.  The "
13215 "former are kept in the <filename>pool/</filename> directory, while the "
13216 "latter are kept in the <filename>dists/</filename> directory of the archive "
13217 "(for backwards compatibility)."
13218 msgstr ""
13219 "Eine Distribution umfasst Debian-Quell- und -Binärpakete und die jeweiligen "
13220 "Indexdateien <filename>Sources</filename> sowie <filename>Packages</"
13221 "filename>, die die Kopfzeileninformationen von all diesen Paketen enthalten. "
13222 "Erstere werden im Verzeichnis <filename>pool/</filename> aufbewahrt, während "
13223 "letztere im Verzeichnis <filename>dists/</filename> des Archivs aufbewahrt "
13224 "werden (aus Gründen der Rückwärtskompatibilität)."
13225
13226 #. type: Content of: <chapter><section><section><section><title>
13227 #: resources.dbk:619
13228 msgid "Stable, testing, and unstable"
13229 msgstr "Stable, testing und unstable"
13230
13231 #. type: Content of: <chapter><section><section><section><para>
13232 #: resources.dbk:621
13233 msgid ""
13234 "There are always distributions called <literal>stable</literal> (residing in "
13235 "<filename>dists/stable</filename>), <literal>testing</literal> (residing in "
13236 "<filename>dists/testing</filename>), and <literal>unstable</literal> "
13237 "(residing in <filename>dists/unstable</filename>).  This reflects the "
13238 "development process of the Debian project."
13239 msgstr ""
13240 "Es gibt immer Distributionen mit Namen <literal>stable</literal> "
13241 "(angesiedelt in <filename>dists/stable</filename>), <literal>testing</"
13242 "literal> (angesiedelt in <filename>dists/testing</filename>) und "
13243 "<literal>unstable</literal> (angesiedelt in <filename>dists/unstable</"
13244 "filename>). Dies spiegelt den Entwicklungsprozess des Debian-Projekts wider."
13245
13246 #. type: Content of: <chapter><section><section><section><para>
13247 #: resources.dbk:628
13248 msgid ""
13249 "Active development is done in the <literal>unstable</literal> distribution "
13250 "(that's why this distribution is sometimes called the <literal>development "
13251 "distribution</literal>).  Every Debian developer can update their packages "
13252 "in this distribution at any time.  Thus, the contents of this distribution "
13253 "change from day to day.  Since no special effort is made to make sure "
13254 "everything in this distribution is working properly, it is sometimes "
13255 "literally unstable."
13256 msgstr ""
13257 "In der Distribution <literal>unstable</literal> wird aktiv entwickelt (daher "
13258 "wird diese Distribution manchmal auch die <literal>development distribution</"
13259 "literal> genannt). Jeder Debian-Entwickler kann jederzeit seine Pakete in "
13260 "dieser Distribution ändern. Daher ändert sich der Inhalt dieser Distribution "
13261 "von Tag zu Tag. Da keine besonderen Anstrengungen unternommen werden, "
13262 "sicherzustellen, dass alles in dieser Distribution funktioniert, ist sie "
13263 "manchmal buchstäblich instabil."
13264
13265 #. type: Content of: <chapter><section><section><section><para>
13266 #: resources.dbk:637
13267 msgid ""
13268 "The <link linkend=\"testing\">testing</link> distribution is generated "
13269 "automatically by taking packages from <literal>unstable</literal> if they "
13270 "satisfy certain criteria.  Those criteria should ensure a good quality for "
13271 "packages within <literal>testing</literal>.  The update to <literal>testing</"
13272 "literal> is launched twice each day, right after the new packages have been "
13273 "installed.  See <xref linkend=\"testing\"/>."
13274 msgstr ""
13275 "Die Distribution  <link linkend=\"testing\">testing</link> wird automatisch "
13276 "aus Paketen von <literal>unstable</literal> erzeugt, falls sie bestimmte "
13277 "Voraussetzungen erfüllen. Diese Voraussetzungen sollten eine gute Qualität "
13278 "für Pakete innerhalb von <literal>testing</literal> gewährleisten. Die "
13279 "Aktualisierung von <literal>testing</literal> wird zweimal täglich lanciert, "
13280 "gleich nachdem die neuen Pakete installiert wurden. Siehe <xref linkend="
13281 "\"testing\"/>."
13282
13283 #. type: Content of: <chapter><section><section><section><para>
13284 #: resources.dbk:645
13285 msgid ""
13286 "After a period of development, once the release manager deems fit, the "
13287 "<literal>testing</literal> distribution is frozen, meaning that the policies "
13288 "which control how packages move from <literal>unstable</literal> to "
13289 "<literal>testing</literal> are tightened.  Packages which are too buggy are "
13290 "removed.  No changes are allowed into <literal>testing</literal> except for "
13291 "bug fixes.  After some time has elapsed, depending on progress, the "
13292 "<literal>testing</literal> distribution is frozen even further.  Details of "
13293 "the handling of the testing distribution are published by the Release Team "
13294 "on debian-devel-announce.  After the open issues are solved to the "
13295 "satisfaction of the Release Team, the distribution is released.  Releasing "
13296 "means that <literal>testing</literal> is renamed to <literal>stable</"
13297 "literal>, and a new copy is created for the new <literal>testing</literal>, "
13298 "and the previous <literal>stable</literal> is renamed to <literal>oldstable</"
13299 "literal> and stays there until it is finally archived.  On archiving, the "
13300 "contents are moved to <literal>&archive-host;</literal>."
13301 msgstr ""
13302 "Nach einer Entwicklungsperiode, sobald der Veröffentlichungsverwalter sie "
13303 "als tauglich erachtet, wird die Distribution <literal>testing</literal> "
13304 "eingefroren. Das bedeutet, dass die Richtlinien, die steuern welche Pakete "
13305 "von <literal>unstable</literal> nach <literal>testing</literal> verschoben "
13306 "werden, verschärft werden. Pakete, die zu viele Fehler aufweisen, werden "
13307 "entfernt. In <literal>testing</literal> sind außer Fehlerkorrekturen keine "
13308 "Änderungen erlaubt. Nachdem, abhängig vom Fortschritt, einige Zeit "
13309 "verstrichen ist, wird die Distribution <literal>testing</literal> sogar noch "
13310 "weiter eingefroren. Einzelheiten darüber, wie die Distribution "
13311 "<literal>testing</literal> gehandhabt wird, werden vom Veröffentlichungs-"
13312 "Team auf »debian-devel-announce« publiziert. Nachdem die offenen Probleme "
13313 "zur Zufriedenheit des Veröffentlichungs-Teams gelöst wurden, wird die "
13314 "Distribtion veröffentlicht. Veröffentlichen bedeutet, dass <literal>testing</"
13315 "literal> in <literal>stable</literal> umbenannt wird und für das neue "
13316 "<literal>testing</literal> eine neue Kopie erstellt wird. Das vorherige "
13317 "<literal>stable</literal> wird in <literal>oldstable</literal> umbenannt und "
13318 "bleibt bis zur endgültigen Archivierung dort. Bei der Archivierung wird der "
13319 "Inhalt nach <literal>&archive-host;</literal> verschoben."
13320
13321 #. type: Content of: <chapter><section><section><section><para>
13322 #: resources.dbk:662
13323 msgid ""
13324 "This development cycle is based on the assumption that the "
13325 "<literal>unstable</literal> distribution becomes <literal>stable</literal> "
13326 "after passing a period of being in <literal>testing</literal>.  Even once a "
13327 "distribution is considered stable, a few bugs inevitably remain — that's why "
13328 "the stable distribution is updated every now and then.  However, these "
13329 "updates are tested very carefully and have to be introduced into the archive "
13330 "individually to reduce the risk of introducing new bugs.  You can find "
13331 "proposed additions to <literal>stable</literal> in the <filename>proposed-"
13332 "updates</filename> directory.  Those packages in <filename>proposed-updates</"
13333 "filename> that pass muster are periodically moved as a batch into the stable "
13334 "distribution and the revision level of the stable distribution is "
13335 "incremented (e.g., ‘6.0’ becomes ‘6.0.1’, ‘5.0.7’ becomes ‘5.0.8’, and so "
13336 "forth).  Please refer to <link linkend=\"upload-stable\">uploads to the "
13337 "<literal>stable</literal> distribution</link> for details."
13338 msgstr ""
13339 "Der Entwicklungszyklus hängt von der Einschätzung ab, ob die Distribution "
13340 "<literal>unstable</literal> nach einer Periode, in der sie <literal>testing</"
13341 "literal> durchläuft, <literal>stable</literal> geworden ist.Sogar wenn eine "
13342 "Distribution stabil geworden ist, verbleiben zwangsläufig ein paar Fehler  – "
13343 "daher wird die stabile Distribution ab und zu aktualisiert. Diese "
13344 "Aktualisierungen wurden jedoch sehr gründlich getestet und werden in einem "
13345 "einzelnen Archiv eingeführt, um das Risiko zu vermindern, neue Fehler "
13346 "einzuschleppen. Sie können die geplanten Ergänzungen zu <literal>stable</"
13347 "literal> im Verzeichnis <filename>proposed-updates</filename> finden. Diese "
13348 "Pakete in <filename>proposed-updates</filename>, die den Anforderungen "
13349 "entsprechen, werden periodisch in einem Stapellauf in die Stable-"
13350 "Distribution verschoben und die Überarbeitungsstufe der Stable-Distribution "
13351 "wird erhöht (z.B. »6.0« wird »6.0.1«, »5.0.7« wird »5.0.8« und so weiter). "
13352 "Bitte sehen Sie unter <link linkend=\"upload-stable\">uploads to the "
13353 "<literal>stable</literal> distribution</link> nach, um weitere Einzelheiten "
13354 "zu erfahren."
13355
13356 #. type: Content of: <chapter><section><section><section><para>
13357 #: resources.dbk:679
13358 msgid ""
13359 "Note that development under <literal>unstable</literal> continues during the "
13360 "freeze period, since the <literal>unstable</literal> distribution remains in "
13361 "place in parallel with <literal>testing</literal>."
13362 msgstr ""
13363 "Beachten Sie, dass die Entwicklung unter <literal>unstable</literal> während "
13364 "der Periode des Freeze weitergeht, da die Distribution <literal>unstable</"
13365 "literal> an der Stelle parallel mit <literal>testing</literal> verbleibt."
13366
13367 #. type: Content of: <chapter><section><section><section><title>
13368 #: resources.dbk:686
13369 msgid "More information about the testing distribution"
13370 msgstr "Weitere Informationen über die Testing-Distribution"
13371
13372 #. type: Content of: <chapter><section><section><section><para>
13373 #: resources.dbk:688
13374 msgid ""
13375 "Packages are usually installed into the <literal>testing</literal> "
13376 "distribution after they have undergone some degree of testing in "
13377 "<literal>unstable</literal>."
13378 msgstr ""
13379 "Pakete werden üblicherweise in der Distribution <literal>testing</literal> "
13380 "installiert, nachdem sie in gewissem Maße in <literal>unstable</literal> "
13381 "Tests unterzogen wurden."
13382
13383 #. type: Content of: <chapter><section><section><section><para>
13384 #: resources.dbk:692
13385 msgid ""
13386 "For more details, please see the <link linkend=\"testing\">information about "
13387 "the testing distribution</link>."
13388 msgstr ""
13389 "Lesen Sie bitte die <link linkend=\"testing\">Informationen über die Testing-"
13390 "Distribution</link>, um weitere Einzelheiten zu erfahren."
13391
13392 #. type: Content of: <chapter><section><section><section><title>
13393 #: resources.dbk:698
13394 msgid "Experimental"
13395 msgstr "Experimental"
13396
13397 #. type: Content of: <chapter><section><section><section><para>
13398 #: resources.dbk:700
13399 msgid ""
13400 "The <literal>experimental</literal> distribution is a special distribution.  "
13401 "It is not a full distribution in the same sense as <literal>stable</"
13402 "literal>, <literal>testing</literal> and <literal>unstable</literal> are.  "
13403 "Instead, it is meant to be a temporary staging area for highly experimental "
13404 "software where there's a good chance that the software could break your "
13405 "system, or software that's just too unstable even for the <literal>unstable</"
13406 "literal> distribution (but there is a reason to package it nevertheless).  "
13407 "Users who download and install packages from <literal>experimental</literal> "
13408 "are expected to have been duly warned.  In short, all bets are off for the "
13409 "<literal>experimental</literal> distribution."
13410 msgstr ""
13411 "Die Distribution <literal>experimental</literal> ist eine "
13412 "Spezialdistribution. Sie ist keine vollständige Distribution im Sinn von "
13413 "<literal>stable</literal>, <literal>testing</literal> und <literal>unstable</"
13414 "literal>. Stattdessen ist sie als temporärer Sammelpunkt für hoch "
13415 "experimentelle Software gedacht, bei der eine gute Chance besteht, das ganze "
13416 "System zu zerstören oder von Software, die nur zu instabil ist, sogar für "
13417 "die Distribution <literal>unstable</literal> (bei der es aber dennoch einen "
13418 "Grund gibt, sie zu paketieren). Von Benutzern, die Pakete aus "
13419 "<literal>experimental</literal> herunterladen und installieren, wird "
13420 "erwartet, dass sie ausreichend gewarnt wurden. Kurz gesagt, ist in der "
13421 "Distribution <literal>experimental</literal> alles möglich."
13422
13423 #. type: Content of: <chapter><section><section><section><para>
13424 #: resources.dbk:712
13425 msgid ""
13426 "These are the <citerefentry> <refentrytitle>sources.list</refentrytitle> "
13427 "<manvolnum>5</manvolnum> </citerefentry> lines for <literal>experimental</"
13428 "literal>:"
13429 msgstr ""
13430 "Dies sind die Zeilen der <citerefentry> <refentrytitle>sources.list</"
13431 "refentrytitle> <manvolnum>5</manvolnum> </citerefentry> für "
13432 "<literal>experimental</literal>:"
13433
13434 #. type: Content of: <chapter><section><section><section><programlisting>
13435 #: resources.dbk:717
13436 #, no-wrap
13437 msgid ""
13438 "deb http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13439 "deb-src http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13440 msgstr ""
13441 "deb http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13442 "deb-src http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13443
13444 #. type: Content of: <chapter><section><section><section><para>
13445 #: resources.dbk:721
13446 msgid ""
13447 "If there is a chance that the software could do grave damage to a system, it "
13448 "is likely to be better to put it into <literal>experimental</literal>.  For "
13449 "instance, an experimental compressed file system should probably go into "
13450 "<literal>experimental</literal>."
13451 msgstr ""
13452 "Falls eine Chance besteht, dass die Software ein System schwer beschädigen "
13453 "könnte, ist es wahrscheinlich besser, sie in <literal>experimental</literal> "
13454 "abzulegen. Zum Beispiel sollte ein experimentell komprimiertes Dateisystem "
13455 "wahrscheinlich nach <literal>experimental</literal> wandern."
13456
13457 #. type: Content of: <chapter><section><section><section><para>
13458 #: resources.dbk:727
13459 msgid ""
13460 "Whenever there is a new upstream version of a package that introduces new "
13461 "features but breaks a lot of old ones, it should either not be uploaded, or "
13462 "be uploaded to <literal>experimental</literal>.  A new, beta, version of "
13463 "some software which uses a completely different configuration can go into "
13464 "<literal>experimental</literal>, at the maintainer's discretion.  If you are "
13465 "working on an incompatible or complex upgrade situation, you can also use "
13466 "<literal>experimental</literal> as a staging area, so that testers can get "
13467 "early access."
13468 msgstr ""
13469 "Jedes Mal, wenn eine neue Originalversion eines Pakets vorliegt, das neue "
13470 "Funktionen mitbringt, aber ältere beschädigt, sollte es entweder nicht oder "
13471 "nach <literal>experimental</literal> hochgeladen werden. Eine neue Beta-"
13472 "Version einer Software, die eine völlig unterschiedliche Konfiguration "
13473 "nutzt, kann nach Ermessen des Betreuers nach <literal>experimental</literal> "
13474 "wandern. Falls Sie an einer inkompatiblen oder komplexen Situation bei "
13475 "Upgrades arbeiten, können sie <literal>experimental</literal> auch als "
13476 "Sammelpunkt benutzen, damit Tester frühzeitig Zugriff darauf haben."
13477
13478 #. type: Content of: <chapter><section><section><section><para>
13479 #: resources.dbk:737
13480 msgid ""
13481 "Some experimental software can still go into <literal>unstable</literal>, "
13482 "with a few warnings in the description, but that isn't recommended because "
13483 "packages from <literal>unstable</literal> are expected to propagate to "
13484 "<literal>testing</literal> and thus to <literal>stable</literal>.  You "
13485 "should not be afraid to use <literal>experimental</literal> since it does "
13486 "not cause any pain to the ftpmasters, the experimental packages are "
13487 "periodically removed once you upload the package in <literal>unstable</"
13488 "literal> with a higher version number."
13489 msgstr ""
13490 "Einige experimentelle Software kann immer noch, mit ein paar Warnungen in "
13491 "der Beschreibung, nach <literal>unstable</literal> wandern, dies wird aber "
13492 "nicht empfohlen, da von Paketen aus <literal>unstable</literal> erwartet "
13493 "wird, dass sie sich nach <literal>testing</literal> und dann nach "
13494 "<literal>stable</literal> ausbreiten. Sie sollten keine Angst haben "
13495 "<literal>experimental</literal> zu benutzen, da es dem FTP-Master keine Mühe "
13496 "macht. Die experimentellen Pakete werden reglemäßig entfernt, wenn Sie das "
13497 "Paket mit einer höheren Versionsnummer nach <literal>unstable</literal> "
13498 "hochladen."
13499
13500 #. type: Content of: <chapter><section><section><section><para>
13501 #: resources.dbk:747
13502 msgid ""
13503 "New software which isn't likely to damage your system can go directly into "
13504 "<literal>unstable</literal>."
13505 msgstr ""
13506 "Neue Software, die das System voraussichtlich nicht schädigt, kann direkt in "
13507 "<literal>unstable</literal> wandern."
13508
13509 #. type: Content of: <chapter><section><section><section><para>
13510 #: resources.dbk:751
13511 msgid ""
13512 "An alternative to <literal>experimental</literal> is to use your personal "
13513 "web space on <literal>people.debian.org</literal>."
13514 msgstr ""
13515 "Eine Alternative zu <literal>experimental</literal> ist die Benutzung Ihres "
13516 "persönlichen Webspaces auf <literal>people.debian.org</literal>."
13517
13518 #. type: Content of: <chapter><section><section><title>
13519 #: resources.dbk:759
13520 msgid "Release code names"
13521 msgstr "Codenamen der Veröffentlichungen"
13522
13523 #. type: Content of: <chapter><section><section><para>
13524 #: resources.dbk:761
13525 msgid ""
13526 "Every released Debian distribution has a <literal>code name</literal>: "
13527 "Debian 1.1 is called <literal>buzz</literal>; Debian 1.2, <literal>rex</"
13528 "literal>; Debian 1.3, <literal>bo</literal>; Debian 2.0, <literal>hamm</"
13529 "literal>; Debian 2.1, <literal>slink</literal>; Debian 2.2, <literal>potato</"
13530 "literal>; Debian 3.0, <literal>woody</literal>; Debian 3.1, <literal>sarge</"
13531 "literal>; Debian 4.0, <literal>etch</literal>; Debian 5.0, <literal>lenny</"
13532 "literal>; Debian 6.0, <literal>squeeze</literal> and the next release will "
13533 "be called <literal>wheezy</literal>.  There is also a ``pseudo-"
13534 "distribution'', called <literal>sid</literal>, which is the current "
13535 "<literal>unstable</literal> distribution; since packages are moved from "
13536 "<literal>unstable</literal> to <literal>testing</literal> as they approach "
13537 "stability, <literal>sid</literal> itself is never released.  As well as the "
13538 "usual contents of a Debian distribution, <literal>sid</literal> contains "
13539 "packages for architectures which are not yet officially supported or "
13540 "released by Debian.  These architectures are planned to be integrated into "
13541 "the mainstream distribution at some future date."
13542 msgstr ""
13543 "Jede veröffentlichte Debian-Distribution hat einen <literal>code name</"
13544 "literal>: Debian 1.1 wird <literal>buzz</literal> genannt, Debian 1.2 "
13545 "<literal>rex</literal>, Debian 1.3 <literal>bo</literal>, Debian 2.0 "
13546 "<literal>hamm</literal>, Debian 2.1 <literal>slink</literal>, Debian 2.2 "
13547 "<literal>potato</literal>, Debian 3.0 <literal>woody</literal>, Debian 3.1 "
13548 "<literal>sarge</literal>, Debian 4.0 <literal>etch</literal>, Debian 5.0 "
13549 "<literal>lenny</literal>, Debian 6.0, <literal>squeeze</literal> und die "
13550 "nächste Veröffentlichung wird <literal>wheezy</literal> genannt. Es gibt "
13551 "außerdem eine »Pseudo-Distribution« mit dem Namen <literal>sid</literal>, "
13552 "die der aktuellen Distribution <literal>unstable</literal> entspricht. Da "
13553 "Pakete von <literal>unstable</literal> nach <literal>testing</literal> "
13554 "wandern, wenn sie stabil werden, wird <literal>sid</literal> selbst nie "
13555 "veröffentlicht. Ebenso wie die üblichen Inhalte der Debian-Distribution, "
13556 "enthält <literal>sid</literal> Pakete für Architekturen, die noch nicht "
13557 "offiziell durch Debian unterstützt werden. Es ist geplant, diese "
13558 "Architekturen an irgendeinem zukünftigen Datum in die Hauptdistribution zu "
13559 "integrieren."
13560
13561 #. type: Content of: <chapter><section><section><para>
13562 #: resources.dbk:780
13563 msgid ""
13564 "Since Debian has an open development model (i.e., everyone can participate "
13565 "and follow the development) even the <literal>unstable</literal> and "
13566 "<literal> testing</literal> distributions are distributed to the Internet "
13567 "through the Debian FTP and HTTP server network. Thus, if we had called the "
13568 "directory which contains the release candidate version <literal>testing</"
13569 "literal>, then we would have to rename it to <literal>stable</literal> when "
13570 "the version is released, which would cause all FTP mirrors to re-retrieve "
13571 "the whole distribution (which is quite large)."
13572 msgstr ""
13573 "Da Debian ein offenes Entwicklungsmodell hat (d.h. jeder kann teilnehmen und "
13574 "der Entwicklung folgen), werden sogar die Distributionen <literal>unstable</"
13575 "literal> und <literal> testing</literal> über das Internet durch die Debian-"
13576 "FTP- und -HTTP-Netzwerkserver verteilt. Folglich müsste, falls das "
13577 "Verzeichnis, das die Kandidatenversion für die Veröffentlichung enthält, "
13578 "<literal>testing</literal> genannt würde, es beim Veröffentlichen der "
13579 "Version in <literal>stable</literal> umbenannt werden, was dazu führen "
13580 "würde, dass alle FTP-Spiegel die ganze Distribution erneut erhalten müssten "
13581 "(die ziemlich groß ist)."
13582
13583 #. type: Content of: <chapter><section><section><para>
13584 #: resources.dbk:790
13585 msgid ""
13586 "On the other hand, if we called the distribution directories <literal>Debian-"
13587 "x.y</literal> from the beginning, people would think that Debian release "
13588 "<literal>x.y</literal> is available.  (This happened in the past, where a CD-"
13589 "ROM vendor built a Debian 1.0 CD-ROM based on a pre-1.0 development "
13590 "version.  That's the reason why the first official Debian release was 1.1, "
13591 "and not 1.0.)"
13592 msgstr ""
13593 "Wären andererseits von Anfang an die Distributionsverzeichnisse "
13594 "<literal>Debian-x.y</literal> genannt worden, würden die Leute denken, die "
13595 "Debian-Veröffentlichung  <literal>x.y</literal> sei verfügbar. (Dies geschah "
13596 "früher, als ein CD-Verkäufer eine Debian 1.0 CD-ROM erstellte, die auf einer "
13597 "pre-1.0-Entwicklerversion basierte. Das ist der Grund, weshalb die erste "
13598 "offizielle Debian-Veröffentlichung 1.1 und nicht 1.0 war.)"
13599
13600 #. type: Content of: <chapter><section><section><para>
13601 #: resources.dbk:798
13602 msgid ""
13603 "Thus, the names of the distribution directories in the archive are "
13604 "determined by their code names and not their release status (e.g., "
13605 "`squeeze'). These names stay the same during the development period and "
13606 "after the release; symbolic links, which can be changed easily, indicate the "
13607 "currently released stable distribution.  That's why the real distribution "
13608 "directories use the <literal>code names</literal>, while symbolic links for "
13609 "<literal>stable</literal>, <literal>testing</literal>, and "
13610 "<literal>unstable</literal> point to the appropriate release directories."
13611 msgstr ""
13612 "Dadurch werden die Namen der Distributionsverzeichnisse im Archiv durch ihre "
13613 "Codenamen festgelegt und nicht durch ihren Veröffentlichungsstatus. (z.B. "
13614 "»squeeze«). Diese Namen bleiben während der Entwicklungszeit und nach der "
13615 "Veröffentlichung erhalten. Symbolische Links, die einfach geändert werden "
13616 "können, geben die aktuell veröffentlichte stabile Distribution an. Das ist "
13617 "der Grund, weshalb die echten Distributionsverzeichnisse <literal>code "
13618 "names</literal> benutzen, während symbolische Links für <literal>stable</"
13619 "literal>, <literal>testing</literal> und <literal>unstable</literal> auf die "
13620 "entsprechenden Veröffentlichungsverzeichnisse verweisen."
13621
13622 #. type: Content of: <chapter><section><title>
13623 #: resources.dbk:812
13624 msgid "Debian mirrors"
13625 msgstr "Debian-Spiegel"
13626
13627 #. type: Content of: <chapter><section><para>
13628 #: resources.dbk:814
13629 msgid ""
13630 "The various download archives and the web site have several mirrors "
13631 "available in order to relieve our canonical servers from heavy load.  In "
13632 "fact, some of the canonical servers aren't public — a first tier of mirrors "
13633 "balances the load instead.  That way, users always access the mirrors and "
13634 "get used to using them, which allows Debian to better spread its bandwidth "
13635 "requirements over several servers and networks, and basically makes users "
13636 "avoid hammering on one primary location.  Note that the first tier of "
13637 "mirrors is as up-to-date as it can be since they update when triggered from "
13638 "the internal sites (we call this push mirroring)."
13639 msgstr ""
13640 "Für die verschiedenen Archive zum Herunterladen und die Website stehen "
13641 "mehrere Spiegel zur Verfügung, um die vorschriftsmäßigen Server vor großer "
13642 "Auslastung zu bewahren. Eigentlich sind einige der vorschriftsmäßigen Server "
13643 "nicht öffentlich zugänglich – eine erste Schicht von Spiegeln balanciert "
13644 "stattdessen die Last aus. Auf diese Art greifen die Anwender immer auf die "
13645 "Spiegel zu und sind es gewöhnt sie zu benutzen. Dies ermöglich es Debian, "
13646 "seine Bandbreitenanforderungen besser über mehrere Server und Netzwerke zu "
13647 "verteilen und vermeidet grundsätzlich, dass Benutzer auf den einen primären "
13648 "Ort aufschlagen. Beachten Sie, dass die erste Schicht von Spiegelservern so "
13649 "aktuell wie möglich ist, da ihre Aktualisierung durch die internen Sites "
13650 "ausgelöst wird (dies wird »push mirroring« genannt)."
13651
13652 #. type: Content of: <chapter><section><para>
13653 #: resources.dbk:825
13654 msgid ""
13655 "All the information on Debian mirrors, including a list of the available "
13656 "public FTP/HTTP servers, can be found at <ulink url=\"&url-debian-mirrors;"
13657 "\"></ulink>.  This useful page also includes information and tools which can "
13658 "be helpful if you are interested in setting up your own mirror, either for "
13659 "internal or public access."
13660 msgstr ""
13661 "All die Informationen über Debian-Spiegel, einschließlich der verfügbaren "
13662 "FTP-/HTTP-Server, können unter <ulink url=\"&url-debian-mirrors;\"></ulink> "
13663 "gefunden werden. Diese nützliche Seite enthält auch Informationen und "
13664 "Werkzeuge, die hilfreich sein können, falls Sie daran interessiert sind, "
13665 "entweder für internen oder öffentlichen Zugriff, Ihren eigenen Spiegel "
13666 "einzurichten."
13667
13668 #. type: Content of: <chapter><section><para>
13669 #: resources.dbk:832
13670 msgid ""
13671 "Note that mirrors are generally run by third-parties who are interested in "
13672 "helping Debian.  As such, developers generally do not have accounts on these "
13673 "machines."
13674 msgstr ""
13675 "Beachten Sie, dass Spiegel generell durch Dritte betrieben werden, die ein "
13676 "Interesse daran haben, Debian zu helfen. Daher haben Entwickler generell "
13677 "keine Konten auf diesen Maschinen."
13678
13679 #. type: Content of: <chapter><section><title>
13680 #: resources.dbk:839
13681 msgid "The Incoming system"
13682 msgstr "Das Eingangssystem"
13683
13684 #. type: Content of: <chapter><section><para>
13685 #: resources.dbk:841
13686 msgid ""
13687 "The Incoming system is responsible for collecting updated packages and "
13688 "installing them in the Debian archive.  It consists of a set of directories "
13689 "and scripts that are installed on <literal>&ftp-master-host;</literal>."
13690 msgstr ""
13691 "Das Eingangssystem ist dafür verantwortlich aktualisierte Pakete zu sammeln "
13692 "und im Debian-Archiv zu installieren. Es besteht aus einer Zusammenstellung "
13693 "von Verzeichnissen und Skripten, die auf <literal>&ftp-master-host;</"
13694 "literal> installiert sind."
13695
13696 #. type: Content of: <chapter><section><para>
13697 #: resources.dbk:846
13698 msgid ""
13699 "Packages are uploaded by all the maintainers into a directory called "
13700 "<filename>UploadQueue</filename>.  This directory is scanned every few "
13701 "minutes by a daemon called <command>queued</command>, <filename>*.command</"
13702 "filename>-files are executed, and remaining and correctly signed <filename>*."
13703 "changes</filename>-files are moved together with their corresponding files "
13704 "to the <filename>unchecked</filename> directory.  This directory is not "
13705 "visible for most Developers, as ftp-master is restricted; it is scanned "
13706 "every 15 minutes by the <command>dak process-upload</command> script, which "
13707 "verifies the integrity of the uploaded packages and their cryptographic "
13708 "signatures.  If the package is considered ready to be installed, it is moved "
13709 "into the <filename>done</filename> directory.  If this is the first upload "
13710 "of the package (or it has new binary packages), it is moved to the "
13711 "<filename>new</filename> directory, where it waits for approval by the "
13712 "ftpmasters.  If the package contains files to be installed by hand it is "
13713 "moved to the <filename>byhand</filename> directory, where it waits for "
13714 "manual installation by the ftpmasters.  Otherwise, if any error has been "
13715 "detected, the package is refused and is moved to the <filename>reject</"
13716 "filename> directory."
13717 msgstr ""
13718 "Pakete werden durch alle Betreuer in ein Verzeichnis hochgeladen, das "
13719 "<filename>UploadQueue</filename> heißt. Dieses Verzeichnis wird alle paar "
13720 "Minuten durch einen Daemon gescannt, der <command>queued</command> genannt "
13721 "wird, es werden <filename>*.command</filename>-Dateien ausgeführt und "
13722 "verbleibende, korrekt signierte <filename>*.changes</filename>-Dateien "
13723 "werden zusammen mit ihren zugehörigen Dateien in das Verzeichnis "
13724 "<filename>unchecked</filename> verschoben. Dieses Verzeichnis ist für die "
13725 "meisten Entwickler unsichtbar, da FTP-Master eingeschränkt wurde. Es wird "
13726 "alle 15 Minuten durch das Skript <command>dak process-upload</command> "
13727 "gelesen, das die Richtigkeit der hochgeladenen Pakete und ihre "
13728 "kryptografischen Signaturen prüft. Falls das Paket für installationsbereit "
13729 "befunden wird, wird es in das Verzeichnis <filename>done</filename> "
13730 "verschoben. Falls dies das erste Hochladen des Pakets ist (oder es neue "
13731 "Binärpakete enthält), wird es in das Verzeichnis <filename>new</filename> "
13732 "verschoben, wo es auf die Freigabe durch die FTP-Master wartet. Falls das "
13733 "Paket Dateien enthält, die manuell installiert werden müssen, wird es in das "
13734 "Verzeichnis <filename>byhand</filename> verschoben, wo es auf die manuelle "
13735 "Installation durch die FTP-Master wartet. Andernfalls, falls ein Fehler "
13736 "aufgespürt wurde, wird das Paket abgewiesen und landet im Verzeichnis "
13737 "<filename>reject</filename>."
13738
13739 #. type: Content of: <chapter><section><para>
13740 #: resources.dbk:865
13741 msgid ""
13742 "Once the package is accepted, the system sends a confirmation mail to the "
13743 "maintainer and closes all the bugs marked as fixed by the upload, and the "
13744 "auto-builders may start recompiling it.  The package is now publicly "
13745 "accessible at <ulink url=\"&url-incoming;\"></ulink> until it is really "
13746 "installed in the Debian archive.  This happens four times a day (and is also "
13747 "called the `dinstall run' for historical reasons); the package is then "
13748 "removed from incoming and installed in the pool along with all the other "
13749 "packages.  Once all the other updates (generating new <filename>Packages</"
13750 "filename> and <filename>Sources</filename> index files for example) have "
13751 "been made, a special script is called to ask all the primary mirrors to "
13752 "update themselves."
13753 msgstr ""
13754 "Sobald das Paket akzeptiert wurde, sendet das System dem Betreuer per E-Mail "
13755 "eine Bestätigung, schließt alle Fehler, die durch das Hochladen als behoben "
13756 "markiert wurden und die Auto-Builder können beginnen, es erneut zu "
13757 "kompilieren. Das Paket ist nun öffentlich unter <ulink url=\"&url-incoming;"
13758 "\"></ulink> zugänglich, bis es wirklich im Debian-Archiv installiert wird. "
13759 "Dies geschieht viermal täglich (und wird aus historischen Gründen »dinstall "
13760 "run« genannt). Das Paket wird dann aus dem Eingangssystem entfernt und "
13761 "zusammen mit den anderen Paketen in den Pool installiert. Sobald alle "
13762 "anderen Aktualisierungen (Erzeugen neuer <filename>Packages</filename>- und "
13763 "<filename>Sources</filename>-Indexdateien zum Beispiel) durchgeführt wurden, "
13764 "wird ein Spezialskript aufgerufen, das alle Primärspiegel auffordert, sich "
13765 "selbst zu aktualisieren."
13766
13767 #. type: Content of: <chapter><section><para>
13768 #: resources.dbk:877
13769 msgid ""
13770 "The archive maintenance software will also send the OpenPGP/GnuPG signed "
13771 "<filename>.changes</filename> file that you uploaded to the appropriate "
13772 "mailing lists.  If a package is released with the <literal>Distribution</"
13773 "literal> set to <literal>stable</literal>, the announcement is sent to "
13774 "&email-debian-changes;.  If a package is released with "
13775 "<literal>Distribution</literal> set to <literal>unstable</literal> or "
13776 "<literal>experimental</literal>, the announcement will be posted to &email-"
13777 "debian-devel-changes; instead."
13778 msgstr ""
13779 "Die Archivverwaltungs-Software wird außerdem die OpenPGP-/GnuPG-signierte "
13780 "<filename>.changes</filename>-Datei senden, die Sie an die entsprechenden "
13781 "Mailinglisten gesandt haben. Falls ein Paket veröffentlicht wird, bei dem "
13782 "die Distribution auf <literal>stable</literal> gesetzt ist, wird die "
13783 "Ankündigung an &email-debian-changes; gesandt. Falls ein Paket "
13784 "veröffentlicht wird, bei dem die Distribution auf <literal>unstable</"
13785 "literal> oder <literal>experimental</literal> gesetzt ist, wird die "
13786 "Ankündigung stattdessen an &email-debian-devel-changes; gesandt."
13787
13788 #. type: Content of: <chapter><section><para>
13789 #: resources.dbk:887
13790 msgid ""
13791 "Though ftp-master is restricted, a copy of the installation is available to "
13792 "all developers on <literal>&ftp-master-mirror;</literal>."
13793 msgstr ""
13794 "Obwohl der FTP-Master eingeschränkt wurde, ist eine Kopie für alle "
13795 "Entwickler unter <literal>&ftp-master-mirror;</literal> verfügbar."
13796
13797 #. type: Content of: <chapter><section><title>
13798 #: resources.dbk:950
13799 msgid "Package information"
13800 msgstr "Paketinformationen"
13801
13802 #. type: Content of: <chapter><section><section><title>
13803 #: resources.dbk:952
13804 msgid "On the web"
13805 msgstr "Im Web"
13806
13807 #. type: Content of: <chapter><section><section><para>
13808 #: resources.dbk:954
13809 msgid ""
13810 "Each package has several dedicated web pages.  <literal>http://&packages-"
13811 "host;/<replaceable>package-name</replaceable></literal> displays each "
13812 "version of the package available in the various distributions.  Each version "
13813 "links to a page which provides information, including the package "
13814 "description, the dependencies, and package download links."
13815 msgstr ""
13816 "Jedes Paket hat mehrere zugehörige Web-Seiten. <literal>http://&packages-"
13817 "host;/<replaceable>Paketname</replaceable></literal> zeigt jede Version des "
13818 "Pakets, die in verschiedenen Distributionen verfügbar ist. Jede Version "
13819 "verweist auf eine Seite, die Informationen einschließlich der "
13820 "Paketbeschreibung, der Abhängigkeiten und der Links zum Herunterladen, "
13821 "bereitstellt."
13822
13823 #. type: Content of: <chapter><section><section><para>
13824 #: resources.dbk:961
13825 msgid ""
13826 "The bug tracking system tracks bugs for each package.  You can view the bugs "
13827 "of a given package at the URL <literal>http://&bugs-host;/"
13828 "<replaceable>package-name</replaceable></literal>."
13829 msgstr ""
13830 "Die Fehlerdatenbank verfolgt Fehler für jedes Paket. Sie können die Fehler "
13831 "unter der URL <literal>http://&bugs-host;/<replaceable>Paketname</"
13832 "replaceable></literal> ansehen."
13833
13834 #. type: Content of: <chapter><section><section><title>
13835 #: resources.dbk:968
13836 msgid "The <command>dak ls</command> utility"
13837 msgstr "Das Hilfswerkzeug <command>dak ls</command>"
13838
13839 #. type: Content of: <chapter><section><section><para>
13840 #: resources.dbk:970
13841 msgid ""
13842 "<command>dak ls</command> is part of the dak suite of tools, listing "
13843 "available package versions for all known distributions and architectures.  "
13844 "The <command>dak</command> tool is available on <literal>&ftp-master-host;</"
13845 "literal>, and on the mirror on <literal>&ftp-master-mirror;</literal>.  It "
13846 "uses a single argument corresponding to a package name. An example will "
13847 "explain it better:"
13848 msgstr ""
13849 "<command>dak ls</command> ist Teil der Werkzeugsammlung Dak, die verfügbare "
13850 "Paketversionen für alle bekannten Distributionen und Architekturen "
13851 "auflistet. Das Werkzeug <command>dak</command> ist auf <literal>&ftp-master-"
13852 "host;</literal> und auf dem Spiegel <literal>&ftp-master-mirror;</literal> "
13853 "verfügbar. Es benutzt ein einziges Argument, das einem Paketnamen "
13854 "entspricht. Ein Beispiel erklärt es besser:"
13855
13856 #. type: Content of: <chapter><section><section><screen>
13857 #: resources.dbk:978
13858 #, no-wrap
13859 msgid ""
13860 "$ dak ls evince\n"
13861 "evince | 0.1.5-2sarge1 |     oldstable | source, alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13862 "evince |    0.4.0-5 |     etch-m68k | source, m68k\n"
13863 "evince |    0.4.0-5 |        stable | source, alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13864 "evince |   2.20.2-1 |       testing | source\n"
13865 "evince | 2.20.2-1+b1 |       testing | alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13866 "evince |   2.22.2-1 |      unstable | source, alpha, amd64, arm, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13867 msgstr ""
13868 "$ dak ls evince\n"
13869 "evince | 0.1.5-2sarge1 |     oldstable | source, alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13870 "evince |    0.4.0-5 |     etch-m68k | source, m68k\n"
13871 "evince |    0.4.0-5 |        stable | source, alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13872 "evince |   2.20.2-1 |       testing | source\n"
13873 "evince | 2.20.2-1+b1 |       testing | alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13874 "evince |   2.22.2-1 |      unstable | source, alpha, amd64, arm, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13875
13876 #. type: Content of: <chapter><section><section><para>
13877 #: resources.dbk:987
13878 msgid ""
13879 "In this example, you can see that the version in <literal>unstable</literal> "
13880 "differs from the version in <literal>testing</literal> and that there has "
13881 "been a binary-only NMU of the package for all architectures.  Each version "
13882 "of the package has been recompiled on all architectures."
13883 msgstr ""
13884 "An diesem Beispiel können Sie sehen, dass sich die Version in "
13885 "<literal>unstable</literal> von der Version in <literal>testing</literal> "
13886 "unterscheidet und dass dort ein rein binärer NMU des Pakets für alle "
13887 "Architekturen durchgeführt wurde. Jede Version des Pakets wurde auf allen "
13888 "Architekturen neu kompiliert."
13889
13890 #. type: Content of: <chapter><section><title>
13891 #: resources.dbk:997
13892 msgid "The Package Tracking System"
13893 msgstr "Das Paketverfolgungssystem"
13894
13895 #. type: Content of: <chapter><section><para>
13896 #: resources.dbk:999
13897 msgid ""
13898 "The Package Tracking System (PTS) is an email-based tool to track the "
13899 "activity of a source package.  This really means that you can get the same "
13900 "emails that the package maintainer gets, simply by subscribing to the "
13901 "package in the PTS."
13902 msgstr ""
13903 "Das Paketverfolgungssystem (Package Tracking System/PTS) ist ein E-Mail-"
13904 "basiertes Werkzeug, das die Aktivität eines Quellpakets verfolgt. Dies "
13905 "bedeutet tatsächlich, dass Sie die gleichen E-Mails wie der Paketbetreuer "
13906 "erhalten, indem Sie einfach sich einfach im PTS beim Paket einschreiben."
13907
13908 #. type: Content of: <chapter><section><para>
13909 #: resources.dbk:1004
13910 msgid ""
13911 "Each email sent through the PTS is classified under one of the keywords "
13912 "listed below.  This will let you select the mails that you want to receive."
13913 msgstr ""
13914 "Jede E-Mail, die durch das PTS versandt wird, ist unter einem der "
13915 "nachfolgenden Schlüsselwörter aufgelistet. Dies wird Ihnen sie Auswahl "
13916 "erleichtern, welche E-Mails Sie erhalten möchten."
13917
13918 #. type: Content of: <chapter><section><para>
13919 #: resources.dbk:1008
13920 msgid "By default you will get:"
13921 msgstr "Standardmäßig erhalten Sie:"
13922
13923 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13924 #: resources.dbk:1012
13925 msgid "<literal>bts</literal>"
13926 msgstr "<literal>bts</literal>"
13927
13928 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13929 #: resources.dbk:1015
13930 msgid "All the bug reports and following discussions."
13931 msgstr "alle Fehlerberichte und folgenden Diskussioen"
13932
13933 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13934 #: resources.dbk:1020
13935 msgid "<literal>bts-control</literal>"
13936 msgstr "<literal>bts-control</literal>"
13937
13938 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13939 #: resources.dbk:1023
13940 msgid ""
13941 "The email notifications from <email>control@&bugs-host;</email> about bug "
13942 "report status changes."
13943 msgstr ""
13944 "die E-Mail-Benachrichtigungen von <email>control@&bugs-host;</email> über "
13945 "Statusänderungen von Fehlermeldungen"
13946
13947 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13948 #: resources.dbk:1029
13949 msgid "<literal>upload-source</literal>"
13950 msgstr "<literal>upload-source</literal>"
13951
13952 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13953 #: resources.dbk:1032
13954 msgid ""
13955 "The email notification from <command>dak</command> when an uploaded source "
13956 "package is accepted."
13957 msgstr ""
13958 "die E-Mail-Benachrichtigung von <command>dak</command>, wenn ein "
13959 "hochgeladenes Quellpaket akzeptiert wird"
13960
13961 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13962 #: resources.dbk:1038
13963 msgid "<literal>katie-other</literal>"
13964 msgstr "<literal>katie-other</literal>"
13965
13966 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13967 #: resources.dbk:1041
13968 msgid ""
13969 "Other warning and error emails from <command>dak</command> (such as an "
13970 "override disparity for the section and/or the priority field)."
13971 msgstr ""
13972 "andere Warn- und Fehler-E-Mails von <command>dak</command> (wie "
13973 "beispielsweise Unterschiedlichkeit beim Überschreiben eines Abschnitts oder "
13974 "eines Prioritätsfelds)."
13975
13976 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13977 #: resources.dbk:1047
13978 msgid "<literal>buildd</literal>"
13979 msgstr "<literal>buildd</literal>"
13980
13981 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13982 #: resources.dbk:1050
13983 msgid ""
13984 "Build failures notifications sent by the network of build daemons, they "
13985 "contain a pointer to the build logs for analysis."
13986 msgstr ""
13987 "Benachrichtigungen über das Fehlschlagen der Paketerstellung, gesandt durch "
13988 "das Netzwerk der Paketerstellungs-Daemons. Sie enthalten für Analysen einen "
13989 "Zeiger auf die Erstellungsprotokolle."
13990
13991 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13992 #: resources.dbk:1056
13993 msgid "<literal>default</literal>"
13994 msgstr "<literal>default</literal>"
13995
13996 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13997 #: resources.dbk:1059
13998 msgid ""
13999 "Any non-automatic email sent to the PTS by people who wanted to contact the "
14000 "subscribers of the package.  This can be done by sending mail to "
14001 "<literal><replaceable>sourcepackage</replaceable>@&pts-host;</literal>.  In "
14002 "order to prevent spam, all messages sent to these addresses must contain the "
14003 "<literal>X-PTS-Approved</literal> header with a non-empty value."
14004 msgstr ""
14005 "jede nicht automatische E-Mail, die durch Leute an das PTS geschickt wird, "
14006 "die Kontakt zu den Abonnenten des Pakets aufnehmen möchten. Dies kann durch "
14007 "Senden einer E-Mail an <literal><replaceable>Quellpaket</replaceable>@&pts-"
14008 "host;</literal> erledigt werden. Um Spam zu vermeiden, müssen alle "
14009 "Nachrichten, die an diese Adressen gesandt werden, die Kopfzeile <literal>X-"
14010 "PTS-Approved</literal> mit einem nicht leeren Wert enthalten."
14011
14012 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14013 #: resources.dbk:1068
14014 msgid "<literal>contact</literal>"
14015 msgstr "<literal>contact</literal>"
14016
14017 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14018 #: resources.dbk:1071
14019 msgid ""
14020 "Mails sent to the maintainer through the *@packages.debian.org email aliases."
14021 msgstr ""
14022 "Mails, die dem Betreuer mittels der *@packages.debian.org-E-Mail-Aliase "
14023 "gesandt werden."
14024
14025 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14026 #: resources.dbk:1077
14027 msgid "<literal>summary</literal>"
14028 msgstr "<literal>summary</literal>"
14029
14030 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14031 #: resources.dbk:1080
14032 msgid ""
14033 "Regular summary emails about the package's status, including progression "
14034 "into <literal>testing</literal>, <ulink url=\"&url-dehs;\">DEHS</ulink> "
14035 "notifications of new upstream versions, and a notification if the package is "
14036 "removed or orphaned."
14037 msgstr ""
14038 "regelmäßige Zusammenfassungs-E-Mails über den Status des Pakets, "
14039 "einschließlich Fortschritt in <literal>testing</literal>, <ulink url=\"&url-"
14040 "dehs;\">DEHS</ulink>-Benachrichtigungen von neuen Originalversionen und "
14041 "einer Benachrichtigung, falls das Paket entfernt oder verwaist wird."
14042
14043 #. type: Content of: <chapter><section><para>
14044 #: resources.dbk:1090
14045 msgid "You can also decide to receive additional information:"
14046 msgstr ""
14047 "Sie können sich außerdem entscheiden, zusätzliche Informationen zu erhalten:"
14048
14049 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14050 #: resources.dbk:1094
14051 msgid "<literal>upload-binary</literal>"
14052 msgstr "<literal>upload-binary</literal>"
14053
14054 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14055 #: resources.dbk:1097
14056 msgid ""
14057 "The email notification from <command>katie</command> when an uploaded binary "
14058 "package is accepted.  In other words, whenever a build daemon or a porter "
14059 "uploads your package for another architecture, you can get an email to track "
14060 "how your package gets recompiled for all architectures."
14061 msgstr ""
14062 "die E-Mail-Benachrichtigung von <command>katie</command>, wenn ein "
14063 "hochgeladenes Binärpaket akzeptiert wurde. Mit anderen Worten – Sie können "
14064 "immer, wenn ein Paketerstellungs-Daemon oder jemand, der Ihr Paket portiert "
14065 "und für eine andere Architektur hochlädt, eine E-Mail erhalten, um zu "
14066 "verfolgen, wie Ihr Paket für alle Architekturen neu kompiliert wird."
14067
14068 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14069 #: resources.dbk:1105
14070 msgid "<literal>cvs</literal>"
14071 msgstr "<literal>cvs</literal>"
14072
14073 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14074 #: resources.dbk:1108
14075 msgid ""
14076 "VCS commit notifications, if the package has a VCS repository and the "
14077 "maintainer has set up forwarding of commit notifications to the PTS. The "
14078 "\"cvs\" name is historic, in most cases commit notifications will come from "
14079 "some other VCS like subversion or git."
14080 msgstr ""
14081 "»commit«-Benachrichtigungen des VCS, falls das Paket ein VCS-Depot hat und "
14082 "der Betreuer im PTS eine Weiterleitung von »commit«-Benachrichtigungen "
14083 "eingerichtet hat. Der Name »cvs« ist historisch bedingt, in den meisten "
14084 "Fällen werden »commit«-Benachrichtigungen von anderen VCS, wie Subversion "
14085 "oder Git kommen."
14086
14087 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14088 #: resources.dbk:1116
14089 msgid "<literal>ddtp</literal>"
14090 msgstr "<literal>ddtp</literal>"
14091
14092 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14093 #: resources.dbk:1119
14094 msgid ""
14095 "Translations of descriptions or debconf templates submitted to the Debian "
14096 "Description Translation Project."
14097 msgstr ""
14098 "Übersetzungen und Beschreibungen von Debconf-Schablonen, die an das »Debian "
14099 "Description Translation Project« gesandt wurden."
14100
14101 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14102 #: resources.dbk:1125
14103 msgid "<literal>derivatives</literal>"
14104 msgstr "<literal>derivatives</literal>"
14105
14106 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14107 #: resources.dbk:1128
14108 msgid ""
14109 "Information about changes made to the package in derivative distributions "
14110 "(for example Ubuntu)."
14111 msgstr ""
14112 "Informationen über Änderungen am Paket, die in abgeleiteten Distributionen "
14113 "(zum Beispiel Ubuntu) vorgenommen wurden."
14114
14115 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14116 #: resources.dbk:1134
14117 msgid "<literal>derivatives-bugs</literal>"
14118 msgstr "<literal>derivatives-bugs</literal>"
14119
14120 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14121 #: resources.dbk:1137
14122 msgid ""
14123 "Bugs reports and comments from derivative distributions (for example Ubuntu)."
14124 msgstr ""
14125 "Fehlerberichte und Kommentare von abgeleiteten Distributionen (zum Beispiel "
14126 "Ubuntu)"
14127
14128 #. type: Content of: <chapter><section><section><title>
14129 #: resources.dbk:1143
14130 msgid "The PTS email interface"
14131 msgstr "Die E-Mail-Schnittstelle des PTS"
14132
14133 #. type: Content of: <chapter><section><section><para>
14134 #: resources.dbk:1145
14135 msgid ""
14136 "You can control your subscription(s) to the PTS by sending various commands "
14137 "to <email>pts@qa.debian.org</email>."
14138 msgstr ""
14139 "Sie können Ihr(e) Abonnement(s) zum PTS steuern, indem Sie verschiedene "
14140 "Befehle an <email>pts@qa.debian.org</email> senden."
14141
14142 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14143 #: resources.dbk:1150
14144 msgid "<literal>subscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14145 msgstr "<literal>subscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14146
14147 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14148 #: resources.dbk:1153
14149 msgid ""
14150 "Subscribes <replaceable>email</replaceable> to communications related to the "
14151 "source package <replaceable>sourcepackage</replaceable>.  Sender address is "
14152 "used if the second argument is not present.  If <replaceable>sourcepackage</"
14153 "replaceable> is not a valid source package, you'll get a warning.  However "
14154 "if it's a valid binary package, the PTS will subscribe you to the "
14155 "corresponding source package."
14156 msgstr ""
14157 "abonniert <replaceable>E-Mails</replaceable> zu Kommunikationen, die sich "
14158 "auf das Quellpaket <replaceable>Quellpaket</replaceable> beziehen. Falls das "
14159 "zweite Argument fehlt, wird die Absenderadresse benutzt. Wenn "
14160 "<replaceable>Quellpaket</replaceable> kein gültiges Quellpaket ist, werden "
14161 "Sie eine Warnung erhalten. Falls es jedoch um ein gültiges Binärpaket "
14162 "handelt, wird das PTS Ihnen das entsprechende Quellpaket abonnieren."
14163
14164 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14165 #: resources.dbk:1163
14166 msgid "<literal>unsubscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14167 msgstr "<literal>unsubscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14168
14169 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14170 #: resources.dbk:1166
14171 msgid ""
14172 "Removes a previous subscription to the source package "
14173 "<replaceable>sourcepackage</replaceable> using the specified email address "
14174 "or the sender address if the second argument is left out."
14175 msgstr ""
14176 "entfernt ein vorheriges Abonnement des Quellpakets <replaceable>Quellpaket</"
14177 "replaceable> unter Benutzung der angegebenen E-Mail-Adresse oder der "
14178 "Absenderadresse, falls das zweite Argument ausgelassen wird."
14179
14180 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14181 #: resources.dbk:1173
14182 msgid "<literal>unsubscribeall [&lt;email&gt;]</literal>"
14183 msgstr "<literal>unsubscribeall [&lt;email&gt;]</literal>"
14184
14185 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14186 #: resources.dbk:1176
14187 msgid ""
14188 "Removes all subscriptions of the specified email address or the sender "
14189 "address if the second argument is left out."
14190 msgstr ""
14191 "entfernt alle Abonnements der angegebenen E-Mail-Adresse oder der "
14192 "Absenderadresse, falls das zweite Argument ausgelassen wurde."
14193
14194 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14195 #: resources.dbk:1182
14196 msgid "<literal>which [&lt;email&gt;]</literal>"
14197 msgstr "<literal>which [&lt;email&gt;]</literal>"
14198
14199 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14200 #: resources.dbk:1185
14201 msgid ""
14202 "Lists all subscriptions for the sender or the email address optionally "
14203 "specified."
14204 msgstr ""
14205 "listet alle Abonnements des Absenders oder der optional angegebenen E-Mail-"
14206 "Adresse auf."
14207
14208 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14209 #: resources.dbk:1191
14210 msgid "<literal>keyword [&lt;email&gt;]</literal>"
14211 msgstr "<literal>keyword [&lt;email&gt;]</literal>"
14212
14213 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14214 #: resources.dbk:1194
14215 msgid ""
14216 "Tells you the keywords that you are accepting.  For an explanation of "
14217 "keywords, <link linkend=\"pkg-tracking-system\">see above</link>.  Here's a "
14218 "quick summary:"
14219 msgstr ""
14220 "zählt die Schlüsselwörter auf, die Sie akzeptieren. Eine Erklärung der "
14221 "Schlüsselwörter finden Sie<link linkend=\"pkg-tracking-system\">oberhalb</"
14222 "link>. Hier ist eine kurze Zusammenfassung:"
14223
14224 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14225 #: resources.dbk:1201
14226 msgid ""
14227 "<literal>bts</literal>: mails coming from the Debian Bug Tracking System"
14228 msgstr "<literal>bts</literal>: E-Mails von der Debian-Fehlerdatenbank"
14229
14230 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14231 #: resources.dbk:1206
14232 msgid ""
14233 "<literal>bts-control</literal>: reply to mails sent to &email-bts-control;"
14234 msgstr ""
14235 "<literal>bts-control</literal>: Antworten auf E-Mails, die an &email-bts-"
14236 "control; gesandt wurden"
14237
14238 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14239 #: resources.dbk:1212
14240 msgid ""
14241 "<literal>summary</literal>: automatic summary mails about the state of a "
14242 "package"
14243 msgstr ""
14244 "<literal>summary</literal>: automatische Zusammenfassungs-E-Mails über den "
14245 "Status eines Pakets"
14246
14247 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14248 #: resources.dbk:1218
14249 msgid ""
14250 "<literal>contact</literal>: mails sent to the maintainer through the "
14251 "*@packages.debian.org aliases"
14252 msgstr ""
14253 "<literal>contact</literal>: E-Mails, die dem Betreuer durch die *@packages."
14254 "debian.org-Aliase gesandt werden"
14255
14256 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14257 #: resources.dbk:1224
14258 msgid "<literal>cvs</literal>: notification of VCS commits"
14259 msgstr "<literal>cvs</literal>: Benachrichtigungen über VCS-Commits"
14260
14261 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14262 #: resources.dbk:1229
14263 msgid ""
14264 "<literal>ddtp</literal>: translations of descriptions and debconf templates"
14265 msgstr ""
14266 "<literal>ddtp</literal>: Übersetzungen von Beschreibungen und Debconf-"
14267 "Schablonen"
14268
14269 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14270 #: resources.dbk:1234
14271 msgid ""
14272 "<literal>derivatives</literal>: changes made on the package by derivative "
14273 "distributions"
14274 msgstr ""
14275 "<literal>derivatives</literal>: Änderungen am Paket durch abgeleitete "
14276 "Distributionen"
14277
14278 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14279 #: resources.dbk:1240
14280 msgid ""
14281 "<literal>derivatives-bugs</literal>: bugs reports and comments from "
14282 "derivative distributions"
14283 msgstr ""
14284 "<literal>derivatives-bugs</literal>: Fehlerberichte und Kommentare von "
14285 "abgeleiteten Distributionen"
14286
14287 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14288 #: resources.dbk:1246
14289 msgid ""
14290 "<literal>upload-source</literal>: announce of a new source upload that has "
14291 "been accepted"
14292 msgstr ""
14293 "<literal>upload-source</literal>: Ankündigung, dass eine neu hochgeladene "
14294 "Quelle akzeptiert wurde"
14295
14296 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14297 #: resources.dbk:1252
14298 msgid ""
14299 "<literal>upload-binary</literal>: announce of a new binary-only upload "
14300 "(porting)"
14301 msgstr ""
14302 "<literal>upload-binary</literal>: Ankündigung eines neuen, rein binären "
14303 "Hochladens (Poertierung)"
14304
14305 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14306 #: resources.dbk:1258
14307 msgid ""
14308 "<literal>katie-other</literal>: other mails from ftpmasters (override "
14309 "disparity, etc.)"
14310 msgstr ""
14311 "<literal>katie-other</literal>: andere E-Mails von FTP-Mastern (Ungleichheit "
14312 "beim Überschreiben etc.)"
14313
14314 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14315 #: resources.dbk:1264
14316 msgid ""
14317 "<literal>buildd</literal>: build failures notifications from build daemons"
14318 msgstr ""
14319 "<literal>buildd</literal>: Benachrichtigungen über das Fehlschlagen der "
14320 "Paketerstellung, gesandt durch Paketerstellungs-Daemons"
14321
14322 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14323 #: resources.dbk:1269
14324 msgid ""
14325 "<literal>default</literal>: all the other mails (those which aren't "
14326 "automatic)"
14327 msgstr ""
14328 "<literal>default</literal>: all die anderen E-Mails (die nicht automatisch "
14329 "erstellt wurden)"
14330
14331 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14332 #: resources.dbk:1276
14333 msgid "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14334 msgstr "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14335
14336 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14337 #: resources.dbk:1279
14338 msgid ""
14339 "Same as the previous item but for the given source package, since you may "
14340 "select a different set of keywords for each source package."
14341 msgstr ""
14342 "entspricht dem vorherigen Element, aber für das angegebene Quellpaket, da "
14343 "Sie eine andere Zusammenstellung von Schlüsselwörtern für jedes Quellpaket "
14344 "wählen könnten."
14345
14346 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14347 #: resources.dbk:1285
14348 msgid ""
14349 "<literal>keyword [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</literal>"
14350 msgstr ""
14351 "<literal>keyword [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</literal>"
14352
14353 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14354 #: resources.dbk:1288
14355 msgid ""
14356 "Accept (+) or refuse (-) mails classified under the given keyword(s).  "
14357 "Define the list (=) of accepted keywords.  This changes the default set of "
14358 "keywords accepted by a user."
14359 msgstr ""
14360 "E-Mails akzeptieren (+) oder ablehnen (-), die unter dem/den angegebenen "
14361 "Schlüsselwort/Schlüsselwörtern klassifiziert wurden. Definiert die Liste (=) "
14362 "akzeptierter Schlüsselwörter. Dies ändert die Standardzusammenstellung der "
14363 "durch einen Anwender akzeptierten Schlüsselwörter."
14364
14365 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14366 #: resources.dbk:1295
14367 msgid ""
14368 "<literal>keywordall [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</"
14369 "literal>"
14370 msgstr ""
14371 "<literal>keywordall [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</"
14372 "literal>"
14373
14374 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14375 #: resources.dbk:1298
14376 msgid ""
14377 "Accept (+) or refuse (-) mails classified under the given keyword(s).  "
14378 "Define the list (=) of accepted keywords.  This changes the set of accepted "
14379 "keywords of all the currently active subscriptions of a user."
14380 msgstr ""
14381 "E-Mails akzeptieren (+) oder ablehnen (-), die unter dem/den angegebenen "
14382 "Schlüsselwort/Schlüsselwörtern klassifiziert wurden. Definiert die Liste (=) "
14383 "akzeptierter Schlüsselwörter. Dies ändert die Zusammenstellung der durch "
14384 "einen Anwender akzeptierten Schlüsselwörter aller derzeit aktiven "
14385 "Abonnements."
14386
14387 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14388 #: resources.dbk:1305
14389 msgid ""
14390 "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;] {+|-|=} &lt;list of "
14391 "keywords&gt;</literal>"
14392 msgstr ""
14393 "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;] {+|-|=} &lt;list of "
14394 "keywords&gt;</literal>"
14395
14396 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14397 #: resources.dbk:1308
14398 msgid ""
14399 "Same as previous item but overrides the keywords list for the indicated "
14400 "source package."
14401 msgstr ""
14402 "entspricht dem vorherigen Element, überschreibt aber die Liste der "
14403 "Schlüsselwörter für das angegebene Quellpaket"
14404
14405 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14406 #: resources.dbk:1314
14407 msgid "<literal>quit | thanks | --</literal>"
14408 msgstr "<literal>quit | thanks | --</literal>"
14409
14410 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14411 #: resources.dbk:1317
14412 msgid "Stops processing commands.  All following lines are ignored by the bot."
14413 msgstr ""
14414 "stoppt die Verarbeitung von Befehlen. Alle folgenden Zeilen werden vom "
14415 "Roboter ignoriert."
14416
14417 #. type: Content of: <chapter><section><section><para>
14418 #: resources.dbk:1323
14419 msgid ""
14420 "The <command>pts-subscribe</command> command-line utility (from the "
14421 "<systemitem role=\"package\">devscripts</systemitem> package) can be handy "
14422 "to temporarily subscribe to some packages, for example after having made an "
14423 "non-maintainer upload."
14424 msgstr ""
14425 "Das Befehlszeilen-Hilfswerkzeug <command>pts-subscribe</command>  (aus dem "
14426 "Paket <systemitem role=\"package\">devscripts</systemitem>) kann praktisch "
14427 "sein, um temporär einige Paket zu abonnieren, zum Beispiel nach einem NMU "
14428 "(Hochladen durch jemanden, der nicht Betreuer des Pakets ist)."
14429
14430 #. type: Content of: <chapter><section><section><title>
14431 #: resources.dbk:1331
14432 msgid "Filtering PTS mails"
14433 msgstr "PTS-E-Mails filtern"
14434
14435 #. type: Content of: <chapter><section><section><para>
14436 #: resources.dbk:1333
14437 msgid ""
14438 "Once you are subscribed to a package, you will get the mails sent to "
14439 "<literal><replaceable>sourcepackage</replaceable>@&pts-host;</literal>.  "
14440 "Those mails have special headers appended to let you filter them in a "
14441 "special mailbox (e.g.  with <command>procmail</command>).  The added headers "
14442 "are <literal>X-Loop</literal>, <literal>X-PTS-Package</literal>, <literal>X-"
14443 "PTS-Keyword</literal> and <literal>X-Unsubscribe</literal>."
14444 msgstr ""
14445 "Sobald Sie ein Paket abonniert haben, werden Sie die E-Mails bekommen, die "
14446 "an das <literal><replaceable>Quellpaket</replaceable>@&pts-host;</literal> "
14447 "geschickt werden. An diese E-Mails sind besondere Kopfzeilen angehängt, die "
14448 "Ihnen ermöglichen, sie per Filter in ein besonderes Postfach abzulegen (z.B. "
14449 "mit <command>procmail</command>). Die hinzugefügten Kopfzeilen sind "
14450 "<literal>X-Loop</literal>, <literal>X-PTS-Package</literal>, <literal>X-PTS-"
14451 "Keyword</literal> und <literal>X-Unsubscribe</literal>."
14452
14453 #. type: Content of: <chapter><section><section><para>
14454 #: resources.dbk:1341
14455 msgid ""
14456 "Here is an example of added headers for a source upload notification on the "
14457 "<systemitem role=\"package\">dpkg</systemitem> package:"
14458 msgstr ""
14459 "Hier folgt ein Beispiel hinzugefügter Kopfzeilen für die Benachrichtigung, "
14460 "dass die Quelle des Pakets <systemitem role=\"package\">dpkg</systemitem> "
14461 "hochgeladen wurde:"
14462
14463 #. type: Content of: <chapter><section><section><screen>
14464 #: resources.dbk:1345
14465 #, no-wrap
14466 msgid ""
14467 "X-Loop: dpkg@&pts-host;\n"
14468 "X-PTS-Package: dpkg\n"
14469 "X-PTS-Keyword: upload-source\n"
14470 "List-Unsubscribe: &lt;mailto:pts@qa.debian.org?body=unsubscribe+dpkg&gt;\n"
14471 msgstr ""
14472 "X-Loop: dpkg@&pts-host;\n"
14473 "X-PTS-Package: dpkg\n"
14474 "X-PTS-Keyword: upload-source\n"
14475 "List-Unsubscribe: &lt;mailto:pts@qa.debian.org?body=unsubscribe+dpkg&gt;\n"
14476
14477 #. type: Content of: <chapter><section><section><title>
14478 #: resources.dbk:1353
14479 msgid "Forwarding VCS commits in the PTS"
14480 msgstr "VCS-Commits in das PTS weiterleiten"
14481
14482 #. type: Content of: <chapter><section><section><para>
14483 #: resources.dbk:1355
14484 msgid ""
14485 "If you use a publicly accessible VCS repository for maintaining your Debian "
14486 "package, you may want to forward the commit notification to the PTS so that "
14487 "the subscribers (and possible co-maintainers) can closely follow the "
14488 "package's evolution."
14489 msgstr ""
14490 "Falls Sie zur Verwaltung eines Debian-Pakets ein VCS-Depot mit öffentlichem "
14491 "Zugriff verwenden, möchten Sie vielleicht die Commit-Benachrichtigungen an "
14492 "das PTS weiterleiten, damit die Abonnenten (und möglicherweise Mitbetreuer) "
14493 "die Entwicklung des Pakets genau verfolgen können."
14494
14495 #. type: Content of: <chapter><section><section><para>
14496 #: resources.dbk:1361
14497 msgid ""
14498 "Once you set up the VCS repository to generate commit notifications, you "
14499 "just have to make sure it sends a copy of those mails to "
14500 "<literal><replaceable>sourcepackage</replaceable>_cvs@&pts-host;</literal>.  "
14501 "Only the people who accept the <literal>cvs</literal> keyword will receive "
14502 "these notifications. Note that the mail needs to be sent from a "
14503 "<literal>debian.org</literal> machine, otherwise you'll have to add the "
14504 "<literal>X-PTS-Approved: 1</literal> header."
14505 msgstr ""
14506 "Sobald Sie das VCS-Depot eingerichtet haben, um Commit-Benachrichtigungen zu "
14507 "erzeugen, müssen Sie nur sicherstellen, dass es eine Kopie dieser E-Mails an "
14508 "<literal><replaceable>Quellpaket</replaceable>_cvs@&pts-host;</literal> "
14509 "sendet. Nur die Leute, die das Schlüsselwort <literal>cvs</literal> "
14510 "akzeptieren werden diese Benachrichtigungen erhalten. Beachten Sie, dass die "
14511 "E-Mail von einer <literal>debian.org</literal>-Maschine versandt werden "
14512 "muss. Andernfalls müssen Sie die Kopfzeile <literal>X-PTS-Approved: 1</"
14513 "literal> hinzufügen."
14514
14515 #. type: Content of: <chapter><section><section><para>
14516 #: resources.dbk:1370
14517 msgid ""
14518 "For Subversion repositories, the usage of svnmailer is recommended.  See "
14519 "<ulink url=\"&url-alioth-pkg;\" /> for an example on how to do it."
14520 msgstr ""
14521 "Für Subversion-Depots wird die Benutzung von Svnmailer empfohlen. Ein "
14522 "Beispiel, wie das funktioniert, finden Sie unter <ulink url=\"&url-alioth-"
14523 "pkg;\" />"
14524
14525 #. type: Content of: <chapter><section><section><title>
14526 #: resources.dbk:1376
14527 msgid "The PTS web interface"
14528 msgstr "Die PTS-Web-Schnittstelle"
14529
14530 #. type: Content of: <chapter><section><section><para>
14531 #: resources.dbk:1378
14532 msgid ""
14533 "The PTS has a web interface at <ulink url=\"http://&pts-host;/\"></ulink> "
14534 "that puts together a lot of information about each source package.  It "
14535 "features many useful links (BTS, QA stats, contact information, DDTP "
14536 "translation status, buildd logs) and gathers much more information from "
14537 "various places (30 latest changelog entries, testing status, etc.).  It's a "
14538 "very useful tool if you want to know what's going on with a specific source "
14539 "package.  Furthermore there's a form that allows easy subscription to the "
14540 "PTS via email."
14541 msgstr ""
14542 "Das PTS hat eine Web-Schnittstelle unter <ulink url=\"http://&pts-host;/\"></"
14543 "ulink>, die eine große Menge Informationen über jedes Quellpaket "
14544 "zusammenträgt. Sie zeichnet sich durch viele nützliche Links aus (BTS, QA-"
14545 "Statistiken, Kontaktinformationen, DDTP-Übersetzungsstatus, "
14546 "Paketerstellungsprotokolle) und sammelt viel mehr Informationen von "
14547 "verschiedenen Stellen (30 letzte Einträge des Änderungsprotokolls, "
14548 "Teststatus etc.) Es ist ein sehr nützliches Werkzeug, falls Sie wissen "
14549 "möchten, was bei einem speziellen Quellpaket vorgeht. Außerdem gibt es dort "
14550 "ein Formular, das Ihnen erlaubt einfach Abonnements des PTS mittels E-Mail "
14551 "einzurichten."
14552
14553 #. type: Content of: <chapter><section><section><para>
14554 #: resources.dbk:1388
14555 msgid ""
14556 "You can jump directly to the web page concerning a specific source package "
14557 "with a URL like <literal>http://&pts-host;/<replaceable>sourcepackage</"
14558 "replaceable></literal>."
14559 msgstr ""
14560 "Sie können mit einer URL wie <literal>http://&pts-host;/"
14561 "<replaceable>Quellpaket</replaceable></literal> direkt zur Web-Seite "
14562 "springen, die eine spezielles Quellpaket betrifft."
14563
14564 #. type: Content of: <chapter><section><section><para>
14565 #: resources.dbk:1393
14566 msgid ""
14567 "This web interface has been designed like a portal for the development of "
14568 "packages: you can add custom content on your packages' pages.  You can add "
14569 "static information (news items that are meant to stay available "
14570 "indefinitely)  and news items in the latest news section."
14571 msgstr ""
14572 "Diese Web-Schnittstelle wurde gestaltet wie ein Portal für die Entwicklung "
14573 "von Paketen: Sie können Ihren Paketseiten benutzerdefinierten Inhalt "
14574 "hinzufügen (Nachrichtenelemente, die auf unbestimmte Zeit verfügbar bleiben "
14575 "sollen) sowie Nachrichtenelemente im letzten Nachrichtenabschnitt."
14576
14577 #. type: Content of: <chapter><section><section><para>
14578 #: resources.dbk:1399
14579 msgid "Static news items can be used to indicate:"
14580 msgstr "Statische Nachrichtenelemente können folgendes anzeigen:"
14581
14582 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14583 #: resources.dbk:1404
14584 msgid ""
14585 "the availability of a project hosted on <link linkend=\"alioth\">Alioth</"
14586 "link> for co-maintaining the package"
14587 msgstr ""
14588 "die Verfügbarkeit eines auf <link linkend=\"alioth\">Alioth</link> "
14589 "gehosteten Projekts für die Mitbetreuung des Pakets"
14590
14591 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14592 #: resources.dbk:1410
14593 msgid "a link to the upstream web site"
14594 msgstr "einen Link zu der Ursprungs-Website"
14595
14596 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14597 #: resources.dbk:1415
14598 msgid "a link to the upstream bug tracker"
14599 msgstr "einen Link zur Fehlerverfolgung der Originalautoren"
14600
14601 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14602 #: resources.dbk:1420
14603 msgid "the existence of an IRC channel dedicated to the software"
14604 msgstr "die Existenz eines IRC-Kanals, der sich dieser Software widmet"
14605
14606 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14607 #: resources.dbk:1425
14608 msgid ""
14609 "any other available resource that could be useful in the maintenance of the "
14610 "package"
14611 msgstr ""
14612 "jede andere verfügbare Ressource, die nützlich zur Verwaltung des Pakets "
14613 "sein könnte"
14614
14615 #. type: Content of: <chapter><section><section><para>
14616 #: resources.dbk:1431
14617 msgid "Usual news items may be used to announce that:"
14618 msgstr ""
14619 "Üblicherweise können Nachrichtenelemente benutzt werden, um Folgendes "
14620 "anzukündigen:"
14621
14622 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14623 #: resources.dbk:1436
14624 msgid "beta packages are available for testing"
14625 msgstr "Beta-Pakete sind zum Testen verfügbar."
14626
14627 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14628 #: resources.dbk:1441
14629 msgid "final packages are expected for next week"
14630 msgstr "Fertige Pakete werden nächsten Woche erwartet."
14631
14632 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14633 #: resources.dbk:1446
14634 msgid "the packaging is about to be redone from scratch"
14635 msgstr "Das Paketieren wird gerade von Grund auf neu gemacht."
14636
14637 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14638 #: resources.dbk:1451
14639 msgid "backports are available"
14640 msgstr "Es sind Backports verfügbar"
14641
14642 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14643 #: resources.dbk:1456
14644 msgid ""
14645 "the maintainer is on vacation (if they wish to publish this information)"
14646 msgstr ""
14647 "Der Paketbetreuer ist in Urlaub (falls es gewünscht ist, diese Information "
14648 "zu veröffentlichen)."
14649
14650 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14651 #: resources.dbk:1461
14652 msgid "a NMU is being worked on"
14653 msgstr "Es wird an einem NMU gearbeitet."
14654
14655 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14656 #: resources.dbk:1466
14657 msgid "something important will affect the package"
14658 msgstr "Etwas wichtiges wird das Paket beeinflussen."
14659
14660 #. type: Content of: <chapter><section><section><para>
14661 #: resources.dbk:1471
14662 msgid ""
14663 "Both kinds of news are generated in a similar manner: you just have to send "
14664 "an email either to <email>pts-static-news@qa.debian.org</email> or to "
14665 "<email>pts-news@qa.debian.org</email>.  The mail should indicate which "
14666 "package is concerned by having the name of the source package in a "
14667 "<literal>X-PTS-Package</literal> mail header or in a <literal>Package</"
14668 "literal> pseudo-header (like the BTS reports).  If a URL is available in the "
14669 "<literal>X-PTS-Url</literal> mail header or in the <literal>Url</literal> "
14670 "pseudo-header, then the result is a link to that URL instead of a complete "
14671 "news item."
14672 msgstr ""
14673 "Beide Arten von Nachrichten werden auf ähnliche Weise erzeugt: Sie müssen "
14674 "lediglich eine E-Mail an <email>pts-static-news@qa.debian.org</email> oder "
14675 "an <email>pts-news@qa.debian.org</email> senden. Die E-Mail sollte angeben, "
14676 "welches Paket sie betrifft, indem der Name des Quellpakets in einer "
14677 "<literal>X-PTS-Package</literal>-E-Mail-Kopfzeile oder in einer "
14678 "<literal>Package</literal>-Pseudo-Kopfzeile (wie in einem Fehlerbericht) "
14679 "angegeben wird. Falls eine URL in der E-Mail-Kopfzeile <literal>X-PTS-Url</"
14680 "literal> oder der Pseudo-Kopfzeile <literal>Url</literal> verfügbar ist, "
14681 "dann ist das Ergebnis ein Link auf diese URL, anstatt eines vollständigen "
14682 "Nachrichtenelements."
14683
14684 #. type: Content of: <chapter><section><section><para>
14685 #: resources.dbk:1482
14686 msgid ""
14687 "Here are a few examples of valid mails used to generate news items in the "
14688 "PTS.  The first one adds a link to the viewsvn interface of debian-cd in the "
14689 "Static information section:"
14690 msgstr ""
14691 "Hier folgen ein paar Beispiele gültiger E-Mails, die benutzt werden, um "
14692 "Nachrichtenelemente im PTS zu generieren. Das Erste fügt der Viewsvn-"
14693 "Schnittstelle der Debian-CD im Abschnitt »statische Information« einen Link "
14694 "hinzu:"
14695
14696 #. type: Content of: <chapter><section><section><screen>
14697 #: resources.dbk:1487
14698 #, no-wrap
14699 msgid ""
14700 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14701 "To: pts-static-news@qa.debian.org\n"
14702 "Subject: Browse debian-cd SVN repository\n"
14703 "\n"
14704 "Package: debian-cd\n"
14705 "Url: http://svn.debian.org/viewsvn/debian-cd/trunk/\n"
14706 msgstr ""
14707 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14708 "To: pts-static-news@qa.debian.org\n"
14709 "Subject: Browse debian-cd SVN repository\n"
14710 "\n"
14711 "Package: debian-cd\n"
14712 "Url: http://svn.debian.org/viewsvn/debian-cd/trunk/\n"
14713
14714 #. type: Content of: <chapter><section><section><para>
14715 #: resources.dbk:1495
14716 msgid ""
14717 "The second one is an announcement sent to a mailing list which is also sent "
14718 "to the PTS so that it is published on the PTS web page of the package.  Note "
14719 "the use of the BCC field to avoid answers sent to the PTS by mistake."
14720 msgstr ""
14721 "Das Zweite ist eine Ankündigung, die an eine Mailingliste gesandt wird, die "
14722 "außerdem an das PTS geschickt wird, so dass sie auf der PTS-Web-Seite des "
14723 "Pakets veröffentlicht wird. Beachten Sie die Benutzung des BCC-Feldes, um zu "
14724 "vermeiden, dass Antworten fälschlicherweise an das PTS gesandt werden."
14725
14726 #. type: Content of: <chapter><section><section><screen>
14727 #: resources.dbk:1500
14728 #, no-wrap
14729 msgid ""
14730 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14731 "To: debian-gtk-gnome@&lists-host;\n"
14732 "Bcc: pts-news@qa.debian.org\n"
14733 "Subject: Galeon 2.0 backported for woody\n"
14734 "X-PTS-Package: galeon\n"
14735 "\n"
14736 "Hello gnomers!\n"
14737 "\n"
14738 "I'm glad to announce that galeon has been backported for woody. You'll find\n"
14739 "everything here:\n"
14740 "...\n"
14741 msgstr ""
14742 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14743 "To: debian-gtk-gnome@&lists-host;\n"
14744 "Bcc: pts-news@qa.debian.org\n"
14745 "Subject: Galeon 2.0 backported for woody\n"
14746 "X-PTS-Package: galeon\n"
14747 "\n"
14748 "Hello gnomers!\n"
14749 "\n"
14750 "I'm glad to announce that galeon has been backported for woody. You'll find\n"
14751 "everything here:\n"
14752 "...\n"
14753
14754 #. type: Content of: <chapter><section><section><para>
14755 #: resources.dbk:1513
14756 msgid ""
14757 "Think twice before adding a news item to the PTS because you won't be able "
14758 "to remove it later and you won't be able to edit it either.  The only thing "
14759 "that you can do is send a second news item that will deprecate the "
14760 "information contained in the previous one."
14761 msgstr ""
14762 "Überlegen Sie es sich gut, bevor Sie dem PTS ein Nachrichtenelement "
14763 "hinzufügen, da Sie es später weder löschen noch bearbeiten können. Das "
14764 "einzige, was Sie tun können, ist, ein zweites Nachrichtenelement zu senden, "
14765 "das die Information des vorherigen missbilligt."
14766
14767 #. type: Content of: <chapter><section><title>
14768 #: resources.dbk:1523
14769 msgid "Developer's packages overview"
14770 msgstr "Paketübersicht des Entwicklers"
14771
14772 #. type: Content of: <chapter><section><para>
14773 #: resources.dbk:1525
14774 msgid ""
14775 "A QA (quality assurance) web portal is available at <ulink url=\"&url-ddpo;"
14776 "\"></ulink> which displays a table listing all the packages of a single "
14777 "developer (including those where the party is listed as a co-maintainer).  "
14778 "The table gives a good summary about the developer's packages: number of "
14779 "bugs by severity, list of available versions in each distribution, testing "
14780 "status and much more including links to any other useful information."
14781 msgstr ""
14782 "Ein Webportal der QS (Qualitätssicherung) ist unter <ulink url=\"&url-ddpo;"
14783 "\"></ulink> verfügbar. Es zeigt eine tabellarische Auflistung aller Pakete "
14784 "eines einzelnen Entwicklers an (einschließlich derer, bei denen eine "
14785 "Gemeinschaft als Mitbetreuer aufgelistet ist). Die Tabelle gibt einen guten "
14786 "Überblick über die Pakete des Betreuers: Anzahl der Fehler nach Schweregrad, "
14787 "Liste der verfügbaren Versionen in jeder Distribution, Test-Status und "
14788 "vieles mehr, einschließlich Links zu irgendwelchen anderen nützlichen "
14789 "Informationen."
14790
14791 #. type: Content of: <chapter><section><para>
14792 #: resources.dbk:1534
14793 msgid ""
14794 "It is a good idea to look up your own data regularly so that you don't "
14795 "forget any open bugs, and so that you don't forget which packages are your "
14796 "responsibility."
14797 msgstr ""
14798 "Es ist ein guter Tipp, regelmäßig auf seine eigenen Daten zu schauen, um "
14799 "keine offenen Fehler oder Zuständigkeiten für Pakete zu vergessen."
14800
14801 #. type: Content of: <chapter><section><title>
14802 #: resources.dbk:1541
14803 msgid "Debian's FusionForge installation: Alioth"
14804 msgstr "Debians FusionForge-Installation: Alioth"
14805
14806 #. type: Content of: <chapter><section><para>
14807 #: resources.dbk:1543
14808 msgid ""
14809 "Alioth is a Debian service based on a slightly modified version of the "
14810 "FusionForge software (which evolved from SourceForge and GForge). This "
14811 "software offers developers access to easy-to-use tools such as bug trackers, "
14812 "patch manager, project/task managers, file hosting services, mailing lists, "
14813 "VCS repositories etc.  All these tools are managed via a web interface."
14814 msgstr ""
14815 "Alioth ist ein Debian-Dienst, der auf einer geringfügig veränderten Version "
14816 "der FusionForge-Software beruht (die sich aus SourceForge und GForge "
14817 "entwickelt hat). Diese Software bietet Entwicklern Zugriff auf einfach "
14818 "benutzbare Werkzeuge, wie Paketverfolgung, Patch-Verwaltung, Projekt-/"
14819 "Aufgabenverwaltung, Speicherplatzbereitstellung, Mailinglisten, VCS-Depots "
14820 "etc. All diese Werkzeuge werden über eine Web-Schnittstelle verwaltet."
14821
14822 #. type: Content of: <chapter><section><para>
14823 #: resources.dbk:1550
14824 msgid ""
14825 "It is intended to provide facilities to free software projects backed or led "
14826 "by Debian, facilitate contributions from external developers to projects "
14827 "started by Debian, and help projects whose goals are the promotion of Debian "
14828 "or its derivatives. It's heavily used by many Debian teams and provides "
14829 "hosting for all sorts of VCS repositories."
14830 msgstr ""
14831 "Es ist dazu gedacht, Hilfmittel für freie Softwareprojekte bereitzustellen, "
14832 "die von Debian unterstützt oder geleitet werden, Beiträge externer "
14833 "Entwickler zu Projekten, die von Debian begonnen wurden zu fördern und bei "
14834 "Projekten zu helfen, deren Ziele von Debian oder dessen Ableitungen "
14835 "gefördert werden. Es wird durch viele Debian-Teams stark frequentiert und "
14836 "stellt Speicherplatz für alle Arten von VCS-Depots bereits."
14837
14838 #. type: Content of: <chapter><section><para>
14839 #: resources.dbk:1557
14840 msgid ""
14841 "All Debian developers automatically have an account on Alioth.  They can "
14842 "activate it by using the recover password facility.  External developers can "
14843 "request guest accounts on Alioth."
14844 msgstr ""
14845 "Alle Debian-Entwickler haben automatisch ein Konto auf Alioth. Sie können es "
14846 "über die Passwort-Wiederherstellungseinrichtung aktivieren. Externe "
14847 "Entwickler können um Gastkonten bitten."
14848
14849 #. type: Content of: <chapter><section><para>
14850 #: resources.dbk:1562
14851 msgid "For more information please visit the following links:"
14852 msgstr ""
14853 "Um weitere Informationen zu erhalten, besuchen Sie die folgenden Links:"
14854
14855 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14856 #: resources.dbk:1565
14857 msgid "<ulink url=\"&url-alioth-wiki;\" />"
14858 msgstr "<ulink url=\"&url-alioth-wiki;\" />"
14859
14860 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14861 #: resources.dbk:1566
14862 msgid "<ulink url=\"&url-alioth-faq;\" />"
14863 msgstr "<ulink url=\"&url-alioth-faq;\" />"
14864
14865 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14866 #: resources.dbk:1567
14867 msgid "<ulink url=\"&url-alioth-pkg;\" />"
14868 msgstr "<ulink url=\"&url-alioth-pkg;\" />"
14869
14870 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14871 #: resources.dbk:1568
14872 msgid "<ulink url=\"&url-alioth;\" />"
14873 msgstr "<ulink url=\"&url-alioth;\" />"
14874
14875 #. type: Content of: <chapter><section><title>
14876 #: resources.dbk:1573
14877 msgid "Goodies for Developers"
14878 msgstr "Annehmlichkeiten für Entwickler"
14879
14880 #. type: Content of: <chapter><section><section><title>
14881 #: resources.dbk:1575
14882 msgid "LWN Subscriptions"
14883 msgstr "LWN-Abonnements"
14884
14885 #. type: Content of: <chapter><section><section><para>
14886 #: resources.dbk:1577
14887 msgid ""
14888 "Since October of 2002, HP has sponsored a subscription to LWN for all "
14889 "interested Debian developers.  Details on how to get access to this benefit "
14890 "are in <ulink url=\"http://&lists-host;/debian-devel-announce/2002/10/"
14891 "msg00018.html\"></ulink>."
14892 msgstr ""
14893 "Seit Oktober 2002 hat HP für alle interessierten Debian-Entwickler ein LWN-"
14894 "Abonnement gesponsort. Einzelheiten, wie man Zugriff auf diesen Vorteil "
14895 "erhält, finden Sie unter   <ulink url=\"http://&lists-host;/debian-devel-"
14896 "announce/2002/10/msg00018.html\"></ulink>."
14897
14898 #. type: Content of: <chapter><section><section><title>
14899 #: resources.dbk:1584
14900 msgid "Gandi.net Hosting Discount"
14901 msgstr "Gandi.net-Rabatt für Speicherplatzbereitstellung"
14902
14903 #. type: Content of: <chapter><section><section><para>
14904 #: resources.dbk:1586
14905 msgid ""
14906 "As of November 2008, Gandi.net offers a discount rate on their VPS hosting "
14907 "for Debian Developers.  See <ulink url=\"http://&lists-host;/debian-devel-"
14908 "announce/2008/11/msg00004.html\"></ulink>."
14909 msgstr ""
14910 "Seit November 2008 bietet Gandi.net Debian-Entwicklern einen Rabatt für "
14911 "seine VPS-Speicherplatzbereitstellung. Siehe <ulink url=\"http://&lists-"
14912 "host;/debian-devel-announce/2008/11/msg00004.html\"></ulink>."
14913
14914 #. type: Content of: <chapter><title>
14915 #: scope.dbk:7
14916 msgid "Scope of This Document"
14917 msgstr "Geltungsbereich dieses Dokuments"
14918
14919 #. type: Content of: <chapter><para>
14920 #: scope.dbk:9
14921 msgid ""
14922 "The purpose of this document is to provide an overview of the recommended "
14923 "procedures and the available resources for Debian developers."
14924 msgstr ""
14925 "Dieses Dokument soll Debian-Entwicklern einen Überblick über die empfohlenen "
14926 "Prozeduren und die verfügbaren Ressourcen geben."
14927
14928 #. type: Content of: <chapter><para>
14929 #: scope.dbk:14
14930 msgid ""
14931 "The procedures discussed within include how to become a maintainer (<xref "
14932 "linkend=\"new-maintainer\"/>); how to create new packages (<xref linkend="
14933 "\"newpackage\"/>) and how to upload packages (<xref linkend=\"upload\"/>); "
14934 "how to handle bug reports (<xref linkend=\"bug-handling\"/>); how to move, "
14935 "remove, or orphan packages (<xref linkend=\"archive-manip\"/>); how to port "
14936 "packages (<xref linkend=\"porting\"/>); and how and when to do interim "
14937 "releases of other maintainers' packages (<xref linkend=\"nmu\"/>)."
14938 msgstr ""
14939 "Die hier besprochenen Prozeduren umfassen die Bewerbung als Paketbetreuer "
14940 "(<xref linkend=\"new-maintainer\"/>), die Erstellung neuer Pakete (<xref "
14941 "linkend=\"newpackage\"/>), das Hochladen von Paketen (<xref linkend=\"upload"
14942 "\"/>), die Handhabung von Fehlerberichten (<xref linkend=\"bug-handling\"/"
14943 ">), das Verschieben, Entfernen oder Verwaisen von Paketen (<xref linkend="
14944 "\"archive-manip\"/>),  das Portieren von Paketen (<xref linkend=\"porting\"/"
14945 ">) und wie und wann Pakete anderer Paketbetreuer vorläufig veröffentlicht "
14946 "werden (<xref linkend=\"nmu\"/>)."
14947
14948 #. type: Content of: <chapter><para>
14949 #: scope.dbk:23
14950 msgid ""
14951 "The resources discussed in this reference include the mailing lists (<xref "
14952 "linkend=\"mailing-lists\"/>) and servers (<xref linkend=\"server-machines\"/"
14953 ">); a discussion of the structure of the Debian archive (<xref linkend="
14954 "\"archive\"/>); explanation of the different servers which accept package "
14955 "uploads (<xref linkend=\"upload-ftp-master\"/>); and a discussion of "
14956 "resources which can help maintainers with the quality of their packages "
14957 "(<xref linkend=\"tools\"/>)."
14958 msgstr ""
14959 "Die in dieser Referenz besprochenen Ressourcen umfassen die Mailinglisten "
14960 "(<xref linkend=\"mailing-lists\"/>) und Server (<xref linkend=\"server-"
14961 "machines\"/>), eine Erörterung der Struktur des Debian-Archivs (<xref "
14962 "linkend=\"archive\"/>), eine Erklärung der unterschiedlichen Server, die das "
14963 "Hochladen von Paketen akzeptieren (<xref linkend=\"upload-ftp-master\"/>) "
14964 "und eine Erörterung von Mitteln, die Paketbetreuern dabei helfen, die "
14965 "Qualität ihrer Pakete zu gewährleisten (<xref linkend=\"tools\"/>)."
14966
14967 #. type: Content of: <chapter><para>
14968 #: scope.dbk:31
14969 msgid ""
14970 "It should be clear that this reference does not discuss the technical "
14971 "details of Debian packages nor how to generate them.  Nor does this "
14972 "reference detail the standards to which Debian software must comply.  All of "
14973 "such information can be found in the <ulink url=\"&url-debian-policy;"
14974 "\">Debian Policy Manual</ulink>."
14975 msgstr ""
14976 "Es sollte klar sein, dass diese Referenz nicht die technischen Einzelheiten "
14977 "von Debian-Paketen erörtert oder wie sie erstellt werden. Ebenso wenig wird "
14978 "diese Referenz die Standards einzeln aufführen, die Debian-Software erfüllen "
14979 "muss. All diese Informationen finden Sie im <ulink url=\"&url-debian-policy;"
14980 "\">Debian Policy Manual</ulink>."
14981
14982 #. type: Content of: <chapter><para>
14983 #: scope.dbk:38
14984 msgid ""
14985 "Furthermore, this document is <emphasis>not an expression of formal policy</"
14986 "emphasis>.  It contains documentation for the Debian system and generally "
14987 "agreed-upon best practices.  Thus, it is not what is called a ``normative'' "
14988 "document."
14989 msgstr ""
14990 "Weiterhin ist dieses Dokument <emphasis>nicht ein Ausdruck einer formalen "
14991 "Richtlinie</emphasis>. Es enthält Dokumentation für das Debian-System und "
14992 "allgemein vereinbarte gute fachliche Gebräuche. Daher ist es nicht das, was "
14993 "normalerweise als ein »normgebendes« Dokument bezeichnet wird."
14994
14995 #. type: Content of: <appendix><title>
14996 #: tools.dbk:7
14997 msgid "Overview of Debian Maintainer Tools"
14998 msgstr "Überblick über die Werkzeuge der Debian-Betreuer"
14999
15000 #. type: Content of: <appendix><para>
15001 #: tools.dbk:9
15002 msgid ""
15003 "This section contains a rough overview of the tools available to "
15004 "maintainers.  The following is by no means complete or definitive, but just "
15005 "a guide to some of the more popular tools."
15006 msgstr ""
15007 "Dieser Abschnitt enthält eine grobe Übersicht über die Werkzeuge, die "
15008 "Betreuern zur Verfügung stehen. Das Folgende ist beileibe nicht vollständig "
15009 "oder maßgeblich, sondern nur eine Anleitung für einige der beliebstesten "
15010 "Werkzeuge."
15011
15012 #. type: Content of: <appendix><para>
15013 #: tools.dbk:14
15014 msgid ""
15015 "Debian maintainer tools are meant to aid developers and free their time for "
15016 "critical tasks.  As Larry Wall says, there's more than one way to do it."
15017 msgstr ""
15018 "Debian-Betreuerwerkzeuge sind dazu gedacht, Entwicklern zu helfen und Zeit "
15019 "für wirklich kritische Aufgaben einzuräumen. Wie schon Larry Wall sagte, "
15020 "gibt es mehr als einen Weg, um etwas zu erledigen."
15021
15022 #. type: Content of: <appendix><para>
15023 #: tools.dbk:18
15024 msgid ""
15025 "Some people prefer to use high-level package maintenance tools and some do "
15026 "not.  Debian is officially agnostic on this issue; any tool which gets the "
15027 "job done is fine.  Therefore, this section is not meant to stipulate to "
15028 "anyone which tools they should use or how they should go about their duties "
15029 "of maintainership.  Nor is it meant to endorse any particular tool to the "
15030 "exclusion of a competing tool."
15031 msgstr ""
15032 "Einige Leute bevorzugen die Benutzung von hochrangigen "
15033 "Paketverwaltungswerkzeugen, andere nicht. Debian ist bei diesem Thema "
15034 "agnostisch; jedes Werkzeug, das seine Aufgabe erfüllt, ist gut. Daher ist "
15035 "dieser Abschnitt nicht dazu gedacht, jemandem vorzuschreiben, welche "
15036 "Werkzeuge er benutzen oder wie er mit seinen Pflichen als Betreuer umgehen "
15037 "soll. Er ist auch nicht dazu gedacht, ein besonderes Werkzeug zu "
15038 "befürworten, um ein konkurrierendes auszuschließen."
15039
15040 #. type: Content of: <appendix><para>
15041 #: tools.dbk:26
15042 msgid ""
15043 "Most of the descriptions of these packages come from the actual package "
15044 "descriptions themselves.  Further information can be found in the package "
15045 "documentation itself.  You can also see more info with the command "
15046 "<command>apt-cache show <replaceable>package-name</replaceable></command>."
15047 msgstr ""
15048 "Die meisten Beschreibungen dieser Pakete entstammen selbst den tatsächlichen "
15049 "Paketbeschreibungen. Weitere Informationen können in der Paketbeschreibung "
15050 "selbst gefunden werden. Sie können außerdem mit dem Befehl <command>apt-"
15051 "cache show <replaceable>Paketname</replaceable></command> zusätzliche "
15052 "Informationen lesen."
15053
15054 #. type: Content of: <appendix><section><title>
15055 #: tools.dbk:32
15056 msgid "Core tools"
15057 msgstr "Kernwerkzeuge"
15058
15059 #. type: Content of: <appendix><section><para>
15060 #: tools.dbk:34
15061 msgid "The following tools are pretty much required for any maintainer."
15062 msgstr ""
15063 "Die folgenden Werkzeuge werden größtenteils von jedem Betreuer benötigt."
15064
15065 #. type: Content of: <appendix><section><section><title>
15066 #: tools.dbk:37
15067 msgid "<systemitem role=\"package\">dpkg-dev</systemitem>"
15068 msgstr "<systemitem role=\"package\">dpkg-dev</systemitem>"
15069
15070 #. type: Content of: <appendix><section><section><para>
15071 #: tools.dbk:39
15072 msgid ""
15073 "<systemitem role=\"package\">dpkg-dev</systemitem> contains the tools "
15074 "(including <command>dpkg-source</command>) required to unpack, build, and "
15075 "upload Debian source packages.  These utilities contain the fundamental, low-"
15076 "level functionality required to create and manipulate packages; as such, "
15077 "they are essential for any Debian maintainer."
15078 msgstr ""
15079 "<systemitem role=\"package\">dpkg-dev</systemitem> enthält die Werkzeuge "
15080 "(einschließlich <command>dpkg-source</command>), die benötigt werden, um "
15081 "Debian-Pakete zu entpacken, zu erstellen und hochzuladen. Diese "
15082 "Hilfswerkzeuge enthalten die untergeordneten Funktionalitäten, die zum "
15083 "Erstellen und Manipulieren von Paketen benötigt werden; als solches sind sie "
15084 "für jeden Debian-Betreuer erforderlich."
15085
15086 #. type: Content of: <appendix><section><section><title>
15087 #: tools.dbk:48
15088 msgid "<systemitem role=\"package\">debconf</systemitem>"
15089 msgstr "<systemitem role=\"package\">debconf</systemitem>"
15090
15091 #. type: Content of: <appendix><section><section><para>
15092 #: tools.dbk:50
15093 msgid ""
15094 "<systemitem role=\"package\">debconf</systemitem> provides a consistent "
15095 "interface to configuring packages interactively.  It is user interface "
15096 "independent, allowing end-users to configure packages with a text-only "
15097 "interface, an HTML interface, or a dialog interface.  New interfaces can be "
15098 "added as modules."
15099 msgstr ""
15100 "<systemitem role=\"package\">debconf</systemitem> stellt eine einheitliche "
15101 "Schnittstelle zur Verfügung, um Pakete interaktiv zu konfigurieren, Es ist "
15102 "unabhängig von der Schnittstelle des Anwenders, erlaubt Endanwendern Pakete "
15103 "mit einer reinen Textschnittstelle, einer HTML-Schnittstelle oder einer "
15104 "Dialogschnittstelle zu konfigurieren. Neue Schnittstellen können als Module "
15105 "hinzugefügt werden."
15106
15107 #. type: Content of: <appendix><section><section><para>
15108 #: tools.dbk:56
15109 msgid ""
15110 "You can find documentation for this package in the <systemitem role=\"package"
15111 "\">debconf-doc</systemitem> package."
15112 msgstr ""
15113 "Sie können Dokumentation für dieses Paket im Paket <systemitem role=\"package"
15114 "\">debconf-doc</systemitem> finden."
15115
15116 #. type: Content of: <appendix><section><section><para>
15117 #: tools.dbk:60
15118 msgid ""
15119 "Many feel that this system should be used for all packages which require "
15120 "interactive configuration; see <xref linkend=\"bpp-config-mgmt\"/>.  "
15121 "<systemitem role=\"package\">debconf</systemitem> is not currently required "
15122 "by Debian Policy, but that may change in the future."
15123 msgstr ""
15124 "Viele sind der Ansicht, dieses System sollte für alle Pakete verwandt "
15125 "werden, die eine interaktive Konfiguration erfordern; siehe  <xref linkend="
15126 "\"bpp-config-mgmt\"/>. Derzeit wird <systemitem role=\"package\">debconf</"
15127 "systemitem> noch nicht von den Debian Richtlinien benötigt, aber das kann "
15128 "sich in der Zukunft ändern."
15129
15130 #. type: Content of: <appendix><section><section><title>
15131 #: tools.dbk:68
15132 msgid "<systemitem role=\"package\">fakeroot</systemitem>"
15133 msgstr "<systemitem role=\"package\">fakeroot</systemitem>"
15134
15135 #. type: Content of: <appendix><section><section><para>
15136 #: tools.dbk:70
15137 msgid ""
15138 "<systemitem role=\"package\">fakeroot</systemitem> simulates root "
15139 "privileges.  This enables you to build packages without being root (packages "
15140 "usually want to install files with root ownership).  If you have <systemitem "
15141 "role=\"package\">fakeroot</systemitem> installed, you can build packages as "
15142 "a regular user: <literal>dpkg-buildpackage -rfakeroot</literal>."
15143 msgstr ""
15144 "<systemitem role=\"package\">fakeroot</systemitem> simuliert Root-Rechte. "
15145 "Dies ermöglicht Ihnen, Pakete zu erstellen ohne Root zu sein (Pakete möchten "
15146 "üblicherweise Dateien mit Root-Besitzrechten installieren). Falls Sie "
15147 "<systemitem role=\"package\">fakeroot</systemitem> installiert haben, können "
15148 "Sie Pakete als normaler Anwender erstellen: <literal>dpkg-buildpackage -"
15149 "rfakeroot</literal>."
15150
15151 #. type: Content of: <appendix><section><title>
15152 #: tools.dbk:81
15153 msgid "Package lint tools"
15154 msgstr "Lint-Werkzeuge für Pakete"
15155
15156 #. type: Content of: <appendix><section><para>
15157 #: tools.dbk:83
15158 msgid ""
15159 "According to the Free On-line Dictionary of Computing (FOLDOC), `lint' is a "
15160 "Unix C language processor which carries out more thorough checks on the code "
15161 "than is usual with C compilers.  Package lint tools help package maintainers "
15162 "by automatically finding common problems and policy violations in their "
15163 "packages."
15164 msgstr ""
15165 "Gemäß dem Free On-line Dictionary of Computing (FOLDOC) ist »lint« ein Unix-"
15166 "Prozessor für die Sprache C, der gründlichere Prüfungen des Codes mitbringt "
15167 "als übliche C-Kompiler. Lint-Werkzeuge für Pakete helfen Paketbetreuern "
15168 "automatisch häufige Probleme und Richtlinienverletzungen in ihren Paketen zu "
15169 "finden."
15170
15171 #. type: Content of: <appendix><section><section><title>
15172 #: tools.dbk:89
15173 msgid "<systemitem role=\"package\">lintian</systemitem>"
15174 msgstr "<systemitem role=\"package\">lintian</systemitem>"
15175
15176 #. type: Content of: <appendix><section><section><para>
15177 #: tools.dbk:91
15178 msgid ""
15179 "<systemitem role=\"package\">lintian</systemitem> dissects Debian packages "
15180 "and emits information about bugs and policy violations.  It contains "
15181 "automated checks for many aspects of Debian policy as well as some checks "
15182 "for common errors."
15183 msgstr ""
15184 "<systemitem role=\"package\">lintian</systemitem> zerlegt Debian-Pakete und "
15185 "gibt Informationen über Fehler und Richtlinien-Verletzungen aus. Es enthält "
15186 "automatisierte Prüfungen für viele Gesichtspunkte der Debian-Richtlinien, "
15187 "als auch einige Prüfungen für häufige Fehler."
15188
15189 #. type: Content of: <appendix><section><section><para>
15190 #: tools.dbk:97
15191 msgid ""
15192 "You should periodically get the newest <systemitem role=\"package\">lintian</"
15193 "systemitem> from <literal>unstable</literal> and check over all your "
15194 "packages.  Notice that the <literal>-i</literal> option provides detailed "
15195 "explanations of what each error or warning means, what its basis in Policy "
15196 "is, and commonly how you can fix the problem."
15197 msgstr ""
15198 "Sie sollten regelmäßig das neuste <systemitem role=\"package\">lintian</"
15199 "systemitem> aus <literal>unstable</literal> besorgen und all Ihre Pakete "
15200 "überprüfen. Beachten Sie, dass die Option <literal>-i</literal> detaillierte "
15201 "Erklärungen liefert, was jeder Fehler oder jede Warnung bedeutet, was die "
15202 "Grundlage in der Richtlinie ist und wie das Problem üblicherweise behoben "
15203 "werden kann."
15204
15205 #. type: Content of: <appendix><section><section><para>
15206 #: tools.dbk:104
15207 msgid ""
15208 "Refer to <xref linkend=\"sanitycheck\"/> for more information on how and "
15209 "when to use Lintian."
15210 msgstr ""
15211 "Es sei für weitere Informationen darüber, wie und wann Lintian benutzt wird, "
15212 "auf <xref linkend=\"sanitycheck\"/> verwiesen."
15213
15214 #. type: Content of: <appendix><section><section><para>
15215 #: tools.dbk:108
15216 msgid ""
15217 "You can also see a summary of all problems reported by Lintian on your "
15218 "packages at <ulink url=\"&url-lintian;\"></ulink>.  These reports contain "
15219 "the latest <command>lintian</command> output for the whole development "
15220 "distribution (<literal>unstable</literal>)."
15221 msgstr ""
15222 "Sie können außerdem eine Zusammenfassung aller Probleme, die Lintian in all "
15223 "Ihren Paketen meldet unter <ulink url=\"&url-lintian;\"></ulink> ansehen. "
15224 "Diese Berichte enthalten die letzte Ausgabe von <command>lintian</command> "
15225 "für die ganze Entwicklungsdistribution (<literal>unstable</literal>)."
15226
15227 #. type: Content of: <appendix><section><section><title>
15228 #: tools.dbk:116
15229 msgid "<command>debdiff</command>"
15230 msgstr "<command>debdiff</command>"
15231
15232 #. type: Content of: <appendix><section><section><para>
15233 #: tools.dbk:118
15234 msgid ""
15235 "<command>debdiff</command> (from the <systemitem role=\"package"
15236 "\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/>)  "
15237 "compares file lists and control files of two packages.  It is a simple "
15238 "regression test, as it will help you notice if the number of binary packages "
15239 "has changed since the last upload, or if something has changed in the "
15240 "control file.  Of course, some of the changes it reports will be all right, "
15241 "but it can help you prevent various accidents."
15242 msgstr ""
15243 "<command>debdiff</command> (aus dem Paket <systemitem role=\"package"
15244 "\">devscripts</systemitem>, <xref linkend=\"devscripts\"/>) vergleicht die "
15245 "Dateilisten und »control«-Dateien zweier Pakete. Es ist ein einfacher "
15246 "Rückfalltest, der Ihnen hilft festzustellen, ob sich die Anzahl der "
15247 "Binärpakete seit dem letzten Upload verändert hat oder ob sich etwas in der "
15248 "»control«-Datei geändert hat. Natürlich werden einige Änderungen, die es "
15249 "meldet, in Ordnung sein, aber es kann Ihnen helfen verschiedene Unfälle zu "
15250 "verhüten."
15251
15252 #. type: Content of: <appendix><section><section><para>
15253 #: tools.dbk:127
15254 msgid "You can run it over a pair of binary packages:"
15255 msgstr "Sie können es für ein Paar binärer Pakete ausführen:"
15256
15257 #. type: Content of: <appendix><section><section><screen>
15258 #: tools.dbk:130
15259 #, no-wrap
15260 msgid "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
15261 msgstr "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
15262
15263 #. type: Content of: <appendix><section><section><para>
15264 #: tools.dbk:133
15265 msgid "Or even a pair of changes files:"
15266 msgstr "oder sogar für ein Paar aus »changes«-Dateien:"
15267
15268 #. type: Content of: <appendix><section><section><screen>
15269 #: tools.dbk:136
15270 #, no-wrap
15271 msgid "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
15272 msgstr "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
15273
15274 #. type: Content of: <appendix><section><section><para>
15275 #: tools.dbk:139
15276 msgid ""
15277 "For more information please see <citerefentry> <refentrytitle>debdiff</"
15278 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
15279 msgstr ""
15280 "Um weitere Informationen zu erhalten, lesen Sie <citerefentry> "
15281 "<refentrytitle>debdiff</refentrytitle> <manvolnum>1</manvolnum> </"
15282 "citerefentry>."
15283
15284 #. type: Content of: <appendix><section><title>
15285 #: tools.dbk:148
15286 msgid "Helpers for <filename>debian/rules</filename>"
15287 msgstr "Helper-Skripte für <filename>debian/rules</filename>"
15288
15289 #. type: Content of: <appendix><section><para>
15290 #: tools.dbk:150
15291 msgid ""
15292 "Package building tools make the process of writing <filename>debian/rules</"
15293 "filename> files easier.  See <xref linkend=\"helper-scripts\"/> for more "
15294 "information about why these might or might not be desired."
15295 msgstr ""
15296 "Paketerstellungswerkzeuge erleichtern das Verfassen von <filename>debian/"
15297 "rules</filename>-Dateien. Lesen Sie <xref linkend=\"helper-scripts\"/>, um "
15298 "weitere Informationen darüber zu erhalten, warum dies erwünscht und jenes "
15299 "unerwünscht sein könnte."
15300
15301 #. type: Content of: <appendix><section><section><title>
15302 #: tools.dbk:156
15303 msgid "<systemitem role=\"package\">debhelper</systemitem>"
15304 msgstr "<systemitem role=\"package\">debhelper</systemitem>"
15305
15306 #. type: Content of: <appendix><section><section><para>
15307 #: tools.dbk:158
15308 msgid ""
15309 "<systemitem role=\"package\">debhelper</systemitem> is a collection of "
15310 "programs which can be used in <filename>debian/rules</filename> to automate "
15311 "common tasks related to building binary Debian packages.  <systemitem role="
15312 "\"package\">debhelper</systemitem> includes programs to install various "
15313 "files into your package, compress files, fix file permissions, and integrate "
15314 "your package with the Debian menu system."
15315 msgstr ""
15316 "<systemitem role=\"package\">debhelper</systemitem> ist eine "
15317 "Programmsammlung, die in <filename>debian/rules</filename> benutzt werden "
15318 "kann, um häufige Aufgaben zu automatisieren, die sich auf das Erstellen "
15319 "binärer Debian-Pakete beziehen. <systemitem role=\"package\">debhelper</"
15320 "systemitem> enthält Programme, um verschiedene Dateien in Ihre Pakete zu "
15321 "installieren, Dateien zu komprimieren, Dateirechte zu korrigieren und Ihr "
15322 "Paket in das Debian-Menüsystem zu integrieren."
15323
15324 #. type: Content of: <appendix><section><section><para>
15325 #: tools.dbk:166
15326 msgid ""
15327 "Unlike some approaches, <systemitem role=\"package\">debhelper</systemitem> "
15328 "is broken into several small, simple commands which act in a consistent "
15329 "manner.  As such, it allows more fine-grained control than some of the other "
15330 "debian/rules tools."
15331 msgstr ""
15332 "Anders als bei einigen Herangehensweisen ist <systemitem role=\"package"
15333 "\">debhelper</systemitem> in mehrere kleine einfache Befehle unterteilt, die "
15334 "auf eine durchgängige Art zusammenarbeiten. Als solches erlaubt es eine "
15335 "detailliertere Steuerung, als andere Werkzeuge für »debian/rules«."
15336
15337 #. type: Content of: <appendix><section><section><para>
15338 #: tools.dbk:172
15339 msgid ""
15340 "There are a number of little <systemitem role=\"package\">debhelper</"
15341 "systemitem> add-on packages, too transient to document.  You can see the "
15342 "list of most of them by doing <literal>apt-cache search ^dh-</literal>."
15343 msgstr ""
15344 "Es gibt eine zu große Zahl kleiner Erweiterungspakete für <systemitem role="
15345 "\"package\">debhelper</systemitem>, die zu kurzlebig sind, um sie zu "
15346 "dokumentieren. Sie können die Liste der meisten von Ihnen ansehen, indem Sie "
15347 "<literal>apt-cache search ^dh-</literal> aufrufen."
15348
15349 #. type: Content of: <appendix><section><section><title>
15350 #: tools.dbk:179
15351 msgid "<systemitem role=\"package\">dh-make</systemitem>"
15352 msgstr "<systemitem role=\"package\">dh-make</systemitem>"
15353
15354 #. type: Content of: <appendix><section><section><para>
15355 #: tools.dbk:181
15356 msgid ""
15357 "The <systemitem role=\"package\">dh-make</systemitem> package contains "
15358 "<command>dh_make</command>, a program that creates a skeleton of files "
15359 "necessary to build a Debian package out of a source tree.  As the name "
15360 "suggests, <command>dh_make</command> is a rewrite of <systemitem role="
15361 "\"package\">debmake</systemitem> and its template files use <command>dh_*</"
15362 "command> programs from <systemitem role=\"package\">debhelper</systemitem>."
15363 msgstr ""
15364 "Das Paket <systemitem role=\"package\">dh-make</systemitem> enthält ein "
15365 "Programm gleichen Namens, das ein Gerüst von Dateien erstellt, die nötig "
15366 "sind, um Debian-Pakete aus einem Quellcodeverzeichnisbaum zu erstellen. Wie "
15367 "der Name schon nahelegt, ist <command>dh_make</command> eine Neufassung von "
15368 "<systemitem role=\"package\">debmake</systemitem> dessen Schablonendateien "
15369 "<command>dh_*</command>-Programme von <systemitem role=\"package"
15370 "\">debhelper</systemitem> benutzen."
15371
15372 #. type: Content of: <appendix><section><section><para>
15373 #: tools.dbk:189
15374 msgid ""
15375 "While the rules files generated by <command>dh_make</command> are in general "
15376 "a sufficient basis for a working package, they are still just the "
15377 "groundwork: the burden still lies on the maintainer to finely tune the "
15378 "generated files and make the package entirely functional and Policy-"
15379 "compliant."
15380 msgstr ""
15381 "Während die von <command>dh_make</command> generierten »rules«-Dateien im "
15382 "Allgemeinen eine ausreichende Basis für ein funktionierendes Paket bilden, "
15383 "gibt es immer noch die grundlegenden Arbeiten: Die Last für die "
15384 "Feinabstimmung und das Paket funktional und richtlinienkonform zu machen, "
15385 "liegt immer noch beim Betreuer."
15386
15387 #. type: Content of: <appendix><section><section><title>
15388 #: tools.dbk:197
15389 msgid "<systemitem role=\"package\">equivs</systemitem>"
15390 msgstr "<systemitem role=\"package\">equivs</systemitem>"
15391
15392 #. type: Content of: <appendix><section><section><para>
15393 #: tools.dbk:199
15394 msgid ""
15395 "<systemitem role=\"package\">equivs</systemitem> is another package for "
15396 "making packages.  It is often suggested for local use if you need to make a "
15397 "package simply to fulfill dependencies.  It is also sometimes used when "
15398 "making ``meta-packages'', which are packages whose only purpose is to depend "
15399 "on other packages."
15400 msgstr ""
15401 "<systemitem role=\"package\">equivs</systemitem> ist ein weiteres Paket für "
15402 "die Paketerstellung. Es wird oft für den lokalen Gebrauch vorgeschlagen, "
15403 "falls Sie einfach ein Paket erstellen müssen, um Abhängigkeiten zu erfüllen. "
15404 "Es wird manchmal auch benutzt, um »Meta-Pakete« zu erstellen. Dabei handelt "
15405 "es sich um Pakete, deren einziger Zweck darin besteht, von anderen Paketen "
15406 "abzuhängen."
15407
15408 #. type: Content of: <appendix><section><title>
15409 #: tools.dbk:210
15410 msgid "Package builders"
15411 msgstr "Paket-Builder"
15412
15413 #. type: Content of: <appendix><section><para>
15414 #: tools.dbk:212
15415 msgid ""
15416 "The following packages help with the package building process, general "
15417 "driving <command>dpkg-buildpackage</command> as well as handling supporting "
15418 "tasks."
15419 msgstr ""
15420 "Die folgenden Pakete helfen beim Prozess der Paketerstellung und führen im "
15421 "Allgemeinen <command>dpkg-buildpackage</command> aus, um unterstützende "
15422 "Aufgaben zu behandeln."
15423
15424 #. type: Content of: <appendix><section><section><title>
15425 #: tools.dbk:216
15426 msgid "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
15427 msgstr "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
15428
15429 #. type: Content of: <appendix><section><section><para>
15430 #: tools.dbk:218
15431 msgid ""
15432 "<systemitem role=\"package\">cvs-buildpackage</systemitem> provides the "
15433 "capability to inject or import Debian source packages into a CVS repository, "
15434 "build a Debian package from the CVS repository, and helps in integrating "
15435 "upstream changes into the repository."
15436 msgstr ""
15437 "<systemitem role=\"package\">cvs-buildpackage</systemitem> stellt die "
15438 "Fähigkeit bereit, wichtige Debian-Quellpakete in ein CVS-Depot einzuspeisen, "
15439 "ein Debian-Paket aus dem CVS-Depot zu erstellen und bei der Integration von "
15440 "Änderungen der Originalautoren in das CVS-Depot zu helfen."
15441
15442 #. type: Content of: <appendix><section><section><para>
15443 #: tools.dbk:224
15444 msgid ""
15445 "These utilities provide an infrastructure to facilitate the use of CVS by "
15446 "Debian maintainers.  This allows one to keep separate CVS branches of a "
15447 "package for <literal>stable</literal>, <literal>unstable</literal> and "
15448 "possibly <literal>experimental</literal> distributions, along with the other "
15449 "benefits of a version control system."
15450 msgstr ""
15451 "Diese Hilfswerkzeuge bieten eine Infrastruktur, um Debian-Betreuern den "
15452 "Gebrauch von CVS zu erleichtern. Dies ermöglicht getrennte Zweige von "
15453 "Paketen für die Distributionen <literal>stable</literal>, <literal>unstable</"
15454 "literal> und möglicherweise <literal>experimental</literal> vorzuhalten, "
15455 "zusammen mit den anderen Vorteilen eines Versionsverwaltungssystems."
15456
15457 #. type: Content of: <appendix><section><section><title>
15458 #: tools.dbk:233
15459 msgid "<systemitem role=\"package\">debootstrap</systemitem>"
15460 msgstr "<systemitem role=\"package\">debootstrap</systemitem>"
15461
15462 #. type: Content of: <appendix><section><section><para>
15463 #: tools.dbk:235
15464 msgid ""
15465 "The <systemitem role=\"package\">debootstrap</systemitem> package and script "
15466 "allows you to bootstrap a Debian base system into any part of your "
15467 "filesystem.  By base system, we mean the bare minimum of packages required "
15468 "to operate and install the rest of the system."
15469 msgstr ""
15470 "Das Paket und Skript <systemitem role=\"package\">debootstrap</systemitem> "
15471 "ermöglicht Ihnen das Urladen eines Debian-Basissystems in irgendeinen Teil "
15472 "Ihres Dateisystems. Mit Basissystem ist ein Minimum an installierten Paketen "
15473 "gemeint, die nötig sind, um des Rest des Systems zu betreiben und zu "
15474 "installieren."
15475
15476 #. type: Content of: <appendix><section><section><para>
15477 #: tools.dbk:241
15478 msgid ""
15479 "Having a system like this can be useful in many ways.  For instance, you can "
15480 "<command>chroot</command> into it if you want to test your build "
15481 "dependencies.  Or you can test how your package behaves when installed into "
15482 "a bare base system.  Chroot builders use this package; see below."
15483 msgstr ""
15484 "Ein solches System zu haben, kann in vielerlei Hinsicht nützlich sein. Sie "
15485 "können zum Beispiel mit <command>chroot</command> in das System gehen und "
15486 "wenn Sie wollen, Ihre Build-Abhängigkeiten testen. Oder Sie können testen, "
15487 "wie sich Ihr Paket verhält, wenn es in ein nacktes Basissystem installiert "
15488 "wird. Chroot-Builder benutzen dieses Paket; siehe Folgendes."
15489
15490 #. type: Content of: <appendix><section><section><title>
15491 #: tools.dbk:249
15492 msgid "<systemitem role=\"package\">pbuilder</systemitem>"
15493 msgstr "<systemitem role=\"package\">pbuilder</systemitem>"
15494
15495 #. type: Content of: <appendix><section><section><para>
15496 #: tools.dbk:251
15497 msgid ""
15498 "<systemitem role=\"package\">pbuilder</systemitem> constructs a chrooted "
15499 "system, and builds a package inside the chroot.  It is very useful to check "
15500 "that a package's build-dependencies are correct, and to be sure that "
15501 "unnecessary and wrong build dependencies will not exist in the resulting "
15502 "package."
15503 msgstr ""
15504 "<systemitem role=\"package\">pbuilder</systemitem> konstruiert ein Chroot-"
15505 "System und erstellt ein Paket innerhalb der Chroot-Umgebung. Es ist sehr "
15506 "nützlich, um zu prüfen, ob die Build-Abhängigkeiten des Pakets korrekt sind "
15507 "und um sicher zu sein, dass keine unnötigen oder falschen Build-"
15508 "Abhängigkeiten in dem resultierenden Paket existieren."
15509
15510 #. type: Content of: <appendix><section><section><para>
15511 #: tools.dbk:257
15512 msgid ""
15513 "A related package is <systemitem role=\"package\">pbuilder-uml</systemitem>, "
15514 "which goes even further by doing the build within a User Mode Linux "
15515 "environment."
15516 msgstr ""
15517 "Ein verwandtes Paket ist <systemitem role=\"package\">pbuilder-uml</"
15518 "systemitem>, das sogar noch weiter geht, indem es den Build innerhalb einer "
15519 "User-Mode-Linux-Umgebung durchführt."
15520
15521 #. type: Content of: <appendix><section><section><title>
15522 #: tools.dbk:264
15523 msgid "<systemitem role=\"package\">sbuild</systemitem>"
15524 msgstr "<systemitem role=\"package\">sbuild</systemitem>"
15525
15526 #. type: Content of: <appendix><section><section><para>
15527 #: tools.dbk:266
15528 msgid ""
15529 "<systemitem role=\"package\">sbuild</systemitem> is another automated "
15530 "builder.  It can use chrooted environments as well.  It can be used stand-"
15531 "alone, or as part of a networked, distributed build environment.  As the "
15532 "latter, it is part of the system used by porters to build binary packages "
15533 "for all the available architectures.  See <xref linkend=\"wanna-build\"/> "
15534 "for more information, and <ulink url=\"&url-buildd;\"></ulink> to see the "
15535 "system in action."
15536 msgstr ""
15537 "<systemitem role=\"package\">sbuild</systemitem> ist ein weiterer "
15538 "automatisierter Builder. Er kann auch Chroot-Umgebungen benutzen. Er kann "
15539 "eigenständig benutzt werden oder als Teil einer verteilten Build-Umgebung "
15540 "über ein Netzwerk. Als letzteres ist er Teil des Systems, das Portierer "
15541 "benutzen, um Binärpakete für all die verfügbaren Architekturen zu erstellen. "
15542 "Weitere Informationen finden Sie unter <xref linkend=\"wanna-build\"/> und "
15543 "das System können Sie unter <ulink url=\"&url-buildd;\"></ulink> in Aktion "
15544 "sehen."
15545
15546 #. type: Content of: <appendix><section><title>
15547 #: tools.dbk:278
15548 msgid "Package uploaders"
15549 msgstr "Programme zum Hochladen von Paketen"
15550
15551 #. type: Content of: <appendix><section><para>
15552 #: tools.dbk:280
15553 msgid ""
15554 "The following packages help automate or simplify the process of uploading "
15555 "packages into the official archive."
15556 msgstr ""
15557 "Die folgenden Pakete helfen den Prozess, Pakete in das offizielle Archiv "
15558 "hochzuladen, zu automatisieren oder zu vereinfachen."
15559
15560 #. type: Content of: <appendix><section><section><title>
15561 #: tools.dbk:284
15562 msgid "<systemitem role=\"package\">dupload</systemitem>"
15563 msgstr "<systemitem role=\"package\">dupload</systemitem>"
15564
15565 #. type: Content of: <appendix><section><section><para>
15566 #: tools.dbk:286
15567 msgid ""
15568 "<systemitem role=\"package\">dupload</systemitem> is a package and a script "
15569 "to automatically upload Debian packages to the Debian archive, to log the "
15570 "upload, and to send mail about the upload of a package.  You can configure "
15571 "it for new upload locations or methods."
15572 msgstr ""
15573 "<systemitem role=\"package\">dupload</systemitem> ist ein Paket und ein "
15574 "Skript, um Debian-Pakete automatisch in das Debian-Archiv hochzuladen, den "
15575 "Upload zu protokollieren und Mails über den Upload eines Pakets zu "
15576 "versenden. Sie können es für neue Upload-Orte und -Methoden konfigurieren."
15577
15578 #. type: Content of: <appendix><section><section><title>
15579 #: tools.dbk:294
15580 msgid "<systemitem role=\"package\">dput</systemitem>"
15581 msgstr "<systemitem role=\"package\">dput</systemitem>"
15582
15583 #. type: Content of: <appendix><section><section><para>
15584 #: tools.dbk:296
15585 msgid ""
15586 "The <systemitem role=\"package\">dput</systemitem> package and script does "
15587 "much the same thing as <systemitem role=\"package\">dupload</systemitem>, "
15588 "but in a different way.  It has some features over <systemitem role=\"package"
15589 "\">dupload</systemitem>, such as the ability to check the GnuPG signature "
15590 "and checksums before uploading, and the possibility of running "
15591 "<command>dinstall</command> in dry-run mode after the upload."
15592 msgstr ""
15593 "Das Paket und Skript <systemitem role=\"package\">dput</systemitem> tut das "
15594 "gleiche wie <systemitem role=\"package\">dupload</systemitem>, aber auf eine "
15595 "andere Art. Es hat einige Funktionalitäten mehr als <systemitem role="
15596 "\"package\">dupload</systemitem>, wie die Fähigkeit GnuPG-Signaturen und "
15597 "Prüfsummen vor dem Upload zu überprüfen und die Möglichkeit nach dem Upload "
15598 "<command>dinstall</command> im Leerlaufmodus auszuführen."
15599
15600 #. type: Content of: <appendix><section><section><title>
15601 #: tools.dbk:306
15602 msgid "<command>dcut</command>"
15603 msgstr "<command>dcut</command>"
15604
15605 #. type: Content of: <appendix><section><section><para>
15606 #: tools.dbk:308
15607 msgid ""
15608 "The <command>dcut</command> script (part of the package <systemitem role="
15609 "\"package\">dput</systemitem>, <xref linkend=\"dput\"/>) helps in removing "
15610 "files from the ftp upload directory."
15611 msgstr ""
15612 "Das Skript <command>dcut</command> (Teil des Pakets <systemitem role="
15613 "\"package\">dput</systemitem>, <xref linkend=\"dput\"/>) hilft beim "
15614 "Entfernen von Dateien aus dem FTP-Upload-Verzeichnis."
15615
15616 #. type: Content of: <appendix><section><title>
15617 #: tools.dbk:316
15618 msgid "Maintenance automation"
15619 msgstr "Verwaltungsautomatisierung"
15620
15621 #. type: Content of: <appendix><section><para>
15622 #: tools.dbk:318
15623 msgid ""
15624 "The following tools help automate different maintenance tasks, from adding "
15625 "changelog entries or signature lines and looking up bugs in Emacs to making "
15626 "use of the newest and official <filename>config.sub</filename>."
15627 msgstr ""
15628 "Die folgenden Werkzeuge helfen verschiedene Verwaltungsaufgaben "
15629 "vomHinzufügen von Änderungsprotokolleinträgen oder Signaturzeilen bis zum "
15630 "Nachschlagen von Fehlern in Emacs zum Gebrauch vom neusten und offiziellen "
15631 "<filename>config.sub</filename> zu automatisieren."
15632
15633 #. type: Content of: <appendix><section><section><title>
15634 #: tools.dbk:323
15635 msgid "<systemitem role=\"package\">devscripts</systemitem>"
15636 msgstr "<systemitem role=\"package\">devscripts</systemitem>"
15637
15638 #. type: Content of: <appendix><section><section><para>
15639 #: tools.dbk:325
15640 msgid ""
15641 "<systemitem role=\"package\">devscripts</systemitem> is a package containing "
15642 "wrappers and tools which are very helpful for maintaining your Debian "
15643 "packages.  Example scripts include <command>debchange</command> and "
15644 "<command>dch</command>, which manipulate your <filename>debian/changelog</"
15645 "filename> file from the command-line, and <command>debuild</command>, which "
15646 "is a wrapper around <command>dpkg-buildpackage</command>.  The <command>bts</"
15647 "command> utility is also very helpful to update the state of bug reports on "
15648 "the command line.  <command>uscan</command> can be used to watch for new "
15649 "upstream versions of your packages.  <command>debrsign</command> can be used "
15650 "to remotely sign a package prior to upload, which is nice when the machine "
15651 "you build the package on is different from where your GPG keys are."
15652 msgstr ""
15653 "<systemitem role=\"package\">devscripts</systemitem> ist ein Paket, das "
15654 "Wrapper und Werkzeuge enthält, die die sehr hilfreich für die Verwaltung von "
15655 "Debian-Paketen sind. Beispielskripte beinhalten <command>debchange</command> "
15656 "und <command>dch</command>, die Ihre <filename>debian/changelog</filename>-"
15657 "Datei von der Befehlszeile manipulieren und <command>debuild</command>, das "
15658 "ein Wrapper um <command>dpkg-buildpackage</command> ist. Außerdem ist das "
15659 "Hilfswerkzeug <command>bts</command> sehr hilfreich, um den Status von "
15660 "Fehlerberichten auf der Befehlszeile zu aktualisieren. <command>uscan</"
15661 "command>  kann benutzt werden, um neue Versionen Ihres Pakets von den "
15662 "Originalautoren zu beobachten. <command>debrsign</command> kann benutzt "
15663 "werden, um ein Paket vor dem Upload aus der Ferne zu signieren, was angenehm "
15664 "ist, wenn der Rechner, auf dem Sie das Paket erstellen, sich von dem "
15665 "unterscheidet, auf dem die GPG-Schlüssel liegen."
15666
15667 #. type: Content of: <appendix><section><section><para>
15668 #: tools.dbk:339
15669 msgid ""
15670 "See the <citerefentry> <refentrytitle>devscripts</refentrytitle> "
15671 "<manvolnum>1</manvolnum> </citerefentry> manual page for a complete list of "
15672 "available scripts."
15673 msgstr ""
15674 "Eine vollständige Liste der verfügbaren Skripte finden Sie auf der "
15675 "Handbuchseite <citerefentry> <refentrytitle>devscripts</refentrytitle> "
15676 "<manvolnum>1</manvolnum> </citerefentry>."
15677
15678 #. type: Content of: <appendix><section><section><title>
15679 #: tools.dbk:346
15680 msgid "<systemitem role=\"package\">autotools-dev</systemitem>"
15681 msgstr "<systemitem role=\"package\">autotools-dev</systemitem>"
15682
15683 #. type: Content of: <appendix><section><section><para>
15684 #: tools.dbk:348
15685 msgid ""
15686 "<systemitem role=\"package\">autotools-dev</systemitem> contains best "
15687 "practices for people who maintain packages which use <command>autoconf</"
15688 "command> and/or <command>automake</command>.  Also contains canonical "
15689 "<filename>config.sub</filename> and <filename>config.guess</filename> files "
15690 "which are known to work on all Debian ports."
15691 msgstr ""
15692 "<systemitem role=\"package\">autotools-dev</systemitem> enthält optimale "
15693 "Vorgehensweisen für Leute, die Pakete betreuen, die <command>autoconf</"
15694 "command> und/oder <command>automake</command> benutzen. Außerdem anthält es "
15695 "vorschriftsmäßige <filename>config.sub</filename>- und <filename>config."
15696 "guess</filename>-Dateien, von denen bekannt ist, dass sie auf allen Debian-"
15697 "Portierungen funktionieren."
15698
15699 #. type: Content of: <appendix><section><section><title>
15700 #: tools.dbk:357
15701 msgid "<systemitem role=\"package\">dpkg-repack</systemitem>"
15702 msgstr "<systemitem role=\"package\">dpkg-repack</systemitem>"
15703
15704 #. type: Content of: <appendix><section><section><para>
15705 #: tools.dbk:359
15706 msgid ""
15707 "<command>dpkg-repack</command> creates Debian package file out of a package "
15708 "that has already been installed.  If any changes have been made to the "
15709 "package while it was unpacked (e.g., files in <filename>/etc</filename> were "
15710 "modified), the new package will inherit the changes."
15711 msgstr ""
15712 "<command>dpkg-repack</command> erstellt eine Debian-Paketdatei aus einem "
15713 "Paket, das bereits installiert wurde. Falls irgendwelche Änderungen "
15714 "vorgenommen wurden, während das Pakert entpackt war (es wurden z.B. Dateien "
15715 "in <filename>/etc</filename> verändert), wird das neue Paket die Änderungen "
15716 "erben."
15717
15718 #. type: Content of: <appendix><section><section><para>
15719 #: tools.dbk:365
15720 msgid ""
15721 "This utility can make it easy to copy packages from one computer to another, "
15722 "or to recreate packages which are installed on your system but no longer "
15723 "available elsewhere, or to save the current state of a package before you "
15724 "upgrade it."
15725 msgstr ""
15726 "Dieses Hilfswerkzeug kann das Kopieren von Paketen von einem Rechner zu "
15727 "einem anderen, das Neuerstellen von Paketen, die auf Ihrem System "
15728 "installiert wurden, aber nirgendwo mehr verfügbar sind oder das Sichern des "
15729 "derzeitigen Paketstatus vor dem Upgrade vereinfachen."
15730
15731 #. type: Content of: <appendix><section><section><title>
15732 #: tools.dbk:372
15733 msgid "<systemitem role=\"package\">alien</systemitem>"
15734 msgstr "<systemitem role=\"package\">alien</systemitem>"
15735
15736 #. type: Content of: <appendix><section><section><para>
15737 #: tools.dbk:374
15738 msgid ""
15739 "<command>alien</command> converts binary packages between various packaging "
15740 "formats, including Debian, RPM (RedHat), LSB (Linux Standard Base), Solaris, "
15741 "and Slackware packages."
15742 msgstr ""
15743 "<command>alien</command> wandelt Binärpakete zwischen verschiedenen "
15744 "Paketformaten, einschließlich Debian, RPM (RedHat), LSB (Linux Standard "
15745 "Base), Solaris und Slackware um."
15746
15747 #. type: Content of: <appendix><section><section><title>
15748 #: tools.dbk:381
15749 msgid "<systemitem role=\"package\">debsums</systemitem>"
15750 msgstr "<systemitem role=\"package\">debsums</systemitem>"
15751
15752 #. type: Content of: <appendix><section><section><para>
15753 #: tools.dbk:383
15754 msgid ""
15755 "<command>debsums</command> checks installed packages against their MD5 "
15756 "sums.  Note that not all packages have MD5 sums, since they aren't required "
15757 "by Policy."
15758 msgstr ""
15759 "<command>debsums</command> überprüft die MD5-Prüfsummen von installierten "
15760 "Paketen. Beachten Sie, dass nicht alle Pakete MD5-Prüfsummen haben, da diese "
15761 "nicht von den Richtlinien vorgeschrieben werden."
15762
15763 #. type: Content of: <appendix><section><section><title>
15764 #: tools.dbk:389
15765 msgid "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
15766 msgstr "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
15767
15768 #. type: Content of: <appendix><section><section><para>
15769 #: tools.dbk:391
15770 msgid ""
15771 "<systemitem role=\"package\">dpkg-dev-el</systemitem> is an Emacs lisp "
15772 "package which provides assistance when editing some of the files in the "
15773 "<filename>debian</filename> directory of your package.  For instance, there "
15774 "are handy functions for listing a package's current bugs, and for finalizing "
15775 "the latest entry in a <filename>debian/changelog</filename> file."
15776 msgstr ""
15777 "<systemitem role=\"package\">dpkg-dev-el</systemitem> ist ein Emacs-Lisp-"
15778 "Paket, das Unterstützung beim Bearbeiten von Dateien im <filename>debian</"
15779 "filename>-Verzeichnis Ihres Pakets bietet. Es gibt dort zum Beispiel "
15780 "praktische Funktionen, um die aktuellen Fehler eines Programm aufzulisten "
15781 "und um den letzten Eintrag in einer <filename>debian/changelog</filename>-"
15782 "Datei zu beenden."
15783
15784 #. type: Content of: <appendix><section><section><title>
15785 #: tools.dbk:400
15786 msgid "<command>dpkg-depcheck</command>"
15787 msgstr "<command>dpkg-depcheck</command>"
15788
15789 #. type: Content of: <appendix><section><section><para>
15790 #: tools.dbk:402
15791 msgid ""
15792 "<command>dpkg-depcheck</command> (from the <systemitem role=\"package"
15793 "\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/>)  runs a "
15794 "command under <command>strace</command> to determine all the packages that "
15795 "were used by the said command."
15796 msgstr ""
15797 "<command>dpkg-depcheck</command> (aus dem Paket <systemitem role=\"package"
15798 "\">devscripts</systemitem>, <xref linkend=\"devscripts\"/>) führt einen "
15799 "Befehl unter <command>strace</command> aus, um festzustellen, welche Pakete "
15800 "vom angegebenen Befehl benutzt werden."
15801
15802 #. type: Content of: <appendix><section><section><para>
15803 #: tools.dbk:408
15804 msgid ""
15805 "For Debian packages, this is useful when you have to compose a "
15806 "<literal>Build-Depends</literal> line for your new package: running the "
15807 "build process through <command>dpkg-depcheck</command> will provide you with "
15808 "a good first approximation of the build-dependencies.  For example:"
15809 msgstr ""
15810 "Für Debian-Pakete ist dies nützlich, wenn Sie eine <literal>Build-Depends</"
15811 "literal>-Zeile für Ihr neues Paket verfassen müssen: den Build-Prozess durch "
15812 "<command>dpkg-depcheck</command> auszuführen wird Sie mit einer guten ersten "
15813 "Annäherung von Build-Abhängigkeiten versorgen. Zum Beispiel:"
15814
15815 #. type: Content of: <appendix><section><section><screen>
15816 #: tools.dbk:414
15817 #, no-wrap
15818 msgid "dpkg-depcheck -b debian/rules build\n"
15819 msgstr "dpkg-depcheck -b debian/rules build\n"
15820
15821 #. type: Content of: <appendix><section><section><para>
15822 #: tools.dbk:417
15823 msgid ""
15824 "<command>dpkg-depcheck</command> can also be used to check for run-time "
15825 "dependencies, especially if your package uses <citerefentry> "
15826 "<refentrytitle>exec</refentrytitle> <manvolnum>2</manvolnum> </citerefentry> "
15827 "to run other programs."
15828 msgstr ""
15829 "<command>dpkg-depcheck</command> kann außerdem benutzt werden um "
15830 "Laufzeitabhängigkeiten zu prüfen, insbesondere, wenn Ihr Paket "
15831 "<citerefentry> <refentrytitle>exec</refentrytitle> <manvolnum>2</manvolnum> "
15832 "</citerefentry> benutzt, um andere Programme auszuführen."
15833
15834 #. type: Content of: <appendix><section><section><para>
15835 #: tools.dbk:423
15836 msgid ""
15837 "For more information please see <citerefentry> <refentrytitle>dpkg-depcheck</"
15838 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
15839 msgstr ""
15840 "Weitere Informationen finden Sie unter <citerefentry> <refentrytitle>dpkg-"
15841 "depcheck</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
15842
15843 #. type: Content of: <appendix><section><title>
15844 #: tools.dbk:432
15845 msgid "Porting tools"
15846 msgstr "Portierungswerkzeuge"
15847
15848 #. type: Content of: <appendix><section><para>
15849 #: tools.dbk:434
15850 msgid "The following tools are helpful for porters and for cross-compilation."
15851 msgstr ""
15852 "Die folgenden Werkzeuge sind hilfreich für Portierer und Kompilierung für "
15853 "andere Plattformen."
15854
15855 #. type: Content of: <appendix><section><section><title>
15856 #: tools.dbk:437
15857 msgid "<systemitem role=\"package\">quinn-diff</systemitem>"
15858 msgstr "<systemitem role=\"package\">quinn-diff</systemitem>"
15859
15860 #. type: Content of: <appendix><section><section><para>
15861 #: tools.dbk:439
15862 msgid ""
15863 "<systemitem role=\"package\">quinn-diff</systemitem> is used to locate the "
15864 "differences from one architecture to another.  For instance, it could tell "
15865 "you which packages need to be ported for architecture <replaceable>Y</"
15866 "replaceable>, based on architecture <replaceable>X</replaceable>."
15867 msgstr ""
15868 "<systemitem role=\"package\">quinn-diff</systemitem> wird benutzt, um die "
15869 "Unterschiede zwischen zwei Architekturen zu finden. Es könnte zum Beispiel "
15870 "aufzeigen, welche Pakete für die Architektur <replaceable>Y</replaceable> "
15871 "basierend auf Architektur <replaceable>X</replaceable> portiert werden "
15872 "müssen."
15873
15874 #. type: Content of: <appendix><section><section><title>
15875 #: tools.dbk:447
15876 msgid "<systemitem role=\"package\">dpkg-cross</systemitem>"
15877 msgstr "<systemitem role=\"package\">dpkg-cross</systemitem>"
15878
15879 #. type: Content of: <appendix><section><section><para>
15880 #: tools.dbk:449
15881 msgid ""
15882 "<systemitem role=\"package\">dpkg-cross</systemitem> is a tool for "
15883 "installing libraries and headers for cross-compiling in a way similar to "
15884 "<systemitem role=\"package\">dpkg</systemitem>.  Furthermore, the "
15885 "functionality of <command>dpkg-buildpackage</command> and <command>dpkg-"
15886 "shlibdeps</command> is enhanced to support cross-compiling."
15887 msgstr ""
15888 "<systemitem role=\"package\">dpkg-cross</systemitem> ist ein Werkzeug, um "
15889 "Bibliotheken und Header zum Kompilieren auf anderen Plattformen auf eine Art "
15890 "zu installieren, die <systemitem role=\"package\">dpkg</systemitem> ähnlich "
15891 "ist. Weiterhin wird die Funktionalität von <command>dpkg-buildpackage</"
15892 "command> und <command>dpkg-shlibdeps</command> durch die Unterstützung vom "
15893 "Kompilieren auf anderen Plattformen verbessert."
15894
15895 #. type: Content of: <appendix><section><title>
15896 #: tools.dbk:460
15897 msgid "Documentation and information"
15898 msgstr "Dokumentation und Information"
15899
15900 #. type: Content of: <appendix><section><para>
15901 #: tools.dbk:462
15902 msgid ""
15903 "The following packages provide information for maintainers or help with "
15904 "building documentation."
15905 msgstr ""
15906 "Die folgenden Pakete stellen Informationen für Betreuer zur Verfügung oder "
15907 "helfen bei der Erstellung von Dokumentation."
15908
15909 #. type: Content of: <appendix><section><section><title>
15910 #: tools.dbk:467
15911 msgid "<systemitem role=\"package\">docbook-xml</systemitem>"
15912 msgstr "<systemitem role=\"package\">docbook-xml</systemitem>"
15913
15914 #. type: Content of: <appendix><section><section><para>
15915 #: tools.dbk:469
15916 msgid ""
15917 "<systemitem role=\"package\">docbook-xml</systemitem> provides the DocBook "
15918 "XML DTDs, which are commonly used for Debian documentation (as is the older "
15919 "debiandoc SGML DTD). This manual, for instance, is written in DocBook XML."
15920 msgstr ""
15921 "<systemitem role=\"package\">docbook-xml</systemitem> stellt die DocBook-XML-"
15922 "DTDen bereit, die häufig für Debian-Dokumentation benutzt werden (genauso "
15923 "wie die ältere Debiandoc-SGML-DTD). Dieses Handbuch wurde zum Beispiel in "
15924 "Docbook-XML verfasst."
15925
15926 #. type: Content of: <appendix><section><section><para>
15927 #: tools.dbk:475
15928 msgid ""
15929 "The <systemitem role=\"package\">docbook-xsl</systemitem> package provides "
15930 "the XSL files for building and styling the source to various output formats. "
15931 "You will need an XSLT processor, such as <systemitem role=\"package"
15932 "\">xsltproc</systemitem>, to use the XSL stylesheets.  Documentation for the "
15933 "stylesheets can be found in the various <systemitem role=\"package\">docbook-"
15934 "xsl-doc-*</systemitem> packages."
15935 msgstr ""
15936 "Das Paket <systemitem role=\"package\">docbook-xsl</systemitem> stellt die "
15937 "XSL-Dateien zum Erstellen und Gestalten der Quelle in verschiedenen "
15938 "Ausgabeformaten bereit. Sie benötigen ein XSLT-Bearbeitungsprogramm wie "
15939 "<systemitem role=\"package\">xsltproc</systemitem>, um die XSL-Stylesheets "
15940 "zu verwenden. Dokumentation für die Stylesheets kann in den verschiedenen "
15941 "<systemitem role=\"package\">docbook-xsl-doc-*</systemitem>-Paketen gefunden "
15942 "werden."
15943
15944 #. type: Content of: <appendix><section><section><para>
15945 #: tools.dbk:483
15946 msgid ""
15947 "To produce PDF from FO, you need an FO processor, such as <systemitem role="
15948 "\"package\">xmlroff</systemitem> or <systemitem role=\"package\">fop</"
15949 "systemitem>. Another tool to generate PDF from DocBook XML is <systemitem "
15950 "role=\"package\">dblatex</systemitem>."
15951 msgstr ""
15952 "Um PDF aus FO zu erstellen, benötigen Sie ein FO-Bearbeitungsprogramm wie "
15953 "<systemitem role=\"package\">xmlroff</systemitem> oder <systemitem role="
15954 "\"package\">fop</systemitem>. Ein weiteres Werkzeug, um PDF aus DocBook-XML "
15955 "zu generieren ist <systemitem role=\"package\">dblatex</systemitem>."
15956
15957 #. type: Content of: <appendix><section><section><title>
15958 #: tools.dbk:491
15959 msgid "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
15960 msgstr "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
15961
15962 #. type: Content of: <appendix><section><section><para>
15963 #: tools.dbk:493
15964 msgid ""
15965 "<systemitem role=\"package\">debiandoc-sgml</systemitem> provides the "
15966 "DebianDoc SGML DTD, which is commonly used for Debian documentation, but is "
15967 "now deprecated (<systemitem role=\"package\">docbook-xml</systemitem> should "
15968 "be used instead).  It also provides scripts for building and styling the "
15969 "source to various output formats."
15970 msgstr ""
15971 "<systemitem role=\"package\">debiandoc-sgml</systemitem> stellt die "
15972 "DebianDoc-SGML-DTD bereit, die normalerweise für Debian-Dokumentation "
15973 "benutzt aber nun missbilligt wird (stattdessen sollte <systemitem role="
15974 "\"package\">docbook-xml</systemitem> benutzt werden). Es stellt außerdem "
15975 "Skripte zum Erstellen und Gestalten der Quelle in verschiedenen "
15976 "Ausgabeformaten bereit."
15977
15978 #. type: Content of: <appendix><section><section><para>
15979 #: tools.dbk:502
15980 msgid ""
15981 "Documentation for the DTD can be found in the <systemitem role=\"package"
15982 "\">debiandoc-sgml-doc</systemitem> package."
15983 msgstr ""
15984 "Dokumentation für die DTD kann im Paket <systemitem role=\"package"
15985 "\">debiandoc-sgml-doc</systemitem> gefunden werden."
15986
15987 #. type: Content of: <appendix><section><section><title>
15988 #: tools.dbk:508
15989 msgid "<systemitem role=\"package\">debian-keyring</systemitem>"
15990 msgstr "<systemitem role=\"package\">debian-keyring</systemitem>"
15991
15992 #. type: Content of: <appendix><section><section><para>
15993 #: tools.dbk:510
15994 msgid ""
15995 "Contains the public GPG and PGP keys of Debian developers.  See <xref "
15996 "linkend=\"key-maint\"/> and the package documentation for more information."
15997 msgstr ""
15998 "enthält die öffentlichen GPG- und PGP-Schlüssel der Debian-Entwickler. Siehe "
15999 "<xref linkend=\"key-maint\"/> und die Paketdokumentation für weitere "
16000 "Informationen."
16001
16002 #. type: Content of: <appendix><section><section><title>
16003 #: tools.dbk:516
16004 msgid "<systemitem role=\"package\">debian-maintainers</systemitem>"
16005 msgstr "<systemitem role=\"package\">debian-maintainers</systemitem>"
16006
16007 #. type: Content of: <appendix><section><section><para>
16008 #: tools.dbk:518
16009 msgid ""
16010 "Contains the public GPG keys of Debian Maintainers.  See <ulink url=\"&url-"
16011 "wiki-dm;\"></ulink> for more information."
16012 msgstr ""
16013 "enthält die öffentlichen GPG-Schlüssel der Debian-Betreuer. Siehe <ulink url="
16014 "\"&url-wiki-dm;\"></ulink> für weitere Informationen."
16015
16016 #. type: Content of: <appendix><section><section><title>
16017 #: tools.dbk:524
16018 msgid "<systemitem role=\"package\">debview</systemitem>"
16019 msgstr "<systemitem role=\"package\">debview</systemitem>"
16020
16021 #. type: Content of: <appendix><section><section><para>
16022 #: tools.dbk:526
16023 msgid ""
16024 "<systemitem role=\"package\">debview</systemitem> provides an Emacs mode for "
16025 "viewing Debian binary packages.  This lets you examine a package without "
16026 "unpacking it."
16027 msgstr ""
16028 "<systemitem role=\"package\">debview</systemitem> stellt einen Emacs-Modus "
16029 "bereit, um Debian-Binärpakete anzusehen. Dies ermöglicht Ihnen ein Paket zu "
16030 "untersuchen ohne es zu installieren."
16031
16032 #~ msgid ""
16033 #~ "Some people feel that vanilla <filename>debian/rules</filename> files are "
16034 #~ "better, since you don't have to learn the intricacies of any helper "
16035 #~ "system.  This decision is completely up to you.  Use what works for you.  "
16036 #~ "Many examples of vanilla <filename>debian/rules</filename> files are "
16037 #~ "available at <ulink url=\"&url-rules-files;\"></ulink>."
16038 #~ msgstr ""
16039 #~ "Einige Personen sind der Ansicht, dass einfache <filename>debian/rules</"
16040 #~ "filename>-Dateien besser sind, da Sie nicht die Feinheiten eines Helfer-"
16041 #~ "Systems erlernen müssen. Diese Entscheidung liegt allein bei Ihnen. "
16042 #~ "Benutzen Sie das, was für Sie am besten klappt. Unter <ulink url=\"&url-"
16043 #~ "rules-files;\"></ulink> sind viele Beispiele für einfache "
16044 #~ "<filename>debian/rules</filename>-Dateien verfügbar."
16045
16046 #~ msgid ""
16047 #~ "If you upload a package to testing or stable, you sometimes need to \"fork"
16048 #~ "\" the version number tree. This is the case for security uploads, for "
16049 #~ "example.  For this, a version of the form <literal>+deb<replaceable>XY</"
16050 #~ "replaceable>u<replaceable>Z</replaceable></literal> should be used, where "
16051 #~ "<replaceable>X</replaceable> and <replaceable>Y</replaceable> are the "
16052 #~ "major and minor release numbers, and <replaceable>Z</replaceable> is a "
16053 #~ "counter starting at <literal>1</literal>.  When the release number is not "
16054 #~ "yet known (often the case for <literal>testing</literal>, at the "
16055 #~ "beginning of release cycles), the lowest release number higher than the "
16056 #~ "last stable release number must be used.  For example, while Lenny "
16057 #~ "(Debian 5.0) is stable, a security NMU to stable for a package at version "
16058 #~ "<literal>1.5-3</literal> would have version <literal>1.5-3+deb50u1</"
16059 #~ "literal>, whereas a security NMU to Squeeze would get version "
16060 #~ "<literal>1.5-3+deb60u1</literal>. After the release of Squeeze, security "
16061 #~ "uploads to the <literal>testing</literal> distribution will be versioned "
16062 #~ "<literal>+deb61uZ</literal>, until it is known whether that release will "
16063 #~ "be Debian 6.1 or Debian 7.0 (if that becomes the case, uploads will be "
16064 #~ "versioned as <literal>+deb70uZ</literal>)."
16065 #~ msgstr ""
16066 #~ "Falls Sie ein Paket nach Testing oder Stable hochladen, müssen Sie "
16067 #~ "manchmal den Baum der Versionsnummern verzweigen. Dies ist beispielsweise "
16068 #~ "bei Sicherheitsaktualisierungen der Fall. Aus diesem Grund sollte eine "
16069 #~ "Version der Form <literal>+deb<replaceable>XY</"
16070 #~ "replaceable>u<replaceable>Z</replaceable></literal> benutzt werden, wobei "
16071 #~ "<replaceable>X</replaceable> und <replaceable>Y</replaceable> die Major- "
16072 #~ "und Minor-Release-Nummern und <replaceable>Z</replaceable> ein Zähler "
16073 #~ "ist, der bei <literal>1</literal> beginnt. Wenn die Release-Nummer noch "
16074 #~ "nicht bekannt ist (öfters der Fall bei <literal>testing</literal> zu "
16075 #~ "Beginn des Release-Zyklus), muss die kleinste Release-Nummer benutzt "
16076 #~ "werden, die größer als die letzte Stable-Release-Nummer ist. Während zum "
16077 #~ "Beispiel Lenny (Debian 5.0) Stable ist, hätte ein Sicherheits-NMU für "
16078 #~ "Stable für ein Paket der Version <literal>1.5-3</literal> die Version "
16079 #~ "<literal>1.5-3+deb50u1</literal>, während ein Sicherheits-NMU für Squeeze "
16080 #~ "die Version <literal>1.5-3+deb60u1</literal> bekäme. Nach dem Release von "
16081 #~ "Squeeze werden Sicherheits-Uploads in die Distribution <literal>testing</"
16082 #~ "literal> mit der Versionsnummer <literal>+deb61uZ</literal> versehen, bis "
16083 #~ "bekannt ist, ob das Release Debian 6.1 oder Debian 7.0 sein wird (falls "
16084 #~ "dies der Fall ist, bekommen Uploads die Version <literal>+deb70uZ</"
16085 #~ "literal>)."