chiark / gitweb /
[dev-ref] po4a: make tidypo
[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-2013.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: developers-reference 3.4.9\n"
9 "Report-Msgid-Bugs-To: developers-reference@packages.debian.org\n"
10 "POT-Creation-Date: 2013-05-14 16:55-0400\n"
11 "PO-Revision-Date: 2013-05-15 18:41+0100\n"
12 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
13 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
14 "Language: de\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: Content of: <chapter><title>
20 #: best-pkging-practices.dbk:7
21 msgid "Best Packaging Practices"
22 msgstr "Optimale Vorgehensweise beim Paketieren"
23
24 #. type: Content of: <chapter><para>
25 #: best-pkging-practices.dbk:9
26 msgid ""
27 "Debian's quality is largely due to the <ulink url=\"&url-debian-policy;"
28 "\">Debian Policy</ulink>, which defines explicit baseline requirements which "
29 "all Debian packages must fulfill.  Yet there is also a shared history of "
30 "experience which goes beyond the Debian Policy, an accumulation of years of "
31 "experience in packaging.  Many very talented people have created great "
32 "tools, tools which help you, the Debian maintainer, create and maintain "
33 "excellent packages."
34 msgstr ""
35 "Debians Qualität ist größtenteils den <ulink url=\"&url-debian-policy;"
36 "\">Debian-Richtlinien</ulink> zu verdanken, die explizit grundlegende "
37 "Anforderungen definieren, die alle Debian-Pakete erfüllen müssen. Bisher "
38 "gibt es außerdem eine gemeinsame Geschichte der Erfahrung, die hinter den "
39 "Debian-Richtlinien steckt, einer Ansammlung jahrelanger Erfahrung im "
40 "Paketieren. Viele sehr talentierte Leute haben großartige Werkzeuge "
41 "geschaffen, Werkzeuge, die Ihnen als Debian-Betreuer helfen, ausgezeichnete "
42 "Pakete zu erstellen und zu pflegen."
43
44 #. type: Content of: <chapter><para>
45 #: best-pkging-practices.dbk:18
46 msgid ""
47 "This chapter provides some best practices for Debian developers.  All "
48 "recommendations are merely that, and are not requirements or policy.  These "
49 "are just some subjective hints, advice and pointers collected from Debian "
50 "developers.  Feel free to pick and choose whatever works best for you."
51 msgstr ""
52 "Dieses Kapitel stellt einige optimale Vorgehensweisen für Debian-Entwickler "
53 "vor. Das alles sind lediglich Empfehlungen und keine Anforderungen oder "
54 "Richtlinien. Dies sind nur einige subjektive Hinweise, Ratschläge und "
55 "Fingerzeige, die von Debian-Entwicklern gesammelt wurden. Suchen Sie sich "
56 "einfach das heraus, was Ihnen am meisten zusagt."
57
58 #. type: Content of: <chapter><section><title>
59 #: best-pkging-practices.dbk:24
60 msgid "Best practices for <filename>debian/rules</filename>"
61 msgstr "Optimale Vorgehensweisen für <filename>debian/rules</filename>"
62
63 #. type: Content of: <chapter><section><para>
64 #: best-pkging-practices.dbk:26
65 msgid ""
66 "The following recommendations apply to the <filename>debian/rules</filename> "
67 "file.  Since <filename>debian/rules</filename> controls the build process "
68 "and selects the files which go into the package (directly or indirectly), "
69 "it's usually the file maintainers spend the most time on."
70 msgstr ""
71 "Die folgenden Empfehlungen gelten für die Datei <filename>debian/rules</"
72 "filename>. Da <filename>debian/rules</filename> den Build-Prozess steuert "
73 "und die Dateien auswählt, die in das Paket gelangen (direkt oder indirekt), "
74 "ist es normerweise die Datei, der die Betreuer die meiste Zeit widmen."
75
76 #. type: Content of: <chapter><section><section><title>
77 #: best-pkging-practices.dbk:32
78 msgid "Helper scripts"
79 msgstr "Helfer-Skripte"
80
81 #. type: Content of: <chapter><section><section><para>
82 #: best-pkging-practices.dbk:34
83 msgid ""
84 "The rationale for using helper scripts in <filename>debian/rules</filename> "
85 "is that they let maintainers use and share common logic among many "
86 "packages.  Take for instance the question of installing menu entries: you "
87 "need to put the file into <filename>/usr/share/menu</filename> (or "
88 "<filename>/usr/lib/menu</filename> for executable binary menufiles, if this "
89 "is needed), and add commands to the maintainer scripts to register and "
90 "unregister the menu entries.  Since this is a very common thing for packages "
91 "to do, why should each maintainer rewrite all this on their own, sometimes "
92 "with bugs? Also, supposing the menu directory changed, every package would "
93 "have to be changed."
94 msgstr ""
95 "Der Grund für die Benutzung von Helfer-Skripten in <filename>debian/rules</"
96 "filename> ist, dass sie den Betreuern eine geteilte gemeinsame Logik "
97 "inmitten vieler Pakete einräumen. Nehmen Sie zum Beispiel die Frage, wie "
98 "Menü-Einträge installiert werden: Sie müssen die Datei in <filename>/usr/"
99 "share/menu</filename> (oder <filename>/usr/lib/menu</filename> für "
100 "ausführbare binäre Menü-Dateien, wenn nötig) ablegen und den "
101 "Betreuerskripten Befehle hinzufügen, um Menü-Einträge zu registrieren bzw. "
102 "ihre Registrierung zu entfernen. Dies ist eine sehr häufige Tätigkeit für "
103 "Pakete. Warum sollte daher jeder Betreuer all dies für sich selbst neu "
104 "schreiben und dabei möglicherweise Fehler verursachen? Außerdem, den Fall "
105 "gesetzt, das Menü-Verzeichnis würde sich ändern, dann müsste jedes Paket "
106 "geändert werden."
107
108 #. type: Content of: <chapter><section><section><para>
109 #: best-pkging-practices.dbk:45
110 msgid ""
111 "Helper scripts take care of these issues.  Assuming you comply with the "
112 "conventions expected by the helper script, the helper takes care of all the "
113 "details.  Changes in policy can be made in the helper script; then packages "
114 "just need to be rebuilt with the new version of the helper and no other "
115 "changes."
116 msgstr ""
117 "Helfer-Skripte kümmern sich um diese Probleme. Angenommen, Sie erfüllen alle "
118 "Gepflogenheiten, die das Helfer-Skript erwartet, dann kümmert sich das "
119 "Helfer-Skript um alle Einzelheiten. Änderungen an den Richtlinien können im "
120 "Helfer-Skript erledigt werden. Dann müssen Pakete nur mit der neuen Version "
121 "des Helfer-Skripts erstellt und sonst nicht geändert werden."
122
123 #. type: Content of: <chapter><section><section><para>
124 #: best-pkging-practices.dbk:52
125 msgid ""
126 "<xref linkend=\"tools\"/> contains a couple of different helpers.  The most "
127 "common and best (in our opinion) helper system is <systemitem role=\"package"
128 "\">debhelper</systemitem>.  Previous helper systems, such as <systemitem "
129 "role=\"package\">debmake</systemitem>, were monolithic: you couldn't pick "
130 "and choose which part of the helper you found useful, but had to use the "
131 "helper to do everything.  <systemitem role=\"package\">debhelper</"
132 "systemitem>, however, is a number of separate little <command>dh_*</command> "
133 "programs.  For instance, <command>dh_installman</command> installs and "
134 "compresses man pages, <command>dh_installmenu</command> installs menu files, "
135 "and so on.  Thus, it offers enough flexibility to be able to use the little "
136 "helper scripts, where useful, in conjunction with hand-crafted commands in "
137 "<filename>debian/rules</filename>."
138 msgstr ""
139 "<xref linkend=\"tools\"/> enthält ein paar verschiedene Helfer-Skripte. Das "
140 "gängigste und beste (nach Meinung von Debian) Helfersystem ist <systemitem "
141 "role=\"package\">debhelper</systemitem>. Verhergehende Helfersysteme, wie "
142 "<systemitem role=\"package\">debmake</systemitem> waren monolithisch. Sie "
143 "konnten nicht den Teil des Helfers herausgreifen und auswählen, den Sie "
144 "nützlich fanden, mussten aber den Helfer für alles benutzen. <systemitem "
145 "role=\"package\">debhelper</systemitem> besteht jedoch aus mehreren "
146 "getrennten kleinen <command>dh_*</command>-Programmen. "
147 "<command>dh_installman</command> installiert und komprimiert zum Beispiel "
148 "Handbuchseiten, <command>dh_installmenu</command> installiert Menü-Dateien "
149 "und so weiter. Daher bietet es eine ausreichende Flexibilität, die kleinen "
150 "Helfer-Skripte dort zu benutzen, wo sie nützlich sind in Verbindung mit "
151 "handgemachten Befehlen in <filename>debian/rules</filename>."
152
153 #. type: Content of: <chapter><section><section><para>
154 #: best-pkging-practices.dbk:66
155 msgid ""
156 "You can get started with <systemitem role=\"package\">debhelper</systemitem> "
157 "by reading <citerefentry> <refentrytitle>debhelper</refentrytitle> "
158 "<manvolnum>1</manvolnum> </citerefentry>, and looking at the examples that "
159 "come with the package.  <command>dh_make</command>, from the <systemitem "
160 "role=\"package\">dh-make</systemitem> package (see <xref linkend=\"dh-make\"/"
161 ">), can be used to convert a vanilla source package to a <systemitem role="
162 "\"package\">debhelper</systemitem>ized package.  This shortcut, though, "
163 "should not convince you that you do not need to bother understanding the "
164 "individual <command>dh_*</command> helpers.  If you are going to use a "
165 "helper, you do need to take the time to learn to use that helper, to learn "
166 "its expectations and behavior."
167 msgstr ""
168 "Sie können mit <systemitem role=\"package\">debhelper</systemitem> anfangen, "
169 "indem Sie <citerefentry> <refentrytitle>debhelper</refentrytitle> "
170 "<manvolnum>1</manvolnum> </citerefentry> lesen und sich die Beispiele "
171 "ansehen, die dem Paket beigefügt sind. <command>dh_make</command> aus dem "
172 "Paket <systemitem role=\"package\">dh-make</systemitem> (siehe <xref linkend="
173 "\"dh-make\"/>) kann benutzt werden, um ein einfaches Quellpaket in ein mit "
174 "<systemitem role=\"package\">debhelper</systemitem> bearbeitetes Paket "
175 "umzuwandeln. Gleichwohl sollte diese Kurzform Sie jedoch nicht davon "
176 "überzeugen, dass Sie sich nicht plagen müssen, um die einzelnen "
177 "<command>dh_*</command>-Helfer zu verstehen. Falls Sie einen Helfer benutzen "
178 "möchten, müssen Sie sich die Zeit nehmen zu lernen, wie dieser Helfer "
179 "benutzt wird, um zu verstehen was er erwartet und wie er sich verhält."
180
181 #. type: Content of: <chapter><section><section><title>
182 #: best-pkging-practices.dbk:81
183 msgid "Separating your patches into multiple files"
184 msgstr "Unterteilen Sie Ihre Patchs in mehrere Dateien"
185
186 #. type: Content of: <chapter><section><section><para>
187 #: best-pkging-practices.dbk:83
188 msgid ""
189 "Big, complex packages may have many bugs that you need to deal with.  If you "
190 "correct a number of bugs directly in the source, and you're not careful, it "
191 "can get hard to differentiate the various patches that you applied.  It can "
192 "get quite messy when you have to update the package to a new upstream "
193 "version which integrates some of the fixes (but not all).  You can't take "
194 "the total set of diffs (e.g., from <filename>.diff.gz</filename>) and work "
195 "out which patch sets to back out as a unit as bugs are fixed upstream."
196 msgstr ""
197 "Große, komplexe Pakete könnten mehrere Fehler haben, die Sie bewältigen "
198 "müssen. Falls Sie mehrere Fehler direkt in der Quelle beheben und nicht "
199 "sorgfältig vorgehen, kann es schwierig werden, die verschiedenen Patchs, die "
200 "Sie bereitgestellt haben, zu unterscheiden. Es kann ziemlich chaotisch "
201 "werden, wenn Sie das Paket auf eine neue Originalversion aktualisieren "
202 "müssen, die einige (aber nicht alle) Reparaturen enthält. Sie können nicht "
203 "die komplette Zusammenstellung der Diffs nehmen (z.B. aus <filename>.diff."
204 "gz</filename>) und austüfteln, welches Patch es als Einheit zurücksetzt, da "
205 "Fehler im Original repariert wurden."
206
207 #. type: Content of: <chapter><section><section><para>
208 #: best-pkging-practices.dbk:92
209 msgid ""
210 "Fortunately, with the source format “3.0 (quilt)” it is now possible to keep "
211 "patches separate without having to modify <filename>debian/rules</filename> "
212 "to setup a patch system. Patches are stored in <filename>debian/patches/</"
213 "filename> and when the source package is unpacked patches listed in "
214 "<filename>debian/patches/series</filename> are automatically applied.  As "
215 "the name implies, patches can be managed with <command>quilt</command>."
216 msgstr ""
217 "Glücklicherweise ist es nun mit dem Quellformat »3.0 (quilt)« möglich, die "
218 "Patchs getrennt zu halten ohne <filename>debian/rules</filename> zur "
219 "Einrichtung eines Patch-Systems ändern zu müssen. Patchs werden in "
220 "<filename>debian/patches/</filename> gespeichert und wenn das Quellpaket "
221 "entpackt wird, werden automatisch die Patchs angewandt, die in "
222 "<filename>debian/patches/series</filename> aufgeführt sind. Wie der Name "
223 "schon sagt, können Patchs mit <command>quilt</command> verwaltet werden."
224
225 #. type: Content of: <chapter><section><section><para>
226 #: best-pkging-practices.dbk:100
227 msgid ""
228 "When using the older source “1.0”, it's also possible to separate patches "
229 "but a dedicated patch system must be used: the patch files are shipped "
230 "within the Debian patch file (<filename>.diff.gz</filename>), usually within "
231 "the <filename>debian/</filename> directory. The only difference is that they "
232 "aren't applied immediately by <command>dpkg-source</command>, but by the "
233 "<literal>build</literal> rule of <filename>debian/rules</filename>, through "
234 "a dependency on the <literal>patch</literal> rule.  Conversely, they are "
235 "reverted in the <literal>clean</literal> rule, through a dependency on the "
236 "<literal>unpatch</literal> rule."
237 msgstr ""
238 "Wenn Sie die ältere Quelle »1.0« verwenden, ist es auch möglich, Patchs zu "
239 "trennen, aber es muss ein zugehöriges Patch-System verwandt werden: Die "
240 "Patch-Dateien werden innerhalb der Debian-Patch-Datei (<filename>.diff.gz</"
241 "filename>) mitgeliefert, normalerweise im Verzeichnis <filename>debian/</"
242 "filename>. Der einzige Unterschied ist, dass sie nicht unmittelbar von "
243 "<command>dpkg-source</command> angewandt werden, sondern von der "
244 "<literal>build</literal>-Regel der Datei <filename>debian/rules</filename> "
245 "durch eine Abhängigkeit in der <literal>patch</literal>-Regel. Im Gegenzug "
246 "werden sie von der Regel <literal>clean</literal> durch eine Abhängigkeit "
247 "zur Regel <literal>unpatch</literal> umgekehrt."
248
249 #. type: Content of: <chapter><section><section><para>
250 #: best-pkging-practices.dbk:112
251 msgid ""
252 "<command>quilt</command> is the recommended tool for this.  It does all of "
253 "the above, and also allows to manage patch series.  See the <systemitem role="
254 "\"package\">quilt</systemitem> package for more information."
255 msgstr ""
256 "<command>quilt</command> ist das dafür empfohlene Werkzeug. Es erledigt "
257 "alles oben beschriebene und ermöglicht außerdem die Verwaltung von Patch-"
258 "Serien. Weitere Informationen finden Sie im Paket <systemitem role=\"package"
259 "\">quilt</systemitem>."
260
261 #. type: Content of: <chapter><section><section><para>
262 #: best-pkging-practices.dbk:118
263 msgid ""
264 "There are other tools to manage patches, like <command>dpatch</command>, and "
265 "the patch system integrated with <systemitem role=\"package\">cdbs</"
266 "systemitem>."
267 msgstr ""
268 "Es gibt noch andere Werkzeuge, um Patchs zu verwalten, wie <command>dpatch</"
269 "command> und das in <systemitem role=\"package\">cdbs</systemitem> "
270 "eingebaute Patch-System."
271
272 #. type: Content of: <chapter><section><section><title>
273 #: best-pkging-practices.dbk:125
274 msgid "Multiple binary packages"
275 msgstr "Pakete mit mehreren Binärdateien"
276
277 #. type: Content of: <chapter><section><section><para>
278 #: best-pkging-practices.dbk:127
279 msgid ""
280 "A single source package will often build several binary packages, either to "
281 "provide several flavors of the same software (e.g., the <systemitem role="
282 "\"package\">vim</systemitem> source package) or to make several small "
283 "packages instead of a big one (e.g., so the user can install only the subset "
284 "needed, and thus save some disk space)."
285 msgstr ""
286 "Ein einzelnes Quellpaket wird oft mehrere Binärpakete erstellen, entweder um "
287 "mehrere Geschmacksrichtungen der gleichen Software bereitzustellen (z.B. das "
288 "<systemitem role=\"package\">vim</systemitem>-Quellpaket) oder um mehrere "
289 "kleine Pakete anstelle eines einzelnen großen zu erzeugen (z,B. damit der "
290 "Benutzer nur die benötigte Untermenge installieren kann und dadurch "
291 "Plattenplatz spart)."
292
293 #. type: Content of: <chapter><section><section><para>
294 #: best-pkging-practices.dbk:134
295 msgid ""
296 "The second case can be easily managed in <filename>debian/rules</filename>.  "
297 "You just need to move the appropriate files from the build directory into "
298 "the package's temporary trees.  You can do this using <command>install</"
299 "command> or <command>dh_install</command> from <systemitem role=\"package"
300 "\">debhelper</systemitem>.  Be sure to check the different permutations of "
301 "the various packages, ensuring that you have the inter-package dependencies "
302 "set right in <filename>debian/control</filename>."
303 msgstr ""
304 "Der zweite Fall kann einfach in <filename>debian/rules</filename> verwaltet "
305 "werden. Sie müssen nur die entsprechenden Dateien aus dem Build-Verzeichnis "
306 "in die entsprechenden temporären Baumstrukturen des Pakets verschieben. Dies "
307 "können Sie mit <command>install</command> oder <command>dh_install</command> "
308 "aus <systemitem role=\"package\">debhelper</systemitem> erledigen. Sorgen "
309 "Sie dafür, dass Sie die unterschiedlichen Umsetzungen der verschiedenen "
310 "Pakete prüfen, um sicherzustellen, dass Sie die wechselseitigen "
311 "Abhängigkeiten in <filename>debian/control</filename> richtig gesetzt haben."
312
313 #. type: Content of: <chapter><section><section><para>
314 #: best-pkging-practices.dbk:143
315 msgid ""
316 "The first case is a bit more difficult since it involves multiple recompiles "
317 "of the same software but with different configuration options.  The "
318 "<systemitem role=\"package\">vim</systemitem> source package is an example "
319 "of how to manage this using an hand-crafted <filename>debian/rules</"
320 "filename> file."
321 msgstr ""
322 "Der erste Fall ist etwas schwieriger, da er mehrmaliges Neukompilieren der "
323 "selben Software einschließt, aber mit unterschiedlichen "
324 "Konfigurationsoptionen. Das <systemitem role=\"package\">vim</systemitem>-"
325 "Quellpaket ist ein Beispiel dafür, wie dies mit einer handgemachten "
326 "<filename>debian/rules</filename>-Datei verwaltet wird."
327
328 #. type: Content of: <chapter><section><title>
329 #: best-pkging-practices.dbk:155
330 msgid "Best practices for <filename>debian/control</filename>"
331 msgstr "Optimale Vorgehensweisen für <filename>debian/control</filename>"
332
333 #. type: Content of: <chapter><section><para>
334 #: best-pkging-practices.dbk:157
335 msgid ""
336 "The following practices are relevant to the <filename>debian/control</"
337 "filename> file.  They supplement the <ulink url=\"&url-debian-policy;ch-"
338 "binary.html#s-descriptions\">Policy on package descriptions</ulink>."
339 msgstr ""
340 "Die folgenden Vorgehensweisen sind maßgeblich für die Datei <filename>debian/"
341 "control</filename>. Sie ergänzen die <ulink url=\"&url-debian-policy;ch-"
342 "binary.html#s-descriptions\">Richtlinien für Paketbeschreibungen</ulink>."
343
344 #. type: Content of: <chapter><section><para>
345 #: best-pkging-practices.dbk:163
346 msgid ""
347 "The description of the package, as defined by the corresponding field in the "
348 "<filename>control</filename> file, contains both the package synopsis and "
349 "the long description for the package.  <xref linkend=\"bpp-desc-basics\"/> "
350 "describes common guidelines for both parts of the package description.  "
351 "Following that, <xref linkend=\"bpp-pkg-synopsis\"/> provides guidelines "
352 "specific to the synopsis, and <xref linkend=\"bpp-pkg-desc\"/> contains "
353 "guidelines specific to the description."
354 msgstr ""
355 "Die Beschreibung des Pakets, wie sie durch das entsprechende Feld in der "
356 "Datei <filename>control</filename> definiert wird, enthält sowohl die "
357 "Paketübersicht, als auch die ausführliche Beschreibung des Pakets. <xref "
358 "linkend=\"bpp-desc-basics\"/> beschreibt übliche Richtlinien für beide Teile "
359 "der Paketbeschreibung. Diesen folgend stellt  <xref linkend=\"bpp-pkg-"
360 "synopsis\"/> Richtlinien speziell für die Übersicht bereit und <xref linkend="
361 "\"bpp-pkg-desc\"/> enthält spezielle Richtlinien für die Beschreibung."
362
363 #. type: Content of: <chapter><section><section><title>
364 #: best-pkging-practices.dbk:172
365 msgid "General guidelines for package descriptions"
366 msgstr "Allgemeine Richtlinien für Paketbeschreibungen"
367
368 #. type: Content of: <chapter><section><section><para>
369 #: best-pkging-practices.dbk:174
370 msgid ""
371 "The package description should be written for the average likely user, the "
372 "average person who will use and benefit from the package.  For instance, "
373 "development packages are for developers, and can be technical in their "
374 "language.  More general-purpose applications, such as editors, should be "
375 "written for a less technical user."
376 msgstr ""
377 "Die Paketbeschreibung sollte für den erwarteten Durchschnittsanwender "
378 "geschrieben werden, der Durchschnittsperson, die das Paket benutzt und davon "
379 "profitiert. Entwicklungspakete sind beispielsweise für Entwickler und können "
380 "in einer technischen Sprache verfasst werden. Anwendungen für allgemeinere "
381 "Zwecke, wie Editoren, sollten für Anwender mit weniger technischem "
382 "Verständnis geschrieben werden."
383
384 #. type: Content of: <chapter><section><section><para>
385 #: best-pkging-practices.dbk:181
386 msgid ""
387 "Our review of package descriptions lead us to conclude that most package "
388 "descriptions are technical, that is, are not written to make sense for non-"
389 "technical users.  Unless your package really is only for technical users, "
390 "this is a problem."
391 msgstr ""
392 "Die Durchsicht der Paketbeschreibungen mündet in der Schlussfolgerung, dass "
393 "die meisten Paketbeschreibungen technischer Natur sind, also nicht so "
394 "geschrieben, das sie für Anwender ohne technischen Hintergrund einen Sinn "
395 "ergeben. Sofern Ihr Paket nicht wirklich für technikkundige Anwender ist, "
396 "ist dies ein Problem."
397
398 #. type: Content of: <chapter><section><section><para>
399 #: best-pkging-practices.dbk:187
400 msgid ""
401 "How do you write for non-technical users? Avoid jargon.  Avoid referring to "
402 "other applications or frameworks that the user might not be familiar with — "
403 "GNOME or KDE is fine, since users are probably familiar with these terms, "
404 "but GTK+ is probably not.  Try not to assume any knowledge at all.  If you "
405 "must use technical terms, introduce them."
406 msgstr ""
407 "Wie können sie für nicht technikkundige Anwender schreiben? Vermeiden Sie "
408 "Fachsprache. Vermeiden Sie, sich auf Anwendungen und Rahmenwerke zu "
409 "beziehen, mit denen der Anwender möglicherweise nicht vertraut ist – GNOME "
410 "oder KDE sind in Ordnung, da Anwender wahrscheinlich mit diesen Begriffen "
411 "vertraut sind, aber GTK+ vermutlich nicht. Versuchen Sie nicht irgendein "
412 "Wissen vorauszusetzen, geben Sie eine Einführung."
413
414 #. type: Content of: <chapter><section><section><para>
415 #: best-pkging-practices.dbk:194
416 msgid ""
417 "Be objective.  Package descriptions are not the place for advocating your "
418 "package, no matter how much you love it.  Remember that the reader may not "
419 "care about the same things you care about."
420 msgstr ""
421 "Seien Sie objektiv. Paketbeschreibungen sind nicht der richtige Ort, um Ihr "
422 "Paket zu verfechten, egal wie Sie sehr sie es mögen. Denken Sie daran, dass "
423 "der Leser nicht die gleichen Dinge wichtig nimmt, wie Sie."
424
425 #. type: Content of: <chapter><section><section><para>
426 #: best-pkging-practices.dbk:199
427 msgid ""
428 "References to the names of any other software packages, protocol names, "
429 "standards, or specifications should use their canonical forms, if one "
430 "exists.  For example, use X Window System, X11, or X; not X Windows, X-"
431 "Windows, or X Window.  Use GTK+, not GTK or gtk.  Use GNOME, not Gnome.  Use "
432 "PostScript, not Postscript or postscript."
433 msgstr ""
434 "Bezüge zu Namen anderer Softwarepakete, Protokollnamen, Standards oder "
435 "Spezifikationen sollten, falls sie existiert, in ihrer vorschriftsmäßigen "
436 "Form verwandt werden. Benutzen Sie zum Beispiel X Window System, X11 oder X, "
437 "nicht X Windows, X-Windows, or X Window. Benutzen Sie GTK+, nicht GTK oder "
438 "gtk. Benutzen Sie GNOME nicht Gnome. Benutzen Sie PostScript, nicht "
439 "Postscript oder postscript."
440
441 #. type: Content of: <chapter><section><section><para>
442 #: best-pkging-practices.dbk:206
443 msgid ""
444 "If you are having problems writing your description, you may wish to send it "
445 "along to &email-debian-l10n-english; and request feedback."
446 msgstr ""
447 "Falls Sie Probleme beim Verfassen Ihrer Beschreibung haben, könnten Sie sie "
448 "an &email-debian-l10n-english; senden und um Rückmeldung ersuchen."
449
450 #. type: Content of: <chapter><section><section><title>
451 #: best-pkging-practices.dbk:212
452 msgid "The package synopsis, or short description"
453 msgstr "Die Paketübersicht oder Kurzbeschreibung"
454
455 #. type: Content of: <chapter><section><section><para>
456 #: best-pkging-practices.dbk:214
457 msgid ""
458 "Policy says the synopsis line (the short description) must be concise, not "
459 "repeating the package name, but also informative."
460 msgstr ""
461 "Die Richtlinie sagt, die Übersichtszeile (die Kurzbeschreibung) muss kurz "
462 "sein, darf den Paketnamen nicht wiederholen, muss aber auch informativ sein."
463
464 # s/as/is/
465 #. type: Content of: <chapter><section><section><para>
466 #: best-pkging-practices.dbk:218
467 msgid ""
468 "The synopsis functions as a phrase describing the package, not a complete "
469 "sentence, so sentential punctuation is inappropriate: it does not need extra "
470 "capital letters or a final period (full stop). It should also omit any "
471 "initial indefinite or definite article — \"a\", \"an\", or \"the\". Thus for "
472 "instance:"
473 msgstr ""
474 "Die Übersichtsfunktionen ist ein Ausdruck, der das Paket beschreibt, kein "
475 "kompletter Satz, daher ist Zeichensetzung unangebracht: Es wird weder eine "
476 "besondere Großschreibung noch ein abschließender Punkt benötigt. Außerdem "
477 "sollten jegliche bestimmten und unbestimmten Artikel am Anfang weggelassen "
478 "werden – »a«, »an« oder »the«. Deshalb zum Beispiel:"
479
480 #. type: Content of: <chapter><section><section><screen>
481 #: best-pkging-practices.dbk:224
482 #, no-wrap
483 msgid ""
484 "Package: libeg0\n"
485 "Description: exemplification support library\n"
486 msgstr ""
487 "Package: libeg0\n"
488 "Description: exemplification support library\n"
489
490 #. type: Content of: <chapter><section><section><para>
491 #: best-pkging-practices.dbk:228
492 msgid ""
493 "Technically this is a noun phrase minus articles, as opposed to a verb "
494 "phrase.  A good heuristic is that it should be possible to substitute the "
495 "package <replaceable>name</replaceable> and <replaceable>synopsis</"
496 "replaceable> into this formula:"
497 msgstr ""
498 "Technisch gesehen ist dies eine Nominalphrase im Gegensatz zu einer "
499 "Verbalphrase. Eine gute Entscheidungsregel ist, dass es möglich sein sollte, "
500 "den Paket-<replaceable>Namen</replaceable> und die <replaceable>Übersicht</"
501 "replaceable> in diesem Schema zu ersetzen:"
502
503 #. type: Content of: <chapter><section><section><para>
504 #: best-pkging-practices.dbk:233
505 msgid ""
506 "The package <replaceable>name</replaceable> provides {a,an,the,some} "
507 "<replaceable>synopsis</replaceable>."
508 msgstr ""
509 "The package <replaceable>Name</replaceable> provides {a,an,the,some} "
510 "<replaceable>Übersicht</replaceable>."
511
512 #. type: Content of: <chapter><section><section><para>
513 #: best-pkging-practices.dbk:237
514 msgid ""
515 "Sets of related packages may use an alternative scheme that divides the "
516 "synopsis into two parts, the first a description of the whole suite and the "
517 "second a summary of the package's role within it:"
518 msgstr ""
519 "Zusammenstellungen verwandter Pakete können ein alternatives Schema "
520 "benutzen, das die Übersicht in zwei Teile unterteilt, als erstes eine "
521 "Beschreibung der ganzen Suite und als zweites eine Zusammenfassung der "
522 "Rolle, die das Paket darin spielt:"
523
524 #. type: Content of: <chapter><section><section><screen>
525 #: best-pkging-practices.dbk:242
526 #, no-wrap
527 msgid ""
528 "Package: eg-tools\n"
529 "Description: simple exemplification system (utilities)\n"
530 "\t\t\t              \n"
531 "Package: eg-doc\n"
532 "Description: simple exemplification system - documentation\n"
533 msgstr ""
534 "Package: eg-tools\n"
535 "Description: simple exemplification system (utilities)\n"
536 "\t\t\t              \n"
537 "Package: eg-doc\n"
538 "Description: simple exemplification system - documentation\n"
539
540 #. type: Content of: <chapter><section><section><para>
541 #: best-pkging-practices.dbk:249
542 msgid ""
543 "These synopses follow a modified formula. Where a package "
544 "\"<replaceable>name</replaceable>\" has a synopsis \"<replaceable>suite</"
545 "replaceable> (<replaceable>role</replaceable>)\" or \"<replaceable>suite</"
546 "replaceable> - <replaceable>role</replaceable>\", the elements should be "
547 "phrased so that they fit into the formula:"
548 msgstr ""
549 "Diese Übersicht folgt einem geänderten Schema. Wo ein Paket "
550 "»<replaceable>Name</replaceable>« die Übersicht »<replaceable>Suite</"
551 "replaceable> (<replaceable>Rolle</replaceable>)« oder »<replaceable>Suite</"
552 "replaceable> - <replaceable>Rolle</replaceable>« hat, sollten die Elemente "
553 "so ausgedrückt werden, dass sie in dieses Schema passen:"
554
555 #. type: Content of: <chapter><section><section><para>
556 #: best-pkging-practices.dbk:256
557 msgid ""
558 "The package <replaceable>name</replaceable> provides {a,an,the} "
559 "<replaceable>role</replaceable> for the <replaceable>suite</replaceable>."
560 msgstr ""
561 "The package <replaceable>name</replaceable> provides {a,an,the} "
562 "<replaceable>role</replaceable> for the <replaceable>suite</replaceable>."
563
564 #. type: Content of: <chapter><section><section><title>
565 #: best-pkging-practices.dbk:262
566 msgid "The long description"
567 msgstr "Die ausführliche Beschreibung"
568
569 #. type: Content of: <chapter><section><section><para>
570 #: best-pkging-practices.dbk:264
571 msgid ""
572 "The long description is the primary information available to the user about "
573 "a package before they install it.  It should provide all the information "
574 "needed to let the user decide whether to install the package.  Assume that "
575 "the user has already read the package synopsis."
576 msgstr ""
577 "Die ausführliche Beschreibung ist die wichtigste für den Benutzer verfügbare "
578 "Information über ein Paket, bevor er es installiert. Sie sollte alle nötigen "
579 "Informationen bereitstellen, damit der Anwender entscheiden kann, ob er das "
580 "Paket installiert. Es ist anzunehmen, dass der Benutzer bereits die "
581 "Paketübersicht gelesen hat."
582
583 #. type: Content of: <chapter><section><section><para>
584 #: best-pkging-practices.dbk:270
585 msgid "The long description should consist of full and complete sentences."
586 msgstr ""
587 "Die ausführliche Beschreibung sollte aus vollständigen Sätzen bestehen."
588
589 #. type: Content of: <chapter><section><section><para>
590 #: best-pkging-practices.dbk:273
591 msgid ""
592 "The first paragraph of the long description should answer the following "
593 "questions: what does the package do? what task does it help the user "
594 "accomplish? It is important to describe this in a non-technical way, unless "
595 "of course the audience for the package is necessarily technical."
596 msgstr ""
597 "Der erste Absatz der ausführlichen Beschreibung sollte die folgenden Fragen "
598 "beantworten: Was tut das Paket? Bei welchen Aufgaben hilft es dem Anwender? "
599 "Es ist wichtig dies auf eine nicht technische Weise zu beschreiben, sogar "
600 "dann, wenn die Zielgruppe des Pakets notwendigerweise einen technischen "
601 "Hintergrund hat."
602
603 #. type: Content of: <chapter><section><section><para>
604 #: best-pkging-practices.dbk:279
605 msgid ""
606 "The following paragraphs should answer the following questions: Why do I as "
607 "a user need this package? What other features does the package have? What "
608 "outstanding features and deficiencies are there compared to other packages "
609 "(e.g., if you need X, use Y instead)? Is this package related to other "
610 "packages in some way that is not handled by the package manager (e.g., this "
611 "is the client for the foo server)?"
612 msgstr ""
613 "Die folgenden Absätze sollten die folgenden Fragen beantworten: Warum "
614 "benötige ich als Benutzer dieses Paket? Welche anderen Funktionen bietet das "
615 "Paket? Welche herausragenden Funktionen und Mängel gibt es im Vergleich zu "
616 "anderen Paketen (z.B. falls Sie X benötigen, benutzen Sie Y)? Steht das "
617 "Paket in einem Zusammenhang mit anderen Paketen, die nicht vom Paketmanager "
618 "gehandhabt werden (z.B. ist dies der Client für den Foo-Server)?"
619
620 #. type: Content of: <chapter><section><section><para>
621 #: best-pkging-practices.dbk:287
622 msgid ""
623 "Be careful to avoid spelling and grammar mistakes.  Ensure that you spell-"
624 "check it.  Both <command>ispell</command> and <command>aspell</command> have "
625 "special modes for checking <filename>debian/control</filename> files:"
626 msgstr ""
627 "Seien Sie vorsichtig, um Rechtschreib- und Grammatikfehler zu vermeiden. "
628 "Sorgen Sie für eine Rechtschreibprüfung. Sowohl <command>ispell</command> "
629 "als auch <command>aspell</command> haben spezielle Modi zur Prüfung von "
630 "<filename>debian/control</filename>-Dateien:"
631
632 #. type: Content of: <chapter><section><section><screen>
633 #: best-pkging-practices.dbk:292
634 #, no-wrap
635 msgid "ispell -d american -g debian/control\n"
636 msgstr "ispell -d american -g debian/control\n"
637
638 #. type: Content of: <chapter><section><section><screen>
639 #: best-pkging-practices.dbk:295
640 #, no-wrap
641 msgid "aspell -d en -D -c debian/control\n"
642 msgstr "aspell -d en -D -c debian/control\n"
643
644 #. type: Content of: <chapter><section><section><para>
645 #: best-pkging-practices.dbk:298
646 msgid ""
647 "Users usually expect these questions to be answered in the package "
648 "description:"
649 msgstr ""
650 "Anwender erwarten normalerweise, dass diese Fragen in der Paketbeschreibung "
651 "beantwortet werden:"
652
653 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
654 #: best-pkging-practices.dbk:303
655 msgid ""
656 "What does the package do? If it is an add-on to another package, then the "
657 "short description of the package we are an add-on to should be put in here."
658 msgstr ""
659 "Was tut das Paket? Falls es eine Erweiterung eines anderen Pakets ist, dann "
660 "sollte eines Kurzbeschreibung des Pakets, das es erweitert, hier eingefügt "
661 "werden."
662
663 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
664 #: best-pkging-practices.dbk:309
665 msgid ""
666 "Why should I want this package? This is related to the above, but not the "
667 "same (this is a mail user agent; this is cool, fast, interfaces with PGP and "
668 "LDAP and IMAP, has features X, Y, and Z)."
669 msgstr ""
670 "Warum sollte ich dieses Paket wollen? Dies bezieht sich auf das "
671 "vorhergehende, aber nicht das gleiche (dies ist ein Mail-Client. Er ist "
672 "toll, schnell, hat Schnittstellen zu PGP, LDAP und IMAP, hat die Funktionen "
673 "X, Y und Z)."
674
675 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
676 #: best-pkging-practices.dbk:316
677 msgid ""
678 "If this package should not be installed directly, but is pulled in by "
679 "another package, this should be mentioned."
680 msgstr ""
681 "Falls dieses Paket nicht direkt installiert werden sollte, sondern von einem "
682 "anderen Paket mitinstalliert wird, sollte die erwähnt werden."
683
684 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
685 #: best-pkging-practices.dbk:322
686 msgid ""
687 "If the package is <literal>experimental</literal>, or there are other "
688 "reasons it should not be used, if there are other packages that should be "
689 "used instead, it should be here as well."
690 msgstr ""
691 "Falls das Paket <literal>experimental</literal> ist oder es andere Gründe "
692 "gibt, weshalb es nicht benutzt werden sollte und wenn es andere Pakete gibt, "
693 "die stattdessen benutzt werden sollen, sollte dies auch hier stehen."
694
695 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
696 #: best-pkging-practices.dbk:329
697 msgid ""
698 "How is this package different from the competition? Is it a better "
699 "implementation? more features? different features? Why should I choose this "
700 "package."
701 msgstr ""
702 "Was unterscheidet dieses Paket von der Konkurrenz? Ist es eine bessere "
703 "Implementierung? Mehr Funktionen? Andere Funktionen? Warum sollte die Wahl "
704 "auf dieses Paket fallen?"
705
706 #. type: Content of: <chapter><section><section><title>
707 #: best-pkging-practices.dbk:342
708 msgid "Upstream home page"
709 msgstr "Homepage der Originalautoren"
710
711 #. type: Content of: <chapter><section><section><para>
712 #: best-pkging-practices.dbk:344
713 msgid ""
714 "We recommend that you add the URL for the package's home page in the "
715 "<literal>Homepage</literal> field of the <literal>Source</literal> section "
716 "in <filename>debian/control</filename>.  Adding this information in the "
717 "package description itself is considered deprecated."
718 msgstr ""
719 "Es wird empfohlen, dass Sie die URL der Homepage des Pakets in das Feld "
720 "<literal>Homepage</literal> im Abschnitt <literal>Source</literal> von "
721 "<filename>debian/control</filename> hinzufügen. Diese Information in die "
722 "Paketbeschreibung selbst einzutragen, wird als missbilligt angesehen."
723
724 #. type: Content of: <chapter><section><section><title>
725 #: best-pkging-practices.dbk:352
726 msgid "Version Control System location"
727 msgstr "Ort des Versionsverwaltungssystems"
728
729 #. type: Content of: <chapter><section><section><para>
730 #: best-pkging-practices.dbk:354
731 msgid ""
732 "There are additional fields for the location of the Version Control System "
733 "in <filename>debian/control</filename>."
734 msgstr ""
735 "Es gibt zusätzliche Felder für den Ort des Versionsverwaltungssystems in "
736 "<filename>debian/control</filename>."
737
738 #. type: Content of: <chapter><section><section><section><title>
739 #: best-pkging-practices.dbk:358
740 msgid "Vcs-Browser"
741 msgstr "Vcs-Browser"
742
743 #. type: Content of: <chapter><section><section><section><para>
744 #: best-pkging-practices.dbk:360
745 msgid ""
746 "Value of this field should be a <literal>http://</literal> URL pointing to a "
747 "web-browsable copy of the Version Control System repository used to maintain "
748 "the given package, if available."
749 msgstr ""
750 "Der Wert dieses Feldes sollte eine <literal>http://</literal>-URL sein, die "
751 "auf eine via Web durchstöberbare Kopie des Versionsverwaltungssystems-Depots "
752 "verweist, das benutzt wird, um das angegebene Paket zu verwalten, falls "
753 "verfügbar."
754
755 #. type: Content of: <chapter><section><section><section><para>
756 #: best-pkging-practices.dbk:365
757 msgid ""
758 "The information is meant to be useful for the final user, willing to browse "
759 "the latest work done on the package (e.g.  when looking for the patch fixing "
760 "a bug tagged as <literal>pending</literal> in the bug tracking system)."
761 msgstr ""
762 "Die Information ist dazu gedacht, dem Endanwender zu nutzen, der gewillt "
763 "ist, die letzte am Paket geleistete Arbeit zu durchstöbern (z.B. wenn nach "
764 "einem Patch gesucht wird, der einen Fehler behebt, der in der "
765 "Fehlerdatenbank als <literal>pending</literal> gekennzeichnet ist)."
766
767 #. type: Content of: <chapter><section><section><section><title>
768 #: best-pkging-practices.dbk:372
769 msgid "Vcs-*"
770 msgstr "Vcs-*"
771
772 #. type: Content of: <chapter><section><section><section><para>
773 #: best-pkging-practices.dbk:374
774 msgid ""
775 "Value of this field should be a string identifying unequivocally the "
776 "location of the Version Control System repository used to maintain the given "
777 "package, if available.  <literal>*</literal> identify the Version Control "
778 "System; currently the following systems are supported by the package "
779 "tracking system: <literal>arch</literal>, <literal>bzr</literal> (Bazaar), "
780 "<literal>cvs</literal>, <literal>darcs</literal>, <literal>git</literal>, "
781 "<literal>hg</literal> (Mercurial), <literal>mtn</literal> (Monotone), "
782 "<literal>svn</literal> (Subversion).  It is allowed to specify different VCS "
783 "fields for the same package: they will all be shown in the PTS web interface."
784 msgstr ""
785 "Der Wert dieses Feldes sollte eine Zeichenkette sein, die den Ort des "
786 "Versionsverwaltungssystem-Depots eindeutig identifiziert, das zur Verwaltung "
787 "des angegebenen Pakets benutzt wird, falls verfügbar. <literal>*</literal> "
788 "identifiziert das Versionsverwaltungssystem. Aktuell werden die folgenden "
789 "vom Paketverfolgungssystem unterstützt: <literal>arch</literal>, "
790 "<literal>bzr</literal> (Bazaar), <literal>cvs</literal>, <literal>darcs</"
791 "literal>, <literal>git</literal>, <literal>hg</literal> (Mercurial), "
792 "<literal>mtn</literal> (Monotone) und <literal>svn</literal> (Subversion). "
793 "Es ist erlaubt, mehrere unterschiedliche Versionsverwaltungssystem-Felder "
794 "für das gleiche Paket anzugeben: Sie werden alle auf der PTS-Web-"
795 "Schnittstelle angezeigt."
796
797 #. type: Content of: <chapter><section><section><section><para>
798 #: best-pkging-practices.dbk:385
799 msgid ""
800 "The information is meant to be useful for a user knowledgeable in the given "
801 "Version Control System and willing to build the current version of a package "
802 "from the VCS sources.  Other uses of this information might include "
803 "automatic building of the latest VCS version of the given package.  To this "
804 "end the location pointed to by the field should better be version agnostic "
805 "and point to the main branch (for VCSs supporting such a concept).  Also, "
806 "the location pointed to should be accessible to the final user; fulfilling "
807 "this requirement might imply pointing to an anonymous access of the "
808 "repository instead of pointing to an SSH-accessible version of the same."
809 msgstr ""
810 "Die Information ist für Benutzer bestimmt, die im gegebenen "
811 "Versionsverwaltungssystem sachkundig sind und bereit, die aktuelle Version "
812 "des Pakets aus den VCS-Quellen zu erstellen. Andere Nutzungen dieser "
813 "Information könnten das automatische Erstellen der letzen VCS-Version des "
814 "Pakets umfassen. Dazu sollte der vom Feld angegebene Ort, die Version nicht "
815 "kennen und auf den Hauptzweig zeigen (bei Versionsverwaltungssystemen, die "
816 "dieses Konzept unterstützen). Außerdem sollte der Endanwender auf den Ort, "
817 "auf den verwiesen wird, zugreifen können. Die Erfüllung dieser Anforderungen "
818 "könnte einen anonymen Zugriff voraussetzen, statt auf eine Version davon zu "
819 "verweisen, auf die über SSH zugegriffen wird."
820
821 #. type: Content of: <chapter><section><section><section><para>
822 #: best-pkging-practices.dbk:396
823 msgid ""
824 "In the following example, an instance of the field for a Subversion "
825 "repository of the <systemitem role=\"package\">vim</systemitem> package is "
826 "shown.  Note how the URL is in the <literal>svn://</literal> scheme (instead "
827 "of <literal>svn+ssh://</literal>) and how it points to the <filename>trunk/</"
828 "filename> branch.  The use of the <literal>Vcs-Browser</literal> and "
829 "<literal>Homepage</literal> fields described above is also shown."
830 msgstr ""
831 "Im folgenden Beispiel wird ein Fall von einem Feld eines Subversions-Depots "
832 "des Pakets <systemitem role=\"package\">vim</systemitem> gezeigt. Beachten "
833 "Sie, wie die URL im <literal>svn://</literal>-Schema aufgebaut ist (im "
834 "Gegensatz zu <literal>svn+ssh://</literal>) und wie sie auf den Zweig "
835 "<filename>trunk/</filename> zeigt. Außerdem wird die Benutzung der Felder "
836 "<literal>Vcs-Browser</literal> und <literal>Homepage</literal>, wie oben "
837 "beschrieben, ebenfalls gezeigt."
838
839 #. type: Content of: <chapter><section><section><section><screen>
840 #: best-pkging-practices.dbk:405
841 #, no-wrap
842 msgid ""
843 "  Source: vim\n"
844 "  Section: editors\n"
845 "  Priority: optional\n"
846 "  &lt;snip&gt;\n"
847 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
848 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
849 "  Homepage: http://www.vim.org\n"
850 msgstr ""
851 "  Source: vim\n"
852 "  Section: editors\n"
853 "  Priority: optional\n"
854 "  &lt;snip&gt;\n"
855 "  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim\n"
856 "  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim\n"
857 "  Homepage: http://www.vim.org\n"
858
859 #. type: Content of: <chapter><section><title>
860 #: best-pkging-practices.dbk:420
861 msgid "Best practices for <filename>debian/changelog</filename>"
862 msgstr "Optimale Vorgehensweisen für <filename>debian/changelog</filename>"
863
864 #. type: Content of: <chapter><section><para>
865 #: best-pkging-practices.dbk:422
866 msgid ""
867 "The following practices supplement the <ulink url=\"&url-debian-policy;ch-"
868 "docs.html#s-changelogs\">Policy on changelog files</ulink>."
869 msgstr ""
870 "Die folgenden Vorgehensweisen ergänzen die <ulink url=\"&url-debian-policy;"
871 "ch-docs.html#s-changelogs\">Richtlinien für Änderungsprotokolldateien</"
872 "ulink>."
873
874 #. type: Content of: <chapter><section><section><title>
875 #: best-pkging-practices.dbk:427
876 msgid "Writing useful changelog entries"
877 msgstr "Verfassen nützlicher Änderungsprotokolleinträge"
878
879 #. type: Content of: <chapter><section><section><para>
880 #: best-pkging-practices.dbk:429
881 msgid ""
882 "The changelog entry for a package revision documents changes in that "
883 "revision, and only them.  Concentrate on describing significant and user-"
884 "visible changes that were made since the last version."
885 msgstr ""
886 "Der Änderungsprotokolleintrag einer Paketüberarbeitung dokumentiert "
887 "Änderungen in nur dieser Überarbeitung. Der Schwerpunkt liegt auf der "
888 "Beschreibung bedeutender und für den Anwender sichtbarer Änderungen, die "
889 "seit der letzten Version vorgenommen wurden."
890
891 #. type: Content of: <chapter><section><section><para>
892 #: best-pkging-practices.dbk:434
893 msgid ""
894 "Focus on <emphasis>what</emphasis> was changed — who, how and when are "
895 "usually less important.  Having said that, remember to politely attribute "
896 "people who have provided notable help in making the package (e.g., those who "
897 "have sent in patches)."
898 msgstr ""
899 "Der Fokus liegt darauf, <emphasis>was</emphasis> geändert wurde – wer, wie "
900 "und wann ist normalerweise nicht so wichtig. Erinnern Sie gleichwohl höflich "
901 "an die Leute, die merklich Hilfe beim Erstellen des Pakets geleistet haben "
902 "(die z.B. Patchs gesandt haben)."
903
904 #. type: Content of: <chapter><section><section><para>
905 #: best-pkging-practices.dbk:440
906 msgid ""
907 "There's no need to elaborate the trivial and obvious changes.  You can also "
908 "aggregate several changes in one entry.  On the other hand, don't be overly "
909 "terse if you have undertaken a major change.  Be especially clear if there "
910 "are changes that affect the behaviour of the program.  For further "
911 "explanations, use the <filename>README.Debian</filename> file."
912 msgstr ""
913 "Es ist nicht nötig, die belanglosen und offensichtlichen Änderungen näher "
914 "auszuführen. Sie können außerdem mehrere Änderungen in einem Eintrag "
915 "zusammenfassen. Fassen Sie sich andererseits nicht zu kurz, falls Sie eine "
916 "größere Änderung vorgenommen haben. Stellen Sie insbesondere klar, falls es "
917 "Änderungen gibt, die das Verhalten des Programms ändern. Benutzen Sie für "
918 "weitere Erklärungen die Datei <filename>README.Debian</filename>."
919
920 #. type: Content of: <chapter><section><section><para>
921 #: best-pkging-practices.dbk:447
922 msgid ""
923 "Use common English so that the majority of readers can comprehend it.  Avoid "
924 "abbreviations, tech-speak and jargon when explaining changes that close "
925 "bugs, especially for bugs filed by users that did not strike you as "
926 "particularly technically savvy.  Be polite, don't swear."
927 msgstr ""
928 "Benutzen Sie geläufiges Englisch, so dass die Mehrheit der Leser es "
929 "begreifen kann. Vermeiden Sie Abkürzungen, technische Begriffe und "
930 "Fachsprache, wenn Sie Änderungen erklären, die Fehlerberichte schließen, "
931 "insbesondere bei Fehlern, die von Anwendern eingereicht wurden, die Ihnen "
932 "als technisch unerfahren aufgefallen sind. Seien Sie höflich, fluchen Sie "
933 "nicht."
934
935 #. type: Content of: <chapter><section><section><para>
936 #: best-pkging-practices.dbk:453
937 msgid ""
938 "It is sometimes desirable to prefix changelog entries with the names of the "
939 "files that were changed.  However, there's no need to explicitly list each "
940 "and every last one of the changed files, especially if the change was small "
941 "or repetitive.  You may use wildcards."
942 msgstr ""
943 "Manchmal ist es wünschenswert, den Änderungsprotokolleinträgen die Namen der "
944 "Dateien voranzustellen, die geändert wurden. Es ist jedoch nicht nötig, "
945 "explizit jede einzelne geänderte Datei aufzuführen, insbesondere dann nicht, "
946 "wenn die Änderung klein oder wiederholend war. Sie können Platzhalter "
947 "verwenden."
948
949 #. type: Content of: <chapter><section><section><para>
950 #: best-pkging-practices.dbk:459
951 msgid ""
952 "When referring to bugs, don't assume anything.  Say what the problem was, "
953 "how it was fixed, and append the closes: #nnnnn string.  See <xref linkend="
954 "\"upload-bugfix\"/> for more information."
955 msgstr ""
956 "Treffen Sie keine Annahmen, wenn Sie sich auf Fehler beziehen. Sagen Sie, "
957 "welches Problem vorlag, wie es behoben wurde und hängen Sie die Zeichenkette "
958 "»closes: #nnnnn« an. Weitere Informatioenn erhalten Sie unter <xref linkend="
959 "\"upload-bugfix\"/>."
960
961 #. type: Content of: <chapter><section><section><title>
962 #: best-pkging-practices.dbk:466
963 msgid "Common misconceptions about changelog entries"
964 msgstr "Häufige Missverständnisse über Änderungsprotokolleinträge"
965
966 #. type: Content of: <chapter><section><section><para>
967 #: best-pkging-practices.dbk:468
968 msgid ""
969 "The changelog entries should <emphasis role=\"strong\">not</emphasis> "
970 "document generic packaging issues (Hey, if you're looking for foo.conf, it's "
971 "in /etc/blah/.), since administrators and users are supposed to be at least "
972 "remotely acquainted with how such things are generally arranged on Debian "
973 "systems.  Do, however, mention if you change the location of a configuration "
974 "file."
975 msgstr ""
976 "Die Änderungsprotokolleinträge sollten <emphasis role=\"strong\">keine</"
977 "emphasis> allgemeinen Paketierungsthemen dokumentieren (Hey, falls Sie die "
978 "Foo.conf suchen, die ist in /etc/blah/.), da von Administratoren und "
979 "Anwendern angenommen wird, dass sie zumindest entfernt damit vertraut sind, "
980 "wie solche Dinge im Allgemeinen auf Debian-Systemen eingerichtet sind. "
981 "Erwähnen Sie jedoch, wenn Sie den Ort einer Konfigurationsdatei ändern."
982
983 #. type: Content of: <chapter><section><section><para>
984 #: best-pkging-practices.dbk:476
985 msgid ""
986 "The only bugs closed with a changelog entry should be those that are "
987 "actually fixed in the same package revision.  Closing unrelated bugs in the "
988 "changelog is bad practice.  See <xref linkend=\"upload-bugfix\"/>."
989 msgstr ""
990 "Die einzigen Fehler, die mit einem Änderungsprotokolleintrag geschlossen "
991 "werden, sollten Fehler sein, die tatsächlich in der gleichen Überarbeitung "
992 "des Pakets behoben werden. Das Schließen von Fehlern ohne Bezug dazu, ist "
993 "eine falsche Vorgehensweise. Siehe <xref linkend=\"upload-bugfix\"/>."
994
995 #. type: Content of: <chapter><section><section><para>
996 #: best-pkging-practices.dbk:481
997 msgid ""
998 "The changelog entries should <emphasis role=\"strong\">not</emphasis> be "
999 "used for random discussion with bug reporters (I don't see segfaults when "
1000 "starting foo with option bar; send in more info), general statements on "
1001 "life, the universe and everything (sorry this upload took me so long, but I "
1002 "caught the flu), or pleas for help (the bug list on this package is huge, "
1003 "please lend me a hand).  Such things usually won't be noticed by their "
1004 "target audience, but may annoy people who wish to read information about "
1005 "actual changes in the package.  See <xref linkend=\"bug-answering\"/> for "
1006 "more information on how to use the bug tracking system."
1007 msgstr ""
1008 "Die Änderungsprotokolleinträge sollten <emphasis role=\"strong\">nicht</"
1009 "emphasis> für zufällige Diskussionen mit Leuten, die Fehler melden (Ich kann "
1010 "keine Schutzverletzungen sehen, wenn ich Foo mit der Option Bar starte. "
1011 "Senden Sie weitere Informationen.), allgemeine Äußerungen über das Leben, "
1012 "das Universum und alles mögliche (Entschuldigung, dass der Upload so lange "
1013 "brauchte, aber ich hatte die Grippe.) oder Hilfeersuchen (Die Fehlerliste "
1014 "für dieses Paket ist riesig, bitte packen Sie mit an) benutzt werden. Solche "
1015 "Dinge werden normalerweise nicht von Ihrer Zielgruppe bemerkt, könnten aber "
1016 "viele Leute stören, die Informationen über tatsächliche Änderungen am Paket "
1017 "lesen möchten. Weitere Informationen über die Benutzung der Fehlerdatenbank "
1018 "finden Sie unter <xref linkend=\"bug-answering\"/>."
1019
1020 #. type: Content of: <chapter><section><section><para>
1021 #: best-pkging-practices.dbk:492
1022 msgid ""
1023 "It is an old tradition to acknowledge bugs fixed in non-maintainer uploads "
1024 "in the first changelog entry of the proper maintainer upload.  As we have "
1025 "version tracking now, it is enough to keep the NMUed changelog entries and "
1026 "just mention this fact in your own changelog entry."
1027 msgstr ""
1028 "Es ist ein alter Brauch im ersten regulären Upload des Paketbetreuers das "
1029 "Beheben von Fehlern durch Non-Maintainer-Uploads zu bestätigen. Da Debian "
1030 "nun über eine Versionsverwaltung verfügt, reicht es aus, die NMU-"
1031 "Änderungsprotokolleinträge aufzubewahren und diese Tatsache nur in Ihrem "
1032 "eigenen Änderungsprotokolleintrag zu erwähnen."
1033
1034 #. type: Content of: <chapter><section><section><title>
1035 #: best-pkging-practices.dbk:500
1036 msgid "Common errors in changelog entries"
1037 msgstr "Häufige Fehler in Änderungsprotokolleinträgen"
1038
1039 #. type: Content of: <chapter><section><section><para>
1040 #: best-pkging-practices.dbk:502
1041 msgid ""
1042 "The following examples demonstrate some common errors or examples of bad "
1043 "style in changelog entries."
1044 msgstr ""
1045 "Die folgenden Beispiele demonstrieren einige häufige Fehler oder Beispiele "
1046 "für schlechten Stil in Änderungsprotokolleinträgen."
1047
1048 # FIXME Die folgenden Einträge gehören nicht in die POT-Schablone
1049 #. type: Content of: <chapter><section><section><screen>
1050 #: best-pkging-practices.dbk:506
1051 #, no-wrap
1052 msgid "  * Fixed all outstanding bugs.\n"
1053 msgstr "  * Fixed all outstanding bugs.\n"
1054
1055 #. type: Content of: <chapter><section><section><para>
1056 #: best-pkging-practices.dbk:509
1057 msgid "This doesn't tell readers anything too useful, obviously."
1058 msgstr "Dies teilt den Lesern offensichtlich nichts Nützliches mit."
1059
1060 #. type: Content of: <chapter><section><section><screen>
1061 #: best-pkging-practices.dbk:512
1062 #, no-wrap
1063 msgid "  * Applied patch from Jane Random.\n"
1064 msgstr "  * Applied patch from Jane Random.\n"
1065
1066 #. type: Content of: <chapter><section><section><para>
1067 #: best-pkging-practices.dbk:515
1068 msgid "What was the patch about?"
1069 msgstr "Was war das für ein Patch?"
1070
1071 #. type: Content of: <chapter><section><section><screen>
1072 #: best-pkging-practices.dbk:518
1073 #, no-wrap
1074 msgid "  * Late night install target overhaul.\n"
1075 msgstr "  * Late night install target overhaul.\n"
1076
1077 #. type: Content of: <chapter><section><section><para>
1078 #: best-pkging-practices.dbk:521
1079 msgid ""
1080 "Overhaul which accomplished what? Is the mention of late night supposed to "
1081 "remind us that we shouldn't trust that code?"
1082 msgstr ""
1083 "Welche Reparatur wurde ausgeführt? Soll die Erwähnung der späten Nacht daran "
1084 "erinnern, dass man dem Code nicht trauen sollte?"
1085
1086 #. type: Content of: <chapter><section><section><screen>
1087 #: best-pkging-practices.dbk:525
1088 #, no-wrap
1089 msgid "  * Fix vsync FU w/ ancient CRTs.\n"
1090 msgstr "  * Fix vsync FU w/ ancient CRTs.\n"
1091
1092 #. type: Content of: <chapter><section><section><para>
1093 #: best-pkging-practices.dbk:528
1094 msgid ""
1095 "Too many acronyms, and it's not overly clear what the, uh, fsckup (oops, a "
1096 "curse word!) was actually about, or how it was fixed."
1097 msgstr ""
1098 "Zu viele Abkürzungen und es ist nicht klar, wovon der äh ... Mist (Hoppla, "
1099 "ein Schimpfwort) tatsächlich handelt oder wie er repariert wurde."
1100
1101 #. type: Content of: <chapter><section><section><screen>
1102 #: best-pkging-practices.dbk:532
1103 #, no-wrap
1104 msgid "  * This is not a bug, closes: #nnnnnn.\n"
1105 msgstr "  * This is not a bug, closes: #nnnnnn.\n"
1106
1107 #. type: Content of: <chapter><section><section><para>
1108 #: best-pkging-practices.dbk:535
1109 msgid ""
1110 "First of all, there's absolutely no need to upload the package to convey "
1111 "this information; instead, use the bug tracking system.  Secondly, there's "
1112 "no explanation as to why the report is not a bug."
1113 msgstr ""
1114 "Erst einmal ist es absolut unnötig, das Paket hochzuladen, um diese "
1115 "Information zu übermitteln. Benutzen Sie stattdessen die Fehlerdatenbank. "
1116 "Zweitens fehlt die Erklärung, warum dieser Bericht kein Fehler ist."
1117
1118 #. type: Content of: <chapter><section><section><screen>
1119 #: best-pkging-practices.dbk:540
1120 #, no-wrap
1121 msgid "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1122 msgstr "  * Has been fixed for ages, but I forgot to close; closes: #54321.\n"
1123
1124 #. type: Content of: <chapter><section><section><para>
1125 #: best-pkging-practices.dbk:543
1126 msgid ""
1127 "If for some reason you didn't mention the bug number in a previous changelog "
1128 "entry, there's no problem, just close the bug normally in the BTS.  There's "
1129 "no need to touch the changelog file, presuming the description of the fix is "
1130 "already in (this applies to the fixes by the upstream authors/maintainers as "
1131 "well, you don't have to track bugs that they fixed ages ago in your "
1132 "changelog)."
1133 msgstr ""
1134 "Falls Sie aus irgend einem Grund die Fehlernummer in einem früheren "
1135 "Änderungsprotokolleintrag nicht erwähnt haben, ist das kein Problem. "
1136 "Schließen Sie den Fehler einfach im BTS. Es ist nicht nötig, die "
1137 "Änderungsprotokolldatei anzurühren, vorausgesetzt, die Beschreibung der "
1138 "Fehlerbehebung ist bereits darin enthalten (Dies gilt auch für Reparaturen "
1139 "durch die Originalautoren/-Betreuer. Sie müssen keine Fehler verfolgen, die "
1140 "diese bereits vor Jahren in Ihrem Änderungsprotokoll behoben haben)."
1141
1142 #. type: Content of: <chapter><section><section><screen>
1143 #: best-pkging-practices.dbk:550
1144 #, no-wrap
1145 msgid "  * Closes: #12345, #12346, #15432\n"
1146 msgstr "  * Closes: #12345, #12346, #15432\n"
1147
1148 #. type: Content of: <chapter><section><section><para>
1149 #: best-pkging-practices.dbk:553
1150 msgid ""
1151 "Where's the description? If you can't think of a descriptive message, start "
1152 "by inserting the title of each different bug."
1153 msgstr ""
1154 "Wo ist die Beschreibung? Falls Ihnen keine aussagekräftige Nachricht "
1155 "einfällt, beginnen Sie, die Titel der verschiedenen Fehler einzufügen."
1156
1157 #. type: Content of: <chapter><section><section><title>
1158 #: best-pkging-practices.dbk:559
1159 msgid "Supplementing changelogs with <filename>NEWS.Debian</filename> files"
1160 msgstr ""
1161 "Änderungsprotokolle mit <filename>NEWS.Debian</filename>-Dateien ergänzen"
1162
1163 #. type: Content of: <chapter><section><section><para>
1164 #: best-pkging-practices.dbk:561
1165 msgid ""
1166 "Important news about changes in a package can also be put in <filename>NEWS."
1167 "Debian</filename> files.  The news will be displayed by tools like "
1168 "<systemitem role=\"package\">apt-listchanges</systemitem>, before all the "
1169 "rest of the changelogs.  This is the preferred means to let the user know "
1170 "about significant changes in a package.  It is better than using <systemitem "
1171 "role=\"package\">debconf</systemitem> notes since it is less annoying and "
1172 "the user can go back and refer to the <filename>NEWS.Debian</filename> file "
1173 "after the install.  And it's better than listing major changes in "
1174 "<filename>README.Debian</filename>, since the user can easily miss such "
1175 "notes."
1176 msgstr ""
1177 "Wichtige Nachrichten über Änderungen in einem Paket können auch in die "
1178 "<filename>NEWS.Debian</filename>-Dateien geschrieben werden. Die Nachrichten "
1179 "werden durch Werkzeuge wie <systemitem role=\"package\">apt-listchanges</"
1180 "systemitem> vor dem ganzen Rest des Änderungsprotokolls angezeigt. Dies ist "
1181 "das vorzugsweise Mittel, dem Anwender bedeutende Änderungen in einem Paket "
1182 "mitzuteilen. Es ist besser, als <systemitem role=\"package\">debconf</"
1183 "systemitem>-Notizen zu benutzen, da es weniger stört und der Anwender nach "
1184 "der Installation zurückgehen und in der <filename>NEWS.Debian</filename>-"
1185 "Datei nachschlagen kann. Es ist auch besser, als die Hauptänderungen in "
1186 "<filename>README.Debian</filename> aufzuführen, da der Anwender solche "
1187 "Notizen leicht übersehen kann."
1188
1189 #. type: Content of: <chapter><section><section><para>
1190 #: best-pkging-practices.dbk:572
1191 msgid ""
1192 "The file format is the same as a debian changelog file, but leave off the "
1193 "asterisks and describe each news item with a full paragraph when necessary "
1194 "rather than the more concise summaries that would go in a changelog.  It's a "
1195 "good idea to run your file through <literal>dpkg-parsechangelog</literal> to "
1196 "check its formatting as it will not be automatically checked during build as "
1197 "the changelog is.  Here is an example of a real <filename>NEWS.Debian</"
1198 "filename> file:"
1199 msgstr ""
1200 "Das Dateiformat entspricht dem des Änderungsprotokolls, die Sternchen werden "
1201 "allerdings weggelassen und jedes Nachrichtenelement wird, wenn nötig, mit "
1202 "einem vollständigen Satz beschrieben, statt der kurz gefassten "
1203 "Zusammenfassungen, die in ein Änderungsprotokoll einfließen. Sie sind gut "
1204 "beraten, Ihre Datei durch <literal>dpkg-parsechangelog</literal> laufen zu "
1205 "lassen, um ihre Formatierung zu prüfen, da sie nicht automatisch während des "
1206 "Builds getestet wird, so wie dies beim Änderungsprotokoll getan wird. Hier "
1207 "nun ein Beispiel einer echten <filename>NEWS.Debian</filename>-Datei:"
1208
1209 #. type: Content of: <chapter><section><section><screen>
1210 #: best-pkging-practices.dbk:581
1211 #, no-wrap
1212 msgid ""
1213 "cron (3.0pl1-74) unstable; urgency=low\n"
1214 "\n"
1215 "    The checksecurity script is no longer included with the cron package:\n"
1216 "    it now has its own package, checksecurity. If you liked the\n"
1217 "    functionality provided with that script, please install the new\n"
1218 "    package.\n"
1219 "\n"
1220 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1221 msgstr ""
1222 "cron (3.0pl1-74) unstable; urgency=low\n"
1223 "\n"
1224 "    The checksecurity script is no longer included with the cron package:\n"
1225 "    it now has its own package, checksecurity. If you liked the\n"
1226 "    functionality provided with that script, please install the new\n"
1227 "    package.\n"
1228 "\n"
1229 " -- Steve Greenland &lt;stevegr@debian.org&gt;  Sat,  6 Sep 2003 17:15:03 -0500\n"
1230
1231 #. type: Content of: <chapter><section><section><para>
1232 #: best-pkging-practices.dbk:591
1233 msgid ""
1234 "The <filename>NEWS.Debian</filename> file is installed as <filename>/usr/"
1235 "share/doc/<replaceable>package</replaceable>/NEWS.Debian.gz</filename>.  It "
1236 "is compressed, and always has that name even in Debian native packages.  If "
1237 "you use <literal>debhelper</literal>, <literal>dh_installchangelogs</"
1238 "literal> will install <filename>debian/NEWS</filename> files for you."
1239 msgstr ""
1240 "Die Datei <filename>NEWS.Debian</filename> wird als <filename>/usr/share/doc/"
1241 "<replaceable>Paket</replaceable>/NEWS.Debian.gz</filename> installiert. Sie "
1242 "ist komprimiert und hat immer diesen Namen, auch in nativen Debian-Paketen. "
1243 "Falls Sie <literal>debhelper</literal> benutzen, wird "
1244 "<literal>dh_installchangelogs</literal> die <filename>debian/NEWS</filename>-"
1245 "Dateien für Sie installieren."
1246
1247 #. type: Content of: <chapter><section><section><para>
1248 #: best-pkging-practices.dbk:598
1249 msgid ""
1250 "Unlike changelog files, you need not update <filename>NEWS.Debian</filename> "
1251 "files with every release.  Only update them if you have something "
1252 "particularly newsworthy that user should know about.  If you have no news at "
1253 "all, there's no need to ship a <filename>NEWS.Debian</filename> file in your "
1254 "package.  No news is good news!"
1255 msgstr ""
1256 "Anders als Änderungsprotokolldateien, müssen Sie die <filename>debian/NEWS</"
1257 "filename>-Dateien nicht bei jeder Veröffentlichung aktualisieren. "
1258 "Aktualisieren Sie sie nur, wenn Sie etwas besonders berichtenswertes haben, "
1259 "worüber der Anwender Bescheid wissen sollte. Falls Sie überhaupt keine "
1260 "Nachrichten haben, ist es nicht nötig, Ihrem Paket eine <filename>debian/"
1261 "NEWS</filename>-Datei mitzugeben. Keine Nachricht ist eine gute Nachricht!"
1262
1263 #. type: Content of: <chapter><section><title>
1264 #: best-pkging-practices.dbk:620
1265 msgid "Best practices for maintainer scripts"
1266 msgstr "Optimale Vorgehensweisen für Betreuerskripte"
1267
1268 #. type: Content of: <chapter><section><para>
1269 #: best-pkging-practices.dbk:622
1270 msgid ""
1271 "Maintainer scripts include the files <filename>debian/postinst</filename>, "
1272 "<filename>debian/preinst</filename>, <filename>debian/prerm</filename> and "
1273 "<filename>debian/postrm</filename>.  These scripts take care of any package "
1274 "installation or deinstallation setup which isn't handled merely by the "
1275 "creation or removal of files and directories.  The following instructions "
1276 "supplement the <ulink url=\"&url-debian-policy;\">Debian Policy</ulink>."
1277 msgstr ""
1278 "Betreuerskripte beinhalten die Dateien <filename>debian/postinst</filename>, "
1279 "<filename>debian/preinst</filename>, <filename>debian/prerm</filename> und "
1280 "<filename>debian/postrm</filename>. Diese Skripte geben auf jede "
1281 "Installations- oder Deinstallationseinrichtung des Pakets acht, die bloß "
1282 "durch Erstellen und Entfernen von Dateien und Verzeichnissen gehandhabt "
1283 "wird. Die folgenden Anweisungen ergänzen die <ulink url=\"&url-debian-policy;"
1284 "\">Debian Policy</ulink>."
1285
1286 #. type: Content of: <chapter><section><para>
1287 #: best-pkging-practices.dbk:630
1288 msgid ""
1289 "Maintainer scripts must be idempotent.  That means that you need to make "
1290 "sure nothing bad will happen if the script is called twice where it would "
1291 "usually be called once."
1292 msgstr ""
1293 "Betreuerskripte müssen Idempotent sein. Dies bedeuted, dass Sie "
1294 "sicherstellen müssen, dass nichts Schlimmes passiert, wenn das Skript "
1295 "zweimal aufgerufen wird, während es normalerweise einmal aufgerufen würde."
1296
1297 #. type: Content of: <chapter><section><para>
1298 #: best-pkging-practices.dbk:635
1299 msgid ""
1300 "Standard input and output may be redirected (e.g.  into pipes) for logging "
1301 "purposes, so don't rely on them being a tty."
1302 msgstr ""
1303 "Standardein- und -ausgabe könnten zu Protokollierungszwecken umgeleitet "
1304 "werden (z.B. in Pipes), verlassen Sie sich daher nicht darauf, dass sie ein "
1305 "Terminal sind."
1306
1307 #. type: Content of: <chapter><section><para>
1308 #: best-pkging-practices.dbk:639
1309 msgid ""
1310 "All prompting or interactive configuration should be kept to a minimum.  "
1311 "When it is necessary, you should use the <systemitem role=\"package"
1312 "\">debconf</systemitem> package for the interface.  Remember that prompting "
1313 "in any case can only be in the <literal>configure</literal> stage of the "
1314 "<filename>postinst</filename> script."
1315 msgstr ""
1316 "Jegliche Bedienerführung oder interaktive Konfiguration sollte so gering wie "
1317 "möglich gehalten werden. Wenn es nötig ist, sollten Sie das Paket "
1318 "<systemitem role=\"package\">debconf</systemitem> für die Schnittstelle "
1319 "benutzen. Denken Sie daran, dass diese Bedienerführung nur in der "
1320 "<literal>configure</literal>-Stufe des <filename>postinst</filename>-Skripts "
1321 "stattfinden kann."
1322
1323 #. type: Content of: <chapter><section><para>
1324 #: best-pkging-practices.dbk:646
1325 msgid ""
1326 "Keep the maintainer scripts as simple as possible.  We suggest you use pure "
1327 "POSIX shell scripts.  Remember, if you do need any bash features, the "
1328 "maintainer script must have a bash shebang line.  POSIX shell or Bash are "
1329 "preferred to Perl, since they enable <systemitem role=\"package\">debhelper</"
1330 "systemitem> to easily add bits to the scripts."
1331 msgstr ""
1332 "Halten Sie die Betreuerskripte so einfach wie möglich. Es wird empfohlen, "
1333 "nur reine POSIX-Shell-Skripte zu benutzen. Falls Sie irgendwelche Bash-"
1334 "Funktionen benötigen, vergessen Sie nicht, dass das Betreuerskript eine "
1335 "Shebang-Zeile haben muss. POSIX-Shell oder Bash werden für Perl bevorzugt, "
1336 "da sie <systemitem role=\"package\">debhelper</systemitem> ermöglichen, den "
1337 "Skripten einfach Teile hinzuzufügen."
1338
1339 #. type: Content of: <chapter><section><para>
1340 #: best-pkging-practices.dbk:653
1341 msgid ""
1342 "If you change your maintainer scripts, be sure to test package removal, "
1343 "double installation, and purging.  Be sure that a purged package is "
1344 "completely gone, that is, it must remove any files created, directly or "
1345 "indirectly, in any maintainer script."
1346 msgstr ""
1347 "Falls Sie Ihre Betreuerskripte ändern, stellen Sie sicher, dass Sie das "
1348 "Entfernen des Pakets, die mehrmalige Installation und das vollständige "
1349 "Entfernen testen. Vergewissern Sie sich, dass nach dem vollständigen "
1350 "Entfernen des Pakets alles komplett weg ist, sprich, es muss jede erzeugte "
1351 "Datei entfernen, die direkt oder indirekt in irgendeinem Betreuerskript "
1352 "erstellt wurde."
1353
1354 #. type: Content of: <chapter><section><para>
1355 #: best-pkging-practices.dbk:659
1356 msgid ""
1357 "If you need to check for the existence of a command, you should use "
1358 "something like"
1359 msgstr ""
1360 "Falls Sie prüfen möchten, ob ein Befehl existiert, sollten Sie so etwas "
1361 "benutzen:"
1362
1363 #. type: Content of: <chapter><section><programlisting>
1364 #: best-pkging-practices.dbk:662
1365 #, no-wrap
1366 msgid "if [ -x /usr/sbin/install-docs ]; then ..."
1367 msgstr "if [ -x /usr/sbin/install-docs ]; then ..."
1368
1369 #. type: Content of: <chapter><section><para>
1370 #: best-pkging-practices.dbk:664
1371 msgid ""
1372 "If you don't wish to hard-code the path of a command in your maintainer "
1373 "script, the following POSIX-compliant shell function may help:"
1374 msgstr ""
1375 "Falls Sie nicht dem Pfad eines Befehls fest ins Betreuerskript schreiben "
1376 "möchten, könnte die folgende POSIX-konforme Shell-Funktion helfen:"
1377
1378 #. type: Content of: <chapter><section><para>
1379 #: best-pkging-practices.dbk:669
1380 msgid ""
1381 "You can use this function to search <varname>$PATH</varname> for a command "
1382 "name, passed as an argument.  It returns true (zero) if the command was "
1383 "found, and false if not.  This is really the most portable way, since "
1384 "<literal>command -v</literal>, <command>type</command>, and <command>which</"
1385 "command> are not POSIX."
1386 msgstr ""
1387 "Sie können diese Funktion benutzen, um <varname>$PATH</varname> nach einem "
1388 "Befehlsnamen zu durchsuchen, der als Argument übergegeben wird. Sie gibt "
1389 "»true« (null) zurück, falls der Befehl gefunden wurde und »false«, falls "
1390 "nicht. Dies ist wirklich die portierbarste Möglichkeit, da <literal>command -"
1391 "v</literal>, <command>type</command> und <command>which</command> nicht "
1392 "POSIX-konform sind."
1393
1394 #. type: Content of: <chapter><section><para>
1395 #: best-pkging-practices.dbk:676
1396 msgid ""
1397 "While <command>which</command> is an acceptable alternative, since it is "
1398 "from the required <systemitem role=\"package\">debianutils</systemitem> "
1399 "package, it's not on the root partition.  That is, it's in <filename>/usr/"
1400 "bin</filename> rather than <filename>/bin</filename>, so one can't use it in "
1401 "scripts which are run before the <filename>/usr</filename> partition is "
1402 "mounted.  Most scripts won't have this problem, though."
1403 msgstr ""
1404 "Obwohl <command>which</command> eine akzeptable Alternative ist, da es aus "
1405 "dem benötigten Paket <systemitem role=\"package\">debianutils</systemitem> "
1406 "stammt, liegt es nicht auf der Wurzel-Partition. Zumindest liegt es eher in "
1407 "<filename>/usr/bin</filename> als in <filename>/bin</filename>, so dass es "
1408 "nicht in Skripten benutzt werden kann, die vor dem Einhängen von <filename>/"
1409 "usr</filename> ausgeführt werden. Dieses Problem werden allerdings die "
1410 "meisten Skripte nicht haben."
1411
1412 #. type: Content of: <chapter><section><title>
1413 #: best-pkging-practices.dbk:686
1414 msgid ""
1415 "Configuration management with <systemitem role=\"package\">debconf</"
1416 "systemitem>"
1417 msgstr ""
1418 "Konfigurationsverwaltung mit <systemitem role=\"package\">debconf</"
1419 "systemitem>"
1420
1421 #. type: Content of: <chapter><section><para>
1422 #: best-pkging-practices.dbk:688
1423 msgid ""
1424 "<systemitem role=\"package\">Debconf</systemitem> is a configuration "
1425 "management system which can be used by all the various packaging scripts "
1426 "(<filename>postinst</filename> mainly) to request feedback from the user "
1427 "concerning how to configure the package.  Direct user interactions must now "
1428 "be avoided in favor of <systemitem role=\"package\">debconf</systemitem> "
1429 "interaction.  This will enable non-interactive installations in the future."
1430 msgstr ""
1431 "<systemitem role=\"package\">Debconf</systemitem> ist ein "
1432 "Konfigurationsverwaltungssystem, das von allerlei Paketierungsskripten "
1433 "(hauptsächlich <filename>postinst</filename>) benutzt werden kann, um "
1434 "Rückmeldungen von Anwendern betreffend der Paketkonfiguration abzufragen. "
1435 "Direkte Benutzer-Interaktion muss nun zugunsten der Interaktion mit "
1436 "<systemitem role=\"package\">debconf</systemitem> vermieden werden. Dies "
1437 "wird in Zukunft nicht interaktive Installationen ermöglichen."
1438
1439 #. type: Content of: <chapter><section><para>
1440 #: best-pkging-practices.dbk:696
1441 msgid ""
1442 "Debconf is a great tool but it is often poorly used.  Many common mistakes "
1443 "are listed in the <citerefentry> <refentrytitle>debconf-devel</"
1444 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> man page.  It is "
1445 "something that you must read if you decide to use debconf.  Also, we "
1446 "document some best practices here."
1447 msgstr ""
1448 "Debconf ist ein großartiges Werkzeug, aber es wird oft mangelhaft benutzt. "
1449 "Viele alltägliche Fehler sind auf der Handbuchseite <citerefentry> "
1450 "<refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</manvolnum> </"
1451 "citerefentry> aufgeführt. Manchmal ist es nötig zu lesen, falls Sie sich "
1452 "entscheiden Debconf zu benutzen. Außerdem werden hier ein paar optimale "
1453 "Vorgehensweisen vorgestellt."
1454
1455 #. type: Content of: <chapter><section><para>
1456 #: best-pkging-practices.dbk:703
1457 msgid ""
1458 "These guidelines include some writing style and typography recommendations, "
1459 "general considerations about debconf usage as well as more specific "
1460 "recommendations for some parts of the distribution (the installation system "
1461 "for instance)."
1462 msgstr ""
1463 "Diese Richtlinien enthalten einige Schreibstil- und Typografie-Empfehlungen, "
1464 "allgemeine Betrachtungen über die Benutzung von Debconf, ebenso wie "
1465 "spezifischere Empfehlungen für einige Teile der Distribution (das "
1466 "Installationssystem besispielsweise)."
1467
1468 #. type: Content of: <chapter><section><section><title>
1469 #: best-pkging-practices.dbk:709
1470 msgid "Do not abuse debconf"
1471 msgstr "Missbrauchen Sie Debconf nicht"
1472
1473 #. type: Content of: <chapter><section><section><para>
1474 #: best-pkging-practices.dbk:711
1475 msgid ""
1476 "Since debconf appeared in Debian, it has been widely abused and several "
1477 "criticisms received by the Debian distribution come from debconf abuse with "
1478 "the need of answering a wide bunch of questions before getting any little "
1479 "thing installed."
1480 msgstr ""
1481 "Seit Debconf in Debian erschien, wurde es verbreitet missbraucht und viel "
1482 "von der Kritik, die bei der Debian-Distribution einging, rührte vom Debconf-"
1483 "Missbrauch mit der Notwendigkeit, ein großes Fragenbündel zu beantworten, "
1484 "bevor eine Kleinigkeit installiert war."
1485
1486 #. type: Content of: <chapter><section><section><para>
1487 #: best-pkging-practices.dbk:717
1488 msgid ""
1489 "Keep usage notes to what they belong: the <filename>NEWS.Debian</filename>, "
1490 "or <filename>README.Debian</filename> file.  Only use notes for important "
1491 "notes which may directly affect the package usability.  Remember that notes "
1492 "will always block the install until confirmed or bother the user by email."
1493 msgstr ""
1494 "Behalten Sie Aufrufnotizen dort, wozu sie gehören: den Dateien "
1495 "<filename>NEWS.Debian</filename> oder <filename>README.Debian</filename>. "
1496 "Benutzen Sie nur Notizen für wichtige Anmerkungen, die direkt die "
1497 "Benutzbarkeit des Pakets beeinflussen. Bedenken Sie, dass Notizen die "
1498 "Installation immer blockieren, bis Sie bestätigt wurden oder den Anwender "
1499 "per E-Mail bleästigt haben."
1500
1501 #. type: Content of: <chapter><section><section><para>
1502 #: best-pkging-practices.dbk:723
1503 msgid ""
1504 "Carefully choose the questions priorities in maintainer scripts.  See "
1505 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
1506 "manvolnum> </citerefentry> for details about priorities.  Most questions "
1507 "should use medium and low priorities."
1508 msgstr ""
1509 "Wählen Sie die Prioritäten der Fragen in Betreuerskripten sorgfältig. "
1510 "Einzelheiten über Prioritäten finden Sie unter <citerefentry> "
1511 "<refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</manvolnum> </"
1512 "citerefentry>. Die meisten Fragen sollten mittlere oder niedrige Prioritäten "
1513 "nutzen."
1514
1515 #. type: Content of: <chapter><section><section><title>
1516 #: best-pkging-practices.dbk:731
1517 msgid "General recommendations for authors and translators"
1518 msgstr "Allgemeine Empfehlungen für Autoren und Übersetzer"
1519
1520 #. type: Content of: <chapter><section><section><section><title>
1521 #: best-pkging-practices.dbk:733
1522 msgid "Write correct English"
1523 msgstr "Schreiben Sie korrektes Englisch."
1524
1525 #. type: Content of: <chapter><section><section><section><para>
1526 #: best-pkging-practices.dbk:735
1527 msgid ""
1528 "Most Debian package maintainers are not native English speakers.  So, "
1529 "writing properly phrased templates may not be easy for them."
1530 msgstr ""
1531 "Die meisten Debian-Paketbetreuer haben nicht Englisch als Muttersprache. "
1532 "Daher ist es für sie nicht einfach, korrekt formulierte Schablonen zu "
1533 "verfassen."
1534
1535 #. type: Content of: <chapter><section><section><section><para>
1536 #: best-pkging-practices.dbk:739
1537 msgid ""
1538 "Please use (and abuse) &email-debian-l10n-english; mailing list.  Have your "
1539 "templates proofread."
1540 msgstr ""
1541 "Bitte benutzen (und missbrauchen) Sie die Mailingliste &email-debian-l10n-"
1542 "english;. Lassen Sie Ihre Schablonen korrekturlesen."
1543
1544 #. type: Content of: <chapter><section><section><section><para>
1545 #: best-pkging-practices.dbk:743
1546 msgid ""
1547 "Badly written templates give a poor image of your package, of your work... "
1548 "or even of Debian itself."
1549 msgstr ""
1550 "Schlecht geschriebene Schablonen werfen ein armseliges Bild auf Ihr Paket, "
1551 "Ihre Arbeit ... oder sogar auf Debian selbst."
1552
1553 #. type: Content of: <chapter><section><section><section><para>
1554 #: best-pkging-practices.dbk:747
1555 msgid ""
1556 "Avoid technical jargon as much as possible.  If some terms sound common to "
1557 "you, they may be impossible to understand for others.  If you cannot avoid "
1558 "them, try to explain them (use the extended description).  When doing so, "
1559 "try to balance between verbosity and simplicity."
1560 msgstr ""
1561 "Vermeiden Sie soweit möglich technische Fachsprache. Wenn sich einige "
1562 "Begriffe für Sie vertraut anhören, könnten sie für andere unverständlich "
1563 "sein. Falls sie sich nicht vermeiden lassen, versuchen Sie sie zu erklären "
1564 "(benutzen Sie die längere Beschreibung). Versuchen Sie dabei, zwischen "
1565 "Aussagekraft und Einfachheit abzuwägen."
1566
1567 #. type: Content of: <chapter><section><section><section><title>
1568 #: best-pkging-practices.dbk:755
1569 msgid "Be kind to translators"
1570 msgstr "Seien sie nett zu Übersetzern"
1571
1572 #. type: Content of: <chapter><section><section><section><para>
1573 #: best-pkging-practices.dbk:757
1574 msgid ""
1575 "Debconf templates may be translated.  Debconf, along with its sister package "
1576 "<command>po-debconf</command> offers a simple framework for getting "
1577 "templates translated by translation teams or even individuals."
1578 msgstr ""
1579 "Debconf-Schablonen können übersetzt werden. Debconf bietet zusammen mit "
1580 "seinem Schwesterpaket <command>po-debconf</command> ein einfaches Gerüst, um "
1581 "Schablonen durch Übersetzer-Teams oder sogar einzelne Personen übersetzen zu "
1582 "lassen."
1583
1584 #. type: Content of: <chapter><section><section><section><para>
1585 #: best-pkging-practices.dbk:762
1586 msgid ""
1587 "Please use gettext-based templates.  Install <systemitem role=\"package\">po-"
1588 "debconf</systemitem> on your development system and read its documentation "
1589 "(<command>man po-debconf</command> is a good start)."
1590 msgstr ""
1591 "Bitte benutzen Sie Gettext-basierte Schablonen. Installieren Sie <systemitem "
1592 "role=\"package\">po-debconf</systemitem> auf Ihrem Entwicklungssystem und "
1593 "lesen Sie dessen Dokumentation (<command>man po-debconf</command> ist ein "
1594 "guter Anfang)."
1595
1596 #. type: Content of: <chapter><section><section><section><para>
1597 #: best-pkging-practices.dbk:767
1598 msgid ""
1599 "Avoid changing templates too often.  Changing templates text induces more "
1600 "work to translators which will get their translation fuzzied.  A fuzzy "
1601 "translation is a string for which the original changed since it was "
1602 "translated, therefore requiring some update by a translator to be usable.  "
1603 "When changes are small enough, the original translation is kept in PO files "
1604 "but marked as <literal>fuzzy</literal>."
1605 msgstr ""
1606 "Vermeiden Sie, Schablonen häufig zu ändern. Das Ändern von Schablonen führt "
1607 "zu Mehrarbeit für Übersetzer, deren Übersetzungen unvollständig werden. Eine "
1608 "unvollständige Übersetzung ist eine Zeichenkette, bei der sich seit dem "
1609 "Übersetzen das Original geändert hat und das daher eine Aktualisierung durch "
1610 "den Übersetzer benötigt. Wenn die Änderungen klein genug sind, wird die "
1611 "Originalübersetzung in den PO-Dateien beibehalten und mit <literal>fuzzy</"
1612 "literal> gekennzeichnet."
1613
1614 #. type: Content of: <chapter><section><section><section><para>
1615 #: best-pkging-practices.dbk:775
1616 msgid ""
1617 "If you plan to do changes to your original templates, please use the "
1618 "notification system provided with the <systemitem role=\"package\">po-"
1619 "debconf</systemitem> package, namely the <command>podebconf-report-po</"
1620 "command>, to contact translators.  Most active translators are very "
1621 "responsive and getting their work included along with your modified "
1622 "templates will save you additional uploads.  If you use gettext-based "
1623 "templates, the translator's name and e-mail addresses are mentioned in the "
1624 "PO files headers and will be used by <command>podebconf-report-po</command>."
1625 msgstr ""
1626 "Falls Sie planen, Änderungen an Ihren Originalschablonen vorzunehmen, "
1627 "benutzen Sie bitte das Benachrichtigungssystem namens <command>podebconf-"
1628 "report-po</command>, das vom Paket <systemitem role=\"package\">po-debconf</"
1629 "systemitem> bereitgestellt wird, um die Übersetzer zu kontaktieren. Die "
1630 "meisten aktiven Übersetzer sind sehr zugänglich und Ihre Arbeit zusammen mit "
1631 "Ihren geänderten Schablonen einzubeziehen, wird Sie vor zusätzlichen Uploads "
1632 "bewahren. Falls Sie Gettext-basierte Schablonen verwenden, werden die Namen "
1633 "und E-Mail-Adressen der Übersetzer in den Kopfzeilen der PO-Dateien erwähnt "
1634 "und von <command>podebconf-report-po</command> benutzt."
1635
1636 #. type: Content of: <chapter><section><section><section><para>
1637 #: best-pkging-practices.dbk:787
1638 msgid "A recommended use of that utility is:"
1639 msgstr "Ein empfohlene Art, das Hilfswerkzeug zu benutzen ist:"
1640
1641 #. type: Content of: <chapter><section><section><section><programlisting>
1642 #: best-pkging-practices.dbk:789
1643 #, no-wrap
1644 msgid "cd debian/po &amp;&amp; podebconf-report-po --call --languageteam --withtranslators --deadline=\"+10 days\""
1645 msgstr "cd debian/po &amp;&amp; podebconf-report-po --call --languageteam --withtranslators --deadline=\"+10 days\""
1646
1647 #. type: Content of: <chapter><section><section><section><para>
1648 #: best-pkging-practices.dbk:791
1649 msgid ""
1650 "This command will first synchronize the PO and POT files in <filename>debian/"
1651 "po</filename> with the templates files listed in <filename>debian/po/"
1652 "POTFILES.in</filename>.  Then, it will send a call for new translations, in "
1653 "the &email-debian-i18n; mailing list. Finally, it will also send a call for "
1654 "translation updates to the language team (mentioned in the <literal>Language-"
1655 "Team</literal> field of each PO file)  as well as the last translator "
1656 "(mentioned in <literal>Last-translator</literal>)."
1657 msgstr ""
1658 "Dieser Befehl wird zuerst die PO- und POT-Dateien in <filename>debian/po</"
1659 "filename> mit dem Schablonendateien synchronisieren, die in <filename>debian/"
1660 "po/POTFILES.in</filename> aufgeführt sind. Dann wird er einen Aufruf für "
1661 "neue Übersetzungen an die Mailingliste &email-debian-i18n; senden. Am "
1662 "Schluss wird er außerdem einen Aufruf für neue Übersetzungen an das Sprach-"
1663 "Team (im Feld <literal>Language-Team</literal> jeder PO-Datei erwähnt) sowie "
1664 "den letzten Übersetzer (erwähnt in <literal>Last-translator</literal>) "
1665 "senden."
1666
1667 #. type: Content of: <chapter><section><section><section><para>
1668 #: best-pkging-practices.dbk:800
1669 msgid ""
1670 "Giving a deadline to translators is always appreciated, so that they can "
1671 "organize their work. Please remember that some translation teams have a "
1672 "formalized translate/review process and a delay lower than 10 days is "
1673 "considered as unreasonable. A shorter delay puts too much pressure on "
1674 "translation teams and should be kept for very minor changes."
1675 msgstr ""
1676 "Es wird immer gewürdigt, wenn Sie den Übersetzern einen Abgabetermin geben, "
1677 "so dass sie ihre Arbeit organisieren können. Bitte denken Sie daran, dass "
1678 "einige Übersetzer-Teams einen formalisierten Übersetzung-/Korrekturprozess "
1679 "haben und eine Zeitspanne, die kürzer als zehn Tage ist, als unangemessen "
1680 "angesehen wird. Eine kürzere Frist übt zuviel Druck auf die Übersetzer-Teams "
1681 "aus und sollte für sehr kleine Änderungen genommen werden."
1682
1683 #. type: Content of: <chapter><section><section><section><para>
1684 #: best-pkging-practices.dbk:807
1685 msgid ""
1686 "If in doubt, you may also contact the translation team for a given language "
1687 "(debian-l10n-xxxxx@&lists-host;), or the &email-debian-i18n; mailing list."
1688 msgstr ""
1689 "Im Zweifelsfall können Sie auch das Übersetzer-Team für eine bestimmte "
1690 "Sprache (debian-l10n-xxxxx@&lists-host;) oder die Mailingliste &email-debian-"
1691 "i18n; kontaktieren."
1692
1693 #. type: Content of: <chapter><section><section><section><title>
1694 #: best-pkging-practices.dbk:814
1695 msgid "Unfuzzy complete translations when correcting typos and spelling"
1696 msgstr ""
1697 "Entfernen Sie die Fuzzy-Markierungen in vollständigen Übersetzungen, wenn "
1698 "Sie Tipp- und Rechtschreibfehler korrigieren."
1699
1700 #. type: Content of: <chapter><section><section><section><para>
1701 #: best-pkging-practices.dbk:816
1702 msgid ""
1703 "When the text of a debconf template is corrected and you are <emphasis role="
1704 "\"strong\">sure</emphasis> that the change does <emphasis role=\"strong"
1705 "\">not</emphasis> affect translations, please be kind to translators and "
1706 "<emphasis>unfuzzy</emphasis> their translations."
1707 msgstr ""
1708 "Wenn der Text einer Debconf-Schablone korrigiert wurde und Sie <emphasis "
1709 "role=\"strong\">sicher</emphasis> sind, dass die Änderung <emphasis role="
1710 "\"strong\">keine</emphasis> Übersetzungen beeinflusst, seien Sie so nett zu "
1711 "Übersetzern, die <emphasis>Fuzzy</emphasis>-Markierungen aus deren "
1712 "Übersetzungen zu entfernen."
1713
1714 #. type: Content of: <chapter><section><section><section><para>
1715 #: best-pkging-practices.dbk:822
1716 msgid ""
1717 "If you don't do so, the whole template will not be translated as long as a "
1718 "translator will send you an update."
1719 msgstr ""
1720 "Falls Sie dies nicht tun, wird die ganze Schablone nicht übersetzt, bis "
1721 "Ihnen ein Übersetzer eine Aktualisierung zusendet."
1722
1723 #. type: Content of: <chapter><section><section><section><para>
1724 #: best-pkging-practices.dbk:826
1725 msgid ""
1726 "To <emphasis>unfuzzy</emphasis> translations, you can use "
1727 "<command>msguntypot</command> (part of the <systemitem role=\"package"
1728 "\">po4a</systemitem> package)."
1729 msgstr ""
1730 "Um die <emphasis>Fuzzy</emphasis>-Markierungen aus Übersetzungen zu "
1731 "entfernen, können Sie <command>msguntypot</command> benutzen (Teil des "
1732 "Pakets <systemitem role=\"package\">po4a</systemitem>)."
1733
1734 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1735 #: best-pkging-practices.dbk:833
1736 msgid "Regenerate the POT and PO files."
1737 msgstr "Erzeugen Sie die POT- und PO-Dateien neu."
1738
1739 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1740 #: best-pkging-practices.dbk:835 best-pkging-practices.dbk:858
1741 #, no-wrap
1742 msgid "debconf-updatepo"
1743 msgstr "debconf-updatepo"
1744
1745 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1746 #: best-pkging-practices.dbk:839
1747 msgid "Make a copy of the POT file."
1748 msgstr "Erstellen Sie eine Kopie der POT-Datei."
1749
1750 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1751 #: best-pkging-practices.dbk:841
1752 #, no-wrap
1753 msgid "cp templates.pot templates.pot.orig"
1754 msgstr "cp templates.pot templates.pot.orig"
1755
1756 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1757 #: best-pkging-practices.dbk:845
1758 msgid "Make a copy of all the PO files."
1759 msgstr "Erstellen Sie eine Kopie aller PO-Dateien."
1760
1761 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1762 #: best-pkging-practices.dbk:847
1763 #, no-wrap
1764 msgid "mkdir po_fridge; cp *.po po_fridge"
1765 msgstr "mkdir po_fridge; cp *.po po_fridge"
1766
1767 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1768 #: best-pkging-practices.dbk:851
1769 msgid "Change the debconf template files to fix the typos."
1770 msgstr ""
1771 "Ändern Sie die Debconf-Schablonen-Dateien, um den Tippfehler zu korrigieren."
1772
1773 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1774 #: best-pkging-practices.dbk:856
1775 msgid "Regenerate the POT and PO files (again)."
1776 msgstr "Erzeugen Sie die POT- und PO-Dateien (wieder) neu."
1777
1778 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1779 #: best-pkging-practices.dbk:860
1780 msgid ""
1781 "At this point, the typo fix fuzzied all the translations, and this "
1782 "unfortunate change is the only one between the PO files of your main "
1783 "directory and the one from the fridge. Here is how to solve this."
1784 msgstr ""
1785 "An dieser Stelle markiert die Korrektur des Tippfehlers alle Übersetzungen "
1786 "mit »fuzzy« und diese unglückliche Änderung ist die einzige zwischen den PO-"
1787 "Dateien Ihres Hauptverzeichnisses und den aus dem Kühlschrank. Hier nun eine "
1788 "Erklärung, wie das gelöst wird."
1789
1790 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1791 #: best-pkging-practices.dbk:867
1792 msgid "Discard fuzzy translation, restore the ones from the fridge."
1793 msgstr ""
1794 "Verwerfen Sie die mit »fuzzy« markierte Übersetzung und stellen Sie die aus "
1795 "dem Kühlschrank wieder her."
1796
1797 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1798 #: best-pkging-practices.dbk:869
1799 #, no-wrap
1800 msgid "cp po_fridge/*.po ."
1801 msgstr "cp po_fridge/*.po ."
1802
1803 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1804 #: best-pkging-practices.dbk:873
1805 msgid ""
1806 "Manually merge the PO files with the new POT file, but taking the useless "
1807 "fuzzy into account."
1808 msgstr ""
1809 "Führen Sie manuell die PO-Dateien mit der neuen POT-Datei zusammen, aber "
1810 "berücksichtigen Sie das nutzlose »fuzzy«."
1811
1812 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1813 #: best-pkging-practices.dbk:875
1814 #, no-wrap
1815 msgid "msguntypot -o templates.pot.orig -n templates.pot *.po"
1816 msgstr "msguntypot -o templates.pot.orig -n templates.pot *.po"
1817
1818 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
1819 #: best-pkging-practices.dbk:879
1820 msgid "Clean up."
1821 msgstr "Räumen Sie auf."
1822
1823 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><programlisting>
1824 #: best-pkging-practices.dbk:881
1825 #, no-wrap
1826 msgid "rm -rf templates.pot.orig po_fridge"
1827 msgstr "rm -rf templates.pot.orig po_fridge"
1828
1829 #. type: Content of: <chapter><section><section><section><title>
1830 #: best-pkging-practices.dbk:887
1831 msgid "Do not make assumptions about interfaces"
1832 msgstr "Treffen Sie keine Annahmen über Schnittstellen."
1833
1834 #. type: Content of: <chapter><section><section><section><para>
1835 #: best-pkging-practices.dbk:889
1836 msgid ""
1837 "Templates text should not make reference to widgets belonging to some "
1838 "debconf interfaces.  Sentences like <emphasis>If you answer Yes...</"
1839 "emphasis> have no meaning for users of graphical interfaces which use "
1840 "checkboxes for boolean questions."
1841 msgstr ""
1842 "Schablonentext sollte keinen Bezug auf Steuerelemente herstellen, die zu "
1843 "irgendwelchen Debconf-Schnittstellen gehören. Sätze wie <emphasis>If you "
1844 "answer Yes...</emphasis> haben keinen Sinn für Benutzer grafischer "
1845 "Oberflächen, die für die Beantwortung logischer Fragen Kontrollkästchen "
1846 "verwenden."
1847
1848 #. type: Content of: <chapter><section><section><section><para>
1849 #: best-pkging-practices.dbk:894
1850 msgid ""
1851 "String templates should also avoid mentioning the default values in their "
1852 "description.  First, because this is redundant with the values seen by the "
1853 "users.  Also, because these default values may be different from the "
1854 "maintainer choices (for instance, when the debconf database was preseeded)."
1855 msgstr ""
1856 "Zeichenkettenschablonen sollten außerdem vermeiden, Vorgabewerte in ihrer "
1857 "Beschreibung zu erwähnen. Erstens sind diese zusätzlich zu den Werten, die "
1858 "der Anwender sieht, vorhanden. Außerdem könnten sich diese Werte von der "
1859 "Auswahl des Paketbetreuers unterscheiden (zum Beispiel, wenn die Debconf-"
1860 "Datenbank vorbelegt war)."
1861
1862 #. type: Content of: <chapter><section><section><section><para>
1863 #: best-pkging-practices.dbk:900
1864 msgid ""
1865 "More generally speaking, try to avoid referring to user actions.  Just give "
1866 "facts."
1867 msgstr ""
1868 "Versuchen Sie, allgemein ausgedrückt, Bezug auf Benutzeraktionen zu "
1869 "vermeiden. Geben Sie nur Tatsachen wieder."
1870
1871 #. type: Content of: <chapter><section><section><section><title>
1872 #: best-pkging-practices.dbk:906
1873 msgid "Do not use first person"
1874 msgstr "Reden Sie nicht in der ersten Person."
1875
1876 #. type: Content of: <chapter><section><section><section><para>
1877 #: best-pkging-practices.dbk:908
1878 msgid ""
1879 "You should avoid the use of first person (<emphasis>I will do this...</"
1880 "emphasis> or <emphasis>We recommend...</emphasis>).  The computer is not a "
1881 "person and the Debconf templates do not speak for the Debian developers.  "
1882 "You should use neutral construction.  Those of you who already wrote "
1883 "scientific publications, just write your templates like you would write a "
1884 "scientific paper.  However, try using active voice if still possible, like "
1885 "<emphasis>Enable this if ...</emphasis> instead of <emphasis>This can be "
1886 "enabled if...</emphasis>."
1887 msgstr ""
1888 "Sie sollten vermeiden, in der ersten Person zu reden (<emphasis>I will do "
1889 "this...</emphasis> oder <emphasis>We recommend...</emphasis>). Der Rechner "
1890 "ist keine Person und die Debconf-Schablonen sprechen nicht stellvertretend "
1891 "für Debian-Entwickler. Sie sollten neutrale Formulierungen benutzen. "
1892 "Diejenigen unter Ihnen, die bereits wissenschaftliche Publikationen verfasst "
1893 "haben, können ihre Schablonen so schreiben, als würden Sie wissenschaftliche "
1894 "Papiere verfassen. Versuchen Sie jedoch, wenn möglich, eine aktive Anrede zu "
1895 "verwenden, wie <emphasis>Enable this if ...</emphasis> anstelle von "
1896 "<emphasis>This can be enabled if...</emphasis>."
1897
1898 #. type: Content of: <chapter><section><section><section><title>
1899 #: best-pkging-practices.dbk:918
1900 msgid "Be gender neutral"
1901 msgstr "Formulieren Sie geschlechtsneutral"
1902
1903 #. type: Content of: <chapter><section><section><section><para>
1904 #: best-pkging-practices.dbk:920
1905 msgid ""
1906 "The world is made of men and women.  Please use gender-neutral constructions "
1907 "in your writing."
1908 msgstr ""
1909 "Die Welt wird von Männern und Frauen bevölkert. Bitte benutzen Sie in Ihren "
1910 "Texten geschlechtsneutrale Formulierungen."
1911
1912 #. type: Content of: <chapter><section><section><title>
1913 #: best-pkging-practices.dbk:928
1914 msgid "Templates fields definition"
1915 msgstr "Definition von Schablonenfeldern"
1916
1917 #. type: Content of: <chapter><section><section><para>
1918 #: best-pkging-practices.dbk:930
1919 msgid ""
1920 "This part gives some information which is mostly taken from the "
1921 "<citerefentry> <refentrytitle>debconf-devel</refentrytitle> <manvolnum>7</"
1922 "manvolnum> </citerefentry> manual page."
1923 msgstr ""
1924 "Dieser Teil stellt einige Informationen bereit, die meistens von der "
1925 "Handbuchseite <citerefentry> <refentrytitle>debconf-devel</refentrytitle> "
1926 "<manvolnum>7</manvolnum> </citerefentry> abgefragt wird."
1927
1928 # Nicht übersetzen --> siehe Manpage aus letztem String
1929 #. type: Content of: <chapter><section><section><section><title>
1930 #: best-pkging-practices.dbk:935
1931 msgid "Type"
1932 msgstr "Type"
1933
1934 #. type: Content of: <chapter><section><section><section><section><title>
1935 #: best-pkging-practices.dbk:937
1936 msgid "string"
1937 msgstr "string"
1938
1939 #. type: Content of: <chapter><section><section><section><section><para>
1940 #: best-pkging-practices.dbk:939
1941 msgid ""
1942 "Results in a free-form input field that the user can type any string into."
1943 msgstr ""
1944 "resultiert in einem Eingabefeld freier Form, in das der Benutzer jegliche "
1945 "Zeichenkette eingeben kann."
1946
1947 #. type: Content of: <chapter><section><section><section><section><title>
1948 #: best-pkging-practices.dbk:944
1949 msgid "password"
1950 msgstr "password"
1951
1952 #. type: Content of: <chapter><section><section><section><section><para>
1953 #: best-pkging-practices.dbk:946
1954 msgid ""
1955 "Prompts the user for a password.  Use this with caution; be aware that the "
1956 "password the user enters will be written to debconf's database.  You should "
1957 "probably clean that value out of the database as soon as is possible."
1958 msgstr ""
1959 "gibt dem Benutzer eine Eingabeaufforderung für ein Passwort aus. Benutzen "
1960 "Sie dies mit Vorsicht. Vergegenwärtigen Sie sich, dass das Passwort, das der "
1961 "Benutzer eingibt, in die Debconf-Datenbank geschrieben wird. Sie sollten "
1962 "diesen Wert möglicherweise aus der Datenbank löschen, sobald dies möglich "
1963 "ist."
1964
1965 #. type: Content of: <chapter><section><section><section><section><title>
1966 #: best-pkging-practices.dbk:953
1967 msgid "boolean"
1968 msgstr "boolean"
1969
1970 #. type: Content of: <chapter><section><section><section><section><para>
1971 #: best-pkging-practices.dbk:955
1972 msgid ""
1973 "A true/false choice.  Remember: true/false, <emphasis role=\"strong\">not "
1974 "yes/no</emphasis>..."
1975 msgstr ""
1976 "eine Auswahl »wahr/falsch«. Denken Sie daran: true/false, nicht <emphasis "
1977 "role=\"strong\">yes/no</emphasis> ..."
1978
1979 #. type: Content of: <chapter><section><section><section><section><title>
1980 #: best-pkging-practices.dbk:961
1981 msgid "select"
1982 msgstr "select"
1983
1984 #. type: Content of: <chapter><section><section><section><section><para>
1985 #: best-pkging-practices.dbk:963
1986 msgid ""
1987 "A choice between one of a number of values.  The choices must be specified "
1988 "in a field named 'Choices'.  Separate the possible values with commas and "
1989 "spaces, like this: <literal>Choices: yes, no, maybe</literal>."
1990 msgstr ""
1991 "Eine Auswahl aus mehreren Werten. Die Auswahlmöglichkeiten müssen in einem "
1992 "»Choices« benannten Feld angegeben werden. Trennen Sie die möglichen Werte "
1993 "mit Komma und Leerzeichen, wie hier: <literal> Choices: yes, no, maybe</"
1994 "literal>."
1995
1996 #. type: Content of: <chapter><section><section><section><section><para>
1997 #: best-pkging-practices.dbk:968
1998 msgid ""
1999 "If choices are translatable strings, the 'Choices' field may be marked as "
2000 "translatable by using <literal>__Choices</literal>. The double underscore "
2001 "will split out each choice in a separate string."
2002 msgstr ""
2003 "Falls Auswahlmöglichkeiten übersetzbare Zeichenketten sind, könnte das Feld "
2004 "durch Benutzung von <literal>__Choices</literal> als übersetzbar "
2005 "gekennzeichnet werden. Der doppelte Unterstrich wird jede Auswahl in eine "
2006 "separate Zeichenkette heraustrennen."
2007
2008 #. type: Content of: <chapter><section><section><section><section><para>
2009 #: best-pkging-practices.dbk:973
2010 msgid ""
2011 "The <command>po-debconf</command> system also offers interesting "
2012 "possibilities to only mark <emphasis role=\"strong\">some</emphasis> choices "
2013 "as translatable.  Example:"
2014 msgstr ""
2015 "Das System <command>po-debconf</command> bietet außerdem interessante "
2016 "Möglichkeiten nur <emphasis role=\"strong\">einige</emphasis> "
2017 "Auswahlmöglichkeiten als übersetzbar zu kennzeichnen. Ein Beispiel:"
2018
2019 #. type: Content of: <chapter><section><section><section><section><programlisting>
2020 #: best-pkging-practices.dbk:978
2021 #, no-wrap
2022 msgid ""
2023 "Template: foo/bar\n"
2024 "Type: Select\n"
2025 "#flag:translate:3\n"
2026 "__Choices: PAL, SECAM, Other\n"
2027 "_Description: TV standard:\n"
2028 " Please choose the TV standard used in your country.\n"
2029 msgstr ""
2030 "Template: foo/bar\n"
2031 "Type: Select\n"
2032 "#flag:translate:3\n"
2033 "__Choices: PAL, SECAM, Other\n"
2034 "_Description: TV standard:\n"
2035 " Please choose the TV standard used in your country.\n"
2036
2037 #. type: Content of: <chapter><section><section><section><section><para>
2038 #: best-pkging-practices.dbk:986
2039 msgid ""
2040 "In that example, only the 'Other' string is translatable while others are "
2041 "acronyms that should not be translated. The above allows only 'Other' to be "
2042 "included in PO and POT files."
2043 msgstr ""
2044 "In diesem Beispiel ist nur die Zeichenkette »Other« übersetzbar, während das "
2045 "andere Abkürzungen sind, die nicht übersetzt werden sollten. Obiges "
2046 "ermöglicht, dass nur »Other« in die POT- und PO-Dateien eingefügt wird."
2047
2048 #. type: Content of: <chapter><section><section><section><section><para>
2049 #: best-pkging-practices.dbk:991
2050 msgid ""
2051 "The debconf templates flag system offers many such possibilities. The "
2052 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
2053 "manvolnum> </citerefentry> manual page lists all these possibilities."
2054 msgstr ""
2055 "Das Schaltersystem der Debconf-Schablonen bietet viele solcher "
2056 "Möglichkeiten. Die Handbuchseite <citerefentry> <refentrytitle>po-debconf</"
2057 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> führt all diese "
2058 "Möglichkeiten auf."
2059
2060 #. type: Content of: <chapter><section><section><section><section><title>
2061 #: best-pkging-practices.dbk:999
2062 msgid "multiselect"
2063 msgstr "multiselect"
2064
2065 #. type: Content of: <chapter><section><section><section><section><para>
2066 #: best-pkging-practices.dbk:1001
2067 msgid ""
2068 "Like the select data type, except the user can choose any number of items "
2069 "from the choices list (or chose none of them)."
2070 msgstr ""
2071 "Wie der Datentyp »select«, außer dass der Benutzer eine beliebige Anzahl von "
2072 "Elementen aus der Auswahlliste auswählen kann (oder gar keins)."
2073
2074 #. type: Content of: <chapter><section><section><section><section><title>
2075 #: best-pkging-practices.dbk:1007
2076 msgid "note"
2077 msgstr "note"
2078
2079 #. type: Content of: <chapter><section><section><section><section><para>
2080 #: best-pkging-practices.dbk:1009
2081 msgid ""
2082 "Rather than being a question per se, this datatype indicates a note that can "
2083 "be displayed to the user.  It should be used only for important notes that "
2084 "the user really should see, since debconf will go to great pains to make "
2085 "sure the user sees it; halting the install for them to press a key, and even "
2086 "mailing the note to them in some cases."
2087 msgstr ""
2088 "Statt per se eine Frage zu sein, gibt dieser Datentyp eine Anmerkung an, die "
2089 "dem Benutzer angezeigt werden kann. Sie sollte nur für wichtige Anmerkungen "
2090 "benutzt werden, die der Benutzer wirklich sehen sollte, weil Debconf großen "
2091 "Aufwand betreibt, um sicherzustellen, dass der Benutzer sie sieht und die "
2092 "Installation anhält, so dass der Benutzer eine Taste drückt und sogar in "
2093 "manchen Fällen eine Benachrichtigung per E-Mail bekommt."
2094
2095 #. type: Content of: <chapter><section><section><section><section><title>
2096 #: best-pkging-practices.dbk:1018
2097 msgid "text"
2098 msgstr "text"
2099
2100 #. type: Content of: <chapter><section><section><section><section><para>
2101 #: best-pkging-practices.dbk:1020
2102 msgid "This type is now considered obsolete: don't use it."
2103 msgstr "Dieser Typ wird nun als veraltet angesehen: Benutzen Sie ihn nicht."
2104
2105 #. type: Content of: <chapter><section><section><section><section><title>
2106 #: best-pkging-practices.dbk:1025
2107 msgid "error"
2108 msgstr "error"
2109
2110 #. type: Content of: <chapter><section><section><section><section><para>
2111 #: best-pkging-practices.dbk:1027
2112 msgid ""
2113 "This type is designed to handle error messages.  It is mostly similar to the "
2114 "note type.  Frontends may present it differently (for instance, the dialog "
2115 "frontend of cdebconf draws a red screen instead of the usual blue one)."
2116 msgstr ""
2117 "Dieser Typ wurde entworfen, um Fehlermeldungen zu handhaben. Er ist meist "
2118 "dem Typ »note« ähnlich. Oberflächen könnten ihn unterschiedlich anzeigen "
2119 "(die Oberfläche von Cdebconf zeichnet beispielsweise einen roten statt des "
2120 "üblichen blauen Bildschirms)."
2121
2122 #. type: Content of: <chapter><section><section><section><section><para>
2123 #: best-pkging-practices.dbk:1032
2124 msgid ""
2125 "It is recommended to use this type for any message that needs user attention "
2126 "for a correction of any kind."
2127 msgstr ""
2128 "Es wird empfohlen, diesen Typ für jegliche Nachricht zu verwenden, die die "
2129 "Aufmerksamkeit des Anwenders für irgendeine Art von Korrektur auf sich "
2130 "ziehen muss."
2131
2132 #. type: Content of: <chapter><section><section><section><title>
2133 #: best-pkging-practices.dbk:1040
2134 msgid "Description: short and extended description"
2135 msgstr "Description: Kurze und längere Beschreibung"
2136
2137 #. type: Content of: <chapter><section><section><section><para>
2138 #: best-pkging-practices.dbk:1042
2139 msgid ""
2140 "Template descriptions have two parts: short and extended.  The short "
2141 "description is in the Description: line of the template."
2142 msgstr ""
2143 "Schablonenbeschreibungen haben zwei Teile: kurz und länger. Die "
2144 "Kurzbeschreibung steht in der Zeile »Description:« der Schablone."
2145
2146 #. type: Content of: <chapter><section><section><section><para>
2147 #: best-pkging-practices.dbk:1046
2148 msgid ""
2149 "The short description should be kept short (50 characters or so) so that it "
2150 "may be accommodated by most debconf interfaces.  Keeping it short also helps "
2151 "translators, as usually translations tend to end up being longer than the "
2152 "original."
2153 msgstr ""
2154 "Die Kurzbeschreibung sollte knapp gehalten werden (ungefähr 50 Zeichen), so "
2155 "dass sie in den meisten Debconf-Schnittstellen untergebracht werden kann. Es "
2156 "hilft obendrein Übersetzern, wenn sie kurz gehalten wird, da Übersetzungen "
2157 "normalerweise dazu neigen, länger als das Original zu sein."
2158
2159 #. type: Content of: <chapter><section><section><section><para>
2160 #: best-pkging-practices.dbk:1052
2161 msgid ""
2162 "The short description should be able to stand on its own.  Some interfaces "
2163 "do not show the long description by default, or only if the user explicitely "
2164 "asks for it or even do not show it at all.  Avoid things like What do you "
2165 "want to do?"
2166 msgstr ""
2167 "Die Kurzbeschreibung sollte für sich allein stehen können. Einige "
2168 "Schnittstellen zeigen standardmäßig die ausführliche Beschreibung nicht, nur "
2169 "dann, wenn der Benutzer danach fragt oder sogar überhaupt nicht an. "
2170 "Vermeiden Sie Dinge wie »Was möchten Sie tun?«"
2171
2172 #. type: Content of: <chapter><section><section><section><para>
2173 #: best-pkging-practices.dbk:1058
2174 msgid ""
2175 "The short description does not necessarily have to be a full sentence.  This "
2176 "is part of the keep it short and efficient recommendation."
2177 msgstr ""
2178 "Die Kurzbeschreibung muss nicht notwendigerweise aus einem vollständigen "
2179 "Satz bestehen. Dies ist Teil der Forderung nach kurzen, brauchbaren "
2180 "Empfehlungen."
2181
2182 #. type: Content of: <chapter><section><section><section><para>
2183 #: best-pkging-practices.dbk:1062
2184 msgid ""
2185 "The extended description should not repeat the short description word for "
2186 "word.  If you can't think up a long description, then first, think some "
2187 "more.  Post to debian-devel.  Ask for help.  Take a writing class! That "
2188 "extended description is important.  If after all that you still can't come "
2189 "up with anything, leave it blank."
2190 msgstr ""
2191 "Die längere Beschreibung sollte die Kurzbeschreibung nicht Wort für Wort "
2192 "wiederholen. Falls Ihnen keine ausführliche Beschreibung einfällt, denken "
2193 "Sie zuerst etwas mehr nach. Schreiben Sie an Debian-devel. Bitten Sie um "
2194 "Hilfe. Nehmen Sie Schreibunterricht! Diese längere Beschreibung ist wichtig. "
2195 "Falls Sie nach allem noch immer nicht damit zurecht kommen, lassen Sie sie "
2196 "leer."
2197
2198 #. type: Content of: <chapter><section><section><section><para>
2199 #: best-pkging-practices.dbk:1069
2200 msgid ""
2201 "The extended description should use complete sentences.  Paragraphs should "
2202 "be kept short for improved readability.  Do not mix two ideas in the same "
2203 "paragraph but rather use another paragraph."
2204 msgstr ""
2205 "Die längere Beschreibung sollte in ganzen Sätzen verfasst sein. Absätze "
2206 "sollten kurz gehalten werden, um die Leserlichkeit zu verbessern. Vermischen "
2207 "Sie nicht zwei Ideen in einem Absatz, sondern benutzen Sie lieber einen "
2208 "anderen Absatz."
2209
2210 #. type: Content of: <chapter><section><section><section><para>
2211 #: best-pkging-practices.dbk:1074
2212 msgid ""
2213 "Don't be too verbose.  User tend to ignore too long screens.  20 lines are "
2214 "by experience a border you shouldn't cross, because that means that in the "
2215 "classical dialog interface, people will need to scroll, and lot of people "
2216 "just don't do that."
2217 msgstr ""
2218 "Seien Sie nicht zu gesprächig. Benutzer tendieren dazu, zu lange Bildflächen "
2219 "zu ignorieren. 20 Zeilen sind erfahrungsgemäß die Grenze, die Sie nicht "
2220 "überschreiten sollten, da dies bedeuted, dass Anwender klassische "
2221 "Dialogfenster nicht scrollen müssen und viele Leute tun das einfach nicht."
2222
2223 #. type: Content of: <chapter><section><section><section><para>
2224 #: best-pkging-practices.dbk:1080
2225 msgid ""
2226 "The extended description should <emphasis role=\"strong\">never</emphasis> "
2227 "include a question."
2228 msgstr ""
2229 "Die längere Beschreibung sollte <emphasis role=\"strong\">keine</emphasis> "
2230 "Frage enthalten."
2231
2232 #. type: Content of: <chapter><section><section><section><para>
2233 #: best-pkging-practices.dbk:1084
2234 msgid ""
2235 "For specific rules depending on templates type (string, boolean, etc.), "
2236 "please read below."
2237 msgstr ""
2238 "Um etwas über besondere Regeln zu erfahren, die vom Schablonentyp (string, "
2239 "boolean etc.) abhängen, lesen Sie das Folgende."
2240
2241 #. type: Content of: <chapter><section><section><section><title>
2242 #: best-pkging-practices.dbk:1090
2243 msgid "Choices"
2244 msgstr "Choices"
2245
2246 #. type: Content of: <chapter><section><section><section><para>
2247 #: best-pkging-practices.dbk:1092
2248 msgid ""
2249 "This field should be used for select and multiselect types.  It contains the "
2250 "possible choices which will be presented to users.  These choices should be "
2251 "separated by commas."
2252 msgstr ""
2253 "Dieses Feld sollte für »select«- und »multiselect«-Typen verwandt werden. Es "
2254 "enthält die Auswahlmöglichkeiten, die dem Benutzer angezeigt werden. Diese "
2255 "Auswahlmöglichkeiten sollten durch Kommas getrennt werden."
2256
2257 #. type: Content of: <chapter><section><section><section><title>
2258 #: best-pkging-practices.dbk:1099
2259 msgid "Default"
2260 msgstr "Default"
2261
2262 #. type: Content of: <chapter><section><section><section><para>
2263 #: best-pkging-practices.dbk:1101
2264 msgid ""
2265 "This field is optional.  It contains the default answer for string, select "
2266 "and multiselect templates.  For multiselect templates, it may contain a "
2267 "comma-separated list of choices."
2268 msgstr ""
2269 "Dieses Feld ist optional. Es enthält die vorgegebene Antwort für die "
2270 "»string«-, »select«- und »multiselect«-Schablonen. Für »multiselect«-"
2271 "Schablonen könnte es eine durch Kommas getrennte Auswahlliste enthalten."
2272
2273 #. type: Content of: <chapter><section><section><title>
2274 #: best-pkging-practices.dbk:1110
2275 msgid "Templates fields specific style guide"
2276 msgstr "Stil-Anleitung speziell für Schablonenfelder"
2277
2278 #. type: Content of: <chapter><section><section><section><title>
2279 #: best-pkging-practices.dbk:1112
2280 msgid "Type field"
2281 msgstr "Feld »Type«"
2282
2283 #. type: Content of: <chapter><section><section><section><para>
2284 #: best-pkging-practices.dbk:1114
2285 msgid ""
2286 "No specific indication except: use the appropriate type by referring to the "
2287 "previous section."
2288 msgstr ""
2289 "keine besondere Angabe, außer: Benutzen Sie den geeigneten Typ bezogen auf "
2290 "den vorhergehenden Abschnitt."
2291
2292 #. type: Content of: <chapter><section><section><section><title>
2293 #: best-pkging-practices.dbk:1120
2294 msgid "Description field"
2295 msgstr "Feld »Description«"
2296
2297 #. type: Content of: <chapter><section><section><section><para>
2298 #: best-pkging-practices.dbk:1122
2299 msgid ""
2300 "Below are specific instructions for properly writing the Description (short "
2301 "and extended) depending on the template type."
2302 msgstr ""
2303 "Es folgen spezifische Anweisungen für ordnungsgemäßes Verfassen der "
2304 "Beschreibung (kurz und länger), abhängig vom Schablonentyp."
2305
2306 #. type: Content of: <chapter><section><section><section><section><title>
2307 #: best-pkging-practices.dbk:1126
2308 msgid "String/password templates"
2309 msgstr "»string«-/»password«-Schablonen"
2310
2311 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2312 #: best-pkging-practices.dbk:1130
2313 msgid ""
2314 "The short description is a prompt and <emphasis role=\"strong\">not</"
2315 "emphasis> a title.  Avoid question style prompts (IP Address?) in favour of "
2316 "opened prompts (IP address:).  The use of colons is recommended."
2317 msgstr ""
2318 "Die Kurzbeschreibung ist eine Abfrage und <emphasis role=\"strong\">kein</"
2319 "emphasis> Titel. Vermeiden Sie den Fragestil (IP address?) und geben Sie "
2320 "offenen Abfragen (IP address:) den Vorzug. Es wird empfohlen Doppelpunkte zu "
2321 "benutzen."
2322
2323 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2324 #: best-pkging-practices.dbk:1137
2325 msgid ""
2326 "The extended description is a complement to the short description.  In the "
2327 "extended part, explain what is being asked, rather than ask the same "
2328 "question again using longer words.  Use complete sentences.  Terse writing "
2329 "style is strongly discouraged."
2330 msgstr ""
2331 "Die längere Beschreibung ist eine Ergänzung der Kurzbeschreibung. Im "
2332 "erweiterten Teil erklären Sie, was gefragt ist, anstatt die gleiche Frage in "
2333 "längerer Formulierung wieder zu stellen. Benutzen Sie ganze Sätze. Von "
2334 "knappem Schreibstil wird strikt abgeraten."
2335
2336 #. type: Content of: <chapter><section><section><section><section><title>
2337 #: best-pkging-practices.dbk:1147
2338 msgid "Boolean templates"
2339 msgstr "»boolean«-Schablonen"
2340
2341 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2342 #: best-pkging-practices.dbk:1151
2343 msgid ""
2344 "The short description should be phrased in the form of a question which "
2345 "should be kept short and should generally end with a question mark.  Terse "
2346 "writing style is permitted and even encouraged if the question is rather "
2347 "long (remember that translations are often longer than original versions)."
2348 msgstr ""
2349 "Die Kurzbeschreibung sollte in der Frageform ausgedrückt werden, die kurz "
2350 "gehalten und generell mit einem Fragezeichen beendet werden sollte. Knapper "
2351 "Schreibstil ist erlaubt und sogar gewollt, falls die Frage eher lang ist. "
2352 "(Denken Sie daran, dass Übersetzungen oft länger als die Originalversionen "
2353 "sind.)"
2354
2355 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2356 #: best-pkging-practices.dbk:1159
2357 msgid ""
2358 "Again, please avoid referring to specific interface widgets.  A common "
2359 "mistake for such templates is if you answer Yes-type constructions."
2360 msgstr ""
2361 "Nochmals: Bitte vermeiden Sie, sich auf Schnittstellen-spezifische Dinge zu "
2362 "beziehen. Es ist ein häufiges Missverständnis bei solchen Schablonen, wenn "
2363 "Sie Ja-Typ-Konstruktionen antworten."
2364
2365 #. type: Content of: <chapter><section><section><section><section><title>
2366 #: best-pkging-practices.dbk:1167
2367 msgid "Select/Multiselect"
2368 msgstr "»select«/»multiselect«"
2369
2370 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2371 #: best-pkging-practices.dbk:1171
2372 msgid ""
2373 "The short description is a prompt and <emphasis role=\"strong\">not</"
2374 "emphasis> a title.  Do <emphasis role=\"strong\">not</emphasis> use useless "
2375 "Please choose...  constructions.  Users are clever enough to figure out they "
2376 "have to choose something...:)"
2377 msgstr ""
2378 "Die Kurzbeschreibung ist eine Abfrage und <emphasis role=\"strong\">kein</"
2379 "emphasis> Titel. Benutzen Sie <emphasis role=\"strong\">keine</emphasis> "
2380 "nutzlosen »Please choose...«-Konstruktionen. Anwender sind klug genug "
2381 "herauszufinden, dass sie etwas auswählen sollen ... :)"
2382
2383 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2384 #: best-pkging-practices.dbk:1179
2385 msgid ""
2386 "The extended description will complete the short description.  It may refer "
2387 "to the available choices.  It may also mention that the user may choose more "
2388 "than one of the available choices, if the template is a multiselect one "
2389 "(although the interface often makes this clear)."
2390 msgstr ""
2391 "Die längere Beschreibung wird die Kurzbeschreibung vervollständigen. Sie "
2392 "könnte sich auf die verfügbaren Auswahlmöglichkeiten beziehen. Sie könnte "
2393 "zudem erwähnen, dass der Anwender unter mehr als einer verfügbaren "
2394 "Auswahlmöglichkeit wählen kann, falls es sich um eine »multiselect«-"
2395 "Schablone handelt."
2396
2397 #. type: Content of: <chapter><section><section><section><section><title>
2398 #: best-pkging-practices.dbk:1189
2399 msgid "Notes"
2400 msgstr "»notes«"
2401
2402 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2403 #: best-pkging-practices.dbk:1193
2404 msgid ""
2405 "The short description should be considered to be a <emphasis role=\"strong"
2406 "\">title</emphasis>."
2407 msgstr ""
2408 "Die Kurzbeschreigung sollte als <emphasis role=\"strong\">Titel</emphasis> "
2409 "betrachtet werden."
2410
2411 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2412 #: best-pkging-practices.dbk:1198
2413 msgid ""
2414 "The extended description is what will be displayed as a more detailed "
2415 "explanation of the note.  Phrases, no terse writing style."
2416 msgstr ""
2417 "Die längere Beschreibung ist das, was als detaillierte Erklärung der Notiz "
2418 "angezeigt wird. Sätze, kein knapper Schreibstil."
2419
2420 #. type: Content of: <chapter><section><section><section><section><itemizedlist><listitem><para>
2421 #: best-pkging-practices.dbk:1204
2422 msgid ""
2423 "<emphasis role=\"strong\">Do not abuse debconf.</emphasis> Notes are the "
2424 "most common way to abuse debconf.  As written in debconf-devel manual page: "
2425 "it's best to use them only for warning about very serious problems.  The "
2426 "<filename>NEWS.Debian</filename> or <filename>README.Debian</filename> files "
2427 "are the appropriate location for a lot of notes.  If, by reading this, you "
2428 "consider converting your Note type templates to entries in <filename>NEWS."
2429 "Debian</filename> or <filename>README.Debian</filename>, plus consider "
2430 "keeping existing translations for the future."
2431 msgstr ""
2432 "<emphasis role=\"strong\">Missbrauchen Sie Debconf nicht.</emphasis> Notizen "
2433 "sind die häufigste Art, auf die Debconf missbraucht wird. Wie steht doch in "
2434 "der Handbuchseite von »debconf-devel« geschrieben: Es ist am Besten, dies "
2435 "nur für Warnungen über sehr ernsthafte Probleme zu benutzen. Die Dateien "
2436 "<filename>NEWS.Debian</filename> oder <filename>README.Debian</filename> "
2437 "sind für viele Notizen der passende Ort. Denken Sie, wenn Sie dies lesen, "
2438 "darüber nach, Ihre Schablonen des Typs »notes« zu Einträgen in "
2439 "<filename>NEWS.Debian</filename> oder <filename>README.Debian</filename> "
2440 "umzuwandeln und existierende Übersetzungen für die Zukunft aufzubewahren."
2441
2442 #. type: Content of: <chapter><section><section><section><title>
2443 #: best-pkging-practices.dbk:1219
2444 msgid "Choices field"
2445 msgstr "Das Feld »Choices«"
2446
2447 #. type: Content of: <chapter><section><section><section><para>
2448 #: best-pkging-practices.dbk:1221
2449 msgid ""
2450 "If the Choices are likely to change often, please consider using the "
2451 "__Choices trick.  This will split each individual choice into a single "
2452 "string, which will considerably help translators for doing their work."
2453 msgstr ""
2454 "Falls sich »Choices« zu oft ändert, sollten Sie in Betracht ziehen, zum "
2455 "__Choices-Trick zu greifen. Dies wird jede einzelne Auswahl in eine einzelne "
2456 "Zeichenkette aufteilen, was Übersetzern beträchtlich bei ihrer Arbeit helfen "
2457 "wird."
2458
2459 #. type: Content of: <chapter><section><section><section><title>
2460 #: best-pkging-practices.dbk:1228 best-pkging-practices.dbk:1266
2461 msgid "Default field"
2462 msgstr "Das Feld »Default«"
2463
2464 #. type: Content of: <chapter><section><section><section><para>
2465 #: best-pkging-practices.dbk:1230
2466 msgid ""
2467 "If the default value, for a select template, is likely to vary depending on "
2468 "the user language (for instance, if the choice is a language choice), please "
2469 "use the _Default trick."
2470 msgstr ""
2471 "Falls der Vorgabewert für eine Auswahlschablone sich wahrscheinlich abhängig "
2472 "von der Sprache des Anwenders unterscheidet (zum Beispiel, weil es sich bei "
2473 "der Auswahl um eine Sprachauswahl handelt), benutzen Sie bitte den _Default-"
2474 "Trick."
2475
2476 #. type: Content of: <chapter><section><section><section><para>
2477 #: best-pkging-practices.dbk:1235
2478 msgid ""
2479 "This special field allow translators to put the most appropriate choice "
2480 "according to their own language.  It will become the default choice when "
2481 "their language is used while your own mentioned Default Choice will be used "
2482 "when using English."
2483 msgstr ""
2484 "Dieses Spezialfeld ermöglicht Übersetzern, die am Besten zu ihrer Sprache "
2485 "passende Auswahl zu nehmen. Es wird die vorgegebene Auswahl sein, wenn ihre "
2486 "Sprache benutzt wird, während Ihre eigene erwähnte »Default Choice« benutzt "
2487 "wird, wenn Sie Englisch benutzen."
2488
2489 #. type: Content of: <chapter><section><section><section><para>
2490 #: best-pkging-practices.dbk:1241
2491 msgid "Example, taken from the geneweb package templates:"
2492 msgstr "Ein Beispiel aus den Schablonen des Pakets Geneweb:"
2493
2494 #. type: Content of: <chapter><section><section><section><screen>
2495 #: best-pkging-practices.dbk:1244
2496 #, no-wrap
2497 msgid ""
2498 "Template: geneweb/lang\n"
2499 "Type: select\n"
2500 "__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"
2501 "# This is the default choice. Translators may put their own language here\n"
2502 "# instead of the default.\n"
2503 "# WARNING : you MUST use the ENGLISH NAME of your language\n"
2504 "# For instance, the french translator will need to put French (fr) here.\n"
2505 "_Default: English[ translators, please see comment in PO files]\n"
2506 "_Description: Geneweb default language:\n"
2507 msgstr ""
2508 "Template: geneweb/lang\n"
2509 "Type: select\n"
2510 "__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"
2511 "# This is the default choice. Translators may put their own language here\n"
2512 "# instead of the default.\n"
2513 "# WARNING : you MUST use the ENGLISH NAME of your language\n"
2514 "# For instance, the french translator will need to put French (fr) here.\n"
2515 "_Default: English[ translators, please see comment in PO files]\n"
2516 "_Description: Geneweb default language:\n"
2517
2518 #. type: Content of: <chapter><section><section><section><para>
2519 #: best-pkging-practices.dbk:1255
2520 msgid ""
2521 "Note the use of brackets which allow internal comments in debconf fields.  "
2522 "Also note the use of comments which will show up in files the translators "
2523 "will work with."
2524 msgstr ""
2525 "Beachten Sie, dass die Benutzung von Klammern Kommentare in Debconf-Feldern "
2526 "erlaubt. Beachten Sie außerdem, dass die Benutzung von Kommentaren in "
2527 "Dateien zu sehen sein wird, mit denen Übersetzer arbeiten."
2528
2529 #. type: Content of: <chapter><section><section><section><para>
2530 #: best-pkging-practices.dbk:1260
2531 msgid ""
2532 "The comments are needed as the _Default trick is a bit confusing: the "
2533 "translators may put their own choice"
2534 msgstr ""
2535 "Die Kommentare werden benötigt, da der _Default-Trick etwas verwirrendes "
2536 "ist: Die Übersetzer könnten ihre eigene Auswahl nehmen."
2537
2538 #. type: Content of: <chapter><section><section><section><para>
2539 #: best-pkging-practices.dbk:1268
2540 msgid ""
2541 "Do NOT use empty default field.  If you don't want to use default values, do "
2542 "not use Default at all."
2543 msgstr ""
2544 "Benutzen Sie KEIN leeres »Default«-Feld. Falls Sie keine Vorgabewerte "
2545 "benutzen möchten, benutzen Sie Default überhaupt nicht."
2546
2547 #. type: Content of: <chapter><section><section><section><para>
2548 #: best-pkging-practices.dbk:1272
2549 msgid ""
2550 "If you use po-debconf (and you <emphasis role=\"strong\">should</emphasis>, "
2551 "see <xref linkend=\"s6.5.2.2\"/>), consider making this field translatable, "
2552 "if you think it may be translated."
2553 msgstr ""
2554 "Falls Sie Po-debconf benutzen (und das <emphasis role=\"strong\">sollten </"
2555 "emphasis> Sie, lesen Sie <xref linkend=\"s6.5.2.2\"/>), erwägen Sie, dieses "
2556 "Feld übersetzbar zu machen, wenn Sie der Meinung sind, es könnte übersetzt "
2557 "werden."
2558
2559 #. type: Content of: <chapter><section><section><section><para>
2560 #: best-pkging-practices.dbk:1277
2561 msgid ""
2562 "If the default value may vary depending on language/country (for instance "
2563 "the default value for a language choice), consider using the special "
2564 "_Default type documented in <citerefentry> <refentrytitle>po-debconf</"
2565 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry>."
2566 msgstr ""
2567 "Falls der Vorgabewert von Sprache oder Land abhängen könnte (zum Beispiel, "
2568 "weil es sich bei der Auswahl um eine Sprachauswahl handelt), ziehen Sie in "
2569 "Betracht, den Typ _Default zu benutzen, der in <citerefentry> "
2570 "<refentrytitle>po-debconf</refentrytitle> <manvolnum>7</manvolnum> </"
2571 "citerefentry> dokumentiert wird."
2572
2573 #. type: Content of: <chapter><section><title>
2574 #: best-pkging-practices.dbk:1289
2575 msgid "Internationalization"
2576 msgstr "Internationalisierung"
2577
2578 #. type: Content of: <chapter><section><para>
2579 #: best-pkging-practices.dbk:1291
2580 msgid ""
2581 "This section contains global information for developers to make translators' "
2582 "life easier.  More information for translators and developers interested in "
2583 "internationalization are available in the <ulink url=\"&url-i18n-l10n;"
2584 "\">Internationalisation and localisation in Debian</ulink> documentation."
2585 msgstr ""
2586 "Der zweite Abschnitt enthält globale Informationen für Entwickler, um "
2587 "Übersetzern das Leben leichter zu machen. Weitere Informationen für "
2588 "Übersetzer und Entwickler, die sich für Internationalisierung interessieren, "
2589 "sind in der Dokumentation <ulink url=\"&url-i18n-l10n;"
2590 "\">Internationalisierung und Lokalisierung</ulink> verfügbar."
2591
2592 #. type: Content of: <chapter><section><section><title>
2593 #: best-pkging-practices.dbk:1298
2594 msgid "Handling debconf translations"
2595 msgstr "Handhabung von Debconf-Übersetzungen"
2596
2597 #. type: Content of: <chapter><section><section><para>
2598 #: best-pkging-practices.dbk:1300
2599 msgid ""
2600 "Like porters, translators have a difficult task.  They work on many packages "
2601 "and must collaborate with many different maintainers.  Moreover, most of the "
2602 "time, they are not native English speakers, so you may need to be "
2603 "particularly patient with them."
2604 msgstr ""
2605 "Wie Portierende haben auch Übersetzer noch andere Aufgaben. Sie arbeiten an "
2606 "vielen Paketen und müssen mit vielen verschiedenen Paketbetreuern "
2607 "zusammenwirken. Außerdem ist Englisch meist nicht ihre Muttersprache. Sie "
2608 "sollten ihnen daher besondere Geduld entgegenbringen."
2609
2610 #. type: Content of: <chapter><section><section><para>
2611 #: best-pkging-practices.dbk:1306
2612 msgid ""
2613 "The goal of <systemitem role=\"package\">debconf</systemitem> was to make "
2614 "packages configuration easier for maintainers and for users.  Originally, "
2615 "translation of debconf templates was handled with <command>debconf-"
2616 "mergetemplate</command>.  However, that technique is now deprecated; the "
2617 "best way to accomplish <systemitem role=\"package\">debconf</systemitem> "
2618 "internationalization is by using the <systemitem role=\"package\">po-"
2619 "debconf</systemitem> package.  This method is easier both for maintainer and "
2620 "translators; transition scripts are provided."
2621 msgstr ""
2622 "Das Ziel von <systemitem role=\"package\">debconf</systemitem> war die "
2623 "Vereinfachung der Paketkonfiguration für Betreuer und Anwender. Ursprünglich "
2624 "wurde die Übersetzung von Debconf-Schablonen mit <command>debconf-"
2625 "mergetemplate</command> gehandhabt. Nun wird diese Technik jedoch "
2626 "missbilligt. Die Internationalisierung von <systemitem role=\"package"
2627 "\">debconf</systemitem> ist am besten mit dem Paket <systemitem role="
2628 "\"package\">po-debconf</systemitem> zu erreichen. Diese Methode ist sowohl "
2629 "für Betreuer als auch für Übersetzer einfacher. Es werden Umwandlungsskripte "
2630 "bereitgestellt."
2631
2632 #. type: Content of: <chapter><section><section><para>
2633 #: best-pkging-practices.dbk:1316
2634 msgid ""
2635 "Using <systemitem role=\"package\">po-debconf</systemitem>, the translation "
2636 "is stored in <filename>.po</filename> files (drawing from <command>gettext</"
2637 "command> translation techniques).  Special template files contain the "
2638 "original messages and mark which fields are translatable.  When you change "
2639 "the value of a translatable field, by calling <command>debconf-updatepo</"
2640 "command>, the translation is marked as needing attention from the "
2641 "translators.  Then, at build time, the <command>dh_installdebconf</command> "
2642 "program takes care of all the needed magic to add the template along with "
2643 "the up-to-date translations into the binary packages.  Refer to the "
2644 "<citerefentry> <refentrytitle>po-debconf</refentrytitle> <manvolnum>7</"
2645 "manvolnum> </citerefentry> manual page for details."
2646 msgstr ""
2647 "Wenn <systemitem role=\"package\">po-debconf</systemitem> benutzt wird, "
2648 "werden sie Übersetzungen in <filename>.po</filename>-Dateien gespeichert "
2649 "(mit <command>gettext</command>-Übersetzungstechniken herausgezogen). "
2650 "Spezielle Schablonendateien enthalten die Originalnachrichten und markieren, "
2651 "welche Felder übersetzbar sind. Wenn Sie den Wert eines übersetzbaren Feldes "
2652 "durch Aufruf von <command>debconf-updatepo</command> ändern, wird die "
2653 "Übersetzung  für Übersetzerals aufmerksamkeitsbedürfend gekennzeichnet. "
2654 "Dann, zur Build-Zeit, wird das Programm <command>dh_installdebconf</command> "
2655 "wie von Zauberhand dafür sorgen, dass alle Schablonen zusammen mit den "
2656 "aktuellen Übersetzungen in die Binärpakete einfließen. Weitere Einzelheiten "
2657 "können Sie der Handbuchseite <citerefentry> <refentrytitle>po-debconf</"
2658 "refentrytitle> <manvolnum>7</manvolnum> </citerefentry> entnehmen."
2659
2660 #. type: Content of: <chapter><section><section><title>
2661 #: best-pkging-practices.dbk:1332
2662 msgid "Internationalized documentation"
2663 msgstr "Internationalisierte Dokumentation"
2664
2665 #. type: Content of: <chapter><section><section><para>
2666 #: best-pkging-practices.dbk:1334
2667 msgid ""
2668 "Internationalizing documentation is crucial for users, but a lot of labor.  "
2669 "There's no way to eliminate all that work, but you can make things easier "
2670 "for translators."
2671 msgstr ""
2672 "Internationalisierte Dokumentation für Anwender ist wichtig, bereitet aber "
2673 "viel Mühe. Es gibt keine Möglichkeit, all diese Arbeit zu beseitigen, aber "
2674 "Sie können den Übersetzern einige Dinge erleichtern."
2675
2676 #. type: Content of: <chapter><section><section><para>
2677 #: best-pkging-practices.dbk:1339
2678 msgid ""
2679 "If you maintain documentation of any size, it is easier for translators if "
2680 "they have access to a source control system.  That lets translators see the "
2681 "differences between two versions of the documentation, so, for instance, "
2682 "they can see what needs to be retranslated.  It is recommended that the "
2683 "translated documentation maintain a note about what source control revision "
2684 "the translation is based on.  An interesting system is provided by <ulink "
2685 "url=\"&url-i18n-doc-check;\">doc-check</ulink> in the <systemitem role="
2686 "\"package\">debian-installer</systemitem> package, which shows an overview "
2687 "of the translation status for any given language, using structured comments "
2688 "for the current revision of the file to be translated and, for a translated "
2689 "file, the revision of the original file the translation is based on.  You "
2690 "might wish to adapt and provide that in your VCS area."
2691 msgstr ""
2692 "Falls Sie Dokumentationen in irgendwelchem Umfang betreuen, ist es für "
2693 "Übersetzer einfacher, wenn Sie Zugriff auf das Versionsverwaltungssystem "
2694 "haben. Dadurch können Übersetzer die Unterschiede zwischen zwei Versionen "
2695 "der Dokumentation anschauen, so dass sie beispielsweise sehen können, was "
2696 "neu übersetzt werden muss. Es wird empfohlen, dass die übersetzte "
2697 "Dokumentation eine Notiz darüber bereithält, auf welcher Revision der "
2698 "Quellenverwaltung die Übersetzung basiert. Ein interessantes System wird von "
2699 "<ulink url=\"&url-i18n-doc-check;\">doc-check</ulink> aus dem <systemitem "
2700 "role=\"package\">debian-installer</systemitem>-Paket bereitgestellt, das "
2701 "eine Übersicht über den Übersetzungsstatus für eine angegebene Sprache "
2702 "anzeigt. Dazu werden strukturierte Kommentare für die aktuelle Revision der "
2703 "zu übersetzenden Datei und für eine übersetzte Datei die Revision des "
2704 "Originals auf der die Übersetzung basiert, angezeigt. Möglicherweise möchten "
2705 "Sie dies anpassen und in Ihrem VCS-Bereich bereitstellen."
2706
2707 #. type: Content of: <chapter><section><section><para>
2708 #: best-pkging-practices.dbk:1353
2709 msgid ""
2710 "If you maintain XML or SGML documentation, we suggest that you isolate any "
2711 "language-independent information and define those as entities in a separate "
2712 "file which is included by all the different translations.  This makes it "
2713 "much easier, for instance, to keep URLs up to date across multiple files."
2714 msgstr ""
2715 "Falls Sie XML- oder SGML-Dokumentationen betreuen, wird geraten, dass Sie "
2716 "jegliche sprachabhängigen Informationen isolieren und diese als Instanzen in "
2717 "einer separaten Datei definieren, die in allen verschiedenen Übersetzungen "
2718 "enthalten ist. Dies macht es beispielsweise viel einfacher, URLs über "
2719 "mehrere Dateien hinweg aktuell zu halten."
2720
2721 #. type: Content of: <chapter><section><section><para>
2722 #: best-pkging-practices.dbk:1359
2723 msgid ""
2724 "Some tools (e.g. <systemitem role=\"package\">po4a</systemitem>, <systemitem "
2725 "role=\"package\">poxml</systemitem>, or the <systemitem role=\"package"
2726 "\">translate-toolkit</systemitem>) are specialized in extracting the "
2727 "translatable material from different formats.  They produce PO files, a "
2728 "format quite common to translators, which permits to see what needs to be "
2729 "retranslated when the translated document is updated."
2730 msgstr ""
2731 "Einige Werkzeuge (z.B. <systemitem role=\"package\">po4a</systemitem>, "
2732 "<systemitem role=\"package\">poxml</systemitem> oder <systemitem role="
2733 "\"package\">translate-toolkit</systemitem>) sind darauf spezialisiert, "
2734 "übersetzbares Material aus verschiedenen Formaten zu extrahieren. Sie "
2735 "erstellen PO-Dateien, ein für Übersetzer ziemlich häufiges Format, das eine "
2736 "Übersicht darüber gibt, was übersetzt werden muss, wenn das übersetzte "
2737 "Dokument aktualisiert wurde."
2738
2739 #. type: Content of: <chapter><section><title>
2740 #: best-pkging-practices.dbk:1371
2741 msgid "Common packaging situations"
2742 msgstr "Übliche Paketierungssituationen"
2743
2744 #. type: Content of: <chapter><section><section><title>
2745 #: best-pkging-practices.dbk:1382
2746 msgid "Packages using <command>autoconf</command>/<command>automake</command>"
2747 msgstr ""
2748 "Pakete benutzen <command>autoconf</command>/<command>automake</command>"
2749
2750 #. type: Content of: <chapter><section><section><para>
2751 #: best-pkging-practices.dbk:1384
2752 msgid ""
2753 "Keeping <command>autoconf</command>'s <filename>config.sub</filename> and "
2754 "<filename>config.guess</filename> files up to date is critical for porters, "
2755 "especially on more volatile architectures.  Some very good packaging "
2756 "practices for any package using <command>autoconf</command> and/or "
2757 "<command>automake</command> have been synthesized in &file-bpp-autotools; "
2758 "from the <systemitem role=\"package\">autotools-dev</systemitem> package.  "
2759 "You're strongly encouraged to read this file and to follow the given "
2760 "recommendations."
2761 msgstr ""
2762 "Die Dateien <filename>config.sub</filename> und <filename>config.guess</"
2763 "filename> von <command>autoconf</command> aktuell zu halten ist für "
2764 "Portierende kritisch, insbesondere auf eher unbeständigen Architekturen. "
2765 "Einige sehr gute Paketierungsvorgehensweisen für irgendwelche Pakete, die "
2766 "<command>autoconf</command> und/oder <command>automake</command> benutzen, "
2767 "wurden in &file-bpp-autotools; aus dem Paket <systemitem role=\"package"
2768 "\">autotools-dev</systemitem> zusammengefasst. Es wird eindringlich geraten, "
2769 "diese Datei und die folgenden Empfehlungen zu lesen."
2770
2771 #. type: Content of: <chapter><section><section><title>
2772 #: best-pkging-practices.dbk:1396
2773 msgid "Libraries"
2774 msgstr "Bibliotheken"
2775
2776 #. type: Content of: <chapter><section><section><para>
2777 #: best-pkging-practices.dbk:1398
2778 msgid ""
2779 "Libraries are always difficult to package for various reasons.  The policy "
2780 "imposes many constraints to ease their maintenance and to make sure upgrades "
2781 "are as simple as possible when a new upstream version comes out.  Breakage "
2782 "in a library can result in dozens of dependent packages breaking."
2783 msgstr ""
2784 "Bibliotheken unterscheiden sich immer von Paketen aus unterschiedlichen "
2785 "Gründen. Die Richtlinien verhängen mehrere Beschränkungen, um ihre "
2786 "Verwaltung zu erleichtern und sicherzustellen, dass Upgrades so einfach wie "
2787 "möglich sind, wenn eine neue Originalversion herauskommt. Eine kaputte "
2788 "Bibliothek kann dazu führen, dass Dutzende davon abhängige Pakete "
2789 "kaputtgehen."
2790
2791 #. type: Content of: <chapter><section><section><para>
2792 #: best-pkging-practices.dbk:1404
2793 msgid ""
2794 "Good practices for library packaging have been grouped in <ulink url=\"&url-"
2795 "libpkg-guide;\">the library packaging guide</ulink>."
2796 msgstr ""
2797 "Gute Vorgehensweisen für das Paketieren von Bibliotheken wurden in der "
2798 "<ulink url=\"&url-libpkg-guide;\">Anleitung zum Paketieren von Bibliotheken</"
2799 "ulink> zusammengefasst."
2800
2801 #. type: Content of: <chapter><section><title>
2802 #: best-pkging-practices.dbk:1411 resources.dbk:193
2803 msgid "Documentation"
2804 msgstr "Dokumentation"
2805
2806 #. type: Content of: <chapter><section><section><para>
2807 #: best-pkging-practices.dbk:1413
2808 msgid ""
2809 "Be sure to follow the <ulink url=\"&url-debian-policy;ch-docs.html\">Policy "
2810 "on documentation</ulink>."
2811 msgstr ""
2812 "Achten Sie darauf, dass Sie den <ulink url=\"&url-debian-policy;ch-docs.html"
2813 "\">Richtlinien für Dokumentation</ulink> folgen."
2814
2815 #. type: Content of: <chapter><section><section><para>
2816 #: best-pkging-practices.dbk:1418
2817 msgid ""
2818 "If your package contains documentation built from XML or SGML, we recommend "
2819 "you not ship the XML or SGML source in the binary package(s).  If users want "
2820 "the source of the documentation, they should retrieve the source package."
2821 msgstr ""
2822 "Falls Ihr Paket Dokumentation enthält, die aus XML oder SGML erstellt wurde, "
2823 "wird empfohlen, nicht die XML- oder SGML-Quellen im (in den) Binärpaket(en) "
2824 "mitzuliefern. Falls Anwender die Quelle der Dokumentation möchten, sollten "
2825 "sie die Paketquelle abrufen."
2826
2827 #. type: Content of: <chapter><section><section><para>
2828 #: best-pkging-practices.dbk:1423
2829 msgid ""
2830 "Policy specifies that documentation should be shipped in HTML format.  We "
2831 "also recommend shipping documentation in PDF and plain text format if "
2832 "convenient and if output of reasonable quality is possible.  However, it is "
2833 "generally not appropriate to ship plain text versions of documentation whose "
2834 "source format is HTML."
2835 msgstr ""
2836 "Die Richtlinie gibt an, dass die Dokumentation im HTML-Format weitergegeben "
2837 "werden sollte. Außerdem wird empfohlen, die Dokumentation im PDF-Format und "
2838 "als Klartext mitzuliefern, falls geeignet und falls die Ausgabe in einer "
2839 "vernünftigen Qualität möglich ist. Es ist allgemein jedoch nicht angemessen, "
2840 "Klartextversionen von Dokumentationen mitzuliefern, deren Quellformat HTML "
2841 "ist."
2842
2843 #. type: Content of: <chapter><section><section><para>
2844 #: best-pkging-practices.dbk:1430
2845 msgid ""
2846 "Major shipped manuals should register themselves with <systemitem role="
2847 "\"package\">doc-base</systemitem> on installation.  See the <systemitem role="
2848 "\"package\">doc-base</systemitem> package documentation for more information."
2849 msgstr ""
2850 "Bedeutende mitgelieferte Handbücher sollten sich selbst bei der Installation "
2851 "mit <systemitem role=\"package\">doc-base</systemitem> registrieren. Weitere "
2852 "Einzelheiten erhalten Sie in der Dokumentation des Pakets <systemitem role="
2853 "\"package\">doc-base</systemitem>."
2854
2855 #. type: Content of: <chapter><section><section><para>
2856 #: best-pkging-practices.dbk:1436
2857 msgid ""
2858 "Debian policy (section 12.1) directs that manual pages should accompany "
2859 "every program, utility, and function, and suggests them for other objects "
2860 "like configuration files. If the work you are packaging does not have such "
2861 "manual pages, consider writing them for inclusion in your package, and "
2862 "submitting them upstream."
2863 msgstr ""
2864 "Die Debian-Richtlinien (Abschnitt 12.1) schreiben vor, dass Handbuchseiten "
2865 "jedes Programm, jedes Hilfswerkzeug und jede Funktion begleiten sollten und "
2866 "für andere Objekte, wie Konfigurationsdateien, nahegelegt werden. Falls die "
2867 "von Ihnen paketierte Arbeit nicht über eine solche Handbuchseite verfügt, "
2868 "dann überlegen Sie sich, eine zu schreiben, die Ihrem Paket beigefügt und an "
2869 "die Originalautoren gesandt wird."
2870
2871 #. type: Content of: <chapter><section><section><para>
2872 #: best-pkging-practices.dbk:1443
2873 msgid ""
2874 "The manpages do not need to be written directly in the troff format.  "
2875 "Popular source formats are Docbook, POD and reST, which can be converted "
2876 "using <command>xsltproc</command>, <command>pod2man</command> and "
2877 "<command>rst2man</command> respectively. To a lesser extent, the "
2878 "<command>help2man</command> program can also be used to write a stub."
2879 msgstr ""
2880 "Die Handbuchseiten müssen nicht direkt im Troff-Format geschrieben werden. "
2881 "Beliebte Quellformate sind Docbook, POD und reST, die mit <command>xsltproc</"
2882 "command>, <command>pod2man</command> beziehungsweise <command>rst2man</"
2883 "command> umgewandelt werden können. In geringerem Maße kann außerdem das "
2884 "Programm <command>help2man</command> benutzt werden, um einen Abschnitt zu "
2885 "schreiben."
2886
2887 #. type: Content of: <chapter><section><section><title>
2888 #: best-pkging-practices.dbk:1452
2889 msgid "Specific types of packages"
2890 msgstr "Besondere Pakettypen"
2891
2892 #. type: Content of: <chapter><section><section><para>
2893 #: best-pkging-practices.dbk:1454
2894 msgid ""
2895 "Several specific types of packages have special sub-policies and "
2896 "corresponding packaging rules and practices:"
2897 msgstr ""
2898 "Mehrere besondere Typen von Paketen haben spezielle Unterrichtlinien und "
2899 "zugehörige Paketierungsregeln und -Vorgehensweisen:"
2900
2901 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2902 #: best-pkging-practices.dbk:1460
2903 msgid ""
2904 "Perl related packages have a <ulink url=\"&url-perl-policy;\">Perl policy</"
2905 "ulink>, some examples of packages following that policy are <systemitem role="
2906 "\"package\">libdbd-pg-perl</systemitem> (binary perl module) or <systemitem "
2907 "role=\"package\">libmldbm-perl</systemitem> (arch independent perl module)."
2908 msgstr ""
2909 "Perl zugehörige Pakete haben eine <ulink url=\"&url-perl-policy;\">Perl-"
2910 "Richtlinie</ulink>. Einige Beispiele für Pakete, die dieser Richtlinie "
2911 "folgen, sind <systemitem role=\"package\">libdbd-pg-perl</systemitem> "
2912 "(binäres Perl-Modul) oder <systemitem role=\"package\">libmldbm-perl</"
2913 "systemitem> (architekturunabhängiges Perl-Modul)."
2914
2915 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2916 #: best-pkging-practices.dbk:1469
2917 msgid ""
2918 "Python related packages have their python policy; see &file-python-policy; "
2919 "in the <systemitem role=\"package\">python</systemitem> package."
2920 msgstr ""
2921 "Python zugehörige Pakete haben ihre Python-Richtlinie. Siehe &file-python-"
2922 "policy; im Paket <systemitem role=\"package\">python</systemitem>."
2923
2924 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2925 #: best-pkging-practices.dbk:1476
2926 msgid ""
2927 "Emacs related packages have the <ulink url=\"&url-emacs-policy;\">emacs "
2928 "policy</ulink>."
2929 msgstr ""
2930 "Emacs zugehörige Pakete haben die <ulink url=\"&url-emacs-policy;\">Emacs-"
2931 "Richtlinie</ulink>."
2932
2933 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2934 #: best-pkging-practices.dbk:1483
2935 msgid ""
2936 "Java related packages have their <ulink url=\"&url-java-policy;\">java "
2937 "policy</ulink>."
2938 msgstr ""
2939 "Java zugehörige Pakete haben ihre <ulink url=\"&url-java-policy;\">Java-"
2940 "Richtlinie</ulink>."
2941
2942 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2943 #: best-pkging-practices.dbk:1490
2944 msgid ""
2945 "Ocaml related packages have their own policy, found in &file-ocaml-policy; "
2946 "from the <systemitem role=\"package\">ocaml</systemitem> package.  A good "
2947 "example is the <systemitem role=\"package\">camlzip</systemitem> source "
2948 "package."
2949 msgstr ""
2950 "Ocaml zugehörige Pakete haben ihre eigene Richtlinie, die unter &file-ocaml-"
2951 "policy; im Paket <systemitem role=\"package\">ocaml</systemitem> gefunden "
2952 "werden kann. Ein gutes Beispiel ist das Quellpaket <systemitem role=\"package"
2953 "\">camlzip</systemitem>."
2954
2955 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2956 #: best-pkging-practices.dbk:1498
2957 msgid ""
2958 "Packages providing XML or SGML DTDs should conform to the recommendations "
2959 "found in the <systemitem role=\"package\">sgml-base-doc</systemitem> package."
2960 msgstr ""
2961 "Pakete, die XML- oder SGML-DTDs bereitstellen, sollten konform zu den "
2962 "Empfehlungen in Paket <systemitem role=\"package\">sgml-base-doc</"
2963 "systemitem> sein."
2964
2965 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
2966 #: best-pkging-practices.dbk:1504
2967 msgid ""
2968 "Lisp packages should register themselves with <systemitem role=\"package"
2969 "\">common-lisp-controller</systemitem>, about which see &file-lisp-"
2970 "controller;."
2971 msgstr ""
2972 "Lisp-Pakete sollten sich selbst mit <systemitem role=\"package\">common-lisp-"
2973 "controller</systemitem> registrieren. Siehe dazu &file-lisp-controller;."
2974
2975 #. type: Content of: <chapter><section><section><title>
2976 #: best-pkging-practices.dbk:1534
2977 msgid "Architecture-independent data"
2978 msgstr "Architekturunabhängige Daten"
2979
2980 #. type: Content of: <chapter><section><section><para>
2981 #: best-pkging-practices.dbk:1536
2982 msgid ""
2983 "It is not uncommon to have a large amount of architecture-independent data "
2984 "packaged with a program.  For example, audio files, a collection of icons, "
2985 "wallpaper patterns, or other graphic files.  If the size of this data is "
2986 "negligible compared to the size of the rest of the package, it's probably "
2987 "best to keep it all in a single package."
2988 msgstr ""
2989 "Es ist nicht unüblich, eine größere Menge architekturunabhängiger Daten mit "
2990 "einem Programm zu paketieren, Zum Beispiel Audiodateien, eine "
2991 "Symbolsammlung, Hintergrundmuster oder grafische Dateien. Falls die Größe "
2992 "dieser Daten vernachlässigbar im Vergleich zum Rest des Pakets ist, ist es "
2993 "wahrscheinlich am besten, alles in einem einzelnen Paket zu halten."
2994
2995 #. type: Content of: <chapter><section><section><para>
2996 #: best-pkging-practices.dbk:1543
2997 msgid ""
2998 "However, if the size of the data is considerable, consider splitting it out "
2999 "into a separate, architecture-independent package (<filename>_all.deb</"
3000 "filename>).  By doing this, you avoid needless duplication of the same data "
3001 "into eleven or more .debs, one per each architecture.  While this adds some "
3002 "extra overhead into the <filename>Packages</filename> files, it saves a lot "
3003 "of disk space on Debian mirrors.  Separating out architecture-independent "
3004 "data also reduces processing time of <command>lintian</command> (see <xref "
3005 "linkend=\"tools-lint\"/>) when run over the entire Debian archive."
3006 msgstr ""
3007 "Ist die Größe allerdings beachtlich, denken Sie darüber nach, sie in ein "
3008 "separates architekturunabhängiges Paket (<filename>_all.deb</filename>) "
3009 "auszulagern. Imdem Sie dies tun, vermeiden Sie nutzlose Vervielfältigung der "
3010 "gleichen Daten in elf oder mehr .debs, eins je Architektur. Indem dies "
3011 "einigen zusätzlichen Zuschlag zu den <filename>Packages</filename>-Dateien "
3012 "hinzufügt, spart es viel Plattenplatz auf Debian-Spiegeln. Das Heraustrennen "
3013 "architekturunabhängiger Daten vermindert auch die Ausführungszeit von "
3014 "<command>lintian</command> (siehe <xref linkend=\"tools-lint\"/>), wenn es "
3015 "für das ganze Debian-Archiv ausgeführt wird."
3016
3017 #. type: Content of: <chapter><section><section><title>
3018 #: best-pkging-practices.dbk:1555
3019 msgid "Needing a certain locale during build"
3020 msgstr "Eine bestimmte Locale wird während des Builds benötigt"
3021
3022 #. type: Content of: <chapter><section><section><para>
3023 #: best-pkging-practices.dbk:1557
3024 msgid ""
3025 "If you need a certain locale during build, you can create a temporary file "
3026 "via this trick:"
3027 msgstr ""
3028 "Falls Sie eine bestimmte Locale während des Builds benötigen, können Sie "
3029 "mittels dieses Tricks eine temporäre Datei erstellen:"
3030
3031 #. type: Content of: <chapter><section><section><para>
3032 #: best-pkging-practices.dbk:1561
3033 msgid ""
3034 "If you set <varname>LOCPATH</varname> to the equivalent of <filename>/usr/"
3035 "lib/locale</filename>, and <varname>LC_ALL</varname> to the name of the "
3036 "locale you generate, you should get what you want without being root.  "
3037 "Something like this:"
3038 msgstr ""
3039 "Falls Sie <varname>LOCPATH</varname> auf die Entsprechung von <filename>/usr/"
3040 "lib/locale</filename> und <varname>LC_ALL</varname> auf den Namen der Locale "
3041 "setzen, die sie generieren, sollten Sie erreichen, was Sie möchten ohne dass "
3042 "Sie Root sind. Etwas wie Folgendes:"
3043
3044 #. type: Content of: <chapter><section><section><screen>
3045 #: best-pkging-practices.dbk:1566
3046 #, no-wrap
3047 msgid ""
3048 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
3049 "LOCALE_NAME=en_IN\n"
3050 "LOCALE_CHARSET=UTF-8\n"
3051 "\n"
3052 "mkdir -p $LOCALE_PATH\n"
3053 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
3054 "\n"
3055 "# Using the locale\n"
3056 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
3057 msgstr ""
3058 "LOCALE_PATH=debian/tmpdir/usr/lib/locale\n"
3059 "LOCALE_NAME=en_IN\n"
3060 "LOCALE_CHARSET=UTF-8\n"
3061 "\n"
3062 "mkdir -p $LOCALE_PATH\n"
3063 "localedef -i $LOCALE_NAME.$LOCALE_CHARSET -f $LOCALE_CHARSET $LOCALE_PATH/$LOCALE_NAME.$LOCALE_CHARSET\n"
3064 "\n"
3065 "# Using the locale\n"
3066 "LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date\n"
3067
3068 #. type: Content of: <chapter><section><section><title>
3069 #: best-pkging-practices.dbk:1579
3070 msgid "Make transition packages deborphan compliant"
3071 msgstr "Machen Sie vorübergehende Pakete Deborphan-konform"
3072
3073 #. type: Content of: <chapter><section><section><para>
3074 #: best-pkging-practices.dbk:1581
3075 msgid ""
3076 "Deborphan is a program for helping users to detect which packages can safely "
3077 "be removed from the system, i.e.  the ones that have no packages depending "
3078 "on them.  The default operation is to search only within the libs and "
3079 "oldlibs sections, to hunt down unused libraries.  But when passed the right "
3080 "argument, it tries to catch other useless packages."
3081 msgstr ""
3082 "Deborphan ist ein Programm, das Anwendern hilft Pakete aufzuspüren, die "
3083 "sicher vom System entfernt werden können, d.h. diejenigen, von denen keine "
3084 "Pakete abhängen. Die Standardoperation ist, nur innerhalb der Abschnitte "
3085 "»libs« und »oldlibs« zu suchen, um Jagd auf unbenutzte Bibliotheken zu "
3086 "machen. Wenn aber das richtige Argument übergeben wird, versucht es auch "
3087 "andere nutzlose Pakete zu erwischen."
3088
3089 #. type: Content of: <chapter><section><section><para>
3090 #: best-pkging-practices.dbk:1588
3091 msgid ""
3092 "For example, with <literal>--guess-dummy</literal>, <command>deborphan</"
3093 "command> tries to search all transitional packages which were needed for "
3094 "upgrade but which can now safely be removed.  For that, it looks for the "
3095 "string dummy or transitional in their short description."
3096 msgstr ""
3097 "Mit <literal>--guess-dummy</literal> versucht <command>deborphan</command> "
3098 "zum Beispiel alle vorübergehenden Pakete zu suchen, die zum Upgrade benötigt "
3099 "wurden, die nun aber sicher entfernt werden können. Dazu sucht es nach den "
3100 "Zeichenketten »dummy« oder »transitional« in dessen Kurzbeschreibung."
3101
3102 #. type: Content of: <chapter><section><section><para>
3103 #: best-pkging-practices.dbk:1595
3104 msgid ""
3105 "So, when you are creating such a package, please make sure to add this text "
3106 "to your short description.  If you are looking for examples, just run: "
3107 "<command>apt-cache search .|grep dummy</command> or <command>apt-cache "
3108 "search .|grep transitional</command>."
3109 msgstr ""
3110 "Wenn Sie also solch ein Paket erstellen, achten Sie bitte darauf, diesen "
3111 "Text zu Ihrer Kurzbeschreibung hinzuzufügen. Falls Sie sich nach Beispielen "
3112 "umsehen, führen Sie einfach <command>apt-cache search .|grep dummy</command> "
3113 "oder <command>apt-cache search .|grep transitional</command> aus."
3114
3115 #. type: Content of: <chapter><section><section><para>
3116 #: best-pkging-practices.dbk:1601
3117 msgid ""
3118 "Also, it is recommended to adjust its section to <literal>oldlibs</literal> "
3119 "and its priority to <literal>extra</literal> in order to ease "
3120 "<command>deborphan</command>'s job."
3121 msgstr ""
3122 "Außerdem wird empfohlen, den Abschnitt in <literal>oldlibs</literal> und die "
3123 "Priorität in <literal>extra</literal> anzupassen, um die Arbeit von "
3124 "<command>deborphan</command> zu erleichtern."
3125
3126 #. type: Content of: <chapter><section><section><title>
3127 #: best-pkging-practices.dbk:1610
3128 msgid "Best practices for <filename>.orig.tar.{gz,bz2,xz}</filename> files"
3129 msgstr ""
3130 "Optimale Vorgehensweisen für <filename>.orig.tar.{gz,bz2,xz}</filename>-"
3131 "Dateien"
3132
3133 #. type: Content of: <chapter><section><section><para>
3134 #: best-pkging-practices.dbk:1612
3135 msgid ""
3136 "There are two kinds of original source tarballs: Pristine source and "
3137 "repackaged upstream source."
3138 msgstr ""
3139 "Es gibt zwei Arten von Original-Quell-Tarballs: unberührte Quellen und neu "
3140 "paketierte Quellen der Originalautoren."
3141
3142 #. type: Content of: <chapter><section><section><section><title>
3143 #: best-pkging-practices.dbk:1616
3144 msgid "Pristine source"
3145 msgstr "Unberührte Quellen"
3146
3147 #. type: Content of: <chapter><section><section><section><para><footnote><para>
3148 #: best-pkging-practices.dbk:1620
3149 msgid ""
3150 "We cannot prevent upstream authors from changing the tarball they distribute "
3151 "without also incrementing the version number, so there can be no guarantee "
3152 "that a pristine tarball is identical to what upstream <emphasis>currently</"
3153 "emphasis> distributing at any point in time.  All that can be expected is "
3154 "that it is identical to something that upstream once <emphasis>did</"
3155 "emphasis> distribute.  If a difference arises later (say, if upstream notice "
3156 "that they weren't using maximal compression in their original distribution "
3157 "and then re-<command>gzip</command> it), that's just too bad.  Since there "
3158 "is no good way to upload a new <filename>.orig.tar.{gz,bz2,xz}</filename> "
3159 "for the same version, there is not even any point in treating this situation "
3160 "as a bug."
3161 msgstr ""
3162 "Originalautoren können nicht daran gehindert werden, den von ihnen "
3163 "verteilten Tarball zu ändern, ohne die Versionsnummer zu erhöhen. Daher kann "
3164 "nicht gewährleistet werden, dass ein unberührter Tarball mit dem identisch "
3165 "ist, was die Originalautoren <emphasis>aktuell</emphasis> zu irgendeinem "
3166 "Zeitpunkt weitergeben. Alles was erwartet werden kann, ist, dass es "
3167 "identisch mit etwas ist, das die Originalautoren einmal weitergegeben "
3168 "<emphasis>haben</emphasis>. Falls sich später ein Unterschied ergibt (etwa, "
3169 "wenn die Originalautoren merken, dass sie in ihrer Verteilung des Originals "
3170 "keine maximale Komprimierung nutzen und es dann erneut mit <command>gzip</"
3171 "command> packen), ist das einfach Pech. Da es keine brauchbare Möglichkeit "
3172 "gibt, ein neues <filename>.orig.tar.{gz,bz2,xz}</filename> für die gleiche "
3173 "Version hochzuladen, gibt es auch keinen Punkt, an dem diese Situation als "
3174 "ein Fehler behandelt wird."
3175
3176 #. type: Content of: <chapter><section><section><section><para>
3177 #: best-pkging-practices.dbk:1618
3178 msgid ""
3179 "The defining characteristic of a pristine source tarball is that the "
3180 "<filename>.orig.tar.{gz,bz2,xz}</filename> file is byte-for-byte identical "
3181 "to a tarball officially distributed by the upstream author.<placeholder type="
3182 "\"footnote\" id=\"0\"/> This makes it possible to use checksums to easily "
3183 "verify that all changes between Debian's version and upstream's are "
3184 "contained in the Debian diff.  Also, if the original source is huge, "
3185 "upstream authors and others who already have the upstream tarball can save "
3186 "download time if they want to inspect your packaging in detail."
3187 msgstr ""
3188 "Das charakteristische Merkmal eines unberührten Tarballs ist, dass die "
3189 "<filename>.orig.tar.{gz,bz2,xz}</filename>-Datei Byte für Byte identisch mit "
3190 "einem offiziell weitergegebenen Tarball des Originalautors ist.<placeholder "
3191 "type=\"footnote\" id=\"0\"/> Dies ermöglicht die Benutzung von Prüfsummen, "
3192 "um auf einfache Weise alle Änderungen zwischen Debians Version und der der "
3193 "Originalautoren zu prüfen, die in der Diff-Datei in Debian enthalten sind. "
3194 "Falls außerdem die Originalquelle riesig ist, können Originalautoren und "
3195 "andere, die bereits den Original-Tarball haben, Download-Zeit sparen, falls "
3196 "sie Ihre Paketierung im Detail inspizieren möchten."
3197
3198 #. type: Content of: <chapter><section><section><section><para>
3199 #: best-pkging-practices.dbk:1638
3200 msgid ""
3201 "There is no universally accepted guidelines that upstream authors follow "
3202 "regarding to the directory structure inside their tarball, but <command>dpkg-"
3203 "source</command> is nevertheless able to deal with most upstream tarballs as "
3204 "pristine source.  Its strategy is equivalent to the following:"
3205 msgstr ""
3206 "Es gibt keine allgemein anerkannten Richtlinien, denen Originalautoren "
3207 "betreffend der Verzeichnisstruktur innerhalb ihres Tarballs folgen, aber "
3208 "<command>dpkg-source</command> ist dennoch in der Lage mit den meisten "
3209 "Tarballs von Originalautoren als unberührte Quelle umzugehen. Seine "
3210 "Strategie entspricht dem Folgenden:"
3211
3212 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3213 #: best-pkging-practices.dbk:1646
3214 msgid "It unpacks the tarball in an empty temporary directory by doing"
3215 msgstr "Es entpackt den Tarball in eine leeres temporäres Verzeichnis mittels"
3216
3217 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><screen>
3218 #: best-pkging-practices.dbk:1649
3219 #, no-wrap
3220 msgid "zcat path/to/<replaceable>packagename</replaceable>_<replaceable>upstream-version</replaceable>.orig.tar.gz | tar xf -\n"
3221 msgstr "zcat path/to/<replaceable>Paketname</replaceable>_<replaceable>Originalversion</replaceable>.orig.tar.gz | tar xf -\n"
3222
3223 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3224 #: best-pkging-practices.dbk:1654
3225 msgid ""
3226 "If, after this, the temporary directory contains nothing but one directory "
3227 "and no other files, <command>dpkg-source</command> renames that directory to "
3228 "<filename><replaceable>packagename</replaceable>-<replaceable>upstream-"
3229 "version</replaceable>(.orig)</filename>.  The name of the top-level "
3230 "directory in the tarball does not matter, and is forgotten."
3231 msgstr ""
3232 "Falls das temporäre Verzeichnis danach nur ein Verzeichnis und keine anderen "
3233 "Dateien enthält, benennt <command>dpkg-source</command> dieses Verzeichnis "
3234 "in <filename><replaceable>Paketname</"
3235 "replaceable>_<replaceable>Originalversion</replaceable>(.orig)</filename> "
3236 "um. Der Name des Verzeichnisses auf der obersten Ebene im Tarball ist ohne "
3237 "Bedeutung und geht verloren."
3238
3239 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3240 #: best-pkging-practices.dbk:1663
3241 msgid ""
3242 "Otherwise, the upstream tarball must have been packaged without a common top-"
3243 "level directory (shame on the upstream author!).  In this case, "
3244 "<command>dpkg-source</command> renames the temporary directory "
3245 "<emphasis>itself</emphasis> to <filename><replaceable>packagename</"
3246 "replaceable>-<replaceable>upstream-version</replaceable>(.orig)</filename>."
3247 msgstr ""
3248 "Andernfalls muss der Tarball der Originalautoren ohne ein sonst übliches "
3249 "Verzeichnis der obersten Ebene gepackt worden sein (Schande über den "
3250 "Originalautor!). In diesem Fall benennt <command>dpkg-source</command> das "
3251 "temporäre Verzeichnis <emphasis>selbst</emphasis> in "
3252 "<filename><replaceable>Paketname</replaceable>_<replaceable>Originalversion</"
3253 "replaceable>(.orig)</filename> um."
3254
3255 #. type: Content of: <chapter><section><section><section><title>
3256 #: best-pkging-practices.dbk:1674
3257 msgid "Repackaged upstream source"
3258 msgstr "Neu paketierte Originalquelle"
3259
3260 #. type: Content of: <chapter><section><section><section><para>
3261 #: best-pkging-practices.dbk:1676
3262 msgid ""
3263 "You <emphasis role=\"strong\">should</emphasis> upload packages with a "
3264 "pristine source tarball if possible, but there are various reasons why it "
3265 "might not be possible.  This is the case if upstream does not distribute the "
3266 "source as gzipped tar at all, or if upstream's tarball contains non-DFSG-"
3267 "free material that you must remove before uploading."
3268 msgstr ""
3269 "Sie <emphasis role=\"strong\">sollten</emphasis> Pakete, wenn möglich, mit "
3270 "einem unberührten Quell-Tarball hochladen, aber es gibt viele Gründe, warum "
3271 "das manchmal nicht möglich ist. Dies ist der Fall, wenn die Originalautoren "
3272 "die Quelle gar nicht als Gzip-gepackte Tar-Datei weitergeben oder falls der "
3273 "Tarball der Originalautoren nicht DFSG-freies Material enthält, das Sie vor "
3274 "den Hochladen entfernen müssen."
3275
3276 #. type: Content of: <chapter><section><section><section><para>
3277 #: best-pkging-practices.dbk:1683
3278 msgid ""
3279 "In these cases the developer must construct a suitable <filename>.orig.tar."
3280 "{gz,bz2,xz}</filename> file themselves.  We refer to such a tarball as a "
3281 "repackaged upstream source.  Note that a repackaged upstream source is "
3282 "different from a Debian-native package.  A repackaged source still comes "
3283 "with Debian-specific changes in a separate <filename>.diff.gz</filename> or "
3284 "<filename>.debian.tar.{gz,bz2,xz}</filename> and still has a version number "
3285 "composed of <replaceable>upstream-version</replaceable> and "
3286 "<replaceable>debian-version</replaceable>."
3287 msgstr ""
3288 "In diesen Fällen muss der Entwickler selbst eine geeignete <filename>.orig."
3289 "tar.{gz,bz2,xz}</filename>-Datei bauen. Solch ein Tarball wird neu "
3290 "paketierten Originalquellen zugeordnet. Beachten Sie, dass sich eine neu "
3291 "paketierte Originalquelle von einem nativen Debian-Paket unterscheidet. Eine "
3292 "neu paketierte Quelle kommt mit Debian-spezifischen Änderungen in einem "
3293 "separaten <filename>.diff.gz</filename> oder <filename>.debian.tar.{gz,bz2,"
3294 "xz}</filename> daher und hat eine Versionsnummer, die sich aus der "
3295 "<replaceable>Originalversion</replaceable> und der <replaceable>Debian-"
3296 "version</replaceable> zusammensetzt."
3297
3298 #. type: Content of: <chapter><section><section><section><para>
3299 #: best-pkging-practices.dbk:1692
3300 msgid ""
3301 "There may be cases where it is desirable to repackage the source even though "
3302 "upstream distributes a <filename>.tar.{gz,bz2,xz}</filename> that could in "
3303 "principle be used in its pristine form.  The most obvious is if "
3304 "<emphasis>significant</emphasis> space savings can be achieved by "
3305 "recompressing the tar archive or by removing genuinely useless cruft from "
3306 "the upstream archive.  Use your own discretion here, but be prepared to "
3307 "defend your decision if you repackage source that could have been pristine."
3308 msgstr ""
3309 "Es könnte Gründe geben, aus denen es wünschenswert wäre, die Quelle neu zu "
3310 "paketieren, obwohl die Originalautoren ein <filename>.tar.{gz,bz2,xz}</"
3311 "filename> verteilen, dass im Prinzip in seiner unberührten Form benutzt "
3312 "werden könnte. Der naheliegendste Grund ist, wenn <emphasis>signifikante</"
3313 "emphasis> Platzersparnis durch Neukomprimierung des Tar-Archivs oder "
3314 "Entfernen von wirklich nutzlosem Müll aus dem Qriginalarchiv erzielt werden "
3315 "kann. Handeln Sie hier nach eigenem Ermessen, aber seien Sie darauf "
3316 "vorbereitet, Ihre Entscheidung zu verteidigen, falls Sie eine Quelle neu "
3317 "paketieren, die unberührt sein könnte."
3318
3319 #. type: Content of: <chapter><section><section><section><para>
3320 #: best-pkging-practices.dbk:1701
3321 msgid "A repackaged <filename>.orig.tar.{gz,bz2,xz}</filename>"
3322 msgstr "Ein neu paketiertes <filename>.orig.tar.{gz,bz2,xz}</filename>"
3323
3324 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3325 #: best-pkging-practices.dbk:1706
3326 msgid ""
3327 "<emphasis role=\"strong\">should</emphasis> be documented in the resulting "
3328 "source package.  Detailed information on how the repackaged source was "
3329 "obtained, and on how this can be reproduced should be provided in "
3330 "<filename>debian/copyright</filename>.  It is also a good idea to provide a "
3331 "<literal>get-orig-source</literal> target in your <filename>debian/rules</"
3332 "filename> file that repeats the process, as described in the Policy Manual, "
3333 "<ulink url=\"&url-debian-policy;ch-source.html#s-debianrules\">Main building "
3334 "script: <filename>debian/rules</filename></ulink>."
3335 msgstr ""
3336 "<emphasis role=\"strong\">sollte</emphasis> im resultierenden Quellpaket "
3337 "dokumentiert sein. Detaillierte Informationen, wie die neu paketierte Quelle "
3338 "gewonnen wurde und wie dies reproduziert werden kann, sollten in "
3339 "<filename>debian/copyright</filename> bereitgestellt werden. Es ist außerdem "
3340 "eine gute Idee, ein <literal>get-orig-source</literal>-Target in Ihrer "
3341 "<filename>debian/rules</filename>-Datei bereitzustellen, die den Prozess "
3342 "wiederholt, wie im Richtlinien-Handbuch beschrieben <ulink url=\"&url-debian-"
3343 "policy;ch-source.html#s-debianrules\">Main building script: <filename>debian/"
3344 "rules</filename></ulink>."
3345
3346 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para><footnote><para>
3347 #: best-pkging-practices.dbk:1721
3348 msgid ""
3349 "As a special exception, if the omission of non-free files would lead to the "
3350 "source failing to build without assistance from the Debian diff, it might be "
3351 "appropriate to instead edit the files, omitting only the non-free parts of "
3352 "them, and/or explain the situation in a <filename>README.source</filename> "
3353 "file in the root of the source tree.  But in that case please also urge the "
3354 "upstream author to make the non-free components easier separable from the "
3355 "rest of the source."
3356 msgstr ""
3357 "Als besondere Ausnahme könnte, falls das Auslassen unfreier Dateien dazu "
3358 "führen würde, dass das Build der Quelle ohne Unterstützung aus dem Debian-"
3359 "Diff fehlschlägt, das Bearbeiten der Dateien anstelle des Weglassens "
3360 "unfreier Teile davon und/oder Erklären der Situation in einer "
3361 "<filename>README.source</filename>-Datei im Wurzelverzeichnis der Quelle "
3362 "angemessen sein. Ermahnen Sie in diesem Fall aber auch den Originalautor, "
3363 "unfreie Komponenten leichter aus dem Quelltext heraustrennbar zu machen."
3364
3365 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3366 #: best-pkging-practices.dbk:1719
3367 msgid ""
3368 "<emphasis role=\"strong\">should not</emphasis> contain any file that does "
3369 "not come from the upstream author(s), or whose contents has been changed by "
3370 "you.<placeholder type=\"footnote\" id=\"0\"/>"
3371 msgstr ""
3372 "<emphasis role=\"strong\">sollte keine</emphasis> Datei enthalten, die nicht "
3373 "von dem/den Origianlautor(en) stammt oder deren Inhalt von Ihnen geändert "
3374 "wurde.<placeholder type=\"footnote\" id=\"0\"/>"
3375
3376 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3377 #: best-pkging-practices.dbk:1732
3378 msgid ""
3379 "<emphasis role=\"strong\">should</emphasis>, except where impossible for "
3380 "legal reasons, preserve the entire building and portablility infrastructure "
3381 "provided by the upstream author.  For example, it is not a sufficient reason "
3382 "for omitting a file that it is used only when building on MS-DOS.  "
3383 "Similarly, a <filename>Makefile</filename> provided by upstream should not "
3384 "be omitted even if the first thing your <filename>debian/rules</filename> "
3385 "does is to overwrite it by running a configure script."
3386 msgstr ""
3387 "<emphasis role=\"strong\">sollte</emphasis> außer, wenn es aus rechtlichen "
3388 "Gründen unmöglich ist, die ganze Erstellungs- und Portierungsinfrastruktur "
3389 "aufbewahren, die vom Originalautor bereitgestellt wurde. Es ist zum Beispiel "
3390 "kein ausreichender Grund für das Weglassen einer Datei, wenn sie nur für die "
3391 "Erstellung unter MS-DOS benutzt wird. Gleichermaßen sollte ein "
3392 "<filename>Makefile</filename>, das vom Originalautor bereitgestellt wurde "
3393 "nicht einmal dann weggelassen werden, wenn das erste, was Ihre "
3394 "<filename>debian/rules</filename> tut, das Überschreiben durch Ausführen "
3395 "eines Konfigurationsskripts ist."
3396
3397 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3398 #: best-pkging-practices.dbk:1741
3399 msgid ""
3400 "(<emphasis>Rationale:</emphasis> It is common for Debian users who need to "
3401 "build software for non-Debian platforms to fetch the source from a Debian "
3402 "mirror rather than trying to locate a canonical upstream distribution point)."
3403 msgstr ""
3404 "(<emphasis>Begründung:</emphasis> Es ist üblich für Debian-Anwender, die "
3405 "Software für nicht-Debian-Plattformen erstellen möchten, die Quellen von "
3406 "einem Debian-Spiegel abzurufen, anstatt den Punkt der ordnungsgemäßen "
3407 "Originaldistribution zu suchen)."
3408
3409 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3410 #: best-pkging-practices.dbk:1748
3411 msgid ""
3412 "<emphasis role=\"strong\">should</emphasis> use "
3413 "<filename><replaceable>packagename</replaceable>-<replaceable>upstream-"
3414 "version</replaceable>.orig</filename> as the name of the top-level directory "
3415 "in its tarball.  This makes it possible to distinguish pristine tarballs "
3416 "from repackaged ones."
3417 msgstr ""
3418 "<emphasis role=\"strong\">sollte</emphasis> als Namen des Verzeichnisses auf "
3419 "der obersten Ebene des Tarballs <filename><replaceable>Paketname</"
3420 "replaceable>-<replaceable>Originalversion</replaceable>.orig</filename> "
3421 "benutzen. Dies ermöglicht die Unterscheidung von unberührten und neu "
3422 "paketierten Tarballs."
3423
3424 #. type: Content of: <chapter><section><section><section><orderedlist><listitem><para>
3425 #: best-pkging-practices.dbk:1756
3426 msgid ""
3427 "<emphasis role=\"strong\">should</emphasis> be gzipped or bzipped with "
3428 "maximal compression."
3429 msgstr ""
3430 "<emphasis role=\"strong\">sollte</emphasis> mit Gzip oder Bzip mit der "
3431 "maximalen Komprimierung gepackt werden."
3432
3433 #. type: Content of: <chapter><section><section><section><title>
3434 #: best-pkging-practices.dbk:1763
3435 msgid "Changing binary files"
3436 msgstr "Ändern binärer Dateien"
3437
3438 #. type: Content of: <chapter><section><section><section><para>
3439 #: best-pkging-practices.dbk:1765
3440 msgid ""
3441 "Sometimes it is necessary to change binary files contained in the original "
3442 "tarball, or to add binary files that are not in it. This is fully supported "
3443 "when using source packages in “3.0 (quilt)” format, see the "
3444 "<citerefentry><refentrytitle>dpkg-source</refentrytitle><manvolnum>1</"
3445 "manvolnum></citerefentry> manual page for details. When using the older "
3446 "format “1.0”, binary files can't be stored in the <filename>.diff.gz</"
3447 "filename> so you must store an <command>uuencode</command>d (or similar) "
3448 "version of the file(s)  and decode it at build time in <filename>debian/"
3449 "rules</filename> (and move it in its official location)."
3450 msgstr ""
3451 "Manchmal ist es nötig, binäre Dateien zu ändern, die im Original-Tarball "
3452 "enthalten sind oder binäre Dateien hinzuzufügen, die nicht darin enthalten "
3453 "sind. Dies wird vollständig unterstützt, wenn Sie Quellpakete im Format »3.0 "
3454 "(quilt)« benutzen. Lesen Sie die Handbuchseite "
3455 "<citerefentry><refentrytitle>dpkg-source</refentrytitle><manvolnum>1</"
3456 "manvolnum></citerefentry>, um weitere Einzelheiten zu erfahren. Wenn Sie das "
3457 "ältere Format »1.0« benutzen, können binäre Dateien nicht im <filename>.diff."
3458 "gz</filename> gespeichert werden, daher müssen Sie eine mit "
3459 "<command>uuencode</command> (oder ähnlichem) kodierte Version der Datei(en) "
3460 "speichern und zur Erstellungszeit in <filename>debian/rules</filename> "
3461 "entschlüsseln (und an ihren offiziellen Platz verschieben)."
3462
3463 #. type: Content of: <chapter><section><section><title>
3464 #: best-pkging-practices.dbk:1780
3465 msgid "Best practices for debug packages"
3466 msgstr "Optimale Vorgehensweisen für Debug-Pakete"
3467
3468 #. type: Content of: <chapter><section><section><para>
3469 #: best-pkging-practices.dbk:1782
3470 msgid ""
3471 "A debug package is a package with a name ending in -dbg, that contains "
3472 "additional information that <command>gdb</command> can use.  Since Debian "
3473 "binaries are stripped by default, debugging information, including function "
3474 "names and line numbers, is otherwise not available when running "
3475 "<command>gdb</command> on Debian binaries.  Debug packages allow users who "
3476 "need this additional debugging information to install it, without bloating a "
3477 "regular system with the information."
3478 msgstr ""
3479 "Ein Debug-Paket ist ein Paket, dessen Name mit -dbg endet. Es enthält "
3480 "zusätzliche Informationen, die <command>gdb</command> benutzen kann. Da "
3481 "Debian-Programme standardmäßig unverhüllt sind, sind Debugging-"
3482 "Informationen, einschließlich Namen und Zeilennummern andernfalls nicht "
3483 "verfügbar, wenn <command>gdb</command> auf Debian-Programmen ausgeführt "
3484 "wird. Debug-Pakete ermöglichen Anwendern, die diese zusätzlichen Debugging-"
3485 "Informationen benötigen, sie zu installieren ohne das normale System mit "
3486 "diesen Informationen aufzublähen."
3487
3488 #. type: Content of: <chapter><section><section><para>
3489 #: best-pkging-practices.dbk:1790
3490 msgid ""
3491 "It is up to a package's maintainer whether to create a debug package or "
3492 "not.  Maintainers are encouraged to create debug packages for library "
3493 "packages, since this can aid in debugging many programs linked to a "
3494 "library.  In general, debug packages do not need to be added for all "
3495 "programs; doing so would bloat the archive.  But if a maintainer finds that "
3496 "users often need a debugging version of a program, it can be worthwhile to "
3497 "make a debug package for it.  Programs that are core infrastructure, such as "
3498 "apache and the X server are also good candidates for debug packages."
3499 msgstr ""
3500 "Es liegt beim Paketbetreuer, ob ein Debug-Paket erstellt wird oder nicht. "
3501 "Betreuer werden aufgefordert Debug-Pakete für Bibliothekenpakete zu "
3502 "erstellen, da dies bei der Fehlersuche in vielen Programmen helfen kann, die "
3503 "mit der Bibliothek verlinkt werden. Im Allgemeinen gibt es keine "
3504 "Notwendigkeit für Debug-Pakete zu allen Programmen; dies würde das Archiv "
3505 "aufblähen. Falls aber ein Betreuer findet, dass Anwender oft die Debugging-"
3506 "Version eines Programms benötigen, kann es lohnenswert sein, ein Debug-Paket "
3507 "dafür zu erstellen. Programme die zur Kerninfrastruktur gehören, wie Apache "
3508 "oder der X-Server sind ebenfalls geeignete Kandidaten für Debug-Pakete."
3509
3510 #. type: Content of: <chapter><section><section><para>
3511 #: best-pkging-practices.dbk:1800
3512 msgid ""
3513 "Some debug packages may contain an entire special debugging build of a "
3514 "library or other binary, but most of them can save space and build time by "
3515 "instead containing separated debugging symbols that <command>gdb</command> "
3516 "can find and load on the fly when debugging a program or library.  The "
3517 "convention in Debian is to keep these symbols in <filename>/usr/lib/debug/"
3518 "<replaceable>path</replaceable></filename>, where <replaceable>path</"
3519 "replaceable> is the path to the executable or library.  For example, "
3520 "debugging symbols for <filename>/usr/bin/foo</filename> go in <filename>/usr/"
3521 "lib/debug/usr/bin/foo</filename>, and debugging symbols for <filename>/usr/"
3522 "lib/libfoo.so.1</filename> go in <filename>/usr/lib/debug/usr/lib/libfoo."
3523 "so.1</filename>."
3524 msgstr ""
3525 "Einige Debug-Pakete könnten ein ganz spezielles Debugging-Build einer "
3526 "Bibliothek oder eines anderen Programms haben, aber die meisten können "
3527 "Speicher und Build-Zeit sparen, indem sie stattdessen separate Debugging-"
3528 "Symbole enthalten, die <command>gdb</command> spontan finden und laden kann, "
3529 "wenn in einem Programm oder einer Bibliothek nach Fehlern gesucht wird. Die "
3530 "Konvention in Debian besagt, dass diese Symbole in <filename>/usr/lib/debug/"
3531 "<replaceable>Pfad</replaceable></filename> aufbewahrt werden, wobei "
3532 "<replaceable>Pfad</replaceable> der Pfad zum ausführbaren Programm oder der "
3533 "Bibliothek ist. Debugging-Symbole für <filename>/usr/bin/foo</filename> "
3534 "wandern beispielsweise nach <filename>/usr/lib/debug/usr/bin/foo</filename> "
3535 "und Debugging-Symbole für <filename>/usr/lib/libfoo.so.1</filename> nach "
3536 "<filename>/usr/lib/debug/usr/lib/libfoo.so.1</filename>."
3537
3538 #. type: Content of: <chapter><section><section><para>
3539 #: best-pkging-practices.dbk:1812
3540 msgid ""
3541 "The debugging symbols can be extracted from an object file using "
3542 "<command>objcopy --only-keep-debug</command>.  Then the object file can be "
3543 "stripped, and <command>objcopy --add-gnu-debuglink</command> used to specify "
3544 "the path to the debugging symbol file.  <citerefentry> "
3545 "<refentrytitle>objcopy</refentrytitle> <manvolnum>1</manvolnum> </"
3546 "citerefentry> explains in detail how this works."
3547 msgstr ""
3548 "Die Debugging-Symbole können mit <command>objcopy --only-keep-debug</"
3549 "command> aus einer Objektdatei extrahiert werden. Dann kann die Objektdatei "
3550 "enthüllt und <command>objcopy --add-gnu-debuglink</command> benutzt werden, "
3551 "um den Pfad zur Debugging-Symboldatei anzugeben. <citerefentry> "
3552 "<refentrytitle>objcopy</refentrytitle> <manvolnum>1</manvolnum> </"
3553 "citerefentry> erklärt im Detail, wie dies funktioniert."
3554
3555 #. type: Content of: <chapter><section><section><para>
3556 #: best-pkging-practices.dbk:1820
3557 msgid ""
3558 "The <command>dh_strip</command> command in <systemitem role=\"package"
3559 "\">debhelper</systemitem> supports creating debug packages, and can take "
3560 "care of using <command>objcopy</command> to separate out the debugging "
3561 "symbols for you.  If your package uses <systemitem role=\"package"
3562 "\">debhelper</systemitem>, all you need to do is call <command>dh_strip --"
3563 "dbg-package=libfoo-dbg</command>, and add an entry to <filename>debian/"
3564 "control</filename> for the debug package."
3565 msgstr ""
3566 "Der Befehl <command>dh_strip</command> in <systemitem role=\"package"
3567 "\">debhelper</systemitem> unterstützt das Erstellen von Debug-Paketen und "
3568 "kann sich um die Benutzung von <command>objcopy</command> kümmern, um die "
3569 "Debugging-Symbole für Sie herauszusuchen. Falls Ihr Paket <systemitem role="
3570 "\"package\">debhelper</systemitem> benutzt, müssen Sie nur <command>dh_strip "
3571 "--dbg-package=libfoo-dbg</command> aufrufen und einen Eintrag in "
3572 "<filename>debian/control</filename> für das Debug-Paket hinzufügen."
3573
3574 #. type: Content of: <chapter><section><section><para>
3575 #: best-pkging-practices.dbk:1827
3576 msgid ""
3577 "Note that the debug package should depend on the package that it provides "
3578 "debugging symbols for, and this dependency should be versioned.  For example:"
3579 msgstr ""
3580 "Beachten Sie, dass Debug-Pakete von dem Paket abhängen sollten, für das sie "
3581 "Debugging-Symbole bereitstellen und diese Abhängigkeit sollte mit einer "
3582 "Version versehen werden. Zum Beispiel:"
3583
3584 #. type: Content of: <chapter><section><section><screen>
3585 #: best-pkging-practices.dbk:1831
3586 #, no-wrap
3587 msgid "Depends: libfoo (= ${binary:Version})\n"
3588 msgstr "Depends: libfoo (= ${binary:Version})\n"
3589
3590 #. type: Content of: <chapter><section><section><title>
3591 #: best-pkging-practices.dbk:1835
3592 msgid "Best practices for meta-packages"
3593 msgstr "Optimale Vorgehensweisen für Meta-Pakete"
3594
3595 #. type: Content of: <chapter><section><section><para>
3596 #: best-pkging-practices.dbk:1837
3597 msgid ""
3598 "A meta-package is a mostly empty package that makes it easy to install a "
3599 "coherent set of packages that can evolve over time. It achieves this by "
3600 "depending on all the packages of the set. Thanks to the power of APT, the "
3601 "meta-package maintainer can adjust the dependencies and the user's system "
3602 "will automatically get the supplementary packages. The dropped packages that "
3603 "were automatically installed will be also be marked as removal candidates "
3604 "(and are even automatically removed by <command>aptitude</command>).  "
3605 "<systemitem role=\"package\">gnome</systemitem> and <systemitem role="
3606 "\"package\">linux-image-amd64</systemitem> are two examples of meta-packages "
3607 "(built by the source packages <systemitem role=\"package\">meta-gnome2</"
3608 "systemitem> and <systemitem role=\"package\">linux-latest</systemitem>)."
3609 msgstr ""
3610 "Ein Meta-Paket ist meist ein leeres Paket, das es vereinfacht, eine "
3611 "Zusammenstellung von Paketen zu installieren, die sich im Lauf der Zeit "
3612 "weiterentwickeln können. Es erreicht dies, indem es von allen Paketen der "
3613 "Zusammenstellung abhängt. Dank der Fähigkeiten von APT kann der Betreuer des "
3614 "Meta-Pakets die Abhängigkeiten anpassen und das System des Anwenders wird "
3615 "automatisch die zusätzlichen Pakete erhalten. Die weggelassenen Pakete, die "
3616 "automatisch installiert wurden, werden außerdem als Kandidaten für das "
3617 "Entfernen gekennzeichnet (und werden sogar durch <command>aptitude</command> "
3618 "automatisch entfernt). <systemitem role=\"package\">gnome</systemitem> und "
3619 "<systemitem role=\"package\">linux-image-amd64</systemitem> sind zwei "
3620 "Beispiele für Meta-Pakete (gebaut durch die Quellpakete <systemitem role="
3621 "\"package\">meta-gnome2</systemitem> und <systemitem role=\"package\">linux-"
3622 "latest</systemitem>)."
3623
3624 #. type: Content of: <chapter><section><section><para>
3625 #: best-pkging-practices.dbk:1851
3626 msgid ""
3627 "The long description of the meta-package must clearly document its purpose "
3628 "so that the user knows what they will lose if they remove the package. Being "
3629 "explicit about the consequences is recommended. This is particularly "
3630 "important for meta-packages which are installed during initial installation "
3631 "and that have not been explicitly installed by the user.  Those tend to be "
3632 "important to ensure smooth system upgrades and the user should be "
3633 "discouraged from uninstalling them to avoid potential breakages."
3634 msgstr ""
3635 "Die ausführliche Beschreibung des Meta-Pakets muss ihren Zweck klar "
3636 "dokumentieren, so dass die Benutzer wissen, was sie verlieren, wenn sie das "
3637 "Paket entfernen. Es wird empfohlen, genau über die Konsequenzen zu "
3638 "informieren. Dies ist besonders für Meta-Pakete wichtig, die während der "
3639 "anfänglichen Installation installiert werden und nicht explizit durch den "
3640 "Benutzer installiert wurden. Diese neigen dazu, wichtig für reibungslose "
3641 "Upgrades des Systems zu sein und der Benutzer sollte entmutigt werden, sie "
3642 "zu entfernen, um mögliche Schäden zu vermeiden."
3643
3644 #. type: Content of: <chapter><title>
3645 #: beyond-pkging.dbk:7
3646 msgid "Beyond Packaging"
3647 msgstr "Jenseits der Paketierung"
3648
3649 #. type: Content of: <chapter><para>
3650 #: beyond-pkging.dbk:9
3651 msgid ""
3652 "Debian is about a lot more than just packaging software and maintaining "
3653 "those packages.  This chapter contains information about ways, often really "
3654 "critical ways, to contribute to Debian beyond simply creating and "
3655 "maintaining packages."
3656 msgstr ""
3657 "Debian ist weit mehr als nur Software zu paketieren und diese Pakete zu "
3658 "verwalten. Dieses Kapitel enthält Informationen über Wege, oft wirklich "
3659 "kritische Wege, fernab von einfachem Erstellen und Verwalten von Paketen zu "
3660 "Debian beizutragen."
3661
3662 #. type: Content of: <chapter><para>
3663 #: beyond-pkging.dbk:14
3664 msgid ""
3665 "As a volunteer organization, Debian relies on the discretion of its members "
3666 "in choosing what they want to work on and in choosing the most critical "
3667 "thing to spend their time on."
3668 msgstr ""
3669 "Als eine Organisation von Freiwilligen verlässt sich Debian auf das Ermessen "
3670 "seiner Mitglieder, die auswählen, an was sie arbeiten möchten und was die "
3671 "kritischste Sache ist, in die sie Zeit investieren."
3672
3673 #. type: Content of: <chapter><section><title>
3674 #: beyond-pkging.dbk:19
3675 msgid "Bug reporting"
3676 msgstr "Fehler berichten"
3677
3678 #. type: Content of: <chapter><section><para>
3679 #: beyond-pkging.dbk:21
3680 msgid ""
3681 "We encourage you to file bugs as you find them in Debian packages.  In fact, "
3682 "Debian developers are often the first line testers.  Finding and reporting "
3683 "bugs in other developers' packages improves the quality of Debian."
3684 msgstr ""
3685 "Bitte reichen Sie Fehlerberichte ein, wenn Sie Fehler in Debian-Paketen "
3686 "finden. Tatsächlich bilden Debian-Entwickler oftmals die erste Reihe der "
3687 "Tester. Fehler in den Paketen anderer Entwickler zu finden und zu melden, "
3688 "erhöht die Qualität von Debian."
3689
3690 #. type: Content of: <chapter><section><para>
3691 #: beyond-pkging.dbk:26
3692 msgid ""
3693 "Read the <ulink url=\"&url-bts-report;\">instructions for reporting bugs</"
3694 "ulink> in the Debian <ulink url=\"&url-bts;\">bug tracking system</ulink>."
3695 msgstr ""
3696 "Lesen Sie die <ulink url=\"&url-bts-report;\">Anweisungen zum Melden von "
3697 "Fehlern</ulink> in der <ulink url=\"&url-bts;\">Debian-Fehlerdatenbank</"
3698 "ulink>."
3699
3700 #. type: Content of: <chapter><section><para>
3701 #: beyond-pkging.dbk:31
3702 msgid ""
3703 "Try to submit the bug from a normal user account at which you are likely to "
3704 "receive mail, so that people can reach you if they need further information "
3705 "about the bug.  Do not submit bugs as root."
3706 msgstr ""
3707 "Versuchen Sie, den Fehlerbericht von einem normalen Benutzerkonto zu senden, "
3708 "von dem Sie wahrscheinlich Mails empfangen können, so dass Leute, die "
3709 "weitere Informationen über den Fehler benötigen, Sie erreichen können. "
3710 "Senden Sie keine Fehlerberichte als Root."
3711
3712 #. type: Content of: <chapter><section><para>
3713 #: beyond-pkging.dbk:36
3714 msgid ""
3715 "You can use a tool like <citerefentry> <refentrytitle>reportbug</"
3716 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> to submit bugs.  It "
3717 "can automate and generally ease the process."
3718 msgstr ""
3719 "Sie können ein Werkzeug wie <citerefentry> <refentrytitle>reportbug</"
3720 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> benutzen, um "
3721 "Fehlerberichte zu senden. Es kann den Prozess automatisieren und generell "
3722 "erleichtern."
3723
3724 #. type: Content of: <chapter><section><para>
3725 #: beyond-pkging.dbk:41
3726 msgid ""
3727 "Make sure the bug is not already filed against a package.  Each package has "
3728 "a bug list easily reachable at <literal>http://&bugs-host;/"
3729 "<replaceable>packagename</replaceable></literal>.  Utilities like "
3730 "<citerefentry> <refentrytitle>querybts</refentrytitle> <manvolnum>1</"
3731 "manvolnum> </citerefentry> can also provide you with this information (and "
3732 "<command>reportbug</command> will usually invoke <command>querybts</command> "
3733 "before sending, too)."
3734 msgstr ""
3735 "Stellen Sie sicher, dass der Fehler nicht bereits gegen das Paket "
3736 "eingereicht wurde. Jedes Paket hat eine Fehlerliste, die einfach unter "
3737 "<literal>http://&bugs-host;/<replaceable>Paketname</replaceable></literal> "
3738 "einsehbar ist. Hilfswerkzeuge wie <citerefentry> <refentrytitle>querybts</"
3739 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> können Sie ebenfalls "
3740 "mit diesen Informationen versorgen (und <command>reportbug</command> wird "
3741 "normalerweise auch vor dem Versenden <command>querybts</command> aufrufen)."
3742
3743 #. type: Content of: <chapter><section><para>
3744 #: beyond-pkging.dbk:50
3745 msgid ""
3746 "Try to direct your bugs to the proper location.  When for example your bug "
3747 "is about a package which overwrites files from another package, check the "
3748 "bug lists for <emphasis>both</emphasis> of those packages in order to avoid "
3749 "filing duplicate bug reports."
3750 msgstr ""
3751 "Versuchen Sie, Ihre Fehlerberichte an die ordnungsgemäße Stelle zu lenken. "
3752 "Wenn Ihr Fehlerbericht zum Beispiel von einem Paket handelt, das Dateien "
3753 "eines anderen Pakets überschreibt, prüfen Sie die Fehlerliste "
3754 "<emphasis>beider</emphasis> Pakete, um das Einreichen doppelter "
3755 "Fehlerberichte zu vermeiden."
3756
3757 #. type: Content of: <chapter><section><para>
3758 #: beyond-pkging.dbk:56
3759 msgid ""
3760 "For extra credit, you can go through other packages, merging bugs which are "
3761 "reported more than once, or tagging bugs `fixed' when they have already been "
3762 "fixed.  Note that when you are neither the bug submitter nor the package "
3763 "maintainer, you should not actually close the bug (unless you secure "
3764 "permission from the maintainer)."
3765 msgstr ""
3766 "Um zusätzliche Anerkennung zu erhalten, vereinigen Sie Fehler, die mehr als "
3767 "einmal berichtet wurden oder kennzeichnen Sie Fehler als »fixed«, die "
3768 "bereits behoben wurden. Beachten Sie, dass wenn Sie weder der Absender des "
3769 "Fehlers noch der Betreuer des Pakets sind, den Fehlerbericht nicht "
3770 "tatsächlich schließen sollten (es sei denn, Sie versichern sich der "
3771 "Erlaubnis des Betreuers)."
3772
3773 #. type: Content of: <chapter><section><para>
3774 #: beyond-pkging.dbk:63
3775 msgid ""
3776 "From time to time you may want to check what has been going on with the bug "
3777 "reports that you submitted.  Take this opportunity to close those that you "
3778 "can't reproduce anymore.  To find out all the bugs you submitted, you just "
3779 "have to visit <literal>http://&bugs-host;/from:<replaceable>your-email-addr</"
3780 "replaceable></literal>."
3781 msgstr ""
3782 "Von Zeit zu Zeit möchten Sie vielleicht prüfen, was aus den Fehlerberichten "
3783 "wurde, die Sie versandt haben. Nutzen Sie diese Gelegenheit, um diejenigen "
3784 "zu schließen, die Sie nicht mehr reproduzieren können. Um herauszufinden, "
3785 "welche Fehlerberichte Sie versandt haben, besuchen Sie <literal>http://&bugs-"
3786 "host;/from:<replaceable>Ihre-E-Mail-Adresse</replaceable></literal>."
3787
3788 #. type: Content of: <chapter><section><section><title>
3789 #: beyond-pkging.dbk:70
3790 msgid "Reporting lots of bugs at once (mass bug filing)"
3791 msgstr "Viele Fehler auf einmal berichten (Masseneinreichung von Fehlern)"
3792
3793 #. type: Content of: <chapter><section><section><para>
3794 #: beyond-pkging.dbk:72
3795 msgid ""
3796 "Reporting a great number of bugs for the same problem on a great number of "
3797 "different packages — i.e., more than 10 — is a deprecated practice.  Take "
3798 "all possible steps to avoid submitting bulk bugs at all.  For instance, if "
3799 "checking for the problem can be automated, add a new check to <systemitem "
3800 "role=\"package\">lintian</systemitem> so that an error or warning is emitted."
3801 msgstr ""
3802 "Das Berichten einer großen Anzahl von Fehlern für dasselbe Problem für eine "
3803 "große Zahl von Paketen — d.h. mehr als zehn —  ist eine missbilligte "
3804 "Vorgehensweise. Unternehmen Sie alle nötigen Schritte, um das massenhafte "
3805 "Versenden von Fehlerberichten tunlichst zu vermeiden. Prüfen Sie zum "
3806 "Beispiel, ob das Problem automatisiert werden kann, indem Sie eine neue "
3807 "Prüfung zu <systemitem role=\"package\">lintian</systemitem> hinzufügen, so "
3808 "dass eine Fehlermeldung oder Warnung ausgegeben wird."
3809
3810 #. type: Content of: <chapter><section><section><para>
3811 #: beyond-pkging.dbk:79
3812 msgid ""
3813 "If you report more than 10 bugs on the same topic at once, it is recommended "
3814 "that you send a message to &email-debian-devel; describing your intention "
3815 "before submitting the report, and mentioning the fact in the subject of your "
3816 "mail.  This will allow other developers to verify that the bug is a real "
3817 "problem.  In addition, it will help prevent a situation in which several "
3818 "maintainers start filing the same bug report simultaneously."
3819 msgstr ""
3820 "Falls Sie mehr als zehn Fehler auf einmal zum gleichen Thema berichten, wird "
3821 "empfohlen, dass Sie eine Nachricht an &email-debian-devel; senden, in der "
3822 "Sie Ihre Absicht darlegen, ehe Sie den Bericht versenden und die Tatsache im "
3823 "Betreff Ihrer Mail erwähnen. Dies wird anderen Entwicklern ermöglichen zu "
3824 "prüfen, ob der Fehler ein echtes Problem darstellt. Zusätzlich wird es "
3825 "helfen eine Situation zu vermeiden, in der mehrere Betreuer simultan "
3826 "beginnen, den gleichen Fehlerbericht einzureichen."
3827
3828 #. type: Content of: <chapter><section><section><para>
3829 #: beyond-pkging.dbk:87
3830 msgid ""
3831 "Please use the programs <command>dd-list</command> and if appropriate "
3832 "<command>whodepends</command> (from the package <systemitem role=\"package"
3833 "\">devscripts</systemitem>) to generate a list of all affected packages, and "
3834 "include the output in your mail to &email-debian-devel;."
3835 msgstr ""
3836 "Bitte benutzen Sie das Programm <command>dd-list</command> und falls "
3837 "geeignet <command>whodepends</command> (aus dem Paket <systemitem role="
3838 "\"package\">devscripts</systemitem>), um eine Liste aller betroffenen Pakete "
3839 "zu generieren und fügen sie die Ausgabe in Ihre Mail an &email-debian-devel; "
3840 "ein."
3841
3842 #. type: Content of: <chapter><section><section><para>
3843 #: beyond-pkging.dbk:93
3844 msgid ""
3845 "Note that when sending lots of bugs on the same subject, you should send the "
3846 "bug report to <email>maintonly@&bugs-host;</email> so that the bug report is "
3847 "not forwarded to the bug distribution mailing list."
3848 msgstr ""
3849 "Beachten Sie, wenn Sie viele Fehlerberichte mit dem gleichen Betreff senden "
3850 "möchten, dass Sie den Fehlerbericht an <email>maintonly@&bugs-host;</email> "
3851 "senden sollten, so dass der Fehlerbericht nicht an die Fehlerverteilungs-"
3852 "Maillingliste weitergeleitet wird."
3853
3854 #. type: Content of: <chapter><section><section><section><title>
3855 #: beyond-pkging.dbk:98
3856 msgid "Usertags"
3857 msgstr "Benutzerkennzeichen"
3858
3859 #. type: Content of: <chapter><section><section><section><para>
3860 #: beyond-pkging.dbk:100
3861 msgid ""
3862 "You may wish to use BTS usertags when submitting bugs across a number of "
3863 "packages. Usertags are similar to normal tags such as 'patch' and 'wishlist' "
3864 "but differ in that they are user-defined and occupy a namespace that is "
3865 "unique to a particular user. This allows multiple sets of developers to "
3866 "'usertag' the same bug in different ways without conflicting."
3867 msgstr ""
3868 "Vielleicht möchten Sie BTS-Benutzerkennzeichen benutzen, wenn Sie "
3869 "Fehlerberichte über eine größere Anzahl Pakete senden. Benutzerkennzeichen "
3870 "sind normalen Kennzeichen wie »patch« oder »wishlist« ähnlich, unterscheiden "
3871 "sich aber darin, dass sie benutzerdefiniert sind und einen Namensraum "
3872 "belegen, der einzigartig für einen bestimmten Benutzer ist. Dies ermöglicht "
3873 "mehreren Gruppierungen von Entwicklern, den gleichen Fehler "
3874 "benutzerdefiniert auf unterschiedliche Arten zu kennzeichnen ohne Konflikte "
3875 "zu verursachen."
3876
3877 #. type: Content of: <chapter><section><section><section><para>
3878 #: beyond-pkging.dbk:107
3879 msgid ""
3880 "To add usertags when filing bugs, specify the <literal>User</literal> and "
3881 "<literal>Usertags</literal> pseudo-headers:"
3882 msgstr ""
3883 "Um beim Einreichen von Fehlerberichten Benutzerkennzeichen hinzuzufügen, "
3884 "geben Sie die Pseudokopfzeilen <literal>User</literal> und "
3885 "<literal>Usertags</literal> an:"
3886
3887 #. type: Content of: <chapter><section><section><section><screen>
3888 #: beyond-pkging.dbk:111
3889 #, no-wrap
3890 msgid ""
3891 "To: submit@bugs.debian.org\n"
3892 "Subject: <replaceable>title-of-bug</replaceable>\n"
3893 "\n"
3894 "Package: <replaceable>pkgname</replaceable>\n"
3895 "<replaceable>[ ... ]</replaceable>\n"
3896 "User: <replaceable>email-addr</replaceable>\n"
3897 "Usertags: <replaceable>tag-name [ tag-name ... ]</replaceable>\n"
3898 "\n"
3899 "<replaceable>description-of-bug ...</replaceable>\n"
3900 msgstr ""
3901 "To: submit@bugs.debian.org\n"
3902 "Subject: <replaceable>Titel des Fehlerberichts</replaceable>\n"
3903 "\n"
3904 "Package: <replaceable>Paketname</replaceable>\n"
3905 "<replaceable>[ ... ]</replaceable>\n"
3906 "User: <replaceable>E-Mail-Adresse</replaceable>\n"
3907 "Usertags: <replaceable>Kennzeichen [ Kennzeichen ... ]</replaceable>\n"
3908 "\n"
3909 "<replaceable>Beschreibung des Fehlers ...</replaceable>\n"
3910
3911 #. type: Content of: <chapter><section><section><section><para>
3912 #: beyond-pkging.dbk:122
3913 msgid ""
3914 "Note that tags are seperated by spaces and cannot contain underscores. If "
3915 "you are filing bugs for a particular group or team it is recommended that "
3916 "you set the <literal>User</literal> to an appropriate mailing list after "
3917 "describing your intention there."
3918 msgstr ""
3919 "Beachten Sie, dass Kennzeichnungen durch Leerzeichen getrennt werden und "
3920 "keine Unterstriche enthalten dürfen. Falls Sie Fehlerberichte für eine "
3921 "spezielle Gruppe oder ein Team einreichen, wird empfohlen, dass Sie "
3922 "<literal>User</literal> auf eine angemessene Mailingliste setzen, nachdem "
3923 "Sie Ihre Absicht dort geschildert haben."
3924
3925 #. type: Content of: <chapter><section><section><section><para>
3926 #: beyond-pkging.dbk:128
3927 msgid ""
3928 "To view bugs tagged with a specific usertag, visit <literal>http://&bugs-"
3929 "host;/cgi-bin/pkgreport.cgi?users=<replaceable>email-addr</replaceable>&amp;"
3930 "tag=<replaceable>tag-name</replaceable></literal>."
3931 msgstr ""
3932 "Um Fehler mit einem bestimmten Benutzerkennzeichen anzusehen, besuchen Sie "
3933 "<literal>http://&bugs-host;/cgi-bin/pkgreport.cgi?users=<replaceable>E-Mail-"
3934 "Adresse</replaceable>&amp;tag=<replaceable>Kennzeichen</replaceable></"
3935 "literal>."
3936
3937 #. type: Content of: <chapter><section><title>
3938 #: beyond-pkging.dbk:137
3939 msgid "Quality Assurance effort"
3940 msgstr "Qualitätssicherungsbestreben"
3941
3942 #. type: Content of: <chapter><section><section><title>
3943 #: beyond-pkging.dbk:139
3944 msgid "Daily work"
3945 msgstr "Tägliche Arbeit"
3946
3947 #. type: Content of: <chapter><section><section><para>
3948 #: beyond-pkging.dbk:141
3949 msgid ""
3950 "Even though there is a dedicated group of people for Quality Assurance, QA "
3951 "duties are not reserved solely for them.  You can participate in this effort "
3952 "by keeping your packages as bug-free as possible, and as lintian-clean (see "
3953 "<xref linkend=\"lintian\"/>) as possible.  If you do not find that possible, "
3954 "then you should consider orphaning some of your packages (see <xref linkend="
3955 "\"orphaning\"/>).  Alternatively, you may ask the help of other people in "
3956 "order to catch up with the backlog of bugs that you have (you can ask for "
3957 "help on &email-debian-qa; or &email-debian-devel;).  At the same time, you "
3958 "can look for co-maintainers (see <xref linkend=\"collaborative-maint\"/>)."
3959 msgstr ""
3960 "Auch wenn es eine eigene Gruppe zur Qualitätssicherung gibt, sind QS-"
3961 "Pflichten nicht ausschließlich dieser Gruppe vorbehalten. Sie können an "
3962 "dieser Aufgabe teilnehmen, indem Sie Ihre Pakete so fehlerfrei und so "
3963 "Lintian-rein (siehe <xref linkend=\"lintian\"/>) wie möglich halten. Falls "
3964 "Sie finden, dies sei unmöglich, dann sollten Sie darüber nachdenken, einige "
3965 "Ihrer Pakete zu verwaisen (siehe <xref linkend=\"orphaning\"/>). Alternativ "
3966 "könnten Sie andere Leute um Hilfe bitten, um den Rückstand, den Sie bei den "
3967 "Fehlern haben, aufzuholen (Sie können auf &email-debian-qa; oder &email-"
3968 "debian-devel; nach Hilfe fragen). Gleichzeitig können Sie sich nach "
3969 "Mitbetreuern umsehen (siehe <xref linkend=\"collaborative-maint\"/>)."
3970
3971 #. type: Content of: <chapter><section><section><title>
3972 #: beyond-pkging.dbk:155
3973 msgid "Bug squashing parties"
3974 msgstr "Bug-Squashing-Parties"
3975
3976 #. type: Content of: <chapter><section><section><para>
3977 #: beyond-pkging.dbk:157
3978 msgid ""
3979 "From time to time the QA group organizes bug squashing parties to get rid of "
3980 "as many problems as possible.  They are announced on &email-debian-devel-"
3981 "announce; and the announcement explains which area will be the focus of the "
3982 "party: usually they focus on release critical bugs but it may happen that "
3983 "they decide to help finish a major upgrade (like a new <command>perl</"
3984 "command> version which requires recompilation of all the binary modules)."
3985 msgstr ""
3986 "Von Zeit zu Zeit organisiert die QS-Gruppe Bug-Squashing-Parties, um so "
3987 "viele Probleme wie möglich zu beseitigen. Sie werden auf &email-debian-devel-"
3988 "announce; angekündigt und in der Ankündigung wird erklärt, auf welchem "
3989 "Bereich der Fokus der Party liegt: Üblicherweise liegt der Fokus auf release-"
3990 "kritischen Fehlern, aber es kann vorkommen, dass entschieden wird, bei der "
3991 "Fertigstellung eines Haupt-Upgrades zu helfen (wie einer neuen "
3992 "<command>perl</command>-Version, die ein Neukompilieren aller binären Module "
3993 "erfordert)."
3994
3995 #. type: Content of: <chapter><section><section><para>
3996 #: beyond-pkging.dbk:166
3997 msgid ""
3998 "The rules for non-maintainer uploads differ during the parties because the "
3999 "announcement of the party is considered prior notice for NMU.  If you have "
4000 "packages that may be affected by the party (because they have release "
4001 "critical bugs for example), you should send an update to each of the "
4002 "corresponding bug to explain their current status and what you expect from "
4003 "the party.  If you don't want an NMU, or if you're only interested in a "
4004 "patch, or if you will deal yourself with the bug, please explain that in the "
4005 "BTS."
4006 msgstr ""
4007 "Die Regeln für Non-Maintainer-Uploads unterscheiden sich während der "
4008 "Parties, da die Ankündigung der Party als vorausgehende Ankündigung für den "
4009 "NMU angesehen wird. Falls Sie Pakete haben, die von der Party betroffen sind "
4010 "(da sie zum Beispiel release-kritische Fehler enthalten), sollten Sie eine "
4011 "Aktualisierung zu jedem zugehörigen Fehler senden, um seinen aktuellen "
4012 "Status zu erklären und und was Sie von der Party erwarten. Falls Sie keinen "
4013 "NMU möchten, nicht an einem Patch interessiert sind oder den Fehler selbst "
4014 "bewältigen möchten, erklären Sie dies bitte im BTS."
4015
4016 #. type: Content of: <chapter><section><section><para>
4017 #: beyond-pkging.dbk:175
4018 msgid ""
4019 "People participating in the party have special rules for NMU, they can NMU "
4020 "without prior notice if they upload their NMU to DELAYED/3-day at least.  "
4021 "All other NMU rules apply as usually; they should send the patch of the NMU "
4022 "to the BTS (to one of the open bugs fixed by the NMU, or to a new bug, "
4023 "tagged fixed).  They should also respect any particular wishes of the "
4024 "maintainer."
4025 msgstr ""
4026 "Teilnehmer der Party haben besondere Regeln für NMUs. Sie können NMUs ohne "
4027 "vorherige Ankündigung durchführen, falls sie mindestens nach DELAYED/3-day "
4028 "hochladen. Alle anderen NMU-Regeln gelten wie üblich; sie sollten das Patch "
4029 "des NMUs an das BTS senden (an einen der offenen Fehler, der durch den NMU "
4030 "behoben wird oder an einen neuen Fehler, der als »fixed« gekennzeichnet "
4031 "wird). Sie sollten außerdem die besonderen Wünsche des Betreuers "
4032 "respektieren."
4033
4034 #. type: Content of: <chapter><section><section><para>
4035 #: beyond-pkging.dbk:182
4036 msgid ""
4037 "If you don't feel confident about doing an NMU, just send a patch to the "
4038 "BTS.  It's far better than a broken NMU."
4039 msgstr ""
4040 "Falls Sie sich nicht sicher fühlen, einen NMU durchzuführen, senden Sie nur "
4041 "ein Patch an das BTS. Das ist weit besser als ein kaputter NMU."
4042
4043 #. type: Content of: <chapter><section><title>
4044 #: beyond-pkging.dbk:190
4045 msgid "Contacting other maintainers"
4046 msgstr "Andere Paketbetreuer kontaktieren"
4047
4048 #. type: Content of: <chapter><section><para>
4049 #: beyond-pkging.dbk:192
4050 msgid ""
4051 "During your lifetime within Debian, you will have to contact other "
4052 "maintainers for various reasons.  You may want to discuss a new way of "
4053 "cooperating between a set of related packages, or you may simply remind "
4054 "someone that a new upstream version is available and that you need it."
4055 msgstr ""
4056 "Während Ihres Lebens innerhalb Debian werden Sie aus verschiedenen Gründen "
4057 "Kontakt zu anderen Betreuern haben. Sie möchten vielleicht neue Wege der "
4058 "Kooperation zwischen einer Zusammenstellung verwandter Pakete diskutieren "
4059 "oder einfach jemanden daran erinnern, dass eine neue Originalversion "
4060 "verfügbar ist, die Sie benötigen."
4061
4062 #. type: Content of: <chapter><section><para>
4063 #: beyond-pkging.dbk:198
4064 msgid ""
4065 "Looking up the email address of the maintainer for the package can be "
4066 "distracting.  Fortunately, there is a simple email alias, "
4067 "<literal><replaceable>package</replaceable>@&packages-host;</literal>, which "
4068 "provides a way to email the maintainer, whatever their individual email "
4069 "address (or addresses)  may be.  Replace <replaceable>package</replaceable> "
4070 "with the name of a source or a binary package."
4071 msgstr ""
4072 "Die E-Mail-Adresse des Paketbetreuers herauszusuchen, kann störend sein. "
4073 "Glücklicherweise gibt es einen einfachen E-Mail-Alias, "
4074 "<literal><replaceable>Paket</replaceable>@&packages-host;</literal>, der "
4075 "eine Möglichkeit bietet, dem Betreuer zu mailen, ganz gleich wie seine E-"
4076 "Mail-Adresse (oder Adressen) auch sein mag. Ersetzen Sie <replaceable>Paket</"
4077 "replaceable> durch den Namen eines Quell- oder Binärpakets."
4078
4079 #. type: Content of: <chapter><section><para>
4080 #: beyond-pkging.dbk:206
4081 msgid ""
4082 "You may also be interested in contacting the persons who are subscribed to a "
4083 "given source package via <xref linkend=\"pkg-tracking-system\"/>.  You can "
4084 "do so by using the <literal><replaceable>package</replaceable>@&pts-host;</"
4085 "literal> email address."
4086 msgstr ""
4087 "Möglicherweise sind Sie außerdem daran interessiert, Personen zu "
4088 "kontaktieren, die ein bestimmtes Quellpaket mittels <xref linkend=\"pkg-"
4089 "tracking-system\"/> abonniert haben. Sie können dazu die E-Mail-Adresse "
4090 "<literal><replaceable>Paket</replaceable>@&pts-host;</literal> benutzen."
4091
4092 #. type: Content of: <chapter><section><title>
4093 #: beyond-pkging.dbk:215
4094 msgid "Dealing with inactive and/or unreachable maintainers"
4095 msgstr ""
4096 "Sich mit inaktiven und/oder nicht erreichbaren Paketbetreuern beschäftigen"
4097
4098 # FIXME Singular verwenden
4099 #. type: Content of: <chapter><section><para>
4100 #: beyond-pkging.dbk:217
4101 msgid ""
4102 "If you notice that a package is lacking maintenance, you should make sure "
4103 "that the maintainer is active and will continue to work on their packages.  "
4104 "It is possible that they are not active any more, but haven't registered out "
4105 "of the system, so to speak.  On the other hand, it is also possible that "
4106 "they just need a reminder."
4107 msgstr ""
4108 "Falls Sie bemerken, dass es einem Paket an Betreuung mangelt, sollten Sie "
4109 "sicherstellen, dass der Betreuer aktiv ist und weiter an seinen Paketen "
4110 "arbeitet. Es ist möglich, dass er nicht mehr aktiv ist, sich aber nicht aus "
4111 "dem System abgemeldet hat. Andererseits ist es auch möglich, dass er nur "
4112 "eine Erinnerung braucht."
4113
4114 #. type: Content of: <chapter><section><para>
4115 #: beyond-pkging.dbk:224
4116 msgid ""
4117 "There is a simple system (the MIA database) in which information about "
4118 "maintainers who are deemed Missing In Action is recorded.  When a member of "
4119 "the QA group contacts an inactive maintainer or finds more information about "
4120 "one, this is recorded in the MIA database.  This system is available in "
4121 "<filename>/org/qa.debian.org/mia</filename> on the host <literal>qa.debian."
4122 "org</literal>, and can be queried with the <command>mia-query</command> "
4123 "tool.  Use <command>mia-query --help</command> to see how to query the "
4124 "database.  If you find that no information has been recorded about an "
4125 "inactive maintainer yet, or that you can add more information, you should "
4126 "generally proceed as follows."
4127 msgstr ""
4128 "Es gibt ein einfaches System (die MIA-Datenbank), in der Informationen über "
4129 "Paketbetreuer aufgezeichnet werden, die als »Missing In Action« (vermisst) "
4130 "gelten. Wenn ein Mitglied der QS-Gruppe einen inaktiven Betreuer kontaktiert "
4131 "oder weitere Informationen über ihn findet, wird dies in der MIA-Datenbank "
4132 "aufgezeichnet. Das System ist unter <filename>/org/qa.debian.org/mia</"
4133 "filename> auf dem Rechner <literal>qa.debian.org</literal> verfügbar und "
4134 "kann mit dem Werkzeug <command>mia-query</command> abgefragt werden. "
4135 "Benutzen Sie <command>mia-query --help</command>, um zu erfahren, wie Sie "
4136 "Abfragen an die Datenbank richten. Falls Sie der Meinung sind, dass noch "
4137 "keine Informationen über einen inaktiven Betreuer aufgezeichnet wurde oder "
4138 "dass Sie weitere Informationen hinzufügen können, sollten Sie im Allgemeinen "
4139 "wie folgt verfahren."
4140
4141 #. type: Content of: <chapter><section><para>
4142 #: beyond-pkging.dbk:235
4143 msgid ""
4144 "The first step is to politely contact the maintainer, and wait a reasonable "
4145 "time for a response.  It is quite hard to define reasonable time, but it is "
4146 "important to take into account that real life is sometimes very hectic.  One "
4147 "way to handle this would be to send a reminder after two weeks."
4148 msgstr ""
4149 "Im ersten Schritt kontaktieren Sie den Betreuer höflich und warten eine "
4150 "angemessene Zeit auf eine Antwort. Es ist ziemlich schwer zu definieren, was "
4151 "eine angemessene Zeit ist, aber es ist wichtig zu berücksichtigen, dass das "
4152 "wahre Leben manchmal sehr hektisch ist. Eine Möglichkeit damit umzugehen "
4153 "wäre es, nach zwei Wochen eine Erinnerung zu senden."
4154
4155 #. type: Content of: <chapter><section><para>
4156 #: beyond-pkging.dbk:241
4157 msgid ""
4158 "If the maintainer doesn't reply within four weeks (a month), one can assume "
4159 "that a response will probably not happen.  If that happens, you should "
4160 "investigate further, and try to gather as much useful information about the "
4161 "maintainer in question as possible.  This includes:"
4162 msgstr ""
4163 "Falls der Betreuer nicht innerhalb von vier Wochen (einem Monat) antwortet, "
4164 "kann davon ausgegangen werden, dass wahrscheinlich keine Antwort mehr kommt. "
4165 "Falls dies geschieht, sollten Sie weiter nachforschen und versuchen so viele "
4166 "nützliche Informationen wie möglich über den betreffenden Betreuer zu "
4167 "sammeln. Dies beinhaltet:"
4168
4169 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
4170 #: beyond-pkging.dbk:249
4171 msgid ""
4172 "The <literal>echelon</literal> information available through the <ulink url="
4173 "\"&url-debian-db;\">developers' LDAP database</ulink>, which indicates when "
4174 "the developer last posted to a Debian mailing list.  (This includes mails "
4175 "about uploads distributed via the &email-debian-devel-changes; list.)  Also, "
4176 "remember to check whether the maintainer is marked as on vacation in the "
4177 "database."
4178 msgstr ""
4179 "die <literal>echelon</literal>-Informationen, die über die <ulink url=\"&url-"
4180 "debian-db;\">debian.org Developers LDAP Search</ulink> verfügbar sind. Sie "
4181 "geben an, wann der Entwickler zum letzten Mal an eine Debian-Mailingliste "
4182 "geschrieben hat. (Dies umfasst Mails über Uploads, die über die Liste &email-"
4183 "debian-devel-changes; verteilt wurden.) Denken Sie außerdem daran zu prüfen, "
4184 "ob der Betreuer in der Datenbank als im Urlaub befindlich markiert ist."
4185
4186 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
4187 #: beyond-pkging.dbk:259
4188 msgid ""
4189 "The number of packages this maintainer is responsible for, and the condition "
4190 "of those packages.  In particular, are there any RC bugs that have been open "
4191 "for ages? Furthermore, how many bugs are there in general? Another important "
4192 "piece of information is whether the packages have been NMUed, and if so, by "
4193 "whom."
4194 msgstr ""
4195 "die Zahl der Pakete, für die dieser Betreuer verantwortlich ist und den "
4196 "Zustand dieser Pakete. Hauptsächlich, ob es release-kritische Fehler gibt, "
4197 "die seit Jahren offen sind. Ferner wie viele Fehler es im Allgemeinen sind. "
4198 "Ein weiteres wichtiges Teil der Informationen ist, ob für die Pakete NMUs "
4199 "durchgeführt werden und wenn, von wem."
4200
4201 # FIXME: Singular/Plural gemischt
4202 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
4203 #: beyond-pkging.dbk:268
4204 msgid ""
4205 "Is there any activity of the maintainer outside of Debian? For example, they "
4206 "might have posted something recently to non-Debian mailing lists or news "
4207 "groups."
4208 msgstr ""
4209 "Gibt es irgendeine Aktivität des Betreuers außerhalb von Debian? Er könnte "
4210 "zum Beispiel aktuell etwas an eine Nicht-Debian-Mailingliste oder an "
4211 "Newsgroups geschrieben haben."
4212
4213 # FIXME: Singular/Plural gemischt
4214 #. type: Content of: <chapter><section><para>
4215 #: beyond-pkging.dbk:275
4216 msgid ""
4217 "A bit of a problem are packages which were sponsored — the maintainer is not "
4218 "an official Debian developer.  The <literal>echelon</literal> information is "
4219 "not available for sponsored people, for example, so you need to find and "
4220 "contact the Debian developer who has actually uploaded the package.  Given "
4221 "that they signed the package, they're responsible for the upload anyhow, and "
4222 "are likely to know what happened to the person they sponsored."
4223 msgstr ""
4224 "Ein ziemliches Problem sind Pakete, die gesponsort wurden — der Betreuer ist "
4225 "kein offizieller Debian-Entwickler. Die <literal>echelon</literal>-"
4226 "Informationen sind nicht für gesponsorte Leute verfügbar, so dass Sie "
4227 "beispielsweise den Debian-Entwickler finden und kontaktieren müssen, der das "
4228 "Paket tatsächlich hochgeladen hat. Angenommen, das Paket wurde signiert, "
4229 "dann ist er dennoch für das Paket verantwortlich und weiß wahrscheinlich, "
4230 "was mit der Person geschah, die er sponsorte."
4231
4232 #. type: Content of: <chapter><section><para>
4233 #: beyond-pkging.dbk:283
4234 msgid ""
4235 "It is also allowed to post a query to &email-debian-devel;, asking if anyone "
4236 "is aware of the whereabouts of the missing maintainer.  Please Cc: the "
4237 "person in question."
4238 msgstr ""
4239 "Es ist außerdem erlaubt, eine Anfrage an &email-debian-devel; zu senden und "
4240 "zu fragen, ob jemand etwas über den Verbleib des vermissten Betreuers weiß. "
4241 "Bitte senden Sie der Person, um die es geht, per Cc: eine Kopie."
4242
4243 #. type: Content of: <chapter><section><para>
4244 #: beyond-pkging.dbk:288
4245 msgid ""
4246 "Once you have gathered all of this, you can contact &email-mia;.  People on "
4247 "this alias will use the information you provide in order to decide how to "
4248 "proceed.  For example, they might orphan one or all of the packages of the "
4249 "maintainer.  If a package has been NMUed, they might prefer to contact the "
4250 "NMUer before orphaning the package — perhaps the person who has done the NMU "
4251 "is interested in the package."
4252 msgstr ""
4253 "Sobald Sie als dies gesammelt haben, können Sie &email-mia; kontaktieren. "
4254 "Leute mit diesem Alias werden die von Ihnen bereitgestellten Informationen "
4255 "nutzen, um zu entscheiden, wie verfahren wird. Beispielsweise könnten Sie "
4256 "eines oder alle Pakete des Betreuers verwaisen. Falls für ein Paket ein NMU "
4257 "durchgeführt wurde, könnten sie es vorziehen vor dem Verwaisen des Pakets "
4258 "denjenigen zu kontaktieren, von dem der NMU durchgeführt wurde — vielleicht "
4259 "ist diese Person daran interessiert das Paket zu übernehmen."
4260
4261 #. type: Content of: <chapter><section><para>
4262 #: beyond-pkging.dbk:296
4263 msgid ""
4264 "One last word: please remember to be polite.  We are all volunteers and "
4265 "cannot dedicate all of our time to Debian.  Also, you are not aware of the "
4266 "circumstances of the person who is involved.  Perhaps they might be "
4267 "seriously ill or might even have died — you do not know who may be on the "
4268 "receiving side.  Imagine how a relative will feel if they read the e-mail of "
4269 "the deceased and find a very impolite, angry and accusing message!"
4270 msgstr ""
4271 "Eine abschließende Bemerkung: Bitte denken Sie daran, höflich zu bleiben. "
4272 "Alle hier sind Freiwillige und können nicht sämtliche Zeit Debian widmen. "
4273 "Außerdem wissen Sie nichts über die Situation der beteiligten Person. "
4274 "Vielleicht ist sie ernsthaft erkrankt oder sogar verstorben — Sie wissen "
4275 "nicht, wer auf der Empfängerseite ist. Stellen Sie sich vor, wie sich ein "
4276 "Verwandter fühlt, wenn er die E-Mail des Verstorbenen liest und eine sehr "
4277 "unhöfliche, böse oder vorwurfsvolle Nachricht findet!"
4278
4279 # FIXME: Singular/Plural gemischt
4280 #. type: Content of: <chapter><section><para>
4281 #: beyond-pkging.dbk:304
4282 msgid ""
4283 "On the other hand, although we are volunteers, we do have a responsibility.  "
4284 "So you can stress the importance of the greater good — if a maintainer does "
4285 "not have the time or interest anymore, they should let go and give the "
4286 "package to someone with more time."
4287 msgstr ""
4288 "Andererseits besteht trotz Freiwilligkeit auch eine Verantwortung. So können "
4289 "Sie die Wichtigkeit eines übergeordneten Wohls betonen — falls ein Betreuer "
4290 "keine Zeit oder kein Interesse mehr hat, sollte er gehen und das Paket "
4291 "jemandem mit mehr Zeit geben."
4292
4293 #. type: Content of: <chapter><section><para>
4294 #: beyond-pkging.dbk:310
4295 msgid ""
4296 "If you are interested in working in the MIA team, please have a look at the "
4297 "<filename>README</filename> file in <filename>/org/qa.debian.org/mia</"
4298 "filename> on <literal>qa.debian.org</literal> where the technical details "
4299 "and the MIA procedures are documented and contact &email-mia;."
4300 msgstr ""
4301 "Falls Sie Interesse an der Arbeit im MIA-Team haben, werfen Sie bitte einen "
4302 "Blick in die <filename>README</filename>-Datei in <filename>/org/qa.debian."
4303 "org/mia</filename> auf <literal>qa.debian.org</literal>, wo die technischen "
4304 "Einzelheiten und MIA-Prozeduren dokumentiert sind und kontaktieren Sie "
4305 "&email-mia;."
4306
4307 #. type: Content of: <chapter><section><title>
4308 #: beyond-pkging.dbk:318
4309 msgid "Interacting with prospective Debian developers"
4310 msgstr "Zusammenwirken mit zukünftigen Debian-Entwicklern"
4311
4312 #. type: Content of: <chapter><section><para>
4313 #: beyond-pkging.dbk:320
4314 msgid ""
4315 "Debian's success depends on its ability to attract and retain new and "
4316 "talented volunteers.  If you are an experienced developer, we recommend that "
4317 "you get involved with the process of bringing in new developers.  This "
4318 "section describes how to help new prospective developers."
4319 msgstr ""
4320 "Debians Erfolg hängt von der Fähigkeit ab, neue und talentierte Entwickler "
4321 "für sich zu gewinnen und zu halten. Wenn Sie ein erfahrener Entwickler sind, "
4322 "wird Ihnen empfohlen, sich am Prozess, neue Entwickler heranzuziehen, zu "
4323 "beteiligen."
4324
4325 #. type: Content of: <chapter><section><section><title>
4326 #: beyond-pkging.dbk:326
4327 msgid "Sponsoring packages"
4328 msgstr "Pakete sponsoren"
4329
4330 #. type: Content of: <chapter><section><section><para>
4331 #: beyond-pkging.dbk:328
4332 msgid ""
4333 "Sponsoring a package means uploading a package for a maintainer who is not "
4334 "able to do it on their own. It's not a trivial matter, the sponsor must "
4335 "verify the packaging and ensure that it is of the high level of quality that "
4336 "Debian strives to have."
4337 msgstr ""
4338 "Sponsoring eines Pakets bedeutet, ein Paket für einen Betreuer hochzuladen, "
4339 "der nicht in der Lage ist, dies selbst zu tun. Es ist keine belanglose "
4340 "Angelegenheit, der Sponsor muss die Paketierung überprüfen und dafür sorgen, "
4341 "dass sie auf der hohen Qualitätsstufe ist, die Debian anstrebt."
4342
4343 #. type: Content of: <chapter><section><section><para>
4344 #: beyond-pkging.dbk:334
4345 msgid "Debian Developers can sponsor packages. Debian Maintainers can't."
4346 msgstr ""
4347 "Debian-Entwickler können Pakete sponsoren. Debian-Betreuer können dies nicht."
4348
4349 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4350 #: beyond-pkging.dbk:340
4351 msgid ""
4352 "The maintainer prepares a source package (<filename>.dsc</filename>) and "
4353 "puts it online somewhere (like on <ulink url=\"http://mentors.debian.net/cgi-"
4354 "bin/welcome\">mentors.debian.net</ulink>) or even better, provides a link to "
4355 "a public VCS repository (see <xref linkend=\"servers-vcs\"/>) where the "
4356 "package is maintained."
4357 msgstr ""
4358 "Der Betreuer bereitet ein Quellpaket (<filename>.dsc</filename>) vor und "
4359 "legt es irgendwo online ab (wie auf <ulink url=\"http://mentors.debian.net/"
4360 "cgi-bin/welcome\">mentors.debian.net</ulink>) oder stellt, was noch besser "
4361 "ist, einen Link zu einem öffentlichen VCS-Depot (siehe <xref linkend="
4362 "\"servers-vcs\"/>) bereit, wo das Paket verwaltet wird."
4363
4364 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4365 #: beyond-pkging.dbk:346
4366 msgid "The sponsor downloads (or checkouts) the source package."
4367 msgstr "Der Sponsor lädt das Paket herunter (oder checkt es aus)."
4368
4369 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4370 #: beyond-pkging.dbk:349
4371 msgid ""
4372 "The sponsor reviews the source package. If they find issues, they inform the "
4373 "maintainer and ask them to provide a fixed version (the process starts over "
4374 "at step 1)."
4375 msgstr ""
4376 "Der Sponsor prüft das Quellpaket. Falls er Probleme entdeckt, informiert er "
4377 "den Betreuer und bittet ihn, eine korrigierte Version bereitzustellen (der "
4378 "Prozess beginnt von vorn mit dem ersten Schritt)."
4379
4380 #. type: Content of: <chapter><section><section><para><orderedlist><listitem><para>
4381 #: beyond-pkging.dbk:354
4382 msgid ""
4383 "The sponsor could not find any remaining problem. They build the package, "
4384 "sign it, and upload it to Debian."
4385 msgstr ""
4386 "Der Sponsor konnte kein verbliebenes Problem finden. Er erstellt das Paket, "
4387 "signiert es und lädt es zu Debian hoch."
4388
4389 #. type: Content of: <chapter><section><section><para>
4390 #: beyond-pkging.dbk:337
4391 msgid ""
4392 "The process of sponsoring a package is: <placeholder type=\"orderedlist\" id="
4393 "\"0\"/>"
4394 msgstr ""
4395 "Der Prozess, ein Paket zu sponsoren ist: <placeholder  type=\"orderedlist\" "
4396 "id=\"0\"/>"
4397
4398 #. type: Content of: <chapter><section><section><para>
4399 #: beyond-pkging.dbk:360
4400 msgid ""
4401 "Before delving in the details of how to sponsor a package, you should ask "
4402 "yourself whether adding the proposed package is beneficial to Debian."
4403 msgstr ""
4404 "Bevor Sie die Einzelheiten erforschen, wie ein Paket gesponsort wird, "
4405 "sollten Sie sich selbst fragen, ob das Hinzufügen des angebotenen Pakets "
4406 "einen Gewinn für Debian bedeuted."
4407
4408 #. type: Content of: <chapter><section><section><para>
4409 #: beyond-pkging.dbk:364
4410 msgid ""
4411 "There's no simple rule to answer this question, it can depend on many "
4412 "factors: is the upstream codebase mature and not full of security holes? Are "
4413 "there pre-existing packages that can do the same task and how do they "
4414 "compare to this new package? Has the new package been requested by users and "
4415 "how large is the user base? How active are the upstream developers?"
4416 msgstr ""
4417 "Es gibt keine einfache Regel, um diese Frage zu beantworten, sie kann von "
4418 "vielen Faktoren abhängen: Ist die Code-Basis der Originalautoren ausgereift "
4419 "und nicht voller Sicherheitslücken? Gibt es vorher existierende Pakete, die "
4420 "die gleiche Aufgabe erledigen können und wie sind diese im Vergleich zu "
4421 "diesem neuen Paket? Gab es für dieses neue Paket eine Nachfrage durch "
4422 "Anwender und wie groß ist die Benutzerbasis? Wie aktiv sind die Entwickler "
4423 "des Originals?"
4424
4425 #. type: Content of: <chapter><section><section><para>
4426 #: beyond-pkging.dbk:371
4427 msgid ""
4428 "You should also ensure that the prospective maintainer is going to be a good "
4429 "maintainer. Do they already have some experience with other packages? If "
4430 "yes, are they doing a good job with them (check out some bugs)? Are they "
4431 "familiar with the package and its programming language? Do they have the "
4432 "skills needed for this package? If not, are they able to learn them?"
4433 msgstr ""
4434 "Sie sollten außerdem sicherstellen, dass der zukünftige Betreuer ein guter "
4435 "Betreuer sein wird. Hat er bereits etwas Erfahrung mit anderen Paketen? "
4436 "Falls ja, leistet er bei ihnen gute Arbeit (überprüfen Sie einige Fehler)? "
4437 "Ist er vertraut mit dem Paket und dessen Programmiersprache? Verfügt er über "
4438 "die für dieses Paket nötigen Fähigkeiten? Falls nicht, ist er in der Lage "
4439 "sie zu erlernen?"
4440
4441 #. type: Content of: <chapter><section><section><para>
4442 #: beyond-pkging.dbk:379
4443 msgid ""
4444 "It's also a good idea to know where they stand with respect to Debian: do "
4445 "they agree with Debian's philosophy and do they intend to join Debian? Given "
4446 "how easy it is to become a Debian Maintainer, you might want to only sponsor "
4447 "people who plan to join. That way you know from the start that you won't "
4448 "have to act as a sponsor indefinitely."
4449 msgstr ""
4450 "Es ist außerdem eine gute Idee zu wissen, wie er Debian gegenübersteht: "
4451 "Stimmt er der Debian-Philosophie zu und beabsichtigt er Debian beizutreten? "
4452 "Angesichts dessen, wie einfach es ist, ein Debian-Betreuer zu werden, "
4453 "möchten Sie vielleicht nur Leute sponsoren, die planen beizutreten. Auf "
4454 "diese Art wissen Sie von Beginn an, dass Sie nicht auf unbestimmte Zeit als "
4455 "Sponsor agieren müssen."
4456
4457 #. type: Content of: <chapter><section><section><section><title>
4458 #: beyond-pkging.dbk:386
4459 msgid "Sponsoring a new package"
4460 msgstr "Ein neues Paket sponsoren"
4461
4462 #. type: Content of: <chapter><section><section><section><para>
4463 #: beyond-pkging.dbk:388
4464 msgid ""
4465 "New maintainers usually have certain difficulties creating Debian packages — "
4466 "this is quite understandable. They will do mistakes. That's why sponsoring a "
4467 "brand new package into Debian requires a thorough review of the Debian "
4468 "packaging. Sometimes several iterations will be needed until the package is "
4469 "good enough to be uploaded to Debian. Thus being a sponsor implies being a "
4470 "mentor."
4471 msgstr ""
4472 "Neue Betreuer haben gewöhnlich bestimmte Schwierigkeiten bei der Erstellung "
4473 "von Debian-Paketen — dies ist ziemlich verständlich. Das ist der Grund, "
4474 "weshalb das Sponsoring eines brandneuen Pakets in Debian, eine sorgfältige "
4475 "Überprüfung notwendig macht. Manchmal sind mehrere Wiederholungen nötig, bis "
4476 "das Paket gut genug ist, um zu Debian hochgeladen zu werden. Daher "
4477 "impliziert ein Sponsor zu sein, dass man ein Mentor ist."
4478
4479 #. type: Content of: <chapter><section><section><section><para>
4480 #: beyond-pkging.dbk:396
4481 msgid ""
4482 "Don't ever sponsor a new package without reviewing it. The review of new "
4483 "packages done by ftpmasters mainly ensures that the software is really free. "
4484 "Of course, it happens that they stumble on packaging problems but they "
4485 "really should not. It's your task to ensure that the uploaded package "
4486 "complies with the Debian Free Software Guidelines and is of good quality."
4487 msgstr ""
4488 "Sponsoren Sie ein Paket nie, ohne es zu überprüfen. Die Überprüfung eines "
4489 "neuen Pakets, die von den Ftpmasters vorgenommen wird, stellt nur sicher, "
4490 "dass die Software wirklich frei ist. Natürlich kommt es vor, dass sie über "
4491 "Paketierungsprobleme stolpern, aber sie sollten es wirklich nicht. Es ist "
4492 "Ihre Aufgabe dafür zu sorgen, dass das hochgeladene Paket mit den "
4493 "Richtlinien Debians für freie Software übereinstimmt und von guter Qualität "
4494 "ist."
4495
4496 #. type: Content of: <chapter><section><section><section><para><footnote><para>
4497 #: beyond-pkging.dbk:409
4498 msgid ""
4499 "You can find more checks in the wiki where several developers share their "
4500 "own <ulink url=\"http://wiki.debian.org/SponsorChecklist\">sponsorship "
4501 "checklists</ulink>."
4502 msgstr ""
4503 "Sie können weitere Überprüfungen im Wiki finden, wo mehrere Entwickler ihre "
4504 "eigenen <ulink url=\"http://wiki.debian.org/SponsorChecklist\">Sponsorschaft-"
4505 "Prüflisten</ulink> miteinander teilen."
4506
4507 #. type: Content of: <chapter><section><section><section><para>
4508 #: beyond-pkging.dbk:404
4509 msgid ""
4510 "Building the package and testing the software is part of the review, but "
4511 "it's also not enough. The rest of this section contains a non-exhaustive "
4512 "list of points to check in your review.  <placeholder type=\"footnote\" id="
4513 "\"0\"/>"
4514 msgstr ""
4515 "Das Erstellen des Pakets und Prüfen der Software ist Teil der Überprüfung, "
4516 "aber es reicht nicht aus. Der Rest dieses Abschnitts enthält eine "
4517 "unvollständige Liste von Punkten, die Sie in Ihrer Überprüfung testen "
4518 "sollten. <placeholder type=\"footnote\" id=\"0\"/>"
4519
4520 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4521 #: beyond-pkging.dbk:416
4522 msgid ""
4523 "Verify that the upstream tarball provided is the same that has been "
4524 "distributed by the upstream author (when the sources are repackaged for "
4525 "Debian, generate the modified tarball yourself)."
4526 msgstr ""
4527 "Prüfen Sie, ob der bereitgestellte Original-Tarball derselbe ist, wie der, "
4528 "den der Originalautor verteilt (wenn die Quellen neu für Debian gepackt "
4529 "wurden, erstellen Sie selbst den geänderten Tarball)."
4530
4531 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4532 #: beyond-pkging.dbk:421
4533 msgid ""
4534 "Run <command>lintian</command> (see <xref linkend=\"lintian\"/>). It will "
4535 "catch many common problems. Be sure to verify that any <command>lintian</"
4536 "command> overrides setup by the maintainer is fully justified."
4537 msgstr ""
4538 "Führen Sie <command>lintian</command> aus (siehe <xref linkend=\"lintian\"/"
4539 ">). Es wird viele häufige Probleme erwischen. Achten Sie darauf zu "
4540 "überprüfen, dass jegliche Einstellung, durch die der Betreuer "
4541 "<command>lintian</command> außer Kraft setzt, vollständig gerechtfertigt ist."
4542
4543 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4544 #: beyond-pkging.dbk:426
4545 msgid ""
4546 "Run <command>licensecheck</command> (part of <xref linkend=\"devscripts\"/>) "
4547 "and verify that <filename>debian/copyright</filename> seems correct and "
4548 "complete. Look for license problems (like files with “All rights reserved” "
4549 "headers, or with a non-DFSG compliant license). <command>grep -ri</command> "
4550 "is your friend for this task."
4551 msgstr ""
4552 "Führen Sie <command>licensecheck</command> aus (Teil von <xref linkend="
4553 "\"devscripts\"/>) und überprüfen Sie, ob <filename>debian/copyright</"
4554 "filename> korrekt und komplett zu sein scheint. Suchen Sie nach "
4555 "Lizenzproblemen (wie Dateien mit »All rights reserved«-Kopfzeilen oder nicht "
4556 "DFSG-konformen Lizenzen). Bei dieser Aufgabe ist <command>grep -ri</command> "
4557 "Ihr Freund."
4558
4559 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4560 #: beyond-pkging.dbk:433
4561 msgid ""
4562 "Build the package with <command>pbuilder</command> (or any similar tool, see "
4563 "<xref linkend=\"pbuilder\"/>) to ensure that the build-dependencies are "
4564 "complete."
4565 msgstr ""
4566 "Erstellen Sie das Paket mit <command>pbuilder</command> (oder einem "
4567 "ähnlichen Werkzeug, siehe <xref linkend=\"pbuilder\"/>), um sicherzustellen, "
4568 "dass die Build-Abhängigkeiten vollständig sind."
4569
4570 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4571 #: beyond-pkging.dbk:438
4572 msgid ""
4573 "Proofread <filename>debian/control</filename>: does it follow the best "
4574 "practices (see <xref linkend=\"bpp-debian-control\"/>)? Are the dependencies "
4575 "complete?"
4576 msgstr ""
4577 "Lesen Sie <filename>debian/control</filename> Korrektur: Folgt es den "
4578 "optimalen Vorgehensweisen (siehe <xref linkend=\"bpp-debian-control\"/>)? "
4579 "Sind die Abhängigkeiten vollständig?"
4580
4581 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4582 #: beyond-pkging.dbk:443
4583 msgid ""
4584 "Proofread <filename>debian/rules</filename>: does it follow the best "
4585 "practices (see <xref linkend=\"bpp-debian-rules\"/>)? Do you see some "
4586 "possible improvements?"
4587 msgstr ""
4588 "Lesen Sie <filename>debian/rules</filename> Korrektur: Folgt es den "
4589 "optimalen Vorgehensweisen (siehe <xref linkend=\"bpp-debian-rules\"/>)? "
4590 "Können Sie mögliche Verbesserungen sehen?"
4591
4592 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4593 #: beyond-pkging.dbk:448
4594 msgid ""
4595 "Proofread the maintainer scripts (<filename>preinst</filename>, "
4596 "<filename>postinst</filename>, <filename>prerm</filename>, <filename>postrm</"
4597 "filename>, <filename>config</filename>): will the <filename>preinst</"
4598 "filename>/<filename>postrm</filename> work when the dependencies are not "
4599 "installed? Are all the scripts idempotent (i.e. can you run them multiple "
4600 "times without consequences)?"
4601 msgstr ""
4602 "Lesen Sie die Betreuerskripte (<filename>preinst</filename>, "
4603 "<filename>postinst</filename>, <filename>prerm</filename>, <filename>postrm</"
4604 "filename>, <filename>config</filename>) Korrektur: Werden <filename>preinst</"
4605 "filename>/<filename>postrm</filename> funktionieren, wenn die Abhängigkeiten "
4606 "nicht installiert sind? Sind alle Skripte idempotent (d.h. können Sie sie "
4607 "mehrmals ohne Konsequenzen ausführen)?"
4608
4609 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4610 #: beyond-pkging.dbk:456
4611 msgid ""
4612 "Review any change to upstream files (either in <filename>.diff.gz</"
4613 "filename>, or in <filename>debian/patches/</filename> or directly embedded "
4614 "in the <filename>debian</filename> tarball for binary files). Are they "
4615 "justified? Are they properly documented (with <ulink url=\"&url-dep3;"
4616 "\">DEP-3</ulink> for patches)?"
4617 msgstr ""
4618 "Überprüfen Sie jede Änderung an Originaldateien (entweder in <filename>.diff."
4619 "gz</filename>, in <filename>debian/patches/</filename> oder direkt in den "
4620 "Tarball <filename>debian</filename> für Binärdateien eingebettet). Sind sie "
4621 "gerechtfertigt? Sind sie ordentlich dokumentiert (mit <ulink url=\"&url-dep3;"
4622 "\">DEP-3</ulink> für Patchs)?"
4623
4624 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4625 #: beyond-pkging.dbk:462
4626 msgid ""
4627 "For every file, ask yourself why the file is there and whether it's the "
4628 "right way to achieve the desired result. Is the maintainer following the "
4629 "best packaging practices (see <xref linkend=\"best-pkging-practices\"/>)?"
4630 msgstr ""
4631 "Fragen Sie sich für jede Datei, warum diese Datei dort ist und ob dies der "
4632 "richtige Weg ist das gewünschte Ergebnis zu erzielen. Folgt der Betreuer den "
4633 "optimalen Vorgehensweisen beim Paketieren (siehe <xref linkend=\"best-pkging-"
4634 "practices\"/>)?"
4635
4636 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
4637 #: beyond-pkging.dbk:468
4638 msgid ""
4639 "Build the packages, install them and try the software. Ensure you can remove "
4640 "and purge the packages. Maybe test them with <command>piuparts</command>."
4641 msgstr ""
4642 "erstellen Sie die Pakete, installieren Sie sie und probieren Sie die "
4643 "Software aus. Stellen Sie sicher, dass Sie die Pakete entfernen und "
4644 "vollständig beseitigen können. Eventuell testen Sie sie mit "
4645 "<command>piuparts</command>."
4646
4647 #. type: Content of: <chapter><section><section><section><para>
4648 #: beyond-pkging.dbk:474
4649 msgid ""
4650 "If the audit did not reveal any problem, you can build the package and "
4651 "upload it to Debian. Remember that even if you're not the maintainer, as a "
4652 "sponsor you are still responsible for what you upload to Debian. That's why "
4653 "you're encouraged to keep up with the package through the <xref linkend="
4654 "\"pkg-tracking-system\"/>."
4655 msgstr ""
4656 "Falls die Kontrolle kein Problem offenbarte, können Sie das Paket erstellen "
4657 "und zu Debian hochladen. Denken Sie daran, dass, obwohl Sie nicht der "
4658 "Betreuer sind, Sie als ein Sponsor immer noch für das verantwortlich sind, "
4659 "was Sie zu Debian hochladen. Daher sei Ihnen geraten, das Paket durch das "
4660 "<xref linkend=\"pkg-tracking-system\"/> im Auge zu behalten."
4661
4662 #. type: Content of: <chapter><section><section><section><para>
4663 #: beyond-pkging.dbk:481
4664 msgid ""
4665 "Note that you should not need to modify the source package to put your name "
4666 "in the <filename>changelog</filename> or in the <filename>control</filename> "
4667 "file. The <literal>Maintainer</literal> field of the <filename>control</"
4668 "filename> file and the <filename>changelog</filename> should list the person "
4669 "who did the packaging, i.e. the sponsoree. That way they will get all the "
4670 "BTS mail."
4671 msgstr ""
4672 "Beachten Sie, dass Sie das Quellpaket nicht verändern sollten, um Ihren "
4673 "Namen in die Datei <filename>changelog</filename> oder <filename>control</"
4674 "filename> einzutragen. Das Feld <literal>Maintainer</literal> der Dateien "
4675 "<filename>control</filename> und <filename>changelog</filename> sollte die "
4676 "Person aufführen, die das Paket erstellte, d.h. den Gesponsorten. Auf diese "
4677 "Art wird er die gesamten Nachrichten des BTS erhalten."
4678
4679 #. type: Content of: <chapter><section><section><section><para>
4680 #: beyond-pkging.dbk:487
4681 msgid ""
4682 "Instead you should instruct <command>dpkg-buildpackage</command> to use your "
4683 "key for the signature. You do that with the <literal>-k</literal> option:"
4684 msgstr ""
4685 "Stattdessen sollten Sie <command>dpkg-buildpackage</command> anweisen, Ihren "
4686 "Schlüssel für die Signatur zu benutzen. Sie erreichen dies mit der Option "
4687 "<literal>-k</literal>:"
4688
4689 #. type: Content of: <chapter><section><section><section><screen>
4690 #: beyond-pkging.dbk:490
4691 #, no-wrap
4692 msgid "dpkg-buildpackage -k<replaceable>KEY-ID</replaceable>\n"
4693 msgstr "dpkg-buildpackage -k<replaceable>SCHLÜSSELNUMMER</replaceable>\n"
4694
4695 #. type: Content of: <chapter><section><section><section><para>
4696 #: beyond-pkging.dbk:492
4697 msgid ""
4698 "If you use <command>debuild</command> and <command>debsign</command>, you "
4699 "can even configure it permanently in <filename>~/.devscripts</filename>:"
4700 msgstr ""
4701 "Falls Sie <command>debuild</command> und <command>debsign</command> "
4702 "benutzen, können sie das sogar permanent in <filename>~/.devscripts</"
4703 "filename> konfigurieren:"
4704
4705 #. type: Content of: <chapter><section><section><section><programlisting>
4706 #: beyond-pkging.dbk:495
4707 #, no-wrap
4708 msgid "DEBSIGN_KEYID=<replaceable>KEY-ID</replaceable>\n"
4709 msgstr "DEBSIGN_KEYID=<replaceable>SCHLÜSSELNUMMER</replaceable>\n"
4710
4711 #. type: Content of: <chapter><section><section><section><title>
4712 #: beyond-pkging.dbk:500
4713 msgid "Sponsoring an update of an existing package"
4714 msgstr "Eine Aktualisierung eines existierenden Pakets sponsoren"
4715
4716 #. type: Content of: <chapter><section><section><section><para>
4717 #: beyond-pkging.dbk:502
4718 msgid ""
4719 "You will usually assume that the package has already gone through a full "
4720 "review. So instead of doing it again, you will carefully analyze the "
4721 "difference between the current version and the new version prepared by the "
4722 "maintainer. If you have not done the initial review yourself, you might "
4723 "still want to have a more deeper look just in case the initial reviewer was "
4724 "sloppy."
4725 msgstr ""
4726 "Sie werden normalerweise davon ausgehen, dass das Paket bereits eine "
4727 "vollständige Überprüfung durchlief. Daher werden Sie, anstatt dies wieder zu "
4728 "tun, die Unterschiede zwischen der akutellen und der neu vom Betreuer "
4729 "vorbereiteten Version sorgsam analysieren. Falls Sie die anfängliche "
4730 "Überprüfung nicht selbst durchgeführt haben, können Sie immer noch einen "
4731 "genaueren Blick darauf werfen, nur für den Fall, dass der erste Prüfer "
4732 "nachlässig war."
4733
4734 #. type: Content of: <chapter><section><section><section><para>
4735 #: beyond-pkging.dbk:510
4736 msgid ""
4737 "To be able to analyze the difference you need both versions. Download the "
4738 "current version of the source package (with <command>apt-get source</"
4739 "command>)  and rebuild it (or download the current binary packages with "
4740 "<command>aptitude download</command>). Download the source package to "
4741 "sponsor (usually with <command>dget</command>)."
4742 msgstr ""
4743 "Um in der Lage zu sein, die Unterschiede zu untersuchen, benötigen Sie beide "
4744 "Versionen. Laden Sie die aktuelle Version des Quellpakets herunter (mit "
4745 "<command>apt-get source</command>) und erstellen Sie es (oder laden Sie die "
4746 "aktuellen Binärpakete mit <command>aptitude download</command> herunter). "
4747 "Laden Sie das Quellpaket zum Sponsorn (üblicherweise mit <command>dget</"
4748 "command>)."
4749
4750 #. type: Content of: <chapter><section><section><section><para>
4751 #: beyond-pkging.dbk:517
4752 msgid ""
4753 "Read the new changelog entry, it should tell you what to expect during the "
4754 "review. The main tool you will use is <command>debdiff</command> (provide by "
4755 "the <systemitem role=\"package\">devscripts</systemitem> package), you can "
4756 "run it with two source packages (<filename>.dsc</filename> files), or two "
4757 "binary packages, or two <filename>.changes</filename> files (it will then "
4758 "compare all the binary packages listed in the <filename>.changes</filename>)."
4759 msgstr ""
4760 "Lesen Sie den Änderungsprotokolleintrag, er sollte mitteilen, was Sie "
4761 "während der Überprüfung erwartet. Das Hauptwerkzeug, das Sie benutzen "
4762 "werden, ist <command>debdiff</command> (bereitgestellt vom Paket <systemitem "
4763 "role=\"package\">devscripts</systemitem>). Sie können es mit zwei "
4764 "Quellpaketen (<filename>.dsc</filename>-Dateien), zwei Binärpaketen oder "
4765 "zwei <filename>.changes</filename>-Dateien (dann wird es alle Binärpakete "
4766 "vergleichen, die in <filename>.changes</filename> aufgeführt sind) ausführen."
4767
4768 #. type: Content of: <chapter><section><section><section><para>
4769 #: beyond-pkging.dbk:524
4770 msgid ""
4771 "If you compare the source packages (excluding upstream files in the case of "
4772 "a new upstream version, for example by filtering the output of "
4773 "<command>debdiff</command> with <command>filterdiff -i '*/debian/*'</"
4774 "command>), you must understand all the changes you see and they should be "
4775 "properly documented in the Debian changelog."
4776 msgstr ""
4777 "Falls Sie die Quellpakete vergleichen (ausschließlich der Originaldateien im "
4778 "Fall einer neuen Originalversion, zum Beispiel durch Filtern der Ausgabe von "
4779 "<command>debdiff</command> mit <command>filterdiff -i '*/debian/*'</"
4780 "command>), müssen Sie alle Änderungen verstehen und sie sollten ordentlich "
4781 "im Debian-Änderungsprotokoll dokumentiert sein."
4782
4783 #. type: Content of: <chapter><section><section><section><para>
4784 #: beyond-pkging.dbk:531
4785 msgid ""
4786 "If everything is fine, build the package and compare the binary packages to "
4787 "verify that the changes on the source package have no unexpected "
4788 "consequences (like some files dropped by mistake, missing dependencies, "
4789 "etc.)."
4790 msgstr ""
4791 "Falls alles in Ordnung ist, erstellen Sie das Paket und vergleichen Sie die "
4792 "Binärpakete, um zu prüfen, ob die Änderungen am Quellpaket keine "
4793 "unerwarteten Folgen haben (wie einige versehentlich entfallenen Dateien, "
4794 "fehlende Abhängigkeiten etc."
4795
4796 #. type: Content of: <chapter><section><section><section><para>
4797 #: beyond-pkging.dbk:537
4798 msgid ""
4799 "You might want to check out the Package Tracking System (see <xref linkend="
4800 "\"pkg-tracking-system\"/>) to verify if the maintainer has not missed "
4801 "something important. Maybe there are translations updates sitting in the BTS "
4802 "that could have been integrated. Maybe the package has been NMUed and the "
4803 "maintainer forgot to integrate the changes from the NMU into their package. "
4804 "Maybe there's a release critical bug that they have left unhandled and "
4805 "that's blocking migration to <literal>testing</literal>.  If you find "
4806 "something that they could have done (better), it's time to tell them so that "
4807 "they can improve for next time, and so that they have a better understanding "
4808 "of their responsibilities."
4809 msgstr ""
4810 "Sie möchten möglicherweise das Package-Tracking-System austesten (siehe "
4811 "<xref linkend=\"pkg-tracking-system\"/>), um zu überprüfen, ob der Betreuer "
4812 "nichts Wichtiges versäumt hat. Möglicherweise gibt es "
4813 "Übersetzungsaktualisierungen, die im BTS liegen und hätten integriert werden "
4814 "können. Möglicherweise wurde ein NMU des Pakets durchgeführt und der "
4815 "Betreuer vergaß, die Änderungen des NMUs in sein Paket einzubauen. "
4816 "Vielleicht ist ein release-kritischer Fehler unbehandelt geblieben und dies "
4817 "blockiert die Migration nach <literal>testing</literal>. Was auch immer. "
4818 "Falls Sie etwas finden, was (besser) erledigt werden könnte, ist es an der "
4819 "Zeit ihm dies mitzuteilen, so dass er es das nächste Mal besser machen kann "
4820 "und dass er seine Verantwortlichkeiten besser versteht."
4821
4822 #. type: Content of: <chapter><section><section><section><para>
4823 #: beyond-pkging.dbk:549
4824 msgid ""
4825 "If you have found no major problem, upload the new version. Otherwise ask "
4826 "the maintainer to provide you a fixed version."
4827 msgstr ""
4828 "Falls Sie kein bedeutendes Problem gefunden haben, laden Sie die neue "
4829 "Version hoch. Andernfalls bitten Sie den Betreuer, Ihnen eine reparierte "
4830 "Version zur Verfügung zu stellen."
4831
4832 #. type: Content of: <chapter><section><section><title>
4833 #: beyond-pkging.dbk:556
4834 msgid "Advocating new developers"
4835 msgstr "Neue Entwickler befürworten"
4836
4837 #. type: Content of: <chapter><section><section><para>
4838 #: beyond-pkging.dbk:558
4839 msgid ""
4840 "See the page about <ulink url=\"&url-newmaint-advocate;\">advocating a "
4841 "prospective developer</ulink> at the Debian web site."
4842 msgstr ""
4843 "Lesen Sie die Seite <ulink url=\"&url-newmaint-advocate;\">Einen zukünftigen "
4844 "Entwickler befürworten</ulink> auf der Debian-Website."
4845
4846 #. type: Content of: <chapter><section><section><title>
4847 #: beyond-pkging.dbk:565
4848 msgid "Handling new maintainer applications"
4849 msgstr "Handhabung von Bewerbungen neuer Betreuer"
4850
4851 #. type: Content of: <chapter><section><section><para>
4852 #: beyond-pkging.dbk:567
4853 msgid ""
4854 "Please see <ulink url=\"&url-newmaint-amchecklist;\">Checklist for "
4855 "Application Managers</ulink> at the Debian web site."
4856 msgstr ""
4857 "Lesen Sie bitte die <ulink url=\"&url-newmaint-amchecklist;\">Checkliste für "
4858 "Bewerbungsleiter</ulink> auf der Debian-Website."
4859
4860 #. type: Content of: <chapter><title>
4861 #: developer-duties.dbk:7
4862 msgid "Debian Developer's Duties"
4863 msgstr "Pflichten von Debian-Entwicklern"
4864
4865 #. type: Content of: <chapter><section><title>
4866 #: developer-duties.dbk:10
4867 msgid "Package Maintainer's Duties"
4868 msgstr "Pflichten von Paketbetreuern"
4869
4870 #. type: Content of: <chapter><section><para>
4871 #: developer-duties.dbk:11
4872 msgid ""
4873 "As a package maintainer, you're supposed to provide high-quality packages "
4874 "that are well integrated in the system and that adhere to the Debian Policy."
4875 msgstr ""
4876 "Als Paketbetreuer sollen Sie Pakete hoher Qualität bereitstellen, die gut in "
4877 "das System integriert sind und die den Debian-Richtlinien folgen."
4878
4879 #. type: Content of: <chapter><section><section><title>
4880 #: developer-duties.dbk:16
4881 msgid "Work towards the next <literal>stable</literal> release"
4882 msgstr "Auf die nächste <literal>stable</literal>-Veröffentlichung hinarbeiten"
4883
4884 #. type: Content of: <chapter><section><section><para>
4885 #: developer-duties.dbk:18
4886 msgid ""
4887 "Providing high-quality packages in <literal>unstable</literal> is not "
4888 "enough, most users will only benefit from your packages when they are "
4889 "released as part of the next <literal>stable</literal> release. You are thus "
4890 "expected to collaborate with the release team to ensure your packages get "
4891 "included."
4892 msgstr ""
4893 "Es reicht nicht aus, Pakete hoher Qualität in <literal>unstable</literal> "
4894 "bereitzustellen, die meisten Anwender werden nur von Ihren Paketen "
4895 "profitieren, wenn Sie Teil der nächsten <literal>stable</literal>-"
4896 "Veröffentlichung sind. Es wird daher von Ihnen erwartet, dass Sie mit dem "
4897 "Release-Team zusammenarbeiten, um sicherzustellen, dass Ihre Pakete dort "
4898 "berücksichtigt werden."
4899
4900 #. type: Content of: <chapter><section><section><para>
4901 #: developer-duties.dbk:24
4902 msgid ""
4903 "More concretely, you should monitor whether your packages are migrating to "
4904 "<literal>testing</literal> (see <xref linkend=\"testing\"/>). When the "
4905 "migration doesn't happen after the test period, you should analyze why and "
4906 "work towards fixing this.  It might mean fixing your package (in the case of "
4907 "release-critical bugs or failures to build on some architecture) but it can "
4908 "also mean updating (or fixing, or removing from <literal>testing</literal>) "
4909 "other packages to help complete a transition in which your package is "
4910 "entangled due to its dependencies. The release team might provide you some "
4911 "input on the current blockers of a given transition if you are not able to "
4912 "identify them."
4913 msgstr ""
4914 "Konkreter ausgedrückt, sollten Sie überwachen, ob Ihre Pakete nach "
4915 "<literal>testing</literal> (siehe <xref linkend=\"testing\"/>) wandern. Wenn "
4916 "die Migration nicht nach der Testperiode stattfindet, sollten Sie "
4917 "analysieren, warum und darauf hinarbeiten, dies zu beheben. Es könnte "
4918 "heißen, das Sie Ihr Paket reparieren müssen (im Fall release-kritischer "
4919 "Fehler oder wenn das Bauen auf einigen Architekturen fehlschlägt), aber es "
4920 "kann auch heißen, dass andere Pakete aktualisiert (oder repariert oder aus "
4921 "<literal>testing</literal> entfernt) werden müssen, um bei einem Übergang zu "
4922 "helfen, in den Ihr Paket aufgrund von Abhängigkeiten verstrickt ist. Das "
4923 "Release-Team könnte Ihnen einige Informationen liefern, was derzeit einen "
4924 "gegebenen Übergang blockiert, falls Sie das nicht erkennen können."
4925
4926 #. type: Content of: <chapter><section><section><title>
4927 #: developer-duties.dbk:37
4928 msgid "Maintain packages in <literal>stable</literal>"
4929 msgstr "Pakete in <literal>stable</literal> betreuen"
4930
4931 #. type: Content of: <chapter><section><section><para>
4932 #: developer-duties.dbk:39
4933 msgid ""
4934 "Most of the package maintainer's work goes into providing updated versions "
4935 "of packages in <literal>unstable</literal>, but their job also entails "
4936 "taking care of the packages in the current <literal>stable</literal> release."
4937 msgstr ""
4938 "Die meiste Arbeit von Paketbetreuern geht in das Bereitstellen "
4939 "aktualisierter Paketversionen in <literal>unstable</literal>, aber ihre "
4940 "Aufgabe bedingt auch, sich um Pakete in der aktuellen Veröffentlichung von "
4941 "<literal>stable</literal> zu kümmern."
4942
4943 #. type: Content of: <chapter><section><section><para>
4944 #: developer-duties.dbk:44
4945 msgid ""
4946 "While changes in <literal>stable</literal> are discouraged, they are "
4947 "possible. Whenever a security problem is reported, you should collaborate "
4948 "with the security team to provide a fixed version (see <xref linkend=\"bug-"
4949 "security\"/>). When bugs of severity important (or more) are reported "
4950 "against the <literal>stable</literal> version of your packages, you should "
4951 "consider providing a targeted fix.  You can ask the <literal>stable</"
4952 "literal> release team whether they would accept such an update and then "
4953 "prepare a <literal>stable</literal> upload (see <xref linkend=\"upload-stable"
4954 "\"/>)."
4955 msgstr ""
4956 "Obwohl von Änderungen in <literal>stable</literal> abgeraten wird, sind "
4957 "diese dennoch möglich. Immer wenn ein Sicherheitsproblem gemeldet wird, "
4958 "sollten Sie mit dem Sicherheits-Team zusammenarbeiten, um eine reparierte "
4959 "Version bereitzustellen (siehe <xref linkend=\"bug-security\"/>). Wenn "
4960 "Fehler des Schweregrads »important« (oder höher) gemeldet werden, sollten "
4961 "Sie in Betracht ziehen, eine gezielte Fehlerbehebung zur Verfügung zu "
4962 "stellen. Sie können das <literal>stable</literal>-Release-Team fragen, ob es "
4963 "eine solche Aktualisierung akzeptieren würde und dann einen <literal>stable</"
4964 "literal>-Upload vorbereiten (siehe <xref linkend=\"upload-stable\"/>)."
4965
4966 #. type: Content of: <chapter><section><section><title>
4967 #: developer-duties.dbk:56
4968 msgid "Manage release-critical bugs"
4969 msgstr "Verwalten release-kritischer Fehler"
4970
4971 #. type: Content of: <chapter><section><section><para>
4972 #: developer-duties.dbk:58
4973 msgid ""
4974 "Generally you should deal with bug reports on your packages as described in "
4975 "<xref linkend=\"bug-handling\"/>.  However, there's a special category of "
4976 "bugs that you need to take care of — the so-called release-critical bugs (RC "
4977 "bugs). All bug reports that have severity <literal>critical</literal>, "
4978 "<literal>grave</literal> or <literal>serious</literal> make the package "
4979 "unsuitable for inclusion in the next <literal>stable</literal> release.  "
4980 "They can thus delay the Debian release (when they affect a package in "
4981 "<literal>testing</literal>) or block migrations to <literal>testing</"
4982 "literal> (when they only affect the package in <literal>unstable</literal>). "
4983 "In the worst scenario, they will lead to the package's removal. That's why "
4984 "these bugs need to be corrected as quickly as possible."
4985 msgstr ""
4986 "Sie sollten Fehlerberichte zu Ihren Paketen generell so erledigen, wie es in "
4987 "<xref linkend=\"bug-handling\"/> beschrieben wird. Es gibt jedoch eine "
4988 "spezielle Fehlerkategorie, auf die Sie besonders Acht geben sollten – "
4989 "sogenannte release-kritische Fehler (release critical bugs/RC-Fehler). Alle "
4990 "Fehlerberichte, mit den Schweregrad <literal>critical</literal>, "
4991 "<literal>grave</literal> oder <literal>serious</literal> machen das Paket "
4992 "ungeeignet für eine Aufnahme in die nächste <literal>stable</literal>-"
4993 "Veröffentlichung. Sie können daher die Debian-Veröffentlichung verzögern "
4994 "(wenn sie ein Paket in <literal>testing</literal> beeinflussen) oder "
4995 "Migrationen nach <literal>testing</literal> blockieren (wenn sie nur ein "
4996 "Paket in <literal>unstable</literal> beeinflussen). Im schlimmsten Fall "
4997 "führen Sie zum Entfernen des Pakets. Daher müssen diese Fehler so schnell "
4998 "wie möglich behoben werden."
4999
5000 #. type: Content of: <chapter><section><section><para>
5001 #: developer-duties.dbk:70
5002 msgid ""
5003 "If, for any reason, you aren't able fix an RC bug in a package of yours "
5004 "within 2 weeks (for example due to time constraints, or because it's "
5005 "difficult to fix), you should mention it clearly in the bug report and you "
5006 "should tag the bug <literal>help</literal> to invite other volunteers to "
5007 "chime in. Be aware that RC bugs are frequently the targets of Non-Maintainer "
5008 "Uploads (see <xref linkend=\"nmu\"/>) because they can block the "
5009 "<literal>testing</literal> migration of many packages."
5010 msgstr ""
5011 "Falls Sie aus irgend einem Grund nicht in der Lage sind, den Fehler in einem "
5012 "Paket innerhalb von zwei Wochen zu beheben (zum Beispiel aus Termingründen "
5013 "oder weil er schwer zu beheben ist), sollten Sie es klar im Fehlerbericht "
5014 "vermerken und den Fahler mit <literal>help</literal> kennzeichnen, um "
5015 "Freiwillige einzuladen, sich einzuschalten. Seien Sie sich bewusst, dass "
5016 "release-kritische Fehler oft das Ziel von Uploads durch Nicht-Betreuer (»Non-"
5017 "Maintainer Uploads«, siehe <xref linkend=\"nmu\"/>) sind, da sie die "
5018 "Migration vieler Pakete nach <literal>testing</literal> blockieren können."
5019
5020 # FIXME s/<xref linkend=\"mia-qa\" />)/<xref linkend=\"mia-qa\"/>)/
5021 #. type: Content of: <chapter><section><section><para>
5022 #: developer-duties.dbk:79
5023 msgid ""
5024 "Lack of attention to RC bugs is often interpreted by the QA team as a sign "
5025 "that the maintainer has disappeared without properly orphaning their "
5026 "package.  The MIA team might also get involved, which could result in your "
5027 "packages being orphaned (see <xref linkend=\"mia-qa\" />)."
5028 msgstr ""
5029 "Mangel an Aufmerksamkeit gegenüber release-kritischen Fehler wird vom "
5030 "Release-Team oft als Zeichen interpretiert, dass der Betreuer verschwunden "
5031 "ist, ohne sein Paket ordentlich zu verwaisen. Das MIA-Team könnte außerdem "
5032 "eingeschaltet werden, was dazu führen könnte, dass Ihre Pakete verwaist "
5033 "werden (siehe <xref linkend=\"mia-qa\"/>)."
5034
5035 #. type: Content of: <chapter><section><section><title>
5036 #: developer-duties.dbk:87
5037 msgid "Coordination with upstream developers"
5038 msgstr "Abstimmung mit Originalautoren"
5039
5040 #. type: Content of: <chapter><section><section><para>
5041 #: developer-duties.dbk:89
5042 msgid ""
5043 "A big part of your job as Debian maintainer will be to stay in contact with "
5044 "the upstream developers.  Debian users will sometimes report bugs that are "
5045 "not specific to Debian to our bug tracking system.  You have to forward "
5046 "these bug reports to the upstream developers so that they can be fixed in a "
5047 "future upstream release."
5048 msgstr ""
5049 "Ein Großteil Ihrer Arbeit als Debian-Betreuer wird darin bestehen, mit den "
5050 "Autoren des Programms Kontakt zu halten. Manchmal melden Debian-Anwender "
5051 "Fehler an die Debian-Fehlerdatenbank, die nicht Debian-spezifisch sind. Sie "
5052 "müssen diese Fehler an die Programmautoren weiterleiten, so dass die "
5053 "Programmautoren sie in einer zukünftigen Veröffentlichung beheben können."
5054
5055 #. type: Content of: <chapter><section><section><para>
5056 #: developer-duties.dbk:96
5057 msgid ""
5058 "While it's not your job to fix non-Debian specific bugs, you may freely do "
5059 "so if you're able.  When you make such fixes, be sure to pass them on to the "
5060 "upstream maintainers as well.  Debian users and developers will sometimes "
5061 "submit patches to fix upstream bugs — you should evaluate and forward these "
5062 "patches upstream."
5063 msgstr ""
5064 "Obwohl es nicht Ihre Arbeit ist, nicht Debian-spezifische Fehler zu beheben, "
5065 "können Sie dies dennoch tun, wenn Sie dazu in der Lage sind. Wenn Sie solche "
5066 "Fehler beheben, stellen Sie sicher, dass Sie ihre Korrekturen auch an die "
5067 "ursprünglichen Betreuer weiterleiten. Debian-Anwender und -Entwickler  "
5068 "werden manchmal Patchs schicken, um Fehler im Ursprungsprogramm zu beheben – "
5069 "Sie sollten diese Patchs auswerten und an die ursprünglichen Autoren "
5070 "weiterleiten."
5071
5072 #. type: Content of: <chapter><section><section><para>
5073 #: developer-duties.dbk:103
5074 msgid ""
5075 "If you need to modify the upstream sources in order to build a policy "
5076 "compliant package, then you should propose a nice fix to the upstream "
5077 "developers which can be included there, so that you won't have to modify the "
5078 "sources of the next upstream version.  Whatever changes you need, always try "
5079 "not to fork from the upstream sources."
5080 msgstr ""
5081 "Falls Sie die ursprünglichen Quellen verändern müssen, um ein den "
5082 "Richtlinien entsprechendes Paket zu erstellen, dann sollten Sie freundlich "
5083 "eine Korrektur vorschlagen, die dort eingefügt werden kann, so dass Sie die "
5084 "Quellen bei der nächsten Version der Urprungsautoren nicht ändern müssen. "
5085 "Ganz gleich, welche Änderungen sie möchten – versuchen Sie ein Verzweigen "
5086 "von den ursprünglichen Quellen zu vermeiden."
5087
5088 #. type: Content of: <chapter><section><section><para>
5089 #: developer-duties.dbk:110
5090 msgid ""
5091 "If you find that the upstream developers are or become hostile towards "
5092 "Debian or the free software community, you may want to re-consider the need "
5093 "to include the software in Debian. Sometimes the social cost to the Debian "
5094 "community is not worth the benefits the software may bring."
5095 msgstr ""
5096 "Wenn Sie der Ansicht sind, dass die ursprünglichen Entwickler Debian oder "
5097 "der Gemeinschaft rund um freie Software ablehnend gegenüber stehen, könnten "
5098 "Sie es sich nochmal überlegen, ob Sie die Software in Debian einbringen "
5099 "möchten. Manchmal sind es die gesellschaftlichen Kosten höher, als der "
5100 "Gewinn, den die Software mitbringt."
5101
5102 #. type: Content of: <chapter><section><title>
5103 #: developer-duties.dbk:120
5104 msgid "Administrative Duties"
5105 msgstr "Verwaltungspflichten"
5106
5107 #. type: Content of: <chapter><section><para>
5108 #: developer-duties.dbk:121
5109 msgid ""
5110 "A project of the size of Debian relies on some administrative infrastructure "
5111 "to keep track of everything. As a project member, you have some duties to "
5112 "ensure everything keeps running smoothly."
5113 msgstr ""
5114 "Ein Projekt der Größe von Debian beruht auf einer Verwaltungsinfrastruktur, "
5115 "um über alles den Überblick zu behalten. Als Projektmitglied haben Sie "
5116 "einige Pflichten, um sicherzustellen, dass alles glatt läuft."
5117
5118 #. type: Content of: <chapter><section><section><title>
5119 #: developer-duties.dbk:126
5120 msgid "Maintaining your Debian information"
5121 msgstr "Verwaltung Ihrer Debian-Informationen"
5122
5123 #. type: Content of: <chapter><section><section><para>
5124 #: developer-duties.dbk:128
5125 msgid ""
5126 "There's a LDAP database containing information about Debian developers at "
5127 "<ulink url=\"&url-debian-db;\"></ulink>.  You should enter your information "
5128 "there and update it as it changes.  Most notably, make sure that the address "
5129 "where your debian.org email gets forwarded to is always up to date, as well "
5130 "as the address where you get your debian-private subscription if you choose "
5131 "to subscribe there."
5132 msgstr ""
5133 "Es gibt unter <ulink url=\"&url-debian-db;\"></ulink> eine LDAP-Datenbank, "
5134 "die Informationen über Debian-Entwickler enthält. Sie sollten Ihre "
5135 "Informationen dort eintragen und bei Änderungen aktualisieren. Stellen Sie "
5136 "insbesondere sicher, dass Ihre Weiterleitungsadresse für Ihre debian.org-E-"
5137 "Mails immer aktuell ist. Das gilt auch für die Adresse, zu der Ihre »debian-"
5138 "private«-E-Mails versendet werden, wenn Sie sich auch dort angemeldet haben."
5139
5140 #. type: Content of: <chapter><section><section><para>
5141 #: developer-duties.dbk:136
5142 msgid ""
5143 "For more information about the database, please see <xref linkend=\"devel-db"
5144 "\"/>."
5145 msgstr ""
5146 "Um weitere Informationen über die Datenbank zu erhalten, lesen Sie bitte "
5147 "<xref linkend=\"devel-db\"/>."
5148
5149 #. type: Content of: <chapter><section><section><title>
5150 #: developer-duties.dbk:141
5151 msgid "Maintaining your public key"
5152 msgstr "Verwalten Ihres öffentlichen Schlüssels"
5153
5154 #. type: Content of: <chapter><section><section><para>
5155 #: developer-duties.dbk:143
5156 msgid ""
5157 "Be very careful with your private keys.  Do not place them on any public "
5158 "servers or multiuser machines, such as the Debian servers (see <xref linkend="
5159 "\"server-machines\"/>).  Back your keys up; keep a copy offline.  Read the "
5160 "documentation that comes with your software; read the <ulink url=\"&url-pgp-"
5161 "faq;\">PGP FAQ</ulink>."
5162 msgstr ""
5163 "Gehen Sie sehr vorsichtig mit Ihren privaten Schlüsseln um. Legen Sie sie "
5164 "nicht auf öffentlichen Servern oder Maschinen mit mehreren Benutzern ab, wie "
5165 "den Debian-Servern (siehe <xref linkend=\"server-machines\"/>). Sichern Sie "
5166 "Ihre Schlüssel. Behalten Sie eine Kopie offline. Lesen Sie die "
5167 "Dokumentation, die Ihrer Software beiliegt. Lesen Sie die <ulink url=\"&url-"
5168 "pgp-faq;\">PGP-FAQ</ulink>."
5169
5170 #. type: Content of: <chapter><section><section><para>
5171 #: developer-duties.dbk:150
5172 msgid ""
5173 "You need to ensure not only that your key is secure against being stolen, "
5174 "but also that it is secure against being lost.  Generate and make a copy "
5175 "(best also in paper form) of your revocation certificate; this is needed if "
5176 "your key is lost."
5177 msgstr ""
5178 "Sie müssen nicht nur dafür sorgen, dass Ihr Schlüssel sicher vor Diebstahl "
5179 "ist, sondern auch, dass er nicht verloren geht. Generieren Sie Ihr Widerrufs-"
5180 "Zertifikat und erstellen Sie eine Kopie davon (am besten in Papierform). "
5181 "Dies wird benötigt, wenn Sie Ihren Schlüssel verloren haben."
5182
5183 #. type: Content of: <chapter><section><section><para>
5184 #: developer-duties.dbk:156
5185 msgid ""
5186 "If you add signatures to your public key, or add user identities, you can "
5187 "update the Debian key ring by sending your key to the key server at "
5188 "<literal>&keyserver-host;</literal>."
5189 msgstr ""
5190 "Falls Sie Ihrem öffentlichen Schlüssel Signaturen oder Benutzerkennungen "
5191 "hinzufügen, können Sie den Debian-Schlüsselring aktualisieren, indem Sie "
5192 "Ihren Schlüssel an den Schlüsselserver unter <literal>&keyserver-host;</"
5193 "literal> senden."
5194
5195 #. type: Content of: <chapter><section><section><para>
5196 #: developer-duties.dbk:161
5197 msgid ""
5198 "If you need to add a completely new key or remove an old key, you need to "
5199 "get the new key signed by another developer.  If the old key is compromised "
5200 "or invalid, you also have to add the revocation certificate.  If there is no "
5201 "real reason for a new key, the Keyring Maintainers might reject the new "
5202 "key.  Details can be found at <ulink url=\"http://&keyserver-host;/"
5203 "replacing_keys.html\"></ulink>."
5204 msgstr ""
5205 "Wenn Sie einen komplett neuen Schlüssel hinzufügen oder einen alten "
5206 "entfernen möchten, benötigen Sie den durch einen anderen Entwickler neu "
5207 "signierten Schlüssel. Falls der alte Schlüssel kompromittiert oder ungültig "
5208 "ist, müssen Sie außerdem das Widerrufs-Zertifikat hinzufügen. Falls es "
5209 "keinen vernünftigen Grund für einen neuen Schlüssel gibt, können die "
5210 "Betreuer des Schlüsselrings den neuen Schlüssel ablehnen. Details finden Sie "
5211 "unter <ulink url=\"http://&keyserver-host;/replacing_keys.html\"></ulink>."
5212
5213 #. type: Content of: <chapter><section><section><para>
5214 #: developer-duties.dbk:169
5215 msgid ""
5216 "The same key extraction routines discussed in <xref linkend=\"registering\"/"
5217 "> apply."
5218 msgstr ""
5219 "Es werden die gleichen Schlüssel-Extrahierungsroutinen angewandt, wie sie "
5220 "unter <xref linkend=\"registering\"/> besprochen wurden."
5221
5222 #. type: Content of: <chapter><section><section><para>
5223 #: developer-duties.dbk:173
5224 msgid ""
5225 "You can find a more in-depth discussion of Debian key maintenance in the "
5226 "documentation of the <systemitem role=\"package\">debian-keyring</"
5227 "systemitem> package."
5228 msgstr ""
5229 "Eine weiterreichende Erörterung der Debian-Schlüsselverwaltung können Sie in "
5230 "der Dokumentation des Pakets <systemitem role=\"package\">debian-keyring</"
5231 "systemitem> finden."
5232
5233 #. type: Content of: <chapter><section><section><title>
5234 #: developer-duties.dbk:180
5235 msgid "Voting"
5236 msgstr "Abstimmungen"
5237
5238 # http://www.debian.org/devel/constitution
5239 #. type: Content of: <chapter><section><section><para>
5240 #: developer-duties.dbk:182
5241 msgid ""
5242 "Even though Debian isn't really a democracy, we use a democratic process to "
5243 "elect our leaders and to approve general resolutions.  These procedures are "
5244 "defined by the <ulink url=\"&url-constitution;\">Debian Constitution</ulink>."
5245 msgstr ""
5246 "Obwohl Debian nicht wirklich demokratisch ist, werden demokratische Prozesse "
5247 "benutzt, um das Führungspersonal auszuwählen und generellen Entschlüssen "
5248 "zuzustimmen. Diese Prozeduren sind durch die <ulink url=\"&url-constitution;"
5249 "\">Debian-Verfassung</ulink> definiert."
5250
5251 #. type: Content of: <chapter><section><section><para>
5252 #: developer-duties.dbk:188
5253 msgid ""
5254 "Other than the yearly leader election, votes are not routinely held, and "
5255 "they are not undertaken lightly.  Each proposal is first discussed on the "
5256 "&email-debian-vote; mailing list and it requires several endorsements before "
5257 "the project secretary starts the voting procedure."
5258 msgstr ""
5259 "Im Gegensatz zur jährlichen Wahl des Projektleiters werden keine "
5260 "regelmäßigen Abstimmungen abgehalten und wenn doch, dann nicht einfach so. "
5261 "Jeder Vorschlag wird zuerst auf der Mailingliste &email-debian-vote; "
5262 "besprochen und benötigt mehrere Befürworter, bevor der Projektsekretär die "
5263 "Abstimmungsprozedur in Gang setzt."
5264
5265 #. type: Content of: <chapter><section><section><para>
5266 #: developer-duties.dbk:194
5267 msgid ""
5268 "You don't have to track the pre-vote discussions, as the secretary will "
5269 "issue several calls for votes on &email-debian-devel-announce; (and all "
5270 "developers are expected to be subscribed to that list).  Democracy doesn't "
5271 "work well if people don't take part in the vote, which is why we encourage "
5272 "all developers to vote.  Voting is conducted via GPG-signed/encrypted email "
5273 "messages."
5274 msgstr ""
5275 "Sie müssen vor der Abstimmung nicht alle Diskussionen verfolgen, da der "
5276 "Sekretär mehrere Aufrufe zur Abstimmung auf &email-debian-devel-announce; "
5277 "herausgibt (Und von allen Entwicklern wird erwartet, das sie diese Liste "
5278 "abonniert haben). Demokratie funktioniert nicht richtig, wenn die Leute "
5279 "nicht an Abstimmungen teilnehmen, daher wird allen Entwicklern empfohlen "
5280 "abzustimmen. Die Abstimmung wird mittels GPG-signierte/verschlüsselte E-"
5281 "Mails durchgeführt."
5282
5283 #. type: Content of: <chapter><section><section><para>
5284 #: developer-duties.dbk:202
5285 msgid ""
5286 "The list of all proposals (past and current) is available on the <ulink url="
5287 "\"&url-vote;\">Debian Voting Information</ulink> page, along with "
5288 "information on how to make, second and vote on proposals."
5289 msgstr ""
5290 "Die Liste aller(früheren und aktuellen) Vorschläge ist auf der Seite <ulink "
5291 "url=\"&url-vote;\">Debian-Abstimmungs-Informationen</ulink> verfügbar, "
5292 "ebenso die Informationen, wie Vorschläge gemacht und unterstützt werden und "
5293 "darüber abgestimmt wird."
5294
5295 #. type: Content of: <chapter><section><section><title>
5296 #: developer-duties.dbk:209
5297 msgid "Going on vacation gracefully"
5298 msgstr "Elegant Urlaub machen"
5299
5300 #. type: Content of: <chapter><section><section><para>
5301 #: developer-duties.dbk:211
5302 msgid ""
5303 "It is common for developers to have periods of absence, whether those are "
5304 "planned vacations or simply being buried in other work.  The important thing "
5305 "to notice is that other developers need to know that you're on vacation so "
5306 "that they can do whatever is needed if a problem occurs with your packages "
5307 "or other duties in the project."
5308 msgstr ""
5309 "Es ist bei Entwicklern üblich, dass es Zeiten gibt, in denen sie abwesend "
5310 "sind, entweder wegen geplanten Ferien oder einfach, weil sie unter anderer "
5311 "Arbeit begraben sind. Am wichtigsten ist, dass Sie daran denken, andere "
5312 "Entwickler über Ihren Urlaub zu informieren, damit diese bei Problemen mit "
5313 "Ihren Paketen oder anderweitigen Pflichten im Projekt die erforderlichen "
5314 "Maßnahmen ergreifen können."
5315
5316 #. type: Content of: <chapter><section><section><para>
5317 #: developer-duties.dbk:218
5318 msgid ""
5319 "Usually this means that other developers are allowed to NMU (see <xref "
5320 "linkend=\"nmu\"/>) your package if a big problem (release critical bug, "
5321 "security update, etc.) occurs while you're on vacation.  Sometimes it's "
5322 "nothing as critical as that, but it's still appropriate to let others know "
5323 "that you're unavailable."
5324 msgstr ""
5325 "Üblicherweise bedeutet dies, dass andere Entwickler ein NMU (siehe <xref "
5326 "linkend=\"nmu\"/>) Ihres Pakets durchführen dürfen, weil ein großes Problem "
5327 "(release-kritischer Fehler, Sicherheitsaktualisierung etc.) auftritt während "
5328 "Sie in Ferien sind. Manchmal ist dies etwas weniger kritisches, aber es ist "
5329 "trotzdem angemessen, andere wissen zu lassen, dass Sie nicht verfügbar sind."
5330
5331 #. type: Content of: <chapter><section><section><para><footnote><para>
5332 #: developer-duties.dbk:227
5333 msgid ""
5334 "This is so that the message can be easily filtered by people who don't want "
5335 "to read vacation notices."
5336 msgstr ""
5337 "Dies geschieht so, dass die Nachricht einfach von Leuten gefiltert werden "
5338 "kann, die keine Urlaubsbenachrichtigungen lesen möchten."
5339
5340 #. type: Content of: <chapter><section><section><para>
5341 #: developer-duties.dbk:225
5342 msgid ""
5343 "In order to inform the other developers, there are two things that you "
5344 "should do.  First send a mail to <email>debian-private@&lists-host;</email> "
5345 "with [VAC] prepended to the subject of your message<placeholder type="
5346 "\"footnote\" id=\"0\"/> and state the period of time when you will be on "
5347 "vacation.  You can also give some special instructions on what to do if a "
5348 "problem occurs."
5349 msgstr ""
5350 "Um andere Entwickler zu informieren, gibt es zwei Dinge, die Sie tun "
5351 "sollten. Zuerst senden Sie eine E-Mail an <email>debian-private@&lists-host;"
5352 "</email> bei der Sie [VAC] vor den Betreff Ihrer Nachricht "
5353 "schreiben<placeholder type=\"footnote\" id=\"0\"/> und die Dauer angeben, "
5354 "wie lange Sie Urlaub machen. Sie können außerdem einige besondere "
5355 "Anweisungen geben, was beim Auftreten von Fehlern zu tun ist."
5356
5357 #. type: Content of: <chapter><section><section><para>
5358 #: developer-duties.dbk:234
5359 msgid ""
5360 "The other thing to do is to mark yourself as on vacation in the <link "
5361 "linkend=\"devel-db\">Debian developers' LDAP database</link> (this "
5362 "information is only accessible to Debian developers).  Don't forget to "
5363 "remove the on vacation flag when you come back!"
5364 msgstr ""
5365 "Das andere, was Sie tun sollten, ist, sich selbst in der <link linkend="
5366 "\"devel-db\">LDAP-Entwicklerdatenbank von Debian</link> als abwesend zu "
5367 "kennzeichnen (auf diese Information können nur Debian-Entwickler zugreifen). "
5368 "Vergessen Sie nicht, die Urlaubskennzeichnung zu entfernen, wenn Sie wieder "
5369 "zurück sind."
5370
5371 #. type: Content of: <chapter><section><section><para>
5372 #: developer-duties.dbk:240
5373 msgid ""
5374 "Ideally, you should sign up at the <ulink url=\"&url-gpg-coord;\">GPG "
5375 "coordination pages</ulink> when booking a holiday and check if anyone there "
5376 "is looking for signing.  This is especially important when people go to "
5377 "exotic places where we don't have any developers yet but where there are "
5378 "people who are interested in applying."
5379 msgstr ""
5380 "Idealerweise sollten Sie sich auf den <ulink url=\"&url-gpg-coord;\">GPG-"
5381 "Koordinierungsseiten</ulink> anmelden, wenn Sie Urlaub buchen und prüfen, ob "
5382 "es dort jemanden gibt, der eine Signatur benötigt. Dies ist besonders dann "
5383 "wichtig, wenn Leute an exotische Orte fahren, an denen es noch keine "
5384 "Entwickler gibt, aber Leute, die an einer Bewerbung interessiert sind."
5385
5386 #. type: Content of: <chapter><section><section><title>
5387 #: developer-duties.dbk:249
5388 msgid "Retiring"
5389 msgstr "Sich zurückziehen"
5390
5391 #. type: Content of: <chapter><section><section><para>
5392 #: developer-duties.dbk:251
5393 msgid ""
5394 "If you choose to leave the Debian project, you should make sure you do the "
5395 "following steps:"
5396 msgstr ""
5397 "Falls Sie das Debian-Projekt verlassen wollen, sollten Sie die folgenden "
5398 "Schritte einhalten:"
5399
5400 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
5401 #: developer-duties.dbk:257
5402 msgid ""
5403 "Orphan all your packages, as described in <xref linkend=\"orphaning\"/>."
5404 msgstr ""
5405 "Verwaisen Sie all Ihre Pakete, wie in <xref linkend=\"orphaning\"/> "
5406 "beschrieben."
5407
5408 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
5409 #: developer-duties.dbk:262
5410 msgid ""
5411 "Send an gpg-signed email about why you are leaving the project to "
5412 "<email>debian-private@&lists-host;</email>."
5413 msgstr ""
5414 "Senden Sie eine GPG-signierte E-Mail mit den Gründen, weshalb Sie das "
5415 "Projekt verlassen, an <email>debian-private@&lists-host;</email>."
5416
5417 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
5418 #: developer-duties.dbk:268
5419 msgid ""
5420 "Notify the Debian key ring maintainers that you are leaving by opening a "
5421 "ticket in Debian RT by sending a mail to &email-keyring; with the words "
5422 "'Debian RT' somewhere in the subject line (case doesn't matter)."
5423 msgstr ""
5424 "Benachrichtigen Sie die Debian-Schlüsselverwalter über Ihren Weggang, indem "
5425 "Sie ein Ticket in Debian-RT öffnen. Dies geschieht durch Senden einer E-Mail "
5426 "an &email-keyring; mit den Wörtern »Debian RT« in der Betreffzeile (Groß- "
5427 "und Kleinschreibung spielt keine Rolle)."
5428
5429 #. type: Content of: <chapter><section><section><para>
5430 #: developer-duties.dbk:275
5431 msgid ""
5432 "It is important that the above process is followed, because finding inactive "
5433 "developers and orphaning their packages takes significant time and effort."
5434 msgstr ""
5435 "Es ist wichtig, obigem Prozess zu folgen, da die Suche nach inaktiven "
5436 "Entwicklern und das Verwaisen ihrer Pakete spürbar Zeit und Mühe kostet."
5437
5438 #. type: Content of: <chapter><section><section><title>
5439 #: developer-duties.dbk:281
5440 msgid "Returning after retirement"
5441 msgstr "Nach dem Ausscheiden zurückkehren"
5442
5443 #. type: Content of: <chapter><section><section><para>
5444 #: developer-duties.dbk:283
5445 msgid ""
5446 "A retired developer's account is marked as \"emeritus\" when the process in "
5447 "<xref linkend=\"s3.7\"/> is followed, and \"disabled\" otherwise. Retired "
5448 "developers with an \"emeritus\" account can get their account re-activated "
5449 "as follows:"
5450 msgstr ""
5451 "Das Konto eines zurückgetretenen Entwicklers ist als »emeritus« markiert, "
5452 "wenn dem Prozess in <xref linkend=\"s3.7\"/> gefolgt wird und ansonsten als "
5453 "»disabled«. Zurückgetretene Entwickler mit einem »emeritus«-Konto können Ihr "
5454 "Konto wie folgt neu aktivieren:"
5455
5456 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
5457 #: developer-duties.dbk:292
5458 msgid "Contact &email-debian-account-manager;."
5459 msgstr "Kontaktieren Sie &email-debian-account-manager;."
5460
5461 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
5462 #: developer-duties.dbk:297
5463 msgid ""
5464 "Go through a shortened NM process (to ensure that the returning developer "
5465 "still knows important parts of P&amp;P and T&amp;S)."
5466 msgstr ""
5467 "Durchlaufen Sie den verkürzten NM-Prozess (um sicherzustellen, dass der "
5468 "zurückgekehrte Entwickler noch immer die wichtigen Teile von P&amp;P – "
5469 "»Philosophie und Prozeduren« und T&amp;S – »Aufgaben und Fertigkeiten« "
5470 "kennt)."
5471
5472 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
5473 #: developer-duties.dbk:303
5474 msgid ""
5475 "Prove that they still control the GPG key associated with the account, or "
5476 "provide proof of identify on a new GPG key, with at least two signatures "
5477 "from other developers."
5478 msgstr ""
5479 "Beweisen Sie, dass Sie immer noch den mit dem Konto verbundenen GPG-"
5480 "Schlüssel kontrollieren oder stellen Sie den Nachweis Ihrer Identität für "
5481 "einen neuen GPG-Schlüssel mit mindestens zwei Signaturen anderer Entwickler "
5482 "bereit."
5483
5484 #. type: Content of: <chapter><section><section><para>
5485 #: developer-duties.dbk:310
5486 msgid ""
5487 "Retired developers with a \"disabled\" account need to go through NM again."
5488 msgstr ""
5489 "Zurückgetretene Entwickler mit einem »disabled«-Konto müssen den NM-Prozess "
5490 "erneut durchlaufen."
5491
5492 #. type: Attribute 'lang' of: <book>
5493 #: index.dbk:7
5494 msgid "en"
5495 msgstr "de"
5496
5497 # see http://www.debian.org/doc/devel-manuals#devref
5498 #. type: Content of: <book><title>
5499 #: index.dbk:9
5500 msgid "Debian Developer's Reference"
5501 msgstr "Debian Entwickler-Referenz"
5502
5503 # see http://www.debian.org/doc/devel-manuals#devref
5504 #. type: Content of: <book><bookinfo>
5505 #: index.dbk:11
5506 msgid ""
5507 "<author> <othername>Developer's Reference Team</othername> &email-devel-ref; "
5508 "</author> <author> <firstname>Andreas</firstname> <surname>Barth</surname> </"
5509 "author> <author> <firstname>Adam</firstname> <surname>Di Carlo</surname> </"
5510 "author> <author> <firstname>Raphaël</firstname> <surname>Hertzog</surname> </"
5511 "author> <author> <firstname>Lucas</firstname> <surname>Nussbaum</surname> </"
5512 "author> <author> <firstname>Christian</firstname> <surname>Schwarz</surname> "
5513 "</author> <author> <firstname>Ian</firstname> <surname>Jackson</surname> </"
5514 "author>"
5515 msgstr ""
5516 "<author> <othername>Autoren der Entwickler-Referenz</othername> &email-devel-"
5517 "ref; </author> <author> <firstname>Andreas</firstname> <surname>Barth</"
5518 "surname> </author> <author> <firstname>Adam</firstname> <surname>Di Carlo</"
5519 "surname> </author> <author> <firstname>Raphaël</firstname> <surname>Hertzog</"
5520 "surname> </author> <author> <firstname>Lucas</firstname> <surname>Nussbaum</"
5521 "surname> </author> <author> <firstname>Christian</firstname> "
5522 "<surname>Schwarz</surname> </author> <author> <firstname>Ian</firstname> "
5523 "<surname>Jackson</surname> </author>"
5524
5525 #. type: Content of: <book><bookinfo><releaseinfo>
5526 #: index.dbk:33
5527 msgid "ver. &version;"
5528 msgstr "Version &version;"
5529
5530 #. type: Content of: <book><bookinfo>
5531 #: index.dbk:34
5532 msgid ""
5533 "<pubdate>&pubdate;</pubdate> <copyright> <year>2004</year> <year>2005</year> "
5534 "<year>2006</year> <year>2007</year> <holder>Andreas Barth</holder> </"
5535 "copyright> <copyright> <year>1998</year> <year>1999</year> <year>2000</year> "
5536 "<year>2001</year> <year>2002</year> <year>2003</year> <holder>Adam Di Carlo</"
5537 "holder> </copyright> <copyright> <year>2002</year> <year>2003</year> "
5538 "<year>2008</year> <year>2009</year> <holder>Raphaël Hertzog</holder> </"
5539 "copyright> <copyright> <year>2008</year> <year>2009</year> <holder>Lucas "
5540 "Nussbaum</holder> </copyright> <copyright> <year>1997</year> <year>1998</"
5541 "year> <holder>Christian Schwarz</holder> </copyright>"
5542 msgstr ""
5543 "<pubdate>&pubdate;</pubdate> <copyright> <year>2004</year> <year>2005</year> "
5544 "<year>2006</year> <year>2007</year> <holder>Andreas Barth</holder> </"
5545 "copyright> <copyright> <year>1998</year> <year>1999</year> <year>2000</year> "
5546 "<year>2001</year> <year>2002</year> <year>2003</year> <holder>Adam Di Carlo</"
5547 "holder> </copyright> <copyright> <year>2002</year> <year>2003</year> "
5548 "<year>2008</year> <year>2009</year> <holder>Raphaël Hertzog</holder> </"
5549 "copyright> <copyright> <year>2008</year> <year>2009</year> <holder>Lucas "
5550 "Nussbaum</holder> </copyright> <copyright> <year>1997</year> <year>1998</"
5551 "year> <holder>Christian Schwarz</holder> </copyright>"
5552
5553 #. type: Content of: <book><bookinfo><legalnotice><para>
5554 #: index.dbk:70
5555 msgid ""
5556 "This manual is free software; you may redistribute it and/or modify it under "
5557 "the terms of the GNU General Public License as published by the Free "
5558 "Software Foundation; either version 2, or (at your option) any later version."
5559 msgstr ""
5560 "Dieses Handbuch ist freie Software. Sie können es unter den Bedingungen der "
5561 "GNU General Public License, wie von der Free Software Foundation "
5562 "veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2 "
5563 "der Lizenz oder (nach Ihrer Option) jeder späteren Version."
5564
5565 #. type: Content of: <book><bookinfo><legalnotice><para>
5566 #: index.dbk:75
5567 msgid ""
5568 "This is distributed in the hope that it will be useful, but "
5569 "<emphasis>without any warranty</emphasis>; without even the implied warranty "
5570 "of merchantability or fitness for a particular purpose.  See the GNU General "
5571 "Public License for more details."
5572 msgstr ""
5573 "Die Veröffentlichung dieses Dokuments erfolgt in der Hoffnung, daß es Ihnen "
5574 "von Nutzen sein wird, aber <emphasis>ohne irgendeine Garantie</emphasis>, "
5575 "sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR "
5576 "EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License."
5577
5578 #. type: Content of: <book><bookinfo><legalnotice><para>
5579 #: index.dbk:81
5580 msgid ""
5581 "A copy of the GNU General Public License is available as &file-GPL; in the "
5582 "&debian-formal; distribution or on the World Wide Web at <ulink url=\"&url-"
5583 "gpl;\">the GNU web site</ulink>.  You can also obtain it by writing to the "
5584 "&fsf-addr;."
5585 msgstr ""
5586 "Eine Kopie der GNU General Public Licence ist als &file-GPL; in der "
5587 "Distribution &debian-formal; oder im World-Wide-Web auf der <ulink url="
5588 "\"&url-gpl;\">GNU Website</ulink> verfügbar. Sie können sie ebenfalls "
5589 "erhalten, indem Sie an &fsf-addr; schreiben."
5590
5591 #.  TODO: Maybe better: "This document has originally been written
5592 #. in English.  Translations into different languages are available." 
5593 #. type: Content of: <book><bookinfo><legalnotice><para>
5594 #: index.dbk:88
5595 msgid ""
5596 "If you want to print this reference, you should use the <ulink url="
5597 "\"developers-reference.pdf\">pdf version</ulink>.  This page is also "
5598 "available in <ulink url=\"index.fr.html\">French</ulink>, <ulink url=\"index."
5599 "de.html\">German</ulink> and <ulink url=\"index.ja.html\">Japanese</ulink>."
5600 msgstr ""
5601 "Wenn Sie diese Referenz ausdrucken möchten, sollten Sie die <ulink url="
5602 "\"developers-reference.pdf\">PDF-Version</ulink> verwenden. Diese Seite ist "
5603 "auch auf <ulink url=\"index.html\">Englisch</ulink> und <ulink url=\"index."
5604 "fr.html\">Französisch</ulink> und <ulink url=\"index.ja.html\">Japanisch</"
5605 "ulink> verfügbar. Die deutsche Übersetzung wurde 2011 von Chris Leick &lt;c."
5606 "leick@vollbio.de&gt; verfasst."
5607
5608 #. type: Content of: <chapter><title>
5609 #: l10n.dbk:7
5610 msgid "Internationalization and Translations"
5611 msgstr "Internationalisierung und Übersetzungen"
5612
5613 #. type: Content of: <chapter><para>
5614 #: l10n.dbk:9
5615 msgid ""
5616 "Debian supports an ever-increasing number of natural languages.  Even if you "
5617 "are a native English speaker and do not speak any other language, it is part "
5618 "of your duty as a maintainer to be aware of issues of internationalization "
5619 "(abbreviated i18n because there are 18 letters between the 'i' and the 'n' "
5620 "in internationalization).  Therefore, even if you are ok with English-only "
5621 "programs, you should read most of this chapter."
5622 msgstr ""
5623 "Debian unterstützt eine immer größer werdende Zahl natürlicher Sprachen. "
5624 "Selbst wenn Englisch Ihre Muttersprache ist und Sie keine andere Sprache "
5625 "sprechen, gehört es zu Ihren Pflichten als Paketbetreuer, die Probleme der "
5626 "Internationalisierung zu kennen (abgekürzt I18n, weil 18 Buchstaben zwischen "
5627 "»i« und »n« im englischen Wort »internationalization« stehen). Daher sollten "
5628 "Sie sogar, wenn Sie mit rein englischen Programmen klarkommen, das meiste in "
5629 "diesem Kapitel lesen."
5630
5631 #. type: Content of: <chapter><para>
5632 #: l10n.dbk:17
5633 msgid ""
5634 "According to <ulink url=\"&url-i18n-intro;\">Introduction to i18n</ulink> "
5635 "from Tomohiro KUBOTA, I18N (internationalization) means modification of a "
5636 "software or related technologies so that a software can potentially handle "
5637 "multiple languages, customs, and so on in the world, while L10N "
5638 "(localization) means implementation of a specific language for an already "
5639 "internationalized software."
5640 msgstr ""
5641 "Gemäß der <ulink url=\"&url-i18n-intro;\">Einführung in I18n</ulink> von "
5642 "Tomohiro KUBOTA bedeutet I18n (Internationalisierung) eine Veränderung von "
5643 "Software oder damit verbundenen Technologien, so dass eine Software "
5644 "potentiell mehrere Sprachen, Gewohnheiten und so weiter in der Welt "
5645 "handhaben kann, während L10n (Lokalisierung) die Implementierung einer "
5646 "speziellen Sprache für eine bereits internationalisierte Software bedeutet."
5647
5648 #. type: Content of: <chapter><para>
5649 #: l10n.dbk:26
5650 msgid ""
5651 "l10n and i18n are interconnected, but the difficulties related to each of "
5652 "them are very different.  It's not really difficult to allow a program to "
5653 "change the language in which texts are displayed based on user settings, but "
5654 "it is very time consuming to actually translate these messages.  On the "
5655 "other hand, setting the character encoding is trivial, but adapting the code "
5656 "to use several character encodings is a really hard problem."
5657 msgstr ""
5658 "L10n und I18n sind miteinander verbunden, aber die Schwierigkeiten bezogen "
5659 "auf jeweils eines davon sind sehr unterschiedlich. Es ist nicht wirklich "
5660 "schwer, einem Programm das Wechseln der Sprache zu erlauben, in dem Texte "
5661 "basierend auf den Benutzereinstellungen angezeigt werden, aber es "
5662 "verschlingt viel Zeit, diese Nachrichten tatsächlich zu übersetzen. "
5663 "Andererseits ist es trivial, die Zeichencodierung einzustellen, aber den "
5664 "Code so anzupassen, dass mehrere Zeichencodierungen benutzt werden können, "
5665 "ist ein wirklich großes Problem."
5666
5667 #. type: Content of: <chapter><para>
5668 #: l10n.dbk:34
5669 msgid ""
5670 "Setting aside the i18n problems, where no general guideline can be given, "
5671 "there is actually no central infrastructure for l10n within Debian which "
5672 "could be compared to the buildd mechanism for porting.  So most of the work "
5673 "has to be done manually."
5674 msgstr ""
5675 "Abgesehen von den I18n-Problemen, für die keine allgemeine Anleitung gegeben "
5676 "werden kann, gibt es tatsächlich keine Infrastruktur für L10n innerhalb "
5677 "Debian, die mit der Buildd-Mechanisus für die Portierung vergleichbar ist. "
5678 "Daher muss die meiste Arbeit manuell erledigt werden."
5679
5680 #. type: Content of: <chapter><section><title>
5681 #: l10n.dbk:40
5682 msgid "How translations are handled within Debian"
5683 msgstr "Wie Übersetzungen in Debian gehandhabt werden"
5684
5685 #. type: Content of: <chapter><section><para>
5686 #: l10n.dbk:42
5687 msgid ""
5688 "Handling translation of the texts contained in a package is still a manual "
5689 "task, and the process depends on the kind of text you want to see translated."
5690 msgstr ""
5691 "Die Handhabung der Übersetzung von Texten, die in Paketen enthalten sind, "
5692 "ist immer noch eine manuelle Aufgabe und der Prozess hängt von der Art des "
5693 "Textes ab, den Sie übersetzt sehen wollen."
5694
5695 #. type: Content of: <chapter><section><para>
5696 #: l10n.dbk:46
5697 msgid ""
5698 "For program messages, the gettext infrastructure is used most of the time.  "
5699 "Most of the time, the translation is handled upstream within projects like "
5700 "the <ulink url=\"&url-l10n-tp;\">Free Translation Project</ulink>, the "
5701 "<ulink url=\"&url-l10n-gnome;\">Gnome translation Project</ulink> or the "
5702 "<ulink url=\"&url-l10n-kde;\">KDE one</ulink>.  The only centralized "
5703 "resource within Debian is the <ulink url=\"&url-l10n;\">Central Debian "
5704 "translation statistics</ulink>, where you can find some statistics about the "
5705 "translation files found in the actual packages, but no real infrastructure "
5706 "to ease the translation process."
5707 msgstr ""
5708 "Für Programmausgaben wird meistens die Gettext-Infrastruktur benutzt. "
5709 "Meistens wird die Übersetzung außerhalb von Debian in Projekten wie dem "
5710 "<ulink url=\"&url-l10n-tp;\">Free Translation Project</ulink>, dem <ulink "
5711 "url=\"&url-l10n-gnome;\">Gnome translation Project</ulink> oder der <ulink "
5712 "url=\"&url-l10n-kde;\">KDE Localization</ulink> behandelt. Die einzige "
5713 "zentrale Ressource innerhalb Debian ist die <ulink url=\"&url-l10n;"
5714 "\">Zentrale Übersetzungsstatistik von Debian</ulink>, wo Sie einige "
5715 "Statistiken über die Übersetzungsdateien finden können, die in den "
5716 "tatsächlichen Paketen gefunden wurden, aber keine echte Infrastruktur, um "
5717 "den Übersetzungsprozess zu erleichtern."
5718
5719 #. type: Content of: <chapter><section><para>
5720 #: l10n.dbk:59
5721 msgid ""
5722 "An effort to translate the package descriptions started long ago, even if "
5723 "very little support is offered by the tools to actually use them (i.e., only "
5724 "APT can use them, when configured correctly).  Maintainers don't need to do "
5725 "anything special to support translated package descriptions; translators "
5726 "should use the <ulink url=\"&url-ddtp;\">Debian Description Translation "
5727 "Project (DDTP)</ulink>."
5728 msgstr ""
5729 "Es wurde vor langer Zeit ein Versuch gestartet, die Paketbeschreibungen zu "
5730 "übersetzen, auch wenn sehr wenig Unterstützung von Werkzeugen angeboten "
5731 "wird, um sie zu benutzen (d.h. nur APT kann sie nutzen, wenn es korrekt "
5732 "konfiguriert ist). Betreuer müssen nichts besonderes tun, um übersetzte "
5733 "Paketbeschreibungen zu unterstützen. Übersetzer sollten das <ulink url="
5734 "\"&url-ddtp;\">Debian Description Translation Project (DDTP)</ulink> "
5735 "benutzen."
5736
5737 #. type: Content of: <chapter><section><para>
5738 #: l10n.dbk:66
5739 msgid ""
5740 "For <systemitem role=\"package\">debconf</systemitem> templates, maintainers "
5741 "should use the <systemitem role=\"package\">po-debconf</systemitem> package "
5742 "to ease the work of translators, who could use the DDTP to do their work "
5743 "(but the French and Brazilian teams don't).  Some statistics can be found "
5744 "both on the <ulink url=\"&url-ddtp;\">DDTP site</ulink> (about what is "
5745 "actually translated), and on the <ulink url=\"&url-l10n;\">Central Debian "
5746 "translation statistics</ulink> site (about what is integrated in the "
5747 "packages)."
5748 msgstr ""
5749 "Für <systemitem role=\"package\">debconf</systemitem>-Schablonen sollten "
5750 "Paketbetreuer das Paket <systemitem role=\"package\">po-debconf</systemitem> "
5751 "benutzen, um die Arbeit der Übersetzer zu erleichtern, die das DDTP für ihre "
5752 "Arbeit benutzen könnten. (Das französische und das brasilianische Team "
5753 "nutzen dies nicht.). Einige Statistiken können sowohl auf der <ulink url="
5754 "\"&url-ddtp;\">DDTP-Site</ulink> (über das, was tatsächlich übersetzt ist) "
5755 "als auch in der <ulink url=\"&url-l10n;\">Zentralen Übersetzungsstatistik "
5756 "von Debian</ulink> (über das, was in die Pakete eingegliedert ist) gefunden "
5757 "werden."
5758
5759 #. type: Content of: <chapter><section><para>
5760 #: l10n.dbk:75
5761 msgid ""
5762 "For web pages, each l10n team has access to the relevant VCS, and the "
5763 "statistics are available from the Central Debian translation statistics site."
5764 msgstr ""
5765 "Für Webseiten hat jedes L10n-Team Zugriff auf das passende VCS und die "
5766 "Statistiken sind auf der Site bei der zentralen Übersetzungsstatistik von "
5767 "Debian verfügbar."
5768
5769 #. type: Content of: <chapter><section><para>
5770 #: l10n.dbk:79
5771 msgid ""
5772 "For general documentation about Debian, the process is more or less the same "
5773 "as for the web pages (the translators have access to the VCS), but there are "
5774 "no statistics pages."
5775 msgstr ""
5776 "Für allgemeine Dokumentation über Debian entspricht der Prozess mehr oder "
5777 "weniger dem der Webseiten (für Übersetzer, die Zugriff auf das VCS haben), "
5778 "aber es gibt dort keine Statistikseiten."
5779
5780 #. type: Content of: <chapter><section><para>
5781 #: l10n.dbk:84
5782 msgid ""
5783 "For package-specific documentation (man pages, info documents, other "
5784 "formats), almost everything remains to be done."
5785 msgstr ""
5786 "Für paketspezifische Dokumentation (Handbuchseiten, Info-Dokumente, andere "
5787 "Formate) bleibt beinahe alles zu erledigen."
5788
5789 #. type: Content of: <chapter><section><para>
5790 #: l10n.dbk:88
5791 msgid ""
5792 "Most notably, the KDE project handles translation of its documentation in "
5793 "the same way as its program messages."
5794 msgstr ""
5795 "Insbesondere das KDE-Projekt handhabt die Übersetzung seiner Dokumentation "
5796 "auf die gleiche Art, wie die der Programmausgaben."
5797
5798 #. type: Content of: <chapter><section><para>
5799 #: l10n.dbk:92
5800 msgid ""
5801 "There is an effort to handle Debian-specific man pages within a <ulink url="
5802 "\"&url-cvsweb;manpages/?cvsroot=debian-doc\">specific VCS repository</ulink>."
5803 msgstr ""
5804 "Es gibt einen Versuch, Debian-spezifische Handbuchseiten innerhalb eines "
5805 "<ulink url=\"&url-cvsweb;manpages/?cvsroot=debian-doc\"> speziellen VCS-"
5806 "Depots</ulink> zu handhaben."
5807
5808 #. type: Content of: <chapter><section><title>
5809 #: l10n.dbk:99
5810 msgid "I18N &amp; L10N FAQ for maintainers"
5811 msgstr "I18N &amp; L10N FAQ für Paketbetreuer"
5812
5813 #. type: Content of: <chapter><section><para>
5814 #: l10n.dbk:101
5815 msgid ""
5816 "This is a list of problems that maintainers may face concerning i18n and "
5817 "l10n.  While reading this, keep in mind that there is no real consensus on "
5818 "these points within Debian, and that this is only advice.  If you have a "
5819 "better idea for a given problem, or if you disagree on some points, feel "
5820 "free to provide your feedback, so that this document can be enhanced."
5821 msgstr ""
5822 "Dies ist eine Liste von Problemen, denen Betreuer betreffend I18n und L10n "
5823 "gegenüberstehen. Behalten Sie während Sie dies lesen im Hinterkopf, dass es "
5824 "über diese Punkte innerhalb Debian keine Einigkeit gibt und dies nur ein "
5825 "Ratschlag ist. Falls Sie für die vorliegenden Probleme bessere Ideen haben "
5826 "oder mit einigen Punkten nicht einverstanden sind, tun Sie sich keinen Zwang "
5827 "an und geben Sie Ihre Rückmeldung, so dass dieses Dokument verbessert werden "
5828 "kann."
5829
5830 #. type: Content of: <chapter><section><section><title>
5831 #: l10n.dbk:108
5832 msgid "How to get a given text translated"
5833 msgstr "Wie ein vorliegender Text übersetzt wird"
5834
5835 #. type: Content of: <chapter><section><section><para>
5836 #: l10n.dbk:110
5837 msgid ""
5838 "To translate package descriptions or <systemitem role=\"package\">debconf</"
5839 "systemitem> templates, you have nothing to do; the DDTP infrastructure will "
5840 "dispatch the material to translate to volunteers with no need for "
5841 "interaction from your part."
5842 msgstr ""
5843 "Um Paketbeschreibungen oder <systemitem role=\"package\">debconf</"
5844 "systemitem>-Schablonen zu übersetzen, müssen Sie nichts tun. Die DDTP-"
5845 "Infrastruktur wird das zu übersetzende Material zu den Freiwilligen "
5846 "befördern ohne dass Sie eingreifen müssen."
5847
5848 #. type: Content of: <chapter><section><section><para>
5849 #: l10n.dbk:115
5850 msgid ""
5851 "For all other material (gettext files, man pages, or other documentation), "
5852 "the best solution is to put your text somewhere on the Internet, and ask on "
5853 "debian-i18n for a translation in different languages.  Some translation team "
5854 "members are subscribed to this list, and they will take care of the "
5855 "translation and of the reviewing process.  Once they are done, you will get "
5856 "your translated document from them in your mailbox."
5857 msgstr ""
5858 "Für jegliches andere Material (Gettext-Dateien, Handbuchseiten oder andere "
5859 "Dokumentation) ist die beste Lösung, den Text irgendwo ins Internet zu "
5860 "stellen und auf Debian-I18n um eine Übersetzung in verschiedene Sprachen zu "
5861 "ersuchen. Die Mitglieder einiger Übersetzer-Teams haben diese Liste "
5862 "abonniert und werden für die Übersetzung und den Korrekturprozess sorgen. "
5863 "Sobald Sie das getan haben, können Sie Ihr übersetztes Dokument der Mailbox "
5864 "entnehmen."
5865
5866 #. type: Content of: <chapter><section><section><title>
5867 #: l10n.dbk:125
5868 msgid "How to get a given translation reviewed"
5869 msgstr "Wie eine vorliegende Übersetzung überprüft wird"
5870
5871 #. type: Content of: <chapter><section><section><para>
5872 #: l10n.dbk:127
5873 msgid ""
5874 "From time to time, individuals translate some texts in your package and will "
5875 "ask you for inclusion of the translation in the package.  This can become "
5876 "problematic if you are not fluent in the given language.  It is a good idea "
5877 "to send the document to the corresponding l10n mailing list, asking for a "
5878 "review.  Once it has been done, you should feel more confident in the "
5879 "quality of the translation, and feel safe to include it in your package."
5880 msgstr ""
5881 "Von Zeit zu Zeit übersetzen Einzelpersonen einige Texte in Ihrem Paket und "
5882 "bitten Sie, die Übersetzung in das Paket aufzunehmen. Dies kann "
5883 "problematisch werden, falls Sie die vorliegende Sprache nicht fließend "
5884 "sprechen. Es ist eine gute Idee, das Dokument an die entsprechende L10n-"
5885 "Mailingliste zu senden und um eine Überprüfung zu bitten. Sobald dies "
5886 "erledigt ist, sollten Sie von der Qualität der Übersetzug überzeugt sein und "
5887 "sich sicherer fühlen sie in Ihr Paket einzubinden."
5888
5889 #. type: Content of: <chapter><section><section><title>
5890 #: l10n.dbk:137
5891 msgid "How to get a given translation updated"
5892 msgstr "Wie eine vorliegende Übersetzung aktualisiert wird"
5893
5894 #. type: Content of: <chapter><section><section><para>
5895 #: l10n.dbk:139
5896 msgid ""
5897 "If you have some translations of a given text lying around, each time you "
5898 "update the original, you should ask the previous translator to update the "
5899 "translation with your new changes.  Keep in mind that this task takes time; "
5900 "at least one week to get the update reviewed and all."
5901 msgstr ""
5902 "Falls Sie einige Übersetzungen eines vorliegendens Textes herumliegen haben, "
5903 "sollten Sie jedesmal, wenn Sie das Original aktualisieren, den letzten "
5904 "Übersetzer bitten die Übersetzung mit Ihren neuen Änderungen zu "
5905 "aktualisieren. Behalten Sie im Hinterkopf, dass diese Aufgabe Zeit "
5906 "beansprucht; mindestens eine Woche um die Aktualisierung zu überprufen und "
5907 "so."
5908
5909 #. type: Content of: <chapter><section><section><para>
5910 #: l10n.dbk:145
5911 msgid ""
5912 "If the translator is unresponsive, you may ask for help on the corresponding "
5913 "l10n mailing list.  If everything fails, don't forget to put a warning in "
5914 "the translated document, stating that the translation is somehow outdated, "
5915 "and that the reader should refer to the original document if possible."
5916 msgstr ""
5917 "Falls der Übersetzer nicht reagiert, könnten Sie auf der entsprechenden L10n-"
5918 "Mailingliste um Hilfe ersuchen. Falls alles scheitert, vergessen Sie nicht, "
5919 "eine Warnung im übersetzten Dokument zu hinterlassen, die angibt, dass die "
5920 "Übersetzung veraltet ist und der Leser sich, wenn möglich, auf das "
5921 "Originaldokument beziehen sollte."
5922
5923 #. type: Content of: <chapter><section><section><para>
5924 #: l10n.dbk:151
5925 msgid ""
5926 "Avoid removing a translation completely because it is outdated.  Old "
5927 "documentation is often better than no documentation at all for non-English "
5928 "speakers."
5929 msgstr ""
5930 "Vermeiden Sie es, eine Übersetzung vollständig zu entfernen, weil sie "
5931 "veraltet ist. Alte Dokumentation ist für Leute, die kein Englisch reden, oft "
5932 "besser als gar keine Dokumentation "
5933
5934 #. type: Content of: <chapter><section><section><title>
5935 #: l10n.dbk:158
5936 msgid "How to handle a bug report concerning a translation"
5937 msgstr "Wie Fehlerberichte gehandhabt werden, die eine Übersetzung betreffen"
5938
5939 #.  TODO: add the i18n tag to the bug? 
5940 #. type: Content of: <chapter><section><section><para>
5941 #: l10n.dbk:160
5942 msgid ""
5943 "The best solution may be to mark the bug as forwarded to upstream, and "
5944 "forward it to both the previous translator and their team (using the "
5945 "corresponding debian-l10n-XXX mailing list)."
5946 msgstr ""
5947 "Möglicherweise ist die beste Lösung, den Fehler als zu den Originalautoren "
5948 "weitergeleitet zu kennzeichnen und ihn sowohl an den letzten Übersetzer als "
5949 "auch an sein Team zu senden (unter Benutzung der entsprechenden debian-l10n-"
5950 "XXX-Mailingliste)."
5951
5952 #. type: Content of: <chapter><section><title>
5953 #: l10n.dbk:170
5954 msgid "I18N &amp; L10N FAQ for translators"
5955 msgstr "I18n- &amp; L10n-FAQ für Übersetzer"
5956
5957 #. type: Content of: <chapter><section><para>
5958 #: l10n.dbk:172
5959 msgid ""
5960 "While reading this, please keep in mind that there is no general procedure "
5961 "within Debian concerning these points, and that in any case, you should "
5962 "collaborate with your team and the package maintainer."
5963 msgstr ""
5964 "Behalten Sie während Sie dies lesen im Hinterkopf, dass es über diese Punkte "
5965 "innerhalb Debian keine Einigkeit gibt und dass Sie auf jeden Fall mit Ihrem "
5966 "Team und dem Paketbetreuer zusammenarbeiten sollten."
5967
5968 #. type: Content of: <chapter><section><section><title>
5969 #: l10n.dbk:177
5970 msgid "How to help the translation effort"
5971 msgstr "Wie bei Übersetzungsbemühungen geholfen wird"
5972
5973 #. type: Content of: <chapter><section><section><para>
5974 #: l10n.dbk:179
5975 msgid ""
5976 "Choose what you want to translate, make sure that nobody is already working "
5977 "on it (using your debian-l10n-XXX mailing list), translate it, get it "
5978 "reviewed by other native speakers on your l10n mailing list, and provide it "
5979 "to the maintainer of the package (see next point)."
5980 msgstr ""
5981 "Wählen Sie aus, was Sie übersetzen möchten und stellen Sie sicher, dass "
5982 "nicht bereits jemand daran arbeitet (benutzen Sie Ihre debian-l10n-XXX-"
5983 "Mailingliste), übersetzen Sie es, lassen Sie es durch andere mit dieser "
5984 "Muttersprache auf Ihrer L10n-Mailingliste überprüfen und stellen Sie es dem "
5985 "Paketbetreuer zur Verfügung (siehe nächsten Punkt)."
5986
5987 #. type: Content of: <chapter><section><section><title>
5988 #: l10n.dbk:187
5989 msgid "How to provide a translation for inclusion in a package"
5990 msgstr ""
5991 "Wie eine Übersetzung zur Eingliederung in ein Paket bereitgestellt wird"
5992
5993 #. type: Content of: <chapter><section><section><para>
5994 #: l10n.dbk:189
5995 msgid ""
5996 "Make sure your translation is correct (asking for review on your l10n "
5997 "mailing list) before providing it for inclusion.  It will save time for "
5998 "everyone, and avoid the chaos resulting in having several versions of the "
5999 "same document in bug reports."
6000 msgstr ""
6001 "Stellen Sie sicher, dass Ihre Übersetzung korrekt ist (bitten Sie auf Ihrer "
6002 "L10n-Mailingliste um eine Überprüfung), bevor Sie sie zur Eingliederung "
6003 "bereitgestellen. Es wird für jeden eine Zeitersparnis sein und das Chaos "
6004 "vermeiden, das daraus resultiert, dass Sie mehrere Versionen des gleichen "
6005 "Dokuments in Fehlerberichten haben."
6006
6007 #. type: Content of: <chapter><section><section><para>
6008 #: l10n.dbk:195
6009 msgid ""
6010 "The best solution is to file a regular bug containing the translation "
6011 "against the package.  Make sure to use the 'PATCH' tag, and to not use a "
6012 "severity higher than 'wishlist', since the lack of translation never "
6013 "prevented a program from running."
6014 msgstr ""
6015 "Die beste Lösung ist es, einen regulären Fehlerbericht gegen das Paket "
6016 "einzureichen, der die Übersetzung enthält. Stellen Sie sicher, dass Sie die "
6017 "Kennzeichnung »PATCH« und keinen Schweregrad höher als »wishlist« verwenden, "
6018 "da das Fehlen einer Übersetzung ein Programm niemals an der Ausführung "
6019 "hindert."
6020
6021 #. type: Content of: <chapter><section><title>
6022 #: l10n.dbk:205
6023 msgid "Best current practice concerning l10n"
6024 msgstr "Beste aktuelle Vorgehensweise bezüglich L10n"
6025
6026 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6027 #: l10n.dbk:209
6028 msgid ""
6029 "As a maintainer, never edit the translations in any way (even to reformat "
6030 "the layout) without asking on the corresponding l10n mailing list.  You risk "
6031 "for example breaking the encoding of the file by doing so.  Moreover, what "
6032 "you consider an error can be right (or even needed) in the given language."
6033 msgstr ""
6034 "Bearbeiten Sie als Betreuer niemals die Übersetzungen in irgendeiner Weise "
6035 "(auch um das Aussehen neu zu formatieren) ohne mit der entsprechenden L10n-"
6036 "Mailingliste zu sprechen. Sie riskieren zum Beispiel, die Zeichencodierung "
6037 "der Datei zu zerstören, wenn Sie dies tun. Außerdem könnte das, was Sie als "
6038 "Fehler betrachen, in der vorliegenden Sprache richtig sein (oder sogar "
6039 "nötig)."
6040
6041 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6042 #: l10n.dbk:217
6043 msgid ""
6044 "As a translator, if you find an error in the original text, make sure to "
6045 "report it.  Translators are often the most attentive readers of a given "
6046 "text, and if they don't report the errors they find, nobody will."
6047 msgstr ""
6048 "Falls Sie als Übersetzer einen Fehler im Originaltext finden, stellen Sie "
6049 "sicher, dass er gemeldet wird. Übersetzer sind oft die aufmerksamsten Leser "
6050 "eines vorliegenden Textes und falls Sie die gefundenen Fehler nicht melden, "
6051 "wird es niemand tun."
6052
6053 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6054 #: l10n.dbk:224
6055 msgid ""
6056 "In any case, remember that the major issue with l10n is that it requires "
6057 "several people to cooperate, and that it is very easy to start a flamewar "
6058 "about small problems because of misunderstandings.  So if you have problems "
6059 "with your interlocutor, ask for help on the corresponding l10n mailing list, "
6060 "on debian-i18n, or even on debian-devel (but beware, l10n discussions very "
6061 "often become flamewars on that list :)"
6062 msgstr ""
6063 "Denken Sie auf jeden Fall daran, dass der Hauptstreitpunkt mit L10n darin "
6064 "besteht, dass mehrere Leute für eine Zusammenarbeit nötig sind und dass es "
6065 "sehr leicht ist, einen Flame-War über kleine Probleme aufgrund von "
6066 "Missverständnissen heraufzubeschwören. Falls Sie daher Probleme mit einem "
6067 "Gesprächspartner haben, fragen Sie auf der entsprechenden L10n-Mailingliste, "
6068 "Debian-I18n oder sogar Debian-Devel nach Hilfe (aber Vorsicht, L10n-"
6069 "Diskussionen führen auf dieser Liste oft zu Flame-Wars :) )."
6070
6071 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6072 #: l10n.dbk:234
6073 msgid ""
6074 "In any case, cooperation can only be achieved with <emphasis role=\"strong"
6075 "\">mutual respect</emphasis>."
6076 msgstr ""
6077 "Kooperation kann auf jeden Fall nur mit <emphasis role=\"strong"
6078 "\">gegenseitigem Respekt</emphasis> erreicht werden."
6079
6080 #. type: Content of: <chapter><title>
6081 #: new-maintainer.dbk:7
6082 msgid "Applying to Become a Maintainer"
6083 msgstr "Bewerbung als Betreuer"
6084
6085 #. type: Content of: <chapter><section><title>
6086 #: new-maintainer.dbk:9
6087 msgid "Getting started"
6088 msgstr "Erste Schritte"
6089
6090 # http://www.debian.org/doc/maint-guide/
6091 #. type: Content of: <chapter><section><para>
6092 #: new-maintainer.dbk:11
6093 msgid ""
6094 "So, you've read all the documentation, you've gone through the <ulink url="
6095 "\"&url-newmaint-guide;\">Debian New Maintainers' Guide</ulink>, understand "
6096 "what everything in the <systemitem role=\"package\">hello</systemitem> "
6097 "example package is for, and you're about to Debianize your favorite piece of "
6098 "software.  How do you actually become a Debian developer so that your work "
6099 "can be incorporated into the Project?"
6100 msgstr ""
6101 "Also, Sie haben all die Dokumentationen gelesen, Sie sind die<ulink url="
6102 "\"&url-newmaint-guide;\">Anleitung für zukünftige Debian-Betreuer</ulink> "
6103 "durchgegangen, verstehen alles, was im Beispielpaket <systemitem role="
6104 "\"package\">hello</systemitem> vorkommt und es geht Ihnen darum, Ihre "
6105 "Lieblings-Software zu debianisieren. Möchten Sie wirklich ein Debian-"
6106 "Entwickler werden, damit Ihre Arbeit in das Projekt aufgenommen wird?"
6107
6108 #. type: Content of: <chapter><section><para>
6109 #: new-maintainer.dbk:19
6110 msgid ""
6111 "Firstly, subscribe to &email-debian-devel; if you haven't already.  Send the "
6112 "word <literal>subscribe</literal> in the <literal>Subject</literal> of an "
6113 "email to &email-debian-devel-req;.  In case of problems, contact the list "
6114 "administrator at &email-listmaster;.  More information on available mailing "
6115 "lists can be found in <xref linkend=\"mailing-lists\"/>.  &email-debian-"
6116 "devel-announce; is another list which is mandatory for anyone who wishes to "
6117 "follow Debian's development."
6118 msgstr ""
6119 "Falls Sie das nicht bereits getan haben, schreiben Sie sich zuerst in &email-"
6120 "debian-devel; ein. Senden Sie das Wort <literal>subscribe</literal> im "
6121 "Betreff einer E-Mail an &email-debian-devel-req;. Falls es Probleme gibt, "
6122 "wenden Sie sich unter &email-listmaster; an den Administrator der Liste. "
6123 "Weitere Informationen über verfügbare Listen finden Sie unter <xref linkend="
6124 "\"mailing-lists\"/>. &email-debian-devel-announce; ist eine Pflichtlektüre "
6125 "für jeden, der die Entwicklung von Debian verfolgen möchte."
6126
6127 #. type: Content of: <chapter><section><para>
6128 #: new-maintainer.dbk:29
6129 msgid ""
6130 "You should subscribe and lurk (that is, read without posting) for a bit "
6131 "before doing any coding, and you should post about your intentions to work "
6132 "on something to avoid duplicated effort."
6133 msgstr ""
6134 "Sie sollten sich einschreiben und ein wenig mitlesen ohne selbst Beiträge zu "
6135 "verfassen, bevor Sie irgend etwas codieren. Teilen Sie mit an was Sie "
6136 "arbeiten möchten, um doppelten Aufwand zu vermeiden."
6137
6138 #. type: Content of: <chapter><section><para>
6139 #: new-maintainer.dbk:34
6140 msgid ""
6141 "Another good list to subscribe to is &email-debian-mentors;.  See <xref "
6142 "linkend=\"mentors\"/> for details.  The IRC channel <literal>#debian</"
6143 "literal> can also be helpful; see <xref linkend=\"irc-channels\"/>."
6144 msgstr ""
6145 "Auch &email-debian-mentors; ist ein sinnvolles Abonnement. Lesen Sie <xref "
6146 "linkend=\"mentors\"/> für Details. Auch der IRC-Kanal <literal>#debian</"
6147 "literal> kann hilfreich sein. Siehe <xref linkend=\"irc-channels\"/>."
6148
6149 #. type: Content of: <chapter><section><para>
6150 #: new-maintainer.dbk:40
6151 msgid ""
6152 "When you know how you want to contribute to &debian-formal;, you should get "
6153 "in contact with existing Debian maintainers who are working on similar "
6154 "tasks.  That way, you can learn from experienced developers.  For example, "
6155 "if you are interested in packaging existing software for Debian, you should "
6156 "try to get a sponsor.  A sponsor will work together with you on your package "
6157 "and upload it to the Debian archive once they are happy with the packaging "
6158 "work you have done.  You can find a sponsor by mailing the &email-debian-"
6159 "mentors; mailing list, describing your package and yourself and asking for a "
6160 "sponsor (see <xref linkend=\"sponsoring\"/> and <ulink url=\"&url-mentors;"
6161 "\"></ulink> for more information on sponsoring).  On the other hand, if you "
6162 "are interested in porting Debian to alternative architectures or kernels you "
6163 "can subscribe to port specific mailing lists and ask there how to get "
6164 "started.  Finally, if you are interested in documentation or Quality "
6165 "Assurance (QA) work you can join maintainers already working on these tasks "
6166 "and submit patches and improvements."
6167 msgstr ""
6168 "Wenn Sie wissen ,wie Sie zu &debian-formal; beitragen möchten, sollten Sie "
6169 "Kontakt mit existierenden Debian-Betreuern aufnehmen, die an ähnlichen "
6170 "Aufgaben arbeiten. Auf diesem Weg können Sie von erfahrenen Entwicklern "
6171 "lernen. Falls Sie zum Beispiel daran interessiert sind, in Debian "
6172 "existierende Software zu paketieren, sollten Sie versuchen einen Sponsor zu "
6173 "finden. Ein Sponsor wird mit Ihnen zusammen an Ihrem Paket arbeiten und es "
6174 "in das Debian-Archiv hochladen, sobald er mit Ihrer Paketierung zufrieden "
6175 "ist. Sie können Sponsoren auf der Mailingliste &email-debian-mentors; "
6176 "finden, indem Sie dort Ihr Paket und sich selbst beschreiben und nach einem "
6177 "Sponsor fragen (lesen Sie <xref linkend=\"sponsoring\"/> und <ulink url="
6178 "\"&url-mentors;\"></ulink>, um weitere Informationen über Sponsoring zu "
6179 "erhalten). Wenn Sie andererseits daran interessiert sind, Debian auf "
6180 "alternative Architekturen oder Kernel zu portieren, können Sie spezielle "
6181 "Mailinglisten zur Portierung abonnieren und dort nachfragen, wie der "
6182 "Einstieg gelingt. Abschließend, falls Sie daran interessiert sind, an der "
6183 "Dokumentation oder Qualitätssicherung (QS) zu arbeiten, können Sie sich den "
6184 "Betreuern anschließen, die an diesen Aufgaben arbeiten und Patchs sowie "
6185 "Verbesserungen einsenden."
6186
6187 #. type: Content of: <chapter><section><para>
6188 #: new-maintainer.dbk:57
6189 msgid ""
6190 "One pitfall could be a too-generic local part in your mailadress: Terms like "
6191 "mail, admin, root, master should be avoided, please see <ulink url=\"&url-"
6192 "debian-lists;\"></ulink> for details."
6193 msgstr ""
6194 "Eine Schwierigkeit könnte ein zu generischer lokaler Teil in Ihrer "
6195 "Mailadresse sein. Begriffe wie »mail«, »admin«, »root« und »master« sollten "
6196 "vermieden werden. Bitte lesen Sie <ulink url=\"&url-debian-lists;\"></ulink> "
6197 "für Details."
6198
6199 #. type: Content of: <chapter><section><title>
6200 #: new-maintainer.dbk:64
6201 msgid "Debian mentors and sponsors"
6202 msgstr "Debian-Mentoren und -Sponsoren"
6203
6204 #. type: Content of: <chapter><section><para>
6205 #: new-maintainer.dbk:66
6206 msgid ""
6207 "The mailing list &email-debian-mentors; has been set up for novice "
6208 "maintainers who seek help with initial packaging and other developer-related "
6209 "issues.  Every new developer is invited to subscribe to that list (see <xref "
6210 "linkend=\"mailing-lists\"/> for details)."
6211 msgstr ""
6212 "Die Mailingliste &email-debian-mentors; wurde für Einsteiger unter den "
6213 "Betreuern eingerichtet, die sich um Hilfe beim Paketieren Ihrer ersten "
6214 "Pakete und anderen entwicklerbezogenen Themen bemühen. Jeder neue Entwickler "
6215 "ist eingeladen, sich auf dieser Liste einzuschreiben (siehe <xref linkend="
6216 "\"mailing-lists\"/> für Details)."
6217
6218 #. type: Content of: <chapter><section><para>
6219 #: new-maintainer.dbk:72
6220 msgid ""
6221 "Those who prefer one-on-one help (e.g., via private email) should also post "
6222 "to that list and an experienced developer will volunteer to help."
6223 msgstr ""
6224 "Diejenigen, die persönliche Hilfe bevorzugen (z.B. mittels privater E-Mail), "
6225 "sollten auch an diese Liste schreiben und ein erfahrener Entwickler wird "
6226 "freiwillig helfen."
6227
6228 #. type: Content of: <chapter><section><para>
6229 #: new-maintainer.dbk:76
6230 msgid ""
6231 "In addition, if you have some packages ready for inclusion in Debian, but "
6232 "are waiting for your new maintainer application to go through, you might be "
6233 "able find a sponsor to upload your package for you.  Sponsors are people who "
6234 "are official Debian Developers, and who are willing to criticize and upload "
6235 "your packages for you. Please read the debian-mentors FAQ at <ulink url="
6236 "\"&url-mentors;\"></ulink> first."
6237 msgstr ""
6238 "Falls Sie darüberhinaus einige Paket haben, die bereit für die Aufnahme in "
6239 "Debian sind, aber darauf warten, dass Sie Ihre Bewerbung als neuer Betreuer "
6240 "durchlaufen, könnten Sie einen Sponsor suchen, der Ihr Paket für Sie "
6241 "hochlädt. Sponsoren sind offizielle Debian-Entwickler und bereit, Pakete für "
6242 "Sie zu beurteilen und hochzuladen. Bitte lesen Sie zuerst die FAQ für Debian-"
6243 "Mentoren unter <ulink url=\"&url-mentors;\"></ulink>."
6244
6245 #. type: Content of: <chapter><section><para>
6246 #: new-maintainer.dbk:84
6247 msgid ""
6248 "If you wish to be a mentor and/or sponsor, more information is available in "
6249 "<xref linkend=\"newmaint\"/>."
6250 msgstr ""
6251 "Falls Sie ein Mentor und/oder Sponsor werden möchten, sind weitere "
6252 "Informationen in <xref linkend=\"newmaint\"/> verfügbar."
6253
6254 #. type: Content of: <chapter><section><title>
6255 #: new-maintainer.dbk:90
6256 msgid "Registering as a Debian developer"
6257 msgstr "Als Debian-Entwickler registrieren"
6258
6259 # http://www.debian.org/devel/join/newmaint
6260 # http://www.debian.org/social_contract
6261 # http://www.gnu.org/gnu/manifesto.de.html
6262 #. type: Content of: <chapter><section><para>
6263 #: new-maintainer.dbk:92
6264 msgid ""
6265 "Before you decide to register with &debian-formal;, you will need to read "
6266 "all the information available at the <ulink url=\"&url-newmaint;\">New "
6267 "Maintainer's Corner</ulink>.  It describes in detail the preparations you "
6268 "have to do before you can register to become a Debian developer.  For "
6269 "example, before you apply, you have to read the <ulink url=\"&url-social-"
6270 "contract;\">Debian Social Contract</ulink>.  Registering as a developer "
6271 "means that you agree with and pledge to uphold the Debian Social Contract; "
6272 "it is very important that maintainers are in accord with the essential ideas "
6273 "behind &debian-formal;.  Reading the <ulink url=\"&url-gnu-manifesto;\">GNU "
6274 "Manifesto</ulink> would also be a good idea."
6275 msgstr ""
6276 "Bevor Sie sich entscheiden, sich bei &debian-formal; zu registrieren, werden "
6277 "Sie alle in <ulink url=\"&url-newmaint;\">Debians New-Maintainer-Ecke</"
6278 "ulink> verfügbaren Informationen lesen müssen. Dort wird im Detail "
6279 "beschrieben, welche Vorbereitungen Sie treffen müssen, bevor Sie sich "
6280 "registrieren können, um Debian-Entwickler zu werden. Zum Beispiel müssen "
6281 "Sie, bevor Sie sich bewerben, den <ulink url=\"&url-social-contract;"
6282 "\">Debian-Gesellschaftsvertrag</ulink> lesen. Die Registrierung als Debian-"
6283 "Entwickler bedeutet, dass Sie ihm zustimmen und versprechen, den Debian-"
6284 "Gesellschaftsvertrag zu unterstützen. Es ist sehr wichtig, dass Betreuer mit "
6285 "den grundsätzlichen Ideen hinter &debian-formal; einverstanden sind. Es wäre "
6286 "außerdem empfehlenswert, das <ulink url=\"&url-gnu-manifesto;\">GNU-"
6287 "Manifest</ulink> zu lesen."
6288
6289 #. type: Content of: <chapter><section><para>
6290 #: new-maintainer.dbk:106
6291 msgid ""
6292 "The process of registering as a developer is a process of verifying your "
6293 "identity and intentions, and checking your technical skills.  As the number "
6294 "of people working on &debian-formal; has grown to over &number-of-"
6295 "maintainers; and our systems are used in several very important places, we "
6296 "have to be careful about being compromised.  Therefore, we need to verify "
6297 "new maintainers before we can give them accounts on our servers and let them "
6298 "upload packages."
6299 msgstr ""
6300 "Der Aufnahmeprozess für Entwickler werden Ihre Identität, Absichten und "
6301 "technischen Fähigkeiten geprüft werden. Als die Anzahl der Leute, die an "
6302 "&debian-formal; arbeiteten auf über &number-of-maintainers; wuchs und das "
6303 "System an mehreren sehr wichtigen Stellen lief, war Vorsicht geboten, um "
6304 "nicht kompromittiert zu werden. Daher müssen neue Betreuer überprüft werden, "
6305 "bevor Sie Konten auf den Servern erhalten und Pakete hochladen dürfen."
6306
6307 # http://www.debian.org/Bugs/
6308 #. type: Content of: <chapter><section><para>
6309 #: new-maintainer.dbk:115
6310 msgid ""
6311 "Before you actually register you should have shown that you can do competent "
6312 "work and will be a good contributor.  You show this by submitting patches "
6313 "through the Bug Tracking System and having a package sponsored by an "
6314 "existing Debian Developer for a while.  Also, we expect that contributors "
6315 "are interested in the whole project and not just in maintaining their own "
6316 "packages.  If you can help other maintainers by providing further "
6317 "information on a bug or even a patch, then do so!"
6318 msgstr ""
6319 "Bevor Sie sich tatsächlich registrieren, sollten Sie zeigen, dass Sie "
6320 "kompetent arbeiten und gute Beiträge leisten. Sie zeigen dies, indem Sie "
6321 "Patchs an die Debian-Fehlerdatenbank senden und ein Paket haben, das ein "
6322 "existierender Debian-Entwickler für eine Zeit lang sponsort. Außerdem wird "
6323 "erwartet, dass Mitwirkende sich für das ganze Projekt interessieren und "
6324 "nicht nur ihre eigenen Pakete betreuen. Falls Sie anderen Betreuern helfen "
6325 "können, weitere Informationen zu einem Fehler oder sogar ein Patch "
6326 "bereitzustellen, dann tun Sie dies!"
6327
6328 # https://nm.debian.org/gpg.php
6329 #. type: Content of: <chapter><section><para>
6330 #: new-maintainer.dbk:124
6331 msgid ""
6332 "Registration requires that you are familiar with Debian's philosophy and "
6333 "technical documentation.  Furthermore, you need a GnuPG key which has been "
6334 "signed by an existing Debian maintainer.  If your GnuPG key is not signed "
6335 "yet, you should try to meet a Debian Developer in person to get your key "
6336 "signed.  There's a <ulink url=\"&url-gpg-coord;\">GnuPG Key Signing "
6337 "Coordination page</ulink> which should help you find a Debian Developer "
6338 "close to you.  (If there is no Debian Developer close to you, alternative "
6339 "ways to pass the ID check may be permitted as an absolute exception on a "
6340 "case-by-case-basis.  See the <ulink url=\"&url-newmaint-id;\">identification "
6341 "page</ulink> for more information.)"
6342 msgstr ""
6343 "Für die Registrierung ist es erforderlich, dass Sie mit der Debian-"
6344 "Philosophie und der technischen Dokumentation vertraut sind. Weiterhin "
6345 "benötigen Sie einen GnuPG-Schlüssel, der von einem existierenden Debian-"
6346 "Betreuer signiert wurde. Falls Ihr GnuPG-Schlüssel noch nicht signiert "
6347 "wurde, sollten Sie versuchen einen Debian-Entwickler persönlich zu treffen, "
6348 "damit Ihr Schlüssel signiert wird. Es gibt eine <ulink url=\"&url-gpg-coord;"
6349 "\">GnuPG Key Signing Coordination page</ulink>, die Ihnen helfen sollte, "
6350 "einen Debian-Entwickler in Ihrer Nähe zu finden. (Falls es in Ihrer Nähe "
6351 "keinen Debian-Entwickler gibt, können als absolute Ausnahme fallspezifisch "
6352 "alternative Identitätsprüfungen erlaubt werden. Lesen Sie die Texte zur "
6353 "<ulink url=\"&url-newmaint-id;\">Identitätsprüfung</ulink>, um weitere "
6354 "Informationen zu erhalten."
6355
6356 #. type: Content of: <chapter><section><para>
6357 #: new-maintainer.dbk:137
6358 msgid ""
6359 "If you do not have an OpenPGP key yet, generate one.  Every developer needs "
6360 "an OpenPGP key in order to sign and verify package uploads.  You should read "
6361 "the manual for the software you are using, since it has much important "
6362 "information which is critical to its security.  Many more security failures "
6363 "are due to human error than to software failure or high-powered spy "
6364 "techniques.  See <xref linkend=\"key-maint\"/> for more information on "
6365 "maintaining your public key."
6366 msgstr ""
6367 "Falls Sie noch keinen OpenPGP-Schlüssel haben, generieren Sie sich einen. "
6368 "Jeder Entwickler benötigt einen OpenPGP-Schlüssel, um das Hochladen von "
6369 "Paketen zu signieren und zu prüfen. Sie sollten das Handbuch der Software "
6370 "lesen, die Sie benutzen, da es wichtige Informationen enthält, was für die "
6371 "Sicherheit kritisch ist. Es sind viel mehr Sicherheitslücken auf menschliche "
6372 "Fehler zurückzuführen, als auf Softwarefehler oder leistungsstarke "
6373 "Spionagetechniken. Lesen Sie  <xref linkend=\"key-maint\"/>, um weitere "
6374 "Informationen über die Verwaltung öffentlicher Schlüssel zu erhalten."
6375
6376 # http://www.gnupg.org/index.de.html
6377 #. type: Content of: <chapter><section><para>
6378 #: new-maintainer.dbk:145
6379 msgid ""
6380 "Debian uses the <literal>GNU Privacy Guard</literal> (package <systemitem "
6381 "role=\"package\">gnupg</systemitem> version 1 or better) as its baseline "
6382 "standard.  You can use some other implementation of OpenPGP as well.  Note "
6383 "that OpenPGP is an open standard based on <ulink url=\"&url-rfc2440;\">RFC "
6384 "2440</ulink>."
6385 msgstr ""
6386 "Debian benutzt den <literal>GNU Privacy Guard</literal> (Paket <systemitem "
6387 "role=\"package\">gnupg</systemitem> Version 1 oder besser) als grundlegenden "
6388 "Standard. Sie können auch einige andere Implementierungen von OpenPGP "
6389 "benutzen. Beachten Sie, dass OpenPGP ein offener Standard ist, der auf "
6390 "<ulink url=\"&url-rfc2440;\">RFC 2440</ulink> basiert."
6391
6392 #. type: Content of: <chapter><section><para><footnote><para>
6393 #: new-maintainer.dbk:155
6394 msgid ""
6395 "Version 4 keys are keys conforming to the OpenPGP standard as defined in RFC "
6396 "2440.  Version 4 is the key type that has always been created when using "
6397 "GnuPG.  PGP versions since 5.x also could create v4 keys, the other choice "
6398 "having been pgp 2.6.x compatible v3 keys (also called legacy RSA by PGP)."
6399 msgstr ""
6400 "Schlüssel der Version 4 folgen dem in RFC 2440 definierten OpenPGP-Standard. "
6401 "Bei Verwendung von GnuPG wurden immer Version-4-Schlüssel erstellt. PGP-"
6402 "Versionen seit 5.x könnten außerdem Schlüssel der Version 4 erstellen, die "
6403 "andere Wahl waren PGP 2.6.x-kompatible Schlüssel der Version 3 (auch altes "
6404 "RSA durch PGP genannt)."
6405
6406 #. type: Content of: <chapter><section><para><footnote><para>
6407 #: new-maintainer.dbk:159
6408 msgid ""
6409 "Version 4 (primary) keys can either use the RSA or the DSA algorithms, so "
6410 "this has nothing to do with GnuPG's question about which kind of key do you "
6411 "want: (1) DSA and Elgamal, (2)  DSA (sign only), (5) RSA (sign only).  If "
6412 "you don't have any special requirements just pick the default."
6413 msgstr ""
6414 "(Primär-) Schlüssel der Version 4 können entweder die RSA- oder DSA-"
6415 "Algorithmen benutzen. Das hat dies nichts mit der Frage von GnuPG zu tun, "
6416 "welche Schlüsselart Sie möchten: (1) DSA und Elgamal, (2) DSA (nur "
6417 "signieren), (5) RSA (nur signieren). Falls Sie keine besonderen "
6418 "Anforderungen haben, nehmen Sie ruhig die Voreinstellung."
6419
6420 #. type: Content of: <chapter><section><para><footnote><para>
6421 #: new-maintainer.dbk:163
6422 msgid ""
6423 "The easiest way to tell whether an existing key is a v4 key or a v3 (or v2) "
6424 "key is to look at the fingerprint: Fingerprints of version 4 keys are the "
6425 "SHA-1 hash of some key material, so they are 40 hex digits, usually grouped "
6426 "in blocks of 4.  Fingerprints of older key format versions used MD5 and are "
6427 "generally shown in blocks of 2 hex digits.  For example if your fingerprint "
6428 "looks like <literal>5B00 C96D 5D54 AEE1 206B  AF84 DE7A AF6E 94C0 9C7F</"
6429 "literal> then it's a v4 key."
6430 msgstr ""
6431 "Die einfachste Möglichkeit festzustellen, ob ein existierender Schlüssel "
6432 "Version 3 oder 4 (oder 2) hat, besteht darin auf den Fingerabdruck zu "
6433 "untersuchen: Fingerabdrücke der Version 4 sind der SHA-1-Hash von einigem "
6434 "Schlüsselmaterial. Daher besteht er aus 40 hexadezimale Ziffern, die "
6435 "üblicherweise in Viererblöcken gruppiert sind. Fingerabdrücke älterer "
6436 "Schlüsselformatversionen benutzten MD5 und werden generell als Blöcke zweier "
6437 "hexadezimaler Ziffern angezeigt. Falls Ihr Fingerabdruck zum Beispiel so "
6438 "aussieht wie <literal>5B00 C96D 5D54 AEE1 206B  AF84 DE7A AF6E 94C0 9C7F</"
6439 "literal>, dann ist es ein Schlüssel der Version 4."
6440
6441 #. type: Content of: <chapter><section><para><footnote><para>
6442 #: new-maintainer.dbk:170
6443 msgid ""
6444 "Another possibility is to pipe the key into <command>pgpdump</command>, "
6445 "which will say something like Public Key Packet - Ver 4."
6446 msgstr ""
6447 "Eine andere Möglichkeit besteht darin, den Schlüssel über eine Pipe an "
6448 "<command>pgpdump</command> zu leiten, das dann etwas wie »Public Key Packet "
6449 "- Ver 4.« ausgibt."
6450
6451 #. type: Content of: <chapter><section><para><footnote><para>
6452 #: new-maintainer.dbk:172
6453 msgid ""
6454 "Also note that your key must be self-signed (i.e.  it has to sign all its "
6455 "own user IDs; this prevents user ID tampering).  All modern OpenPGP software "
6456 "does that automatically, but if you have an older key you may have to "
6457 "manually add those signatures."
6458 msgstr ""
6459 "Beachten Sie außerdem, dass Ihr Schlüssel selbstsigniert sein muss (d.h. er "
6460 "muss für alle eigenen Benutzer-IDs signiert werden. Dies verhindert eine "
6461 "Manipulation von Benutzer-IDs). Sämtliche modernen OpenPGP-Programme "
6462 "erledigen dies automatisch. Falls Sie aber einen älteren Schlüssel haben, "
6463 "müssen Sie diese Signaturen manuell hinzufügen."
6464
6465 #. type: Content of: <chapter><section><para>
6466 #: new-maintainer.dbk:152
6467 msgid ""
6468 "You need a version 4 key for use in Debian Development. <ulink url=\"http://"
6469 "lists.debian.org/20090520092534.GG22906@earth.li\">Your key length must be "
6470 "greater than 1024 bits</ulink>; there is no reason to use a smaller key, and "
6471 "doing so would be much less secure.<placeholder type=\"footnote\" id=\"0\"/>"
6472 msgstr ""
6473 "Für die Debian-Entwicklung benötigen Sie einen Schlüssel der Version 4. "
6474 "<ulink url=\"http://lists.debian.org/20090520092534.GG22906@earth.li\">Ihr "
6475 "Schlüssel muss mindestens 1024 Bit lang sein.</ulink> Es gibt keinen Grund, "
6476 "einen kürzeren Schlüssel zu verwenden und dies wäre auch wesentlich "
6477 "unsicherer.<placeholder type=\"footnote\" id=\"0\"/>"
6478
6479 #. type: Content of: <chapter><section><para>
6480 #: new-maintainer.dbk:178
6481 msgid ""
6482 "If your public key isn't on a public key server such as &pgp-keyserv;, "
6483 "please read the documentation available at <ulink url=\"&url-newmaint-id;"
6484 "\">NM Step 2: Identification</ulink>.  That document contains instructions "
6485 "on how to put your key on the public key servers.  The New Maintainer Group "
6486 "will put your public key on the servers if it isn't already there."
6487 msgstr ""
6488 "Falls Ihr öffentlicher Schlüssel nicht auf einem öffentlichen Server wie "
6489 "&pgp-keyserv; liegt, lesen Sie bitte <ulink url=\"&url-newmaint-id;\">NM "
6490 "Schritt 2: Identitätsprüfung</ulink>. Dieses Dokument enthält Anweisungen, "
6491 "wie Sie Ihren Schlüssel auf öffentliche Schlüsselserver ablegen. Die »New "
6492 "Maintainer Group« wird Ihren öffentlichen Schlüssel auf den Servern ablegen, "
6493 "wenn er nicht bereits dort ist."
6494
6495 #. type: Content of: <chapter><section><para>
6496 #: new-maintainer.dbk:186
6497 msgid ""
6498 "Some countries restrict the use of cryptographic software by their "
6499 "citizens.  This need not impede one's activities as a Debian package "
6500 "maintainer however, as it may be perfectly legal to use cryptographic "
6501 "products for authentication, rather than encryption purposes.  If you live "
6502 "in a country where use of cryptography even for authentication is forbidden "
6503 "then please contact us so we can make special arrangements."
6504 msgstr ""
6505 "Einige Länder schränken den Gebrauch kryptografischer Software durch Ihre "
6506 "Bürger ein. Dies muss jedoch die Aktivitäten als Debian-Paketbetreuer nicht "
6507 "behindern, da es vollkommen legal sein kann, kryptografische Produkte für "
6508 "die Authentifizierung anstatt für Verschlüsselungszwecke zu verwenden. Wenn "
6509 "Sie in einem Land leben, in dem Kryptografie sogar für Authentifizierung "
6510 "verboten ist, so kontaktieren Sie bitte Debian, so dass besondere "
6511 "Vereinbarungen getroffen werden können."
6512
6513 #. type: Content of: <chapter><section><para>
6514 #: new-maintainer.dbk:194
6515 msgid ""
6516 "To apply as a new maintainer, you need an existing Debian Developer to "
6517 "support your application (an <literal>advocate</literal>).  After you have "
6518 "contributed to Debian for a while, and you want to apply to become a "
6519 "registered developer, an existing developer with whom you have worked over "
6520 "the past months has to express their belief that you can contribute to "
6521 "Debian successfully."
6522 msgstr ""
6523 "Um sich als neuer Betreuer zu bewerben, benötigen Sie die Fürsprache eines "
6524 "existierenden Debian-Entwicklers, der Ihre Bewerbung unterstützt (einen "
6525 "<literal>advocate</literal>). Nachdem Sie eine Weile zu Debian beigetragen "
6526 "haben und Sie sich als ein registrierter Entwickler bewerben, benötigen Sie "
6527 "die Fürsprache eines existierenden Entwicklers, mit dem Sie während der "
6528 "letzten Monate zusammengearbeitet haben. Dieser muss sein Vertrauen kundtun, "
6529 "dass Sie erfolgreich zu Debian beitragen können."
6530
6531 # https://nm.debian.org/newnm.php
6532 #. type: Content of: <chapter><section><para>
6533 #: new-maintainer.dbk:201
6534 msgid ""
6535 "When you have found an advocate, have your GnuPG key signed and have already "
6536 "contributed to Debian for a while, you're ready to apply.  You can simply "
6537 "register on our <ulink url=\"&url-newmaint-apply;\">application page</"
6538 "ulink>.  After you have signed up, your advocate has to confirm your "
6539 "application.  When your advocate has completed this step you will be "
6540 "assigned an Application Manager who will go with you through the necessary "
6541 "steps of the New Maintainer process.  You can always check your status on "
6542 "the <ulink url=\"&url-newmaint-db;\">applications status board</ulink>."
6543 msgstr ""
6544 "Wenn Sie einen Fürsprecher gefunden haben, Ihr GnuPG-Schlüssel signiert ist "
6545 "und Sie bereits eine Weile zu Debian beigetragen haben, sind Sie bereit, "
6546 "sich zu bewerben. Sie können sich einfach auf der <ulink url=\"&url-newmaint-"
6547 "apply;\">Bewerbungsseite für neue Betreuer</ulink> registrieren. Nachdem Sie "
6548 "unterschrieben haben, muss Ihr Befürworter Ihre Bewerbung bestätigen. Wenn "
6549 "Ihr Befürworter diesen Schritt abgeschlossen hat, wird Ihnen ein "
6550 "Bewerbungsbetreuer zugewiesen, der mit Ihnen die nötigen Schritte des "
6551 "Prozesses für neue Betreuer durchläuft. Sie können jederzeit den Status auf "
6552 "der <ulink url=\"&url-newmaint-db;\">Bewerberstatusanzeige</ulink> prüfen."
6553
6554 # http://www.debian.org/devel/join/newmaint
6555 #. type: Content of: <chapter><section><para>
6556 #: new-maintainer.dbk:211
6557 msgid ""
6558 "For more details, please consult <ulink url=\"&url-newmaint;\">New "
6559 "Maintainer's Corner</ulink> at the Debian web site.  Make sure that you are "
6560 "familiar with the necessary steps of the New Maintainer process before "
6561 "actually applying.  If you are well prepared, you can save a lot of time "
6562 "later on."
6563 msgstr ""
6564 "Für weitere Details besuchen Sie bitte die <ulink url=\"&url-newmaint;\">New-"
6565 "Maintainer-Ecke</ulink> auf der Debian-Website. Stellen Sie sicher, dass sie "
6566 "mit den nötigen Schritten des Prozesses für neue Betreuer vertraut sind, "
6567 "bevor Sie sich tatsächlich bewerben. Wenn Sie gut vorbereitet sind, können "
6568 "Sie nachher viel Zeit sparen."
6569
6570 #. type: Content of: <chapter><title>
6571 #: pkgs.dbk:7
6572 msgid "Managing Packages"
6573 msgstr "Pakete verwalten"
6574
6575 #. type: Content of: <chapter><para>
6576 #: pkgs.dbk:9
6577 msgid ""
6578 "This chapter contains information related to creating, uploading, "
6579 "maintaining, and porting packages."
6580 msgstr ""
6581 "Dieses Kapitel enthält Informationen, die sich auf das Erstellen, Hochladen "
6582 "Verwalten und Portieren von Paketen beziehen."
6583
6584 #. type: Content of: <chapter><section><title>
6585 #: pkgs.dbk:13
6586 msgid "New packages"
6587 msgstr "Neue Pakete"
6588
6589 #. type: Content of: <chapter><section><para>
6590 #: pkgs.dbk:15
6591 msgid ""
6592 "If you want to create a new package for the Debian distribution, you should "
6593 "first check the <ulink url=\"&url-wnpp;\">Work-Needing and Prospective "
6594 "Packages (WNPP)</ulink> list.  Checking the WNPP list ensures that no one is "
6595 "already working on packaging that software, and that effort is not "
6596 "duplicated.  Read the <ulink url=\"&url-wnpp;\">WNPP web pages</ulink> for "
6597 "more information."
6598 msgstr ""
6599 "Falls Sie eine neues Paket für die Debian-Distribution erstellen möchten, "
6600 "sollten Sie zuerst die Liste der <ulink url=\"&url-wnpp;\">Arbeit-"
6601 "bedürfenden und voraussichtlichen Pakete (WNPP)</ulink> prüfen. Die Prüfung "
6602 "der WNPP-Liste stellt sicher, dass nicht bereits jemand an der Paketierung "
6603 "dieser Software arbeitet und kein doppelter Aufwand betrieben wird. Weitere "
6604 "Informationen finden Sie auf den <ulink url=\"&url-wnpp;\">WNPP-Web-Seiten</"
6605 "ulink>."
6606
6607 #. type: Content of: <chapter><section><para>
6608 #: pkgs.dbk:23
6609 msgid ""
6610 "Assuming no one else is already working on your prospective package, you "
6611 "must then submit a bug report (<xref linkend=\"submit-bug\"/>) against the "
6612 "pseudo-package <systemitem role=\"package\">wnpp</systemitem> describing "
6613 "your plan to create a new package, including, but not limiting yourself to, "
6614 "a description of the package, the license of the prospective package, and "
6615 "the current URL where it can be downloaded from."
6616 msgstr ""
6617 "Ausgehend von der Annahme, dass noch niemand an Ihrem zukünftigen Paket "
6618 "arbeitet, müssen Sie einen Fehlerbericht (<xref linkend=\"submit-bug\"/>) zu "
6619 "dem Pseudopaket <systemitem role=\"package\">wnpp</systemitem> senden, in "
6620 "dem Sie Ihren Plan vorstellen, ein neues Paket zu erzeugen, einschließlich, "
6621 "aber nicht nur auf eine Beschreibung des Pakets beschränkt, der Lizenz des "
6622 "zukünftigen Pakets und der derzeitigen URL, von der es heruntergeladen "
6623 "werden kann."
6624
6625 #. type: Content of: <chapter><section><para>
6626 #: pkgs.dbk:31
6627 msgid ""
6628 "You should set the subject of the bug to <literal>ITP: <replaceable>foo</"
6629 "replaceable> -- <replaceable>short description</replaceable></literal>, "
6630 "substituting the name of the new package for <replaceable>foo</"
6631 "replaceable>.  The severity of the bug report must be set to "
6632 "<literal>wishlist</literal>.  Please send a copy to &email-debian-devel; by "
6633 "using the X-Debbugs-CC header (don't use CC:, because that way the message's "
6634 "subject won't indicate the bug number). If you are packaging so many new "
6635 "packages (>10)  that notifying the mailing list in separate messages is too "
6636 "disruptive, send a summary after filing the bugs to the debian-devel list "
6637 "instead.  This will inform the other developers about upcoming packages and "
6638 "will allow a review of your description and package name."
6639 msgstr ""
6640 "Sie sollten den Betreff des Fehlers auf <literal>ITP: "
6641 "<replaceable>Paketname</replaceable> -- <replaceable>kurze Beschreibung</"
6642 "replaceable></literal> setzen, wobei Sie <replaceable>Paketname</"
6643 "replaceable> durch den Namen Ihres Pakets ersetzen. Der Schweregrad des "
6644 "Fehlerberichts sollte auf <literal>wishlist</literal> gesetzt werden. Bitte "
6645 "senden Sie mit der Kopfzeile X-Debbugs-CC eine Kopie an &email-debian-devel; "
6646 "(benutzen Sie nicht CC:, da in diesem Fall der Betreff der Nachricht die "
6647 "Fehlernummer nicht angibt). Falls Sie so viele (mehr als zehn) neue Pakete "
6648 "paketieren, dass die Benachrichtigung auf der Liste als störend empfunden "
6649 "würde, senden Sie stattdessen nach dem Einreichen des Fehlers eine "
6650 "Zusammenfassung an die Liste »debian-devel«. Dies wird andere Entwickler "
6651 "über die bevorstehenden Pakete informieren und eine Überprüfung Ihrer "
6652 "Beschreibung und Ihres Paketnamens ermöglichen."
6653
6654 #. type: Content of: <chapter><section><para>
6655 #: pkgs.dbk:45
6656 msgid ""
6657 "Please include a <literal>Closes: #<replaceable>nnnnn</replaceable></"
6658 "literal> entry in the changelog of the new package in order for the bug "
6659 "report to be automatically closed once the new package is installed in the "
6660 "archive (see <xref linkend=\"upload-bugfix\"/>)."
6661 msgstr ""
6662 "Bitte fügen Sie im Änderungsprotokoll des neuen Pakets den Eintrag "
6663 "<literal>Closes: #<replaceable>nnnnn</replaceable></literal> hinzu, um den "
6664 "Fehlerbericht automatisch zu schließen, sobald das neue Paket im Archiv "
6665 "installiert wird (siehe <xref linkend=\"upload-bugfix\"/>)."
6666
6667 #. type: Content of: <chapter><section><para>
6668 #: pkgs.dbk:51
6669 msgid ""
6670 "If you think your package needs some explanations for the administrators of "
6671 "the NEW package queue, include them in your changelog, send to &email-"
6672 "ftpmaster; a reply to the email you receive as a maintainer after your "
6673 "upload, or reply to the rejection email in case you are already re-uploading."
6674 msgstr ""
6675 "Falls Sie der Ansicht sind, Ihr Paket bedürfe einiger Erklärungen für die "
6676 "Administratoren der Paketwarteschlange NEW, so fügen Sie diese dem "
6677 "Änderungsprotokoll hinzu, senden Sie die E-Mail, die Sie als Betreuer nach "
6678 "dem Upload zurückbekommen haben an &email-ftpmaster; oder antworten Sie auf "
6679 "die ablehnende E-Mail, im Fall dass Sie bereits erneut hochladen."
6680
6681 #. type: Content of: <chapter><section><para>
6682 #: pkgs.dbk:57
6683 msgid ""
6684 "When closing security bugs include CVE numbers as well as the "
6685 "<literal>Closes: #<replaceable>nnnnn</replaceable></literal>.  This is "
6686 "useful for the security team to track vulnerabilities.  If an upload is made "
6687 "to fix the bug before the advisory ID is known, it is encouraged to modify "
6688 "the historical changelog entry with the next upload.  Even in this case, "
6689 "please include all available pointers to background information in the "
6690 "original changelog entry."
6691 msgstr ""
6692 "Wenn sicherheitskritische Fehler geschlossen werden, fügen Sie die CVE-"
6693 "Nummern sowie  <literal>Closes: #<replaceable>nnnnn</replaceable></literal> "
6694 "bei. Dies ist nützlich zur Verfolgung von Schwachstellen durch das "
6695 "Sicherheits-Team. Falls etwas hochgeladen wird, bevor die Warnungs-ID "
6696 "bekannt ist, sollte beim nächsten Upload der historische "
6697 "Änderungsprotokolleintrag geändert werden. Bitte fügen Sie sogar in diesem "
6698 "Fall dem Original-Änderungsprotokolleintrag alle verfügbaren Hinweise auf "
6699 "Hintergrundinformationen hinzu."
6700
6701 #. type: Content of: <chapter><section><para>
6702 #: pkgs.dbk:66
6703 msgid ""
6704 "There are a number of reasons why we ask maintainers to announce their "
6705 "intentions:"
6706 msgstr ""
6707 "Es gibt eine Vielzahl von Gründen, weshalb Paketbetreuer um die Ankündigung "
6708 "ihrer Absichten gebeten werden:"
6709
6710 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6711 #: pkgs.dbk:72
6712 msgid ""
6713 "It helps the (potentially new) maintainer to tap into the experience of "
6714 "people on the list, and lets them know if anyone else is working on it "
6715 "already."
6716 msgstr ""
6717 "Es hilft dem (möglicherweise neuen) Betreuer, die Erfahrung der Leute auf "
6718 "der Liste anzuzapfen und teilt ihm mit, ob jemand anderes bereits daran "
6719 "arbeitet."
6720
6721 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6722 #: pkgs.dbk:78
6723 msgid ""
6724 "It lets other people thinking about working on the package know that there "
6725 "already is a volunteer, so efforts may be shared."
6726 msgstr ""
6727 "Es zeigt anderen Leuten, die darüber nachdenken am Paket zu arbeiten, dass "
6728 "es bereits einen Freiwilligen gibt, so dass der Aufwand verteilt werden kann."
6729
6730 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6731 #: pkgs.dbk:84
6732 msgid ""
6733 "It lets the rest of the maintainers know more about the package than the one "
6734 "line description and the usual changelog entry ``Initial release'' that gets "
6735 "posted to &email-debian-devel-changes;."
6736 msgstr ""
6737 "Es sagt den übrigen Betreuern mehr über das Paket, als nur eine "
6738 "Beschreibungszeile und der übliche Eintrag im Änderungsprotokoll »Initial "
6739 "release«, der an &email-debian-devel-changes; gesandt wird."
6740
6741 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6742 #: pkgs.dbk:91
6743 msgid ""
6744 "It is helpful to the people who live off <literal>unstable</literal> (and "
6745 "form our first line of testers).  We should encourage these people."
6746 msgstr ""
6747 "Es ist hilfreich für Leute, die von <literal>unstable</literal> zehren (und "
6748 "die die vorderste Frontlinie von Testern bilden). Diese Leute sollten "
6749 "ermutigt werden."
6750
6751 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6752 #: pkgs.dbk:97
6753 msgid ""
6754 "The announcements give maintainers and other interested parties a better "
6755 "feel of what is going on, and what is new, in the project."
6756 msgstr ""
6757 "Die Ankündigungen geben Betreuern und anderen interessierten Parteien ein "
6758 "besseres Gefühl dafür, was gerade geschieht und was im Projekt neu ist."
6759
6760 #. type: Content of: <chapter><section><para>
6761 #: pkgs.dbk:103
6762 msgid ""
6763 "Please see <ulink url=\"http://&ftp-master-host;/REJECT-FAQ.html\"></ulink> "
6764 "for common rejection reasons for a new package."
6765 msgstr ""
6766 "Bitte lesen Sie unter <ulink url=\"http://&ftp-master-host;/REJECT-FAQ.html"
6767 "\"></ulink> die häufigsten Gründe für die Ablehnung neuer Pakete."
6768
6769 #. type: Content of: <chapter><section><title>
6770 #: pkgs.dbk:109
6771 msgid "Recording changes in the package"
6772 msgstr "Änderungen im Paket aufzeichnen"
6773
6774 #. type: Content of: <chapter><section><para>
6775 #: pkgs.dbk:111
6776 msgid ""
6777 "Changes that you make to the package need to be recorded in the "
6778 "<filename>debian/changelog</filename>.  These changes should provide a "
6779 "concise description of what was changed, why (if it's in doubt), and note if "
6780 "any bugs were closed.  They also record when the package was completed.  "
6781 "This file will be installed in <filename>/usr/share/doc/"
6782 "<replaceable>package</replaceable>/changelog.Debian.gz</filename>, or "
6783 "<filename>/usr/share/doc/<replaceable>package</replaceable>/changelog.gz</"
6784 "filename> for native packages."
6785 msgstr ""
6786 "Von Ihnen vorgenommene Änderungen müssen in <filename>debian/changelog</"
6787 "filename> aufgezeichnet werden. Diese Änderungen sollten eine kurzgefasste "
6788 "Beschreibung bereitstellen, was geändert wurde, warum (falls dies "
6789 "zweifelhaft ist) und vermerken, ob irgendwelche Fehler geschlossen wurden. "
6790 "Sie zeichnen außerdem auf, wenn das Paket vervollständigt wurde. Diese Datei "
6791 "wird in <filename>/usr/share/doc/<replaceable>Paket</replaceable>/changelog."
6792 "Debian.gz</filename> oder <filename>/usr/share/doc/<replaceable>Paket</"
6793 "replaceable>/changelog.gz</filename> für native Pakete installiert."
6794
6795 #. type: Content of: <chapter><section><para>
6796 #: pkgs.dbk:122
6797 msgid ""
6798 "The <filename>debian/changelog</filename> file conforms to a certain "
6799 "structure, with a number of different fields.  One field of note, the "
6800 "<literal>distribution</literal>, is described in <xref linkend=\"distribution"
6801 "\"/>.  More information about the structure of this file can be found in the "
6802 "Debian Policy section titled <filename>debian/changelog</filename>."
6803 msgstr ""
6804 "Die Datei <filename>debian/changelog</filename> entspricht einer bestimmten "
6805 "Struktur mit einer Anzahl unterschiedlicher Felder. Ein bedeutendes Feld, "
6806 "die <literal>distribution</literal>, wird in <xref linkend=\"distribution\"/"
6807 "> beschrieben. Weitere Informationen über die Struktur dieser Datei können "
6808 "im Abschnitt <filename>debian/changelog</filename> der Debian-Richtlinien "
6809 "gefunden werden."
6810
6811 #. type: Content of: <chapter><section><para>
6812 #: pkgs.dbk:130
6813 msgid ""
6814 "Changelog entries can be used to automatically close Debian bugs when the "
6815 "package is installed into the archive.  See <xref linkend=\"upload-bugfix\"/"
6816 ">."
6817 msgstr ""
6818 "Wenn das Paket im Archiv installiert ist, können Einträge im "
6819 "Änderungsprotokoll benutzt werden, um Debian-Fehler automatisch zu "
6820 "schließen. Siehe <xref linkend=\"upload-bugfix\"/>."
6821
6822 #. type: Content of: <chapter><section><para>
6823 #: pkgs.dbk:134
6824 msgid ""
6825 "It is conventional that the changelog entry of a package that contains a new "
6826 "upstream version of the software looks like this:"
6827 msgstr ""
6828 "Es ist üblich, dass der Änderungsprotokolleintrag eines Pakets, der eine "
6829 "neue Originalversion der Software enthält, wie folgt aussieht:"
6830
6831 #. type: Content of: <chapter><section><screen>
6832 #: pkgs.dbk:138
6833 #, no-wrap
6834 msgid "  * New upstream release.\n"
6835 msgstr "  * New upstream release.\n"
6836
6837 #. type: Content of: <chapter><section><para>
6838 #: pkgs.dbk:141
6839 msgid ""
6840 "There are tools to help you create entries and finalize the "
6841 "<filename>changelog</filename> for release — see <xref linkend=\"devscripts"
6842 "\"/> and <xref linkend=\"dpkg-dev-el\"/>."
6843 msgstr ""
6844 "Es gibt Werkzeuge, die Ihnen helfen Einträge zu erstellen und das "
6845 "<filename>changelog</filename> zur Veröffentlichung fertigzustellen – siehe "
6846 "<xref linkend=\"devscripts\"/> und <xref linkend=\"dpkg-dev-el\"/>."
6847
6848 #. type: Content of: <chapter><section><para>
6849 #: pkgs.dbk:146
6850 msgid "See also <xref linkend=\"bpp-debian-changelog\"/>."
6851 msgstr "Siehe auch <xref linkend=\"bpp-debian-changelog\"/>."
6852
6853 #. type: Content of: <chapter><section><title>
6854 #: pkgs.dbk:151
6855 msgid "Testing the package"
6856 msgstr "Das Paket testen"
6857
6858 #. type: Content of: <chapter><section><para>
6859 #: pkgs.dbk:153
6860 msgid ""
6861 "Before you upload your package, you should do basic testing on it.  At a "
6862 "minimum, you should try the following activities (you'll need to have an "
6863 "older version of the same Debian package around):"
6864 msgstr ""
6865 "Bevor Sie Ihr Paket hochladen, sollten Sie es grundlegenden Tests "
6866 "unterziehen. Zumindest sollten Sie die folgenden Dinge ausprobieren (Sie "
6867 "sollten eine ältere Version des gleichen Debian-Pakets zur Hand haben):"
6868
6869 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6870 #: pkgs.dbk:160
6871 msgid ""
6872 "Install the package and make sure the software works, or upgrade the package "
6873 "from an older version to your new version if a Debian package for it already "
6874 "exists."
6875 msgstr ""
6876 "Installieren Sie das Paket und stellen Sie sicher, dass die Software "
6877 "funktioniert oder führen Sie ein Upgrade von der älteren Version auf Ihre "
6878 "neue Version durch, falls bereits ein Debian-Paket existiert."
6879
6880 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6881 #: pkgs.dbk:167
6882 msgid ""
6883 "Run <command>lintian</command> over the package.  You can run "
6884 "<command>lintian</command> as follows: <literal>lintian -v "
6885 "<replaceable>package-version</replaceable>.changes</literal>.  This will "
6886 "check the source package as well as the binary package.  If you don't "
6887 "understand the output that <command>lintian</command> generates, try adding "
6888 "the <literal>-i</literal> switch, which will cause <command>lintian</"
6889 "command> to output a very verbose description of the problem."
6890 msgstr ""
6891 "Führen Sie für das Paket <command>lintian</command> aus. Sie können "
6892 "<command>lintian</command> wie folgt ausführen: <literal>lintian -v "
6893 "<replaceable>Paket-Version</replaceable>.changes</literal>. Falls Sie die "
6894 "von <command>lintian</command> erzeugte Ausgabe nicht verstehen, versuchen "
6895 "Sie den Schalter <command>-i</command> hinzuzufügen. Er veranlasst "
6896 "<command>lintian</command> eine viel detailliertere Beschreibung des "
6897 "Problems auszugeben."
6898
6899 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6900 #: pkgs.dbk:176
6901 msgid ""
6902 "Normally, a package should <emphasis>not</emphasis> be uploaded if it causes "
6903 "<command>lintian</command> to emit errors (they will start with <literal>E</"
6904 "literal>)."
6905 msgstr ""
6906 "Normalerweise sollte ein Paket <emphasis>nicht</emphasis> hochgeladen "
6907 "werden, wenn es <command>lintian</command>-Fehler verursacht (sie beginnen "
6908 "mit <literal>E</literal>)."
6909
6910 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6911 #: pkgs.dbk:180
6912 msgid ""
6913 "For more information on <command>lintian</command>, see <xref linkend="
6914 "\"lintian\"/>."
6915 msgstr ""
6916 "Weitere Informationen über <command>lintian</command> finden Sie unter <xref "
6917 "linkend=\"lintian\"/>."
6918
6919 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6920 #: pkgs.dbk:186
6921 msgid ""
6922 "Optionally run <command>debdiff</command> (see <xref linkend=\"debdiff\"/>) "
6923 "to analyze changes from an older version, if one exists."
6924 msgstr ""
6925 "Führen Sie wahlweise <command>debdiff</command> (siehe <xref linkend="
6926 "\"debdiff\"/>) aus, um Änderungen von einer älteren Version zu analysieren, "
6927 "falls es solche gibt."
6928
6929 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6930 #: pkgs.dbk:192
6931 msgid ""
6932 "Downgrade the package to the previous version (if one exists) — this tests "
6933 "the <filename>postrm</filename> and <filename>prerm</filename> scripts."
6934 msgstr ""
6935 "Downgraden Sie das Paket auf die vorherige Version (falls es eine gibt) – "
6936 "dies testet die Skripte <filename>postrm</filename> und <filename>prerm</"
6937 "filename>."
6938
6939 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6940 #: pkgs.dbk:198
6941 msgid "Remove the package, then reinstall it."
6942 msgstr "Entfernen Sie das Paket und installieren Sie es erneut."
6943
6944 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6945 #: pkgs.dbk:203
6946 msgid ""
6947 "Copy the source package in a different directory and try unpacking it and "
6948 "rebuilding it.  This tests if the package relies on existing files outside "
6949 "of it, or if it relies on permissions being preserved on the files shipped "
6950 "inside the <filename>.diff.gz</filename> file."
6951 msgstr ""
6952 "Kopieren Sie das Quellpaket in ein anderes Verzeichnis und versuchen Sie es "
6953 "zu entpacken und neu zu erstellen. Dies testet, ob das Paket auf bestehenden "
6954 "Dateien von außen beruht oder ob es auf Benutzerrechten beruht, die in den "
6955 "Dateien konserviert wurden, die innerhalb der <filename>.diff.gz</filename>-"
6956 "Datei mitgeliefert wurden."
6957
6958 #. type: Content of: <chapter><section><title>
6959 #: pkgs.dbk:213
6960 msgid "Layout of the source package"
6961 msgstr "Layout des Quellpakets"
6962
6963 #. type: Content of: <chapter><section><para>
6964 #: pkgs.dbk:215
6965 msgid "There are two types of Debian source packages:"
6966 msgstr "Es gibt zwei Typen von Debian-Quellpaketen:"
6967
6968 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6969 #: pkgs.dbk:220
6970 msgid ""
6971 "the so-called <literal>native</literal> packages, where there is no "
6972 "distinction between the original sources and the patches applied for Debian"
6973 msgstr ""
6974 "die sogenannten <literal>native</literal>-Pakete, bei denen es keine "
6975 "Unterschiede zwischen den Originalquellen und den auf Debian angewandten "
6976 "Patchs gibt"
6977
6978 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
6979 #: pkgs.dbk:226
6980 msgid ""
6981 "the (more common) packages where there's an original source tarball file "
6982 "accompanied by another file that contains the changes made by Debian"
6983 msgstr ""
6984 "die (häufigeren) Pakete, bei denen die Original-Quellcode-Tarball-Datei mit "
6985 "einer anderen Datei mitgeliefert wird, die die von Debian vorgenommenen "
6986 "Änderungen enthält"
6987
6988 #. type: Content of: <chapter><section><para>
6989 #: pkgs.dbk:232
6990 msgid ""
6991 "For the native packages, the source package includes a Debian source control "
6992 "file (<filename>.dsc</filename>) and the source tarball (<filename>.tar.{gz,"
6993 "bz2,xz}</filename>). A source package of a non-native package includes a "
6994 "Debian source control file, the original source tarball (<filename>.orig.tar."
6995 "{gz,bz2,xz}</filename>) and the Debian changes (<filename>.diff.gz</"
6996 "filename> for the source format “1.0” or <filename>.debian.tar.{gz,bz2,xz}</"
6997 "filename> for the source format “3.0 (quilt)”)."
6998 msgstr ""
6999 "Bei nativen Paketen enthält der Quell-Tarball eine Steuerungsdatei für "
7000 "Debian-Quellen (<filename>.dsc</filename>) und einen Quell-Tarball "
7001 "(<filename>.tar.{gz,bz2,xz}</filename>). Ein Quellpaket eines nicht nativen "
7002 "Paketes enthält eine Steuerungsdatei für Debian-Quellen, den Original-"
7003 "Quellcode-Tarball (<filename>.orig.tar.{gz,bz2,xz}</filename>) und die "
7004 "Debian-Änderungen (<filename>.diff.gz</filename> für das Quellformat »1.0« "
7005 "oder <filename>.debian.tar.{gz,bz2,xz}</filename> für das Quellformat »3.0 "
7006 "(quilt)«)."
7007
7008 #. type: Content of: <chapter><section><para>
7009 #: pkgs.dbk:241
7010 msgid ""
7011 "With source format “1.0”, whether a package is native or not was determined "
7012 "by <command>dpkg-source</command> at build time. Nowadays it is recommended "
7013 "to be explicit about the desired source format by putting either “3.0 "
7014 "(quilt)” or “3.0 (native)” in <filename>debian/source/format</filename>.  "
7015 "The rest of this section relates only to non-native packages."
7016 msgstr ""
7017 "Mit dem Quellformat »1.0« wurde zur Zeit des Erstellens durch <command>dpkg-"
7018 "source</command> festgelegt, ob ein Paket nativ ist oder nicht. Heutzutage "
7019 "wird empfohlen, das gewünschte Quellformat explizit durch Angabe von »3.0 "
7020 "(quilt)« oder »3.0 (native)« in <filename>debian/source/format</filename> "
7021 "festzulegen. Der Rest dieses Abschnitts bezieht sich auf nicht native Pakete."
7022
7023 #. type: Content of: <chapter><section><para>
7024 #: pkgs.dbk:248
7025 msgid ""
7026 "The first time a version is uploaded which corresponds to a particular "
7027 "upstream version, the original source tar file should be uploaded and "
7028 "included in the <filename>.changes</filename> file.  Subsequently, this very "
7029 "same tar file should be used to build the new diffs and <filename>.dsc</"
7030 "filename> files, and will not need to be re-uploaded."
7031 msgstr ""
7032 "Anfangs, wenn eine Version hochgeladen wird, die einer bestimmten Version "
7033 "der Ursprungsquelle entspricht, könnte die Original-Tar-Quelldatei "
7034 "hochgeladen und in die <filename>.changes</filename>-Datei eingefügt werden. "
7035 "Nachfolgend sollte eben diese Tar-Datei benutzt werden, um neue .diff- und "
7036 "<filename>.dsc</filename>-Dateien zu erstellen ohne der Notwendigkeit sie "
7037 "erneut hochzuladen."
7038
7039 #. type: Content of: <chapter><section><para>
7040 #: pkgs.dbk:255
7041 msgid ""
7042 "By default, <command>dpkg-genchanges</command> and <command>dpkg-"
7043 "buildpackage</command> will include the original source tar file if and only "
7044 "if the current changelog entry has a different upstream version from the "
7045 "preceding entry. This behavior may be modified by using <literal>-sa</"
7046 "literal> to always include it or <literal>-sd</literal> to always leave it "
7047 "out."
7048 msgstr ""
7049 "Standardmäßig werden <command>dpkg-genchanges</command> und <command>dpkg-"
7050 "buildpackage</command> die Original-Tar-Quelldatei nur dann einbeziehen, "
7051 "falls der aktuelle Änderungsprotokolleintrag eine andere Originalversion des "
7052 "vorhergehenden Eintrags hat. Diese Verhalten könnte durch die Benutzung von "
7053 "<literal>-sa</literal> geändert werden, um es immer einzubeziehen oder "
7054 "<literal>-sd</literal>, um es immer wegzulassen."
7055
7056 #. type: Content of: <chapter><section><para>
7057 #: pkgs.dbk:263
7058 msgid ""
7059 "If no original source is included in the upload, the original source tar-"
7060 "file used by <command>dpkg-source</command> when constructing the <filename>."
7061 "dsc</filename> file and diff to be uploaded <emphasis>must</emphasis> be "
7062 "byte-for-byte identical with the one already in the archive."
7063 msgstr ""
7064 "Falls im Upload keine Originalquelle enthalten ist, wird die Original-Tar-"
7065 "Quelldatei von <command>dpkg-source</command> benutzt, wenn die <filename>."
7066 "dsc</filename>-Datei erzeugt wird und die Diff-Datei, die hochgeladen werden "
7067 "soll, <emphasis>muss</emphasis> Byte für Byte identisch mit der sein, die "
7068 "bereits im Archiv ist."
7069
7070 #. type: Content of: <chapter><section><para>
7071 #: pkgs.dbk:270
7072 msgid ""
7073 "Please notice that, in non-native packages, permissions on files that are "
7074 "not present in the <filename>*.orig.tar.{gz,bz2,xz}</filename> will not be "
7075 "preserved, as diff does not store file permissions in the patch. However "
7076 "when using source format “3.0 (quilt)”, permissions of files inside the "
7077 "<filename>debian</filename> directory are preserved since they are stored in "
7078 "a tar archive."
7079 msgstr ""
7080 "Bitte beachten Sie, dass in nicht nativen Paketen Zugriffsrechte von "
7081 "Dateien, die nicht in den <filename>*.orig.tar.{gz,bz2,xz}</filename>-"
7082 "Dateien enthalten sind, nicht aufbewahrt werden, da das Diff die "
7083 "Dateizugriffsrechte nicht im Patch speichert. Wenn Sie jedoch das Format "
7084 "«3.0 (quilt)« benutzen, werden Zugriffsrechte von Dateien innerhalb des "
7085 "<filename>debian</filename>-Verzeichnisses aufbewahrt, da sie in einem Tar-"
7086 "Archiv gespeichert werden."
7087
7088 #. type: Content of: <chapter><section><title>
7089 #: pkgs.dbk:279
7090 msgid "Picking a distribution"
7091 msgstr "Eine Distribution herausgreifen"
7092
7093 #. type: Content of: <chapter><section><para>
7094 #: pkgs.dbk:281
7095 msgid ""
7096 "Each upload needs to specify which distribution the package is intended "
7097 "for.  The package build process extracts this information from the first "
7098 "line of the <filename>debian/changelog</filename> file and places it in the "
7099 "<literal>Distribution</literal> field of the <filename>.changes</filename> "
7100 "file."
7101 msgstr ""
7102 "Bei jedem Upload muss angegeben werden, für welche Distribution das Paket "
7103 "gedacht ist. Der Prozess der Paketerstellung extrahiert diese Information "
7104 "aus der ersten Zeile der Datei <filename>debian/changelog</filename> und "
7105 "platziert sie im Feld <literal>Distribution</literal> der <filename>."
7106 "changes</filename>-Datei."
7107
7108 #. type: Content of: <chapter><section><para>
7109 #: pkgs.dbk:287
7110 msgid ""
7111 "There are several possible values for this field: <literal>stable</literal>, "
7112 "<literal>unstable</literal>, <literal>testing-proposed-updates</literal> and "
7113 "<literal>experimental</literal>.  Normally, packages are uploaded into "
7114 "<literal>unstable</literal>."
7115 msgstr ""
7116 "Es gibt mehrere mögliche Werte für dieses Feld: <literal>stable</literal>, "
7117 "<literal>unstable</literal>, <literal>testing-proposed-updates</literal> und "
7118 "<literal>experimental</literal>. Normalerweise werden Pakete nach "
7119 "<literal>unstable</literal> hochgeladen."
7120
7121 #. type: Content of: <chapter><section><para>
7122 #: pkgs.dbk:293
7123 msgid ""
7124 "Actually, there are other possible distributions: <replaceable>codename</"
7125 "replaceable><literal>-security</literal>, but read <xref linkend=\"bug-"
7126 "security\"/> for more information on those."
7127 msgstr ""
7128 "Tatsächlich gibt es andere mögliche Distributionen: <replaceable>Codename</"
7129 "replaceable><literal>-security</literal>, aber lesen Sie <xref linkend=\"bug-"
7130 "security\"/>, um weitere Informationen darüber zu erhalten."
7131
7132 #. type: Content of: <chapter><section><para>
7133 #: pkgs.dbk:298
7134 msgid ""
7135 "It is not possible to upload a package into several distributions at the "
7136 "same time."
7137 msgstr ""
7138 "Es ist nicht möglich ein Paket gleichzeitig in mehrere Distributionen "
7139 "hochzuladen."
7140
7141 #. type: Content of: <chapter><section><section><title>
7142 #: pkgs.dbk:302
7143 msgid ""
7144 "Special case: uploads to the <literal>stable</literal> and "
7145 "<literal>oldstable</literal> distributions"
7146 msgstr ""
7147 "Ein Sonderfall sind Uploads in die Distributionen <literal>stable</literal> "
7148 "und <literal>oldstable</literal>."
7149
7150 #. type: Content of: <chapter><section><section><para>
7151 #: pkgs.dbk:305
7152 msgid ""
7153 "Uploading to <literal>stable</literal> means that the package will "
7154 "transferred to the <literal>proposed-updates-new</literal> queue for review "
7155 "by the stable release managers, and if approved will be installed in "
7156 "<filename>stable-proposed-updates</filename> directory of the Debian "
7157 "archive.  From there, it will be included in <literal>stable</literal> with "
7158 "the next point release."
7159 msgstr ""
7160 "Hochladen nach <literal>stable</literal> bedeutet, dass das Paket in die "
7161 "Warteschlange <literal>proposed-updates-new</literal> übertragen wird, damit "
7162 "es von den Veröffentlichungsverwaltern von Stable überprüft wird. Falls es "
7163 "zugelassen wird, wird es im Verzeichnis <filename>stable-proposed-updates</"
7164 "filename> des Debian-Archivs installiert. Von dort wird es zum nächsten "
7165 "Veröffentlichungszeitpunkt in <literal>stable</literal> eingefügt."
7166
7167 #. type: Content of: <chapter><section><section><para>
7168 #: pkgs.dbk:313
7169 msgid ""
7170 "To ensure that your upload will be accepted, you should discuss the changes "
7171 "with the stable release team before you upload. For that, file a bug against "
7172 "the <systemitem role=\"package\">release.debian.org</systemitem> pseudo-"
7173 "package using <command>reportbug</command>, including the patch you want to "
7174 "apply to the package version currently in <literal>stable</literal>. Always "
7175 "be verbose and detailed in your changelog entries for uploads to the "
7176 "<literal>stable</literal> distribution."
7177 msgstr ""
7178 "Um sicherzustellen, dass Ihr Upload akzeptiert wird, sollten Sie die "
7179 "Änderungen mit dem Stable-Release-Team besprechen bevor Sie es hochladen. "
7180 "Dazu reichen Sie mittels <command>reportbug</command> einen Fehlerbericht "
7181 "gegen das Pseudo-Paket <systemitem role=\"package\">release.debian.org</"
7182 "systemitem> ein, einschließlich dem Patch, das Sie auf die derzeit in "
7183 "<literal>stable</literal> enthaltene Paketversion anwenden möchten. "
7184 "Schreiben sie beim Upload in die Distribution <literal>stable</literal> "
7185 "stets detaillierte und ausführliche Änderungsprotokolleinträge."
7186
7187 #. type: Content of: <chapter><section><section><para>
7188 #: pkgs.dbk:322
7189 msgid ""
7190 "Extra care should be taken when uploading to <literal>stable</literal>.  "
7191 "Basically, a package should only be uploaded to <literal>stable</literal> if "
7192 "one of the following happens:"
7193 msgstr ""
7194 "Sie sollten beim Hochladen nach <literal>stable</literal> besonders "
7195 "vorsichtig sein. Grundsätzlich sollte ein Paket nur nach <literal>stable</"
7196 "literal> hochgeladen werden, wenn folgendes geschieht:"
7197
7198 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
7199 #: pkgs.dbk:329
7200 msgid "a truly critical functionality problem"
7201 msgstr "ein wirklich kritisches Funktionalitätsproblem"
7202
7203 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
7204 #: pkgs.dbk:334
7205 msgid "the package becomes uninstallable"
7206 msgstr "Das Paket ist wird uninstallierbar."
7207
7208 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
7209 #: pkgs.dbk:339
7210 msgid "a released architecture lacks the package"
7211 msgstr "Einer veröffentlichten Architektur fehlt das Paket."
7212
7213 #. type: Content of: <chapter><section><section><para>
7214 #: pkgs.dbk:344
7215 msgid ""
7216 "In the past, uploads to <literal>stable</literal> were used to address "
7217 "security problems as well.  However, this practice is deprecated, as uploads "
7218 "used for Debian security advisories are automatically copied to the "
7219 "appropriate <filename>proposed-updates</filename> archive when the advisory "
7220 "is released.  See <xref linkend=\"bug-security\"/> for detailed information "
7221 "on handling security problems. If the security teams deems the problem to be "
7222 "too benign to be fixed through a <literal>DSA</literal>, the stable release "
7223 "managers are usually willing to include your fix nonetheless in a regular "
7224 "upload to <literal>stable</literal>."
7225 msgstr ""
7226 "Früher wurden Uploads nach <literal>stable</literal> benutzt, um auch "
7227 "Sicherheitsprobleme anzugehen. Diese Praxis ist jedoch missbilligt, da "
7228 "Uploads für Debian-Sicherheitswarnungen automatisch in das entsprechende "
7229 "Archiv <filename>proposed-updates</filename> kopiert werden, wenn die "
7230 "Warnung veröffentlicht wird. Weitere detailliertere Informationen über die "
7231 "Handhabung von Sicherheitsproblemem finden Sie unter <xref linkend=\"bug-"
7232 "security\"/>. Falls das Sicherheits-Team das Problem als zu harmlos "
7233 "erachtet, um es durch ein <literal>DSA</literal> zu beheben. sind die "
7234 "Veröffentlichungsverwalter nichtsdestotrotz bereit, Ihre Fehlerbehebung bei "
7235 "einem regulären Upload nach <literal>stable</literal> einzufügen."
7236
7237 #. type: Content of: <chapter><section><section><para>
7238 #: pkgs.dbk:355
7239 msgid ""
7240 "Changing anything else in the package that isn't important is discouraged, "
7241 "because even trivial fixes can cause bugs later on."
7242 msgstr ""
7243 "Es wird abgeraten, etwas anderes unwichtiges im Paket zu ändern, da sogar "
7244 "einfache Fehlerbehebungen zu weiteren Fehlern führen können."
7245
7246 #. type: Content of: <chapter><section><section><para>
7247 #: pkgs.dbk:359
7248 msgid ""
7249 "Packages uploaded to <literal>stable</literal> need to be compiled on "
7250 "systems running <literal>stable</literal>, so that their dependencies are "
7251 "limited to the libraries (and other packages) available in <literal>stable</"
7252 "literal>; for example, a package uploaded to <literal>stable</literal> that "
7253 "depends on a library package that only exists in <literal>unstable</literal> "
7254 "will be rejected.  Making changes to dependencies of other packages (by "
7255 "messing with <literal>Provides</literal> or <filename>shlibs</filename> "
7256 "files), possibly making those other packages uninstallable, is strongly "
7257 "discouraged."
7258 msgstr ""
7259 "Pakete, die nach <literal>stable</literal> hochgeladen werden, müssen auf "
7260 "Systemen compiliert werden, auf denen <literal>stable</literal> läuft, so "
7261 "dass sich ihre Abhängigkeiten auf die Bibliotheken (und anderen Pakete) "
7262 "beschränken, die auf <literal>stable</literal> verfügbar sind. Ein Paket, "
7263 "das zum Beispiel nach <literal>stable</literal> hochgeladen wurde, das von "
7264 "einem Bibliothekspaket abhängt, das nur in <literal>unstable</literal> "
7265 "existiert, wird zurückgewiesen. Von Änderungen an Abhängigkeiten von anderen "
7266 "Paketen (durch Murksen mit <literal>Provides</literal>- oder "
7267 "<filename>shlibs</filename>-Dateien), die diese anderen Pakete "
7268 "möglicherweise uninstallierbar machen, wird dringend abgeraten."
7269
7270 #. type: Content of: <chapter><section><section><para>
7271 #: pkgs.dbk:369
7272 msgid ""
7273 "Uploads to the <literal>oldstable</literal> distributions are possible as "
7274 "long as it hasn't been archived. The same rules as for <literal>stable</"
7275 "literal> apply."
7276 msgstr ""
7277 "Uploads nach <literal>oldstable</literal>-Distributionen sind möglich, "
7278 "solange sie nicht archiviert sind. Es gelten die gleichen Regekn, wie für "
7279 "<literal>stable</literal>."
7280
7281 #. type: Content of: <chapter><section><section><title>
7282 #: pkgs.dbk:376
7283 msgid ""
7284 "Special case: uploads to <literal>testing/testing-proposed-updates</literal>"
7285 msgstr ""
7286 "Ein Sonderfall sind Uploads nach <literal>testing/testing-proposed-updates</"
7287 "literal>"
7288
7289 #. type: Content of: <chapter><section><section><para>
7290 #: pkgs.dbk:378
7291 msgid ""
7292 "Please see the information in the <link linkend=\"t-p-u\">testing section</"
7293 "link> for details."
7294 msgstr ""
7295 "Bitte lesen Sie die Informationen im <link linkend=\"t-p-u\">Bereich "
7296 "Testing</link>, um weitere Einzelheiten zu erfahren."
7297
7298 #. type: Content of: <chapter><section><title>
7299 #: pkgs.dbk:386
7300 msgid "Uploading a package"
7301 msgstr "Ein Paket hochladen"
7302
7303 #. type: Content of: <chapter><section><section><title>
7304 #: pkgs.dbk:388
7305 msgid "Uploading to <literal>ftp-master</literal>"
7306 msgstr "Hochladen auf <literal>ftp-master</literal>"
7307
7308 #. type: Content of: <chapter><section><section><para>
7309 #: pkgs.dbk:390
7310 msgid ""
7311 "To upload a package, you should upload the files (including the signed "
7312 "changes and dsc-file) with anonymous ftp to <literal>&ftp-upload-host;</"
7313 "literal> in the directory <ulink url=\"ftp://&ftp-upload-host;&upload-queue;"
7314 "\">&upload-queue;</ulink>.  To get the files processed there, they need to "
7315 "be signed with a key in the Debian Developers keyring or the Debian "
7316 "Maintainers keyring (see <ulink url=\"&url-wiki-dm;\"></ulink>)."
7317 msgstr ""
7318 "Um ein Paket hochzuladen, sollten Sie die Dateien (einschließlich der "
7319 "signierten Änderungen an der dsc-Datei) mit anonymem FTP nach <literal>&ftp-"
7320 "upload-host;</literal> in das Verzeichnis <ulink url=\"ftp://&ftp-upload-"
7321 "host;&upload-queue;\">&upload-queue;</ulink> hochladen. Damit die Dateien "
7322 "dort verarbeitet werden, benötigen Sie einen signierten Schlüssel im Debian-"
7323 "Entwickler-Schlüsselbund (siehe <ulink url=\"&url-wiki-dm;\"></ulink>)."
7324
7325 #. type: Content of: <chapter><section><section><para>
7326 #: pkgs.dbk:399
7327 msgid ""
7328 "Please note that you should transfer the changes file last.  Otherwise, your "
7329 "upload may be rejected because the archive maintenance software will parse "
7330 "the changes file and see that not all files have been uploaded."
7331 msgstr ""
7332 "Bitte beachten Sie, dass Sie die Datei »changes« zuletzt übertragen sollten. "
7333 "Andernfalls könnte Ihr Upload abgelehnt werden, da die Archivverwaltungs-"
7334 "Software die »changes«-Datei auswertet und feststellt, dass nicht alle "
7335 "Dateien hochgeladen wurden."
7336
7337 #. type: Content of: <chapter><section><section><para>
7338 #: pkgs.dbk:404
7339 msgid ""
7340 "You may also find the Debian packages <link linkend=\"dupload\">dupload</"
7341 "link> or <link linkend=\"dput\">dput</link> useful when uploading packages."
7342 "These handy programs help automate the process of uploading packages into "
7343 "Debian."
7344 msgstr ""
7345 "Vielleicht finden Sie auch die Debian-Pakete <link linkend=\"dupload"
7346 "\">dupload</link> oder <link linkend=\"dput\">dput</link> nützlich, wenn Sie "
7347 "Pakete hochladen. Diese praktischen Programme helfen den Prozess des "
7348 "Hochladens von Paketen nach Debian zu automatisieren."
7349
7350 #. type: Content of: <chapter><section><section><para>
7351 #: pkgs.dbk:409
7352 msgid ""
7353 "For removing packages, please see <ulink url=\"ftp://&ftp-upload-host;"
7354 "&upload-queue;README\"/> and the Debian package <link linkend=\"dcut\">dcut</"
7355 "link>."
7356 msgstr ""
7357 "Um Pakete zu entfernen, sehen Sie sich bitte <ulink url=\"ftp://&ftp-upload-"
7358 "host;&upload-queue;README\"/> und das Debian-Paket <link linkend=\"dcut"
7359 "\">dcut</link> an."
7360
7361 #. type: Content of: <chapter><section><section><title>
7362 #: pkgs.dbk:416
7363 msgid "Delayed uploads"
7364 msgstr "Verzögerte Uploads"
7365
7366 #. type: Content of: <chapter><section><section><para>
7367 #: pkgs.dbk:419
7368 msgid ""
7369 "It is sometimes useful to upload a package immediately, but to want this "
7370 "package to arrive in the archive only a few days later. For example, when "
7371 "preparing a <link linkend=\"nmu\">Non-Maintainer Upload</link>, you might "
7372 "want to give the maintainer a few days to react."
7373 msgstr ""
7374 "Manchmal ist es nützlich ein Paket sofort hochzuladen, aber zu wünschen, "
7375 "dass dieses Paket das Archiv erst ein paar Tage später erreicht. Sie "
7376 "könnten, wenn Sie beispielsweise einen <link linkend=\"nmu\">Non-Maintainer "
7377 "Upload</link> vorbereiten, dem Betreuer ein paar Tage Zeit geben wollen, "
7378 "damit er reagieren kann."
7379
7380 #. type: Content of: <chapter><section><section><para>
7381 #: pkgs.dbk:426
7382 msgid ""
7383 "An upload to the delayed directory keeps the package in <ulink url=\"http://"
7384 "ftp-master.debian.org/deferred.html\">the deferred uploads queue</ulink>.  "
7385 "When the specified waiting time is over, the package is moved into the "
7386 "regular incoming directory for processing.  This is done through automatic "
7387 "uploading to <literal>&ftp-upload-host;</literal> in upload-directory "
7388 "<literal>DELAYED/<replaceable>X</replaceable>-day</literal> (<replaceable>X</"
7389 "replaceable> between 0 and 15). 0-day is uploaded multiple times per day to "
7390 "<literal>&ftp-upload-host;</literal>."
7391 msgstr ""
7392 "Ein Upload des Pakets in das Verzögerungsverzeichnis, wird es in der <ulink "
7393 "url=\"http://ftp-master.debian.org/deferred.html\">deferred uploads queue</"
7394 "ulink> halten. Wenn die angegebene Wartezeit vorüber ist, wird das Paket zur "
7395 "Verarbeitung in das reguläre Eingangsverzeichnis verschoben. Dies wird durch "
7396 "automatisches Hochladen nach <literal>&ftp-upload-host;</literal> in das "
7397 "Upload-Verzeichnis <literal>DELAYED/<replaceable>X</replaceable>-day</"
7398 "literal> (<replaceable>X</replaceable> zwischen 0 und 15). 0-day wird "
7399 "mehrmals täglich nach <literal>&ftp-upload-host;</literal> hochgeladen."
7400
7401 #. type: Content of: <chapter><section><section><para>
7402 #: pkgs.dbk:437
7403 msgid ""
7404 "With dput, you can use the <literal>--delayed <replaceable>DELAY</"
7405 "replaceable></literal> parameter to put the package into one of the queues."
7406 msgstr ""
7407 "Mit Dput können Sie den Parameter <literal>--delayed "
7408 "<replaceable>VERZÖGERUNG</replaceable></literal> benutzen, um das Paket in "
7409 "eine der Warteschlangen einzureihen."
7410
7411 #. type: Content of: <chapter><section><section><title>
7412 #: pkgs.dbk:443
7413 msgid "Security uploads"
7414 msgstr "Sicherheits-Uploads"
7415
7416 #. type: Content of: <chapter><section><section><para>
7417 #: pkgs.dbk:445
7418 msgid ""
7419 "Do <emphasis role=\"strong\">NOT</emphasis> upload a package to the security "
7420 "upload queue (on <literal>security-master.debian.org</literal>)  without "
7421 "prior authorization from the security team.  If the package does not exactly "
7422 "meet the team's requirements, it will cause many problems and delays in "
7423 "dealing with the unwanted upload.  For details, please see <xref linkend="
7424 "\"bug-security\"/>."
7425 msgstr ""
7426 "Laden Sie <emphasis role=\"strong\">KEIN</emphasis> Paket in die Sicherheits-"
7427 "Upload-Warteschlange (auf <literal>security-master.debian.org</literal> "
7428 "hoch, ohne vorher eine Erlaubnis vom Sicherheits-Team erhalten zu haben. "
7429 "Falls das Paket nicht exakt den Anforderungen des Teams entspricht, wird es "
7430 "viele Probleme und Verzögerungen in der Behandlung des unerwünschten Uploads "
7431 "verursachen. Um Einzelheiten zu erhalten, lesen Sie <xref linkend=\"bug-"
7432 "security\"/>."
7433
7434 #. type: Content of: <chapter><section><section><title>
7435 #: pkgs.dbk:455
7436 msgid "Other upload queues"
7437 msgstr "Andere Upload-Warteschlangen"
7438
7439 #. type: Content of: <chapter><section><section><para>
7440 #: pkgs.dbk:457
7441 msgid ""
7442 "There is an alternative upload queue in Europe at <ulink url=\"ftp://&ftp-eu-"
7443 "upload-host;&upload-queue;\"/>. It operates in the same way as <literal>&ftp-"
7444 "upload-host;</literal>, but should be faster for European developers."
7445 msgstr ""
7446 "Es gibt in Europa eine alternative Upload-Warteschlange unter <ulink url="
7447 "\"ftp://&ftp-eu-upload-host;&upload-queue;\"/>. Sie arbeitet auf die gleiche "
7448 "Weise wie <literal>&ftp-upload-host;</literal>, sollte aber für europäische "
7449 "Entwickler schneller sein."
7450
7451 #. type: Content of: <chapter><section><section><para>
7452 #: pkgs.dbk:463
7453 msgid ""
7454 "Packages can also be uploaded via ssh to <literal>&ssh-upload-host;</"
7455 "literal>; files should be put <literal>/srv/upload.debian.org/UploadQueue</"
7456 "literal>. This queue does not support <link linkend=\"delayed-incoming"
7457 "\">delayed uploads</link>."
7458 msgstr ""
7459 "Pakete können auch per SSH nach <literal>&ssh-upload-host;</literal> "
7460 "hochgeladen werden. Dateien sollten in <literal>/srv/upload.debian.org/"
7461 "UploadQueue</literal> abgelegt werden. Diese Warteschlange unterstützt keine "
7462 "<link linkend=\"delayed-incoming\">verzögerten Uploads</link>."
7463
7464 #. type: Content of: <chapter><section><section><title>
7465 #: pkgs.dbk:471
7466 msgid "Notification that a new package has been installed"
7467 msgstr "Benachrichtigung, dass eine neues Paket instaliert wurde"
7468
7469 #. type: Content of: <chapter><section><section><para>
7470 #: pkgs.dbk:473
7471 msgid ""
7472 "The Debian archive maintainers are responsible for handling package "
7473 "uploads.  For the most part, uploads are automatically handled on a daily "
7474 "basis by the archive maintenance tools, <command>dak process-upload</"
7475 "command>. Specifically, updates to existing packages to the "
7476 "<literal>unstable</literal> distribution are handled automatically. In other "
7477 "cases, notably new packages, placing the uploaded package into the "
7478 "distribution is handled manually. When uploads are handled manually, the "
7479 "change to the archive may take some time to occur. Please be patient."
7480 msgstr ""
7481 "Die Debian-Archivbetreuer sind für die Behandlung der Paket-Uploads "
7482 "verantwortlich. Zum größten Teil werden Uploads automatisch täglich durch "
7483 "das Archiv-Verwaltungswerkzeug <command>dak process-upload</command> "
7484 "gehandhabt. Im Besonderen werden Aktualisierungen zu existierenden Paketen "
7485 "in der Distribution <literal>unstable</literal> automatisch eingepfelgt. In "
7486 "anderen Fällen, insbesondere bei neuen Paketen, wird das hochgeladene Paket "
7487 "manuell in die Distribution platziert. Wenn Uploads manuell behandelt "
7488 "werden, kann es einige Zeit dauern bis die Änderung im Archiv erscheint. "
7489 "Bitte haben Sie Geduld."
7490
7491 #. type: Content of: <chapter><section><section><para>
7492 #: pkgs.dbk:483
7493 msgid ""
7494 "In any case, you will receive an email notification indicating that the "
7495 "package has been added to the archive, which also indicates which bugs will "
7496 "be closed by the upload.  Please examine this notification carefully, "
7497 "checking if any bugs you meant to close didn't get triggered."
7498 msgstr ""
7499 "Auf jeden Fall werden Sie eine E-Mail-Benachrichtigung erhalten, die "
7500 "anzeigt, dass das Paket dem Archiv hinzugefügt wurde und welche Fehler durch "
7501 "den Upload geschlossen werden. Bitte lesen Sie diese Benachrichtigung "
7502 "sorgfältig und prüfen Sie, ob irgendwelche Fehler, die Sie schließen "
7503 "wollten, nicht berücksichtigt wurden."
7504
7505 #. type: Content of: <chapter><section><section><para>
7506 #: pkgs.dbk:489
7507 msgid ""
7508 "The installation notification also includes information on what section the "
7509 "package was inserted into.  If there is a disparity, you will receive a "
7510 "separate email notifying you of that.  Read on below."
7511 msgstr ""
7512 "Die Installationsbenachrichtigung enthält außerdem die Information, in "
7513 "welchen Bereich das Paket eingefügt wird. Falls es dort einen Unterschied "
7514 "gibt, werden Sie eine separate E-Mail-Benachrichtigung darüber erhalten. "
7515 "Lesen Sie das Folgende."
7516
7517 #. type: Content of: <chapter><section><section><para>
7518 #: pkgs.dbk:494
7519 msgid ""
7520 "Note that if you upload via queues, the queue daemon software will also send "
7521 "you a notification by email."
7522 msgstr ""
7523 "Beachten Sie, dass, falls Sie mittels Warteschlangen hochladen, die "
7524 "Warteschlangen-Daemon-Sortware Ihnen auch per E-Mail Benachrichtigungen "
7525 "sendet."
7526
7527 #. type: Content of: <chapter><section><title>
7528 #: pkgs.dbk:502
7529 msgid "Specifying the package section, subsection and priority"
7530 msgstr "Angabe des Paketbereichs, des Unterbereichs und der Priorität"
7531
7532 #. type: Content of: <chapter><section><para>
7533 #: pkgs.dbk:504
7534 msgid ""
7535 "The <filename>debian/control</filename> file's <literal>Section</literal> "
7536 "and <literal>Priority</literal> fields do not actually specify where the "
7537 "file will be placed in the archive, nor its priority.  In order to retain "
7538 "the overall integrity of the archive, it is the archive maintainers who have "
7539 "control over these fields.  The values in the <filename>debian/control</"
7540 "filename> file are actually just hints."
7541 msgstr ""
7542 "Die Felder <literal>Section</literal> und <literal>Priority</literal> der "
7543 "Datei <filename>debian/control</filename> geben weder an, wo die Datei im "
7544 "Archiv tatsächlich platziert wird noch deren Priorität. Um die gesamte "
7545 "Integrität des Archivs zu wahren, haben die Archivbetreuer die Kontrolle "
7546 "über diese Felder. Die Werte in der Datei <filename>debian/control</"
7547 "filename> sind tatsächlich nur Hinweise."
7548
7549 #. type: Content of: <chapter><section><para>
7550 #: pkgs.dbk:512
7551 msgid ""
7552 "The archive maintainers keep track of the canonical sections and priorities "
7553 "for packages in the <literal>override file</literal>.  If there is a "
7554 "disparity between the <literal>override file</literal> and the package's "
7555 "fields as indicated in <filename>debian/control</filename>, then you will "
7556 "receive an email noting the divergence when the package is installed into "
7557 "the archive.  You can either correct your <filename>debian/control</"
7558 "filename> file for your next upload, or else you may wish to make a change "
7559 "in the <literal>override file</literal>."
7560 msgstr ""
7561 "Die Archivbetreuer behalten den Überblick über die vorschriftsmäßigen "
7562 "Bereiche und Prioritäten für Pakete im <literal>override file</literal>. "
7563 "Falls es dort einen Unterschied zwischen dem <literal>override file</"
7564 "literal> und den Paketfeldern, die in <filename>debian/control</filename> "
7565 "angezeigt werden, gibt, werden Sie eine E-Mail-Benachrichtigung über die "
7566 "Abweichung erhalten, wenn das Paket in das Archiv installiert wird. Sie "
7567 "können entweder Ihre <filename>debian/control</filename>-Datei für Ihren "
7568 "nächsten Upload ändern oder eine Änderung am <literal>override file</"
7569 "literal> wünschen."
7570
7571 #. type: Content of: <chapter><section><para>
7572 #: pkgs.dbk:522
7573 msgid ""
7574 "To alter the actual section that a package is put in, you need to first make "
7575 "sure that the <filename>debian/control</filename> file in your package is "
7576 "accurate.  Next, submit a bug against <systemitem role=\"package\">ftp."
7577 "debian.org</systemitem> requesting that the section or priority for your "
7578 "package be changed from the old section or priority to the new one. Use a "
7579 "Subject like <literal>override: PACKAGE1:section/priority, [...], PACKAGEX:"
7580 "section/priority</literal>, and include the justification for the change in "
7581 "the body of the bug report."
7582 msgstr ""
7583 "Um den tatsächlichen Bereich abzuändern, in den Ihr Paket abgelegt wird, "
7584 "müssen Sie zuerst sicherstellen, dass die Datei <filename>debian/control</"
7585 "filename> in Ihrem Paket fehlerfrei ist. Als nächstes versenden Sie einen "
7586 "Fehlerbericht gegen <systemitem role=\"package\">ftp.debian.org</systemitem> "
7587 "mit der Bitte, den Bereich oder die Priorität für Ihr Paket von dem alten "
7588 "auf den neuen Bereich oder die neue Priorität zu ändern. Benutzen Sie einen "
7589 "Betreff wie <literal>override: PACKAGE1:section/priority, [...], PACKAGEX:"
7590 "section/priority</literal> und fügen Sie die Begründung der Änderung in den "
7591 "Nachrichtentext des Fehlerberichts ein."
7592
7593 #. type: Content of: <chapter><section><para>
7594 #: pkgs.dbk:533
7595 msgid ""
7596 "For more information about <literal>override files</literal>, see "
7597 "<citerefentry> <refentrytitle>dpkg-scanpackages</refentrytitle> "
7598 "<manvolnum>1</manvolnum> </citerefentry> and <ulink url=\"&url-bts-devel;"
7599 "#maintincorrect\"></ulink>."
7600 msgstr ""
7601 "Weitere Informationen über <literal>override files</literal> finden Sie "
7602 "unter <citerefentry> <refentrytitle>dpkg-scanpackages</refentrytitle> "
7603 "<manvolnum>1</manvolnum> </citerefentry> und <ulink url=\"&url-bts-devel;"
7604 "#maintincorrect\"></ulink>."
7605
7606 #. type: Content of: <chapter><section><para>
7607 #: pkgs.dbk:539
7608 msgid ""
7609 "Note that the <literal>Section</literal> field describes both the section as "
7610 "well as the subsection, which are described in <xref linkend=\"archive-"
7611 "sections\"/>.  If the section is main, it should be omitted.  The list of "
7612 "allowable subsections can be found in <ulink url=\"&url-debian-policy;ch-"
7613 "archive.html#s-subsections\"></ulink>."
7614 msgstr ""
7615 "Beachten Sie, dass das Feld <literal>Section</literal> sowohl den Bereich "
7616 "als auch den Unterbereich beschreibt, die in <xref linkend=\"archive-sections"
7617 "\"/> erläutert werden. Falls der Bereich »main« ist, sollte er weggelassen "
7618 "werden. Die Liste der erlaubten Unterbereiche kann unter <ulink url=\"&url-"
7619 "debian-policy;ch-archive.html#s-subsections\"></ulink> gefunden werden."
7620
7621 #. type: Content of: <chapter><section><title>
7622 #: pkgs.dbk:548
7623 msgid "Handling bugs"
7624 msgstr "Fehlerbehandlung"
7625
7626 #. type: Content of: <chapter><section><para>
7627 #: pkgs.dbk:550
7628 msgid ""
7629 "Every developer has to be able to work with the Debian <ulink url=\"&url-bts;"
7630 "\">bug tracking system</ulink>.  This includes knowing how to file bug "
7631 "reports properly (see <xref linkend=\"submit-bug\"/>), how to update them "
7632 "and reorder them, and how to process and close them."
7633 msgstr ""
7634 "Jeder Entwickler muss in der Lage sein, mit der Debian-<ulink url=\"&url-bts;"
7635 "\">Fehlerdatenbank</ulink> zu arbeiten. Dies umfasst das Wissen, wie "
7636 "Fehlerberichte richtig eingeordnet werden (siehe <xref linkend=\"submit-bug"
7637 "\"/>), wie sie aktualisiert und neu geordnet werden und wie sie verarbeitet "
7638 "und geschlossen werden."
7639
7640 #. type: Content of: <chapter><section><para>
7641 #: pkgs.dbk:556
7642 msgid ""
7643 "The bug tracking system's features are described in the <ulink url=\"&url-"
7644 "bts-devel;\">BTS documentation for developers</ulink>.  This includes "
7645 "closing bugs, sending followup messages, assigning severities and tags, "
7646 "marking bugs as forwarded, and other issues."
7647 msgstr ""
7648 "Die Funktionen des Fehlerverfolgungssystems sind in unter <ulink url=\"&url-"
7649 "bts-devel;\">Fehlerverwaltungssystem für Paket-Betreuer</ulink> beschrieben. "
7650 "Dies umfasst das Schließen von Fehlern, Followup-Nachrichten, Zuweisen von "
7651 "Schweregraden, Markieren von Fehlern als weitergeleitet und andere Themen."
7652
7653 #. type: Content of: <chapter><section><para>
7654 #: pkgs.dbk:562
7655 msgid ""
7656 "Operations such as reassigning bugs to other packages, merging separate bug "
7657 "reports about the same issue, or reopening bugs when they are prematurely "
7658 "closed, are handled using the so-called control mail server.  All of the "
7659 "commands available on this server are described in the <ulink url=\"&url-bts-"
7660 "control;\">BTS control server documentation</ulink>."
7661 msgstr ""
7662 "Operationen, wie das erneute Zuweisen von Fehlern an andere Pakete, das "
7663 "Zusammenführen separater Fehlerberichte zum gleichen Thema oder das "
7664 "Wiedereröffnen von Fehlern, wenn diese voreilig geschlossen wurden, werden "
7665 "vom sogenannten Steuermailserver gehandhabt. All die Befehle, die auf diesem "
7666 "Server verfügbar sind, werden in der <ulink url=\"&url-bts-control;"
7667 "\">Einführung in den E-Mail-Server für die Kontrolle und Manipulation</"
7668 "ulink> beschrieben."
7669
7670 #. type: Content of: <chapter><section><section><title>
7671 #: pkgs.dbk:570
7672 msgid "Monitoring bugs"
7673 msgstr "Fehlerüberwachung"
7674
7675 #. type: Content of: <chapter><section><section><para>
7676 #: pkgs.dbk:572
7677 msgid ""
7678 "If you want to be a good maintainer, you should periodically check the "
7679 "<ulink url=\"&url-bts;\">Debian bug tracking system (BTS)</ulink> for your "
7680 "packages.  The BTS contains all the open bugs against your packages.  You "
7681 "can check them by browsing this page: <literal>http://&bugs-host;/"
7682 "<replaceable>yourlogin</replaceable>@debian.org</literal>."
7683 msgstr ""
7684 "Falls Sie ein guter Paketbetreuer sein möchten, sollten Sie regelmäßig die "
7685 "<ulink url=\"&url-bts;\">Debian-Fehlerdatenbank (BTS)</ulink> für Ihre "
7686 "Pakete überprüfen. Das BTS enthält alle offenen Fehler Ihrer Pakete. Sie "
7687 "können sie prüfen, indem Sie diese Seite durchstöbern: <literal>http://&bugs-"
7688 "host;/<replaceable>Ihre_Anmeldung</replaceable>@debian.org</literal>."
7689
7690 #. type: Content of: <chapter><section><section><para>
7691 #: pkgs.dbk:579
7692 msgid ""
7693 "Maintainers interact with the BTS via email addresses at <literal>&bugs-host;"
7694 "</literal>.  Documentation on available commands can be found at <ulink url="
7695 "\"&url-bts;\"></ulink>, or, if you have installed the <systemitem role="
7696 "\"package\">doc-debian</systemitem> package, you can look at the local files "
7697 "&file-bts-docs;."
7698 msgstr ""
7699 "Paketbetreuer interagieren mit dem BTS über E-Mail-Adressen auf "
7700 "<literal>&bugs-host;</literal>. Dokumentationen über verfügbare Befehle "
7701 "können Sie unter <ulink url=\"&url-bts;\"></ulink> finden oder, falls Sie "
7702 "das Paket <systemitem role=\"package\">doc-debian</systemitem> installiert "
7703 "haben, können Sie in die lokalen Dateien &file-bts-docs; sehen."
7704
7705 #. type: Content of: <chapter><section><section><para>
7706 #: pkgs.dbk:586
7707 msgid ""
7708 "Some find it useful to get periodic reports on open bugs.  You can add a "
7709 "cron job such as the following if you want to get a weekly email outlining "
7710 "all the open bugs against your packages:"
7711 msgstr ""
7712 "Einige finden es nützlich regelmäßig Berichte über offene Fehler zu "
7713 "erhalten. Sie können einen Cron-Job wie den folgenden hinzufügen, falls Sie "
7714 "wöchentlich eine E-Mail erhalten möchten, die alle Fehler Ihrer Pakete "
7715 "umreißt:"
7716
7717 #. type: Content of: <chapter><section><section><screen>
7718 #: pkgs.dbk:591
7719 #, no-wrap
7720 msgid ""
7721 "# ask for weekly reports of bugs in my packages\n"
7722 "&cron-bug-report;\n"
7723 msgstr ""
7724 "# Anfrage wöchentlicher Berichte über Fehler in eigenen Paketen\n"
7725 "&cron-bug-report;\n"
7726
7727 #. type: Content of: <chapter><section><section><para>
7728 #: pkgs.dbk:595
7729 msgid ""
7730 "Replace <replaceable>address</replaceable> with your official Debian "
7731 "maintainer address."
7732 msgstr ""
7733 "Ersetzen Sie <replaceable>Adresse</replaceable> durch Ihre offizielle Debian-"
7734 "Betreueradresse."
7735
7736 #. type: Content of: <chapter><section><section><title>
7737 #: pkgs.dbk:601
7738 msgid "Responding to bugs"
7739 msgstr "Auf Fehler antworten"
7740
7741 #. type: Content of: <chapter><section><section><para>
7742 #: pkgs.dbk:603
7743 msgid ""
7744 "When responding to bugs, make sure that any discussion you have about bugs "
7745 "is sent both to the original submitter of the bug, and to the bug itself (e."
7746 "g., <email><replaceable>123</replaceable>@&bugs-host;</email>).  If you're "
7747 "writing a new mail and you don't remember the submitter email address, you "
7748 "can use the <email><replaceable>123</replaceable>-submitter@&bugs-host;</"
7749 "email> email to contact the submitter <emphasis>and</emphasis> to record "
7750 "your mail within the bug log (that means you don't need to send a copy of "
7751 "the mail to <email><replaceable>123</replaceable>@&bugs-host;</email>)."
7752 msgstr ""
7753 "Wenn Sie auf Fehler antworten, stellen Sie sicher, dass jegliche Diskussion, "
7754 "die Sie über Fehler führen, sowohl an den Originalabsender, als auch an den "
7755 "Fehler selbst geschickt wird (z.B. <email><replaceable>123</"
7756 "replaceable>@&bugs-host;</email>). Falls Sie eine neue E-Mail schreiben und "
7757 "sich nicht an die Absender-E-Mail-Adresse erinnern, können Sie die E-Mail-"
7758 "Adresse <email><replaceable>123</replaceable>-submitter@&bugs-host;</email> "
7759 "benutzen, um den Absender zu kontaktieren <emphasis>und</emphasis> Ihre E-"
7760 "Mail innerhalb des Fehlerprotokolls aufzuzeichnen (das bedeuted, dass Sie "
7761 "keine Kopie dieser E-Mail an <email><replaceable>123</replaceable>@&bugs-"
7762 "host;</email> senden müssen."
7763
7764 #. type: Content of: <chapter><section><section><para>
7765 #: pkgs.dbk:612
7766 msgid ""
7767 "If you get a bug which mentions FTBFS, this means Fails to build from "
7768 "source.  Porters frequently use this acronym."
7769 msgstr ""
7770 "Falls Sie einen Fehlerbericht erhalten, der FTBFS erwähnt, so bedeutet dies "
7771 "»Fails to build from source« (Kann nicht aus der Quelle erstellt werden). "
7772 "Portierer benutzen diese Abkürzung öfters."
7773
7774 #. type: Content of: <chapter><section><section><para>
7775 #: pkgs.dbk:616
7776 msgid ""
7777 "Once you've dealt with a bug report (e.g.  fixed it), mark it as "
7778 "<literal>done</literal> (close it) by sending an explanation message to "
7779 "<email><replaceable>123</replaceable>-done@&bugs-host;</email>.  If you're "
7780 "fixing a bug by changing and uploading the package, you can automate bug "
7781 "closing as described in <xref linkend=\"upload-bugfix\"/>."
7782 msgstr ""
7783 "Sobald Sie einen Fehlerbericht erledigt haben (z.B. den Fehler beheben), "
7784 "markieren Sie ihn als <literal>done</literal> (dies schließt ihn), indem Sie "
7785 "eine Erklärung an <email><replaceable>123</replaceable>-done@&bugs-host;</"
7786 "email> senden. Falls Sie einen Fehler durch Ändern und Hochladen des Pakets "
7787 "schließen, können Sie das Schließen von Fehlern, wie in <xref linkend="
7788 "\"upload-bugfix\"/> beschrieben, automatisieren."
7789
7790 #. type: Content of: <chapter><section><section><para>
7791 #: pkgs.dbk:623
7792 msgid ""
7793 "You should <emphasis>never</emphasis> close bugs via the bug server "
7794 "<literal>close</literal> command sent to &email-bts-control;.  If you do so, "
7795 "the original submitter will not receive any information about why the bug "
7796 "was closed."
7797 msgstr ""
7798 "Sie sollten Fehler <emphasis>niemals</emphasis> durch Senden des Befehls "
7799 "<literal>close</literal> an &email-bts-control; schließen. Falls Sie dies "
7800 "tun, wird der ursprüngliche Absender keine Informationen darüber erhalten, "
7801 "warum der Fehler geschlossen wurde."
7802
7803 #. type: Content of: <chapter><section><section><title>
7804 #: pkgs.dbk:631
7805 msgid "Bug housekeeping"
7806 msgstr "Fehlerorganisation"
7807
7808 #. type: Content of: <chapter><section><section><para>
7809 #: pkgs.dbk:633
7810 msgid ""
7811 "As a package maintainer, you will often find bugs in other packages or have "
7812 "bugs reported against your packages which are actually bugs in other "
7813 "packages.  The bug tracking system's features are described in the <ulink "
7814 "url=\"&url-bts-devel;\">BTS documentation for Debian developers</ulink>.  "
7815 "Operations such as reassigning, merging, and tagging bug reports are "
7816 "described in the <ulink url=\"&url-bts-control;\">BTS control server "
7817 "documentation</ulink>.  This section contains some guidelines for managing "
7818 "your own bugs, based on the collective Debian developer experience."
7819 msgstr ""
7820 "Als Paketbetreuer werden Sie öfters Fehler in anderen Paketen finden oder "
7821 "Fehlerberichte gegen Ihre Pakete erhalten, die tatsächlich Fehler in anderen "
7822 "Paketen sind. Die Funktionen der Fehlerdatenbank werden in den <ulink url="
7823 "\"&url-bts-devel;\">Informationen über das Fehlerverwaltungssystem für Paket-"
7824 "Betreuer</ulink> beschrieben. Operationen wie erneutes Zuweisen, "
7825 "Zusammenführen und Markieren von Fehlerberichten werden in der <ulink url="
7826 "\"&url-bts-control;\">Einführung in den E-Mail-Server für die Kontrolle und "
7827 "Manipulation</ulink> beschrieben. Dieser Abschnitt enthält einige "
7828 "Richtlinien für die Verwaltung Ihrer eigenen Fehler, die auf der gesammelten "
7829 "Erfahrung der Debian-Entwickler basieren."
7830
7831 #. type: Content of: <chapter><section><section><para>
7832 #: pkgs.dbk:644
7833 msgid ""
7834 "Filing bugs for problems that you find in other packages is one of the civic "
7835 "obligations of maintainership, see <xref linkend=\"submit-bug\"/> for "
7836 "details.  However, handling the bugs in your own packages is even more "
7837 "important."
7838 msgstr ""
7839 "Fehler für Probleme einreichen, die Sie in anderen Paketen finden, ist eine "
7840 "der bürgerlichen Pflichten des Betreuerdaseins. Einzelheiten finden Sie "
7841 "unter <xref linkend=\"submit-bug\"/>. Es ist jedoch wichtiger die Fehler in "
7842 "Ihren eigenen Paketen zu behandeln."
7843
7844 #. type: Content of: <chapter><section><section><para>
7845 #: pkgs.dbk:649
7846 msgid "Here's a list of steps that you may follow to handle a bug report:"
7847 msgstr ""
7848 "Hier ist eine kurze Liste der Schritte, denen Sie zu Handhabung eines "
7849 "Fehlerberichts folgen können:"
7850
7851 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7852 #: pkgs.dbk:654
7853 msgid ""
7854 "Decide whether the report corresponds to a real bug or not.  Sometimes users "
7855 "are just calling a program in the wrong way because they haven't read the "
7856 "documentation.  If you diagnose this, just close the bug with enough "
7857 "information to let the user correct their problem (give pointers to the good "
7858 "documentation and so on).  If the same report comes up again and again you "
7859 "may ask yourself if the documentation is good enough or if the program "
7860 "shouldn't detect its misuse in order to give an informative error message.  "
7861 "This is an issue that may need to be brought up with the upstream author."
7862 msgstr ""
7863 "Entscheiden Sie, ob der Bericht einem echten Fehler entspricht oder nicht. "
7864 "Manchmal rufen Anwender ein Programm nur auf die falsche Art auf, da Sie die "
7865 "Dokumentation nicht gelesen haben. Falls Sie dies diagnostizieren, schließen "
7866 "Sie den Fehler nur und stellen Sie informationen bereits, damit der Anwender "
7867 "sein Problem lösen kann (verweisen Sie auf die gute Dokumentation und so "
7868 "weiter). Falls der gleiche Bericht immer wieder kommt, sollten Sie sich "
7869 "fragen, ob die Dokumentation ausreicht oder ob das Programm den falschen "
7870 "Gebrauch feststellen kann, um eine aussgagekräftige Fehlermeldung "
7871 "auszugeben. Dies ist ein Thema, das Sie mit dem Originalautor angehen "
7872 "sollten."
7873
7874 # Ausschuss --> siehe Link
7875 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7876 #: pkgs.dbk:664
7877 msgid ""
7878 "If the bug submitter disagrees with your decision to close the bug, they may "
7879 "reopen it until you find an agreement on how to handle it.  If you don't "
7880 "find any, you may want to tag the bug <literal>wontfix</literal> to let "
7881 "people know that the bug exists but that it won't be corrected.  If this "
7882 "situation is unacceptable, you (or the submitter) may want to require a "
7883 "decision of the technical committee by reassigning the bug to <systemitem "
7884 "role=\"package\">tech-ctte</systemitem> (you may use the clone command of "
7885 "the BTS if you wish to keep it reported against your package).  Before doing "
7886 "so, please read the <ulink url=\"&url-tech-ctte;\">recommended procedure</"
7887 "ulink>."
7888 msgstr ""
7889 "Falls der Absender des Fehler nicht mit Ihrer Entscheidung, den Fehler zu "
7890 "schließen, einverstanden ist, können Sie den Fehler neu öffnen, bis Sie eine "
7891 "Vereinbarung gefunden haben, wie er gehandhabt werden soll. Falls Sie keine "
7892 "finden, können Sie den Fehler mit <literal>wontfix</literal> markieren, "
7893 "damit die Leute wissen, dass der Fehler existiert, Sie ihn aber nicht "
7894 "beheben möchten. Falls diese Situation nicht akzeptabel ist, können Sie "
7895 "(oder der Absender) eine Entscheidung des technischen Ausschusses anfordern, "
7896 "indem Sie den Fehler neu an <systemitem role=\"package\">tech-ctte</"
7897 "systemitem> zuweisen (Sie könnten den Befehl »clone« des BTS verwenden, "
7898 "falls Sie wünschen, dass der Fehlerbericht gegen Ihr Paket weiterbesteht). "
7899 "Lesen Sie, bevor Sie dies tun, die <ulink url=\"&url-tech-ctte;\">empfohlene "
7900 "Prozedur</ulink>."
7901
7902 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7903 #: pkgs.dbk:678
7904 msgid ""
7905 "If the bug is real but it's caused by another package, just reassign the bug "
7906 "to the right package.  If you don't know which package it should be "
7907 "reassigned to, you should ask for help on <link linkend=\"irc-channels"
7908 "\">IRC</link> or on &email-debian-devel;.  Please inform the maintainer(s) "
7909 "of the package you reassign the bug to, for example by Cc:ing the message "
7910 "that does the reassign to <email><replaceable>packagename</"
7911 "replaceable>@packages.debian.org</email> and explaining your reasons in that "
7912 "mail. Please note that a simple reassignment is <emphasis>not</emphasis> e-"
7913 "mailed to the maintainers of the package being reassigned to, so they won't "
7914 "know about it until they look at a bug overview for their packages."
7915 msgstr ""
7916 "Falls der Fehler zwar echt ist, jedoch ein anderes Paket betrifft, weisen "
7917 "Sie ihn nur dem richtigen Paket neu zu. Falls Sie nicht wissen, an welches "
7918 "Paket er zugewiesen werden soll, sollten Sie im <link linkend=\"irc-channels"
7919 "\">IRC</link> oder auf &email-debian-devel; nach Hilfe fragen. Bitte "
7920 "informieren Sie den/die Paketbetreuer des Pakets, dem Sie den Fehler "
7921 "zuweisen, zum Beispiel indem Sie eine Kopie der E-Mail senden, die das "
7922 "erneute Zuweisen an <email><replaceable>Paketname</replaceable>@packages."
7923 "debian.org</email> vornimmt und Ihre Beweggründe für diese E-Mail erklären. "
7924 "Bitte beachten Sie, dass ein einfaches erneutes Zuweisen <emphasis>nicht</"
7925 "emphasis> an den Betreuer des Pakets versandt wird, an das zugewiesen wird, "
7926 "so dass er nichts davon erfährt, bis er in die Fehlerübersicht seiner Pakete "
7927 "schaut."
7928
7929 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7930 #: pkgs.dbk:690
7931 msgid ""
7932 "If the bug affects the operation of your package, please consider cloning "
7933 "the bug and reassigning the clone to the package that really causes the "
7934 "behavior. Otherwise, the bug will not be shown in your package's bug list, "
7935 "possibly causing users to report the same bug over and over again. You "
7936 "should block \"your\" bug with the reassigned, cloned bug to document the "
7937 "relationship."
7938 msgstr ""
7939 "Falls der Fehler die Arbeit Ihres Pakets beeinflusst, denken Sie bitte "
7940 "daran, den Fehler zu klonen und den Klon dem Paket neu zuzuweisen, das das "
7941 "Verhalten tatsächlich verursacht. Andernfalls wird der Fehler nicht in Ihrer "
7942 "Liste der Paketfehler aufgeführt, was Anwender dazu veranlasst, den gleichen "
7943 "Fehler immer wieder zu melden. Sie sollten »Ihren« Fehler mit dem neu "
7944 "zugewiesenen, geklonten Fehler blockieren, um die Beziehung zu dokumentieren."
7945
7946 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7947 #: pkgs.dbk:700
7948 msgid ""
7949 "Sometimes you also have to adjust the severity of the bug so that it matches "
7950 "our definition of the severity.  That's because people tend to inflate the "
7951 "severity of bugs to make sure their bugs are fixed quickly.  Some bugs may "
7952 "even be dropped to wishlist severity when the requested change is just "
7953 "cosmetic."
7954 msgstr ""
7955 "Manchmal müssen Sie außerdem den Schweregrad des Fehlers anpassen, so dass "
7956 "er der Debian-Definition entspricht. Dies geschieht deshalb, weil Leute die "
7957 "Schwere der Fehler aufblähen, um sicherzustellen, dass ihre Fehler rasch "
7958 "behoben werden. Einige Fehler können sogar auf den Schweregrad »wishlist« "
7959 "abgesenkt werden, wenn die angefragte Änderung nur kosmetischer Natur ist."
7960
7961 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7962 #: pkgs.dbk:708
7963 msgid ""
7964 "If the bug is real but the same problem has already been reported by someone "
7965 "else, then the two relevant bug reports should be merged into one using the "
7966 "merge command of the BTS.  In this way, when the bug is fixed, all of the "
7967 "submitters will be informed of this.  (Note, however, that emails sent to "
7968 "one bug report's submitter won't automatically be sent to the other report's "
7969 "submitter.) For more details on the technicalities of the merge command and "
7970 "its relative, the unmerge command, see the BTS control server documentation."
7971 msgstr ""
7972 "Falls der Fehler echt ist, das gleiche Problem aber bereits von jemand "
7973 "anderem gemeldet wurde, dann sollten die beiden relevanten Fehler mit dem "
7974 "Befehl »merge» des BTS zu einem zusammengefügt werden.Auf diese Art werden "
7975 "alle Absender des Fehlers informiert, wenn er behoben wurde. (Beachten Sie "
7976 "jedoch, dass E-Mails, die an den Absender eines Fehlerberichts gesandt "
7977 "werden, nicht automatisch an alle anderen Absender von Berichten gesandt "
7978 "werden.) Weitere Details über die Form des »merge«-Befehls und dem "
7979 "verwandten Befehl »unmerge« finden Sie in der Dokumentation des BTS-"
7980 "Steuerungs-Servers."
7981
7982 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
7983 #: pkgs.dbk:719
7984 msgid ""
7985 "The bug submitter may have forgotten to provide some information, in which "
7986 "case you have to ask them for the required information.  You may use the "
7987 "<literal>moreinfo</literal> tag to mark the bug as such.  Moreover if you "
7988 "can't reproduce the bug, you tag it <literal>unreproducible</literal>.  "
7989 "Anyone who can reproduce the bug is then invited to provide more information "
7990 "on how to reproduce it.  After a few months, if this information has not "
7991 "been sent by someone, the bug may be closed."
7992 msgstr ""
7993 "Der Absender des Fehlerberichts könnte vergessen haben, einige Informationen "
7994 "bereitzustellen. In diesem Fall müssen Sie die benötigten Informationen bei "
7995 "ihm erfragen. Sie könnten die Kennzeichnung <literal>moreinfo</literal> "
7996 "benutzen, um den Fehler so zu markieren. Außerdem können Sie den Fehler, "
7997 "falls sie ihn nicht reproduzieren können, als <literal>unreproducible</"
7998 "literal> kennzeichnen. Jeder, der den Fehler reproduzieren kann, ist dann "
7999 "eingeladen, weitere Informationen bereitzustellen, wie er reproduziert "
8000 "werden kann. Nach ein paar Monaten kann der Fehler geschlossen werden, falls "
8001 "diese Information von niemandem gesandt wird."
8002
8003 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
8004 #: pkgs.dbk:730
8005 msgid ""
8006 "If the bug is related to the packaging, you just fix it.  If you are not "
8007 "able to fix it yourself, then tag the bug as <literal>help</literal>.  You "
8008 "can also ask for help on &email-debian-devel; or &email-debian-qa;.  If it's "
8009 "an upstream problem, you have to forward it to the upstream author.  "
8010 "Forwarding a bug is not enough, you have to check at each release if the bug "
8011 "has been fixed or not.  If it has, you just close it, otherwise you have to "
8012 "remind the author about it.  If you have the required skills you can prepare "
8013 "a patch that fixes the bug and send it to the author at the same time.  Make "
8014 "sure to send the patch to the BTS and to tag the bug as <literal>patch</"
8015 "literal>."
8016 msgstr ""
8017 "Falls sich der Fehler auf die Paketierung bezieht, beheben Sie ihn nur. "
8018 "Falls Sie ihn nicht selbst beheben können, kennzeichnen Sie den Fehler mit "
8019 "<literal>help</literal>. Sie können außerdem auf &email-debian-devel; oder "
8020 "&email-debian-qa; um Hilfe ersuchen. Falls es ein Problem der "
8021 "Originalautoren ist, müssen Sie es an die Originalautoren weiterleiten. Es "
8022 "reicht nicht aus, den Fehler nur weiterzuleiten, Sie müssen bei jeder "
8023 "Veröffentlichung prüfen, ob der Fehler behoben wurde oder nicht. Falls dies "
8024 "der Fall ist, schließen Sie ihn, andernfalls müssen Sie den Autor später "
8025 "daran erinnern. Falls Sie über die erforderlichen Fähigkeiten verfügen, "
8026 "können Sie ein Patch vorbereiten, der den Fehler behebt und ihn dem Autor "
8027 "mitschicken. Stellen Sie sicher, dass Sie das Patch an das BTS senden und "
8028 "mit <literal>patch</literal> kennzeichnen."
8029
8030 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
8031 #: pkgs.dbk:744
8032 msgid ""
8033 "If you have fixed a bug in your local copy, or if a fix has been committed "
8034 "to the VCS repository, you may tag the bug as <literal>pending</literal> to "
8035 "let people know that the bug is corrected and that it will be closed with "
8036 "the next upload (add the <literal>closes:</literal> in the "
8037 "<filename>changelog</filename>).  This is particularly useful if you are "
8038 "several developers working on the same package."
8039 msgstr ""
8040 "Falls Sie einen Fehler in Ihrer lokalen Kopie behoben haben oder eine "
8041 "Fehlerbehebung in das VCS-Depot übertragen wird, können Sie den Fehler als "
8042 "<literal>pending</literal> kennzeichnen, um die Leute wissen zu lassen, dass "
8043 "der Fehler behoben ist und mit dem nächsten Upload geschlossen wird (dem "
8044 "<filename>changelog</filename> wird <literal>closes:</literal> hinzugefügt). "
8045 "Dies ist besonders nützlich, falls Sie zusammen mit mehreren Entwicklern am "
8046 "Paket arbeiten."
8047
8048 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
8049 #: pkgs.dbk:754
8050 msgid ""
8051 "Once a corrected package is available in the archive, the bug should be "
8052 "closed indicating the version in which it was fixed. This can be done "
8053 "automatically, read <xref linkend=\"upload-bugfix\"/>."
8054 msgstr ""
8055 "Sobald ein korrigiertes Paket im Archiv verfügbar ist, sollte der Fehler "
8056 "geschlossen und dei Version, in der er behoben wurde, angegeben werden. Dies "
8057 "kann automatisch geschehen – lesen Sie <xref linkend=\"upload-bugfix\"/>."
8058
8059 #. type: Content of: <chapter><section><section><title>
8060 #: pkgs.dbk:763
8061 msgid "When bugs are closed by new uploads"
8062 msgstr "Wann Fehler durch neue Uploads geschlossen werden"
8063
8064 #. type: Content of: <chapter><section><section><para>
8065 #: pkgs.dbk:765
8066 msgid ""
8067 "As bugs and problems are fixed in your packages, it is your responsibility "
8068 "as the package maintainer to close these bugs.  However, you should not "
8069 "close a bug until the package which fixes the bug has been accepted into the "
8070 "Debian archive.  Therefore, once you get notification that your updated "
8071 "package has been installed into the archive, you can and should close the "
8072 "bug in the BTS.  Also, the bug should be closed with the correct version."
8073 msgstr ""
8074 "Da Fehler und Probleme in Ihren Paketen behoben werden, liegt es in Ihrer "
8075 "Verantwortung als Paketbetreuer, diese Fehler zu schließen. Sie sollten "
8076 "jedoch keinen Fehler schließen, bis das Paket, das den Fehler schließt, im "
8077 "Debian-Archiv akzeptiert wurde. Daher können und sollen Sie, sobald Sie die "
8078 "Benachrichtigung erhalten, dass Ihr aktualisiertes Paket in das Archiv "
8079 "installiert wurde, den Fehler im BTS schließen. Außerdem sollte der Fehler "
8080 "mit der korrekten Version geschlossen werden."
8081
8082 #. type: Content of: <chapter><section><section><para>
8083 #: pkgs.dbk:773
8084 msgid ""
8085 "However, it's possible to avoid having to manually close bugs after the "
8086 "upload — just list the fixed bugs in your <filename>debian/changelog</"
8087 "filename> file, following a certain syntax, and the archive maintenance "
8088 "software will close the bugs for you.  For example:"
8089 msgstr ""
8090 "Es ist jedoch möglich, das manuelle Schließen von Fehlern nach dem Upload zu "
8091 "vermeiden – führen Sie die behobenen Fehler in Ihrer <filename>debian/"
8092 "changelog</filename>-Datei auf. Folgen Sie dabei einer bestimmten Syntax, "
8093 "dann wird die Verwaltungssoftware die Fehler für Sie schließen. Zum Beispiel:"
8094
8095 #. type: Content of: <chapter><section><section><screen>
8096 #: pkgs.dbk:779
8097 #, no-wrap
8098 msgid ""
8099 "acme-cannon (3.1415) unstable; urgency=low\n"
8100 "\n"
8101 "  * Frobbed with options (closes: Bug#98339)\n"
8102 "  * Added safety to prevent operator dismemberment, closes: bug#98765,\n"
8103 "    bug#98713, #98714.\n"
8104 "  * Added man page. Closes: #98725.\n"
8105 msgstr ""
8106 "acme-cannon (3.1415) unstable; urgency=low\n"
8107 "\n"
8108 "  * Frobbed with options (closes: Bug#98339)\n"
8109 "  * Added safety to prevent operator dismemberment, closes: bug#98765,\n"
8110 "    bug#98713, #98714.\n"
8111 "  * Added man page. Closes: #98725.\n"
8112
8113 #. type: Content of: <chapter><section><section><para>
8114 #: pkgs.dbk:787
8115 msgid ""
8116 "Technically speaking, the following Perl regular expression describes how "
8117 "bug closing changelogs are identified:"
8118 msgstr ""
8119 "Technisch gesehen beschreibt der folgende reguläre Perl-Ausdruck, wie das "
8120 "Schließen von Fehlern in Änderungsprotokollen identifiziert wird:"
8121
8122 #. type: Content of: <chapter><section><section><screen>
8123 #: pkgs.dbk:791
8124 #, no-wrap
8125 msgid "  /closes:\\s*(?:bug)?\\#\\s*\\d+(?:,\\s*(?:bug)?\\#\\s*\\d+)*/ig\n"
8126 msgstr "  /closes:\\s*(?:bug)?\\#\\s*\\d+(?:,\\s*(?:bug)?\\#\\s*\\d+)*/ig\n"
8127
8128 #. type: Content of: <chapter><section><section><para>
8129 #: pkgs.dbk:794
8130 msgid ""
8131 "We prefer the <literal>closes: #<replaceable>XXX</replaceable></literal> "
8132 "syntax, as it is the most concise entry and the easiest to integrate with "
8133 "the text of the <filename>changelog</filename>.  Unless specified different "
8134 "by the <literal>-v</literal>-switch to <command>dpkg-buildpackage</command>, "
8135 "only the bugs closed in the most recent changelog entry are closed "
8136 "(basically, exactly the bugs mentioned in the changelog-part in the "
8137 "<filename>.changes</filename> file are closed)."
8138 msgstr ""
8139 "Die Syntax <literal>closes: #<replaceable>XXX</replaceable></literal> wird "
8140 "bevorzugt, da sie die kürzeste Art des Eintrags ist und am einfachsten in "
8141 "dem Text von <filename>changelog</filename> integriert werden kann. Falls "
8142 "nicht durch den Schalter <literal>-v</literal> von <command>dpkg-"
8143 "buildpackage</command> etwas anderes angegeben wurde, werden nur die Fehler "
8144 "im aktuellsten Eintrag des Änderungsprotokolls geschlossen (grundsätzlich "
8145 "werden exakt die Fehler geschlossen, die in der Datei <filename>.changes</"
8146 "filename> im »changelog-part« genannt werden)."
8147
8148 #. type: Content of: <chapter><section><section><para>
8149 #: pkgs.dbk:803
8150 msgid ""
8151 "Historically, uploads identified as <link linkend=\"nmu\">non-maintainer "
8152 "upload (NMU)</link> were tagged <literal>fixed</literal> instead of being "
8153 "closed, but that practice was ceased with the advent of version-tracking.  "
8154 "The same applied to the tag <literal>fixed-in-experimental</literal>."
8155 msgstr ""
8156 "Früher wurden Uploads, die als <link linkend=\"nmu\">Non-Maintainer Upload "
8157 "(NMU)</link> erkannt wurden, als <literal>fixed</literal> statt als »closed« "
8158 "gekennzeichnet, aber diese Praxis wurde mit dem Beginn der "
8159 "Versionsverfolgung eingestellt. Das gleiche wurde mit der Markierung "
8160 "<literal>fixed-in-experimental</literal> getan."
8161
8162 #. type: Content of: <chapter><section><section><para>
8163 #: pkgs.dbk:809
8164 msgid ""
8165 "If you happen to mistype a bug number or forget a bug in the changelog "
8166 "entries, don't hesitate to undo any damage the error caused.  To reopen "
8167 "wrongly closed bugs, send a <literal>reopen <replaceable>XXX</replaceable></"
8168 "literal> command to the bug tracking system's control address, &email-bts-"
8169 "control;.  To close any remaining bugs that were fixed by your upload, email "
8170 "the <filename>.changes</filename> file to <email><replaceable>XXX</"
8171 "replaceable>-done@&bugs-host;</email>, where <replaceable>XXX</replaceable> "
8172 "is the bug number, and put Version: <replaceable>YYY</replaceable> and an "
8173 "empty line as the first two lines of the body of the email, where "
8174 "<replaceable>YYY</replaceable> is the first version where the bug has been "
8175 "fixed."
8176 msgstr ""
8177 "Falls Sie sich bei der Fehlernummer vertippt haben oder einen Fehler in den "
8178 "Änderungsprotokolleinträgen vergessen haben, zögern Sie nicht, jeglichen "
8179 "durch den Fehler verursachten Schaden rückgängig zu machen. Um "
8180 "fälschlicherweise geschlossene Fehler neu zu öffnen, senden Sie den Befehl "
8181 "<literal>reopen <replaceable>XXX</replaceable></literal> an die "
8182 "Steuerungsadresse &email-bts-control; der Fehlerdatenbank. Um irgendwelche "
8183 "verbleibenden Fehler zu schließen, die durch Ihren Upload behoben wurden, "
8184 "mailen Sie die Datei <filename>.changes</filename> an "
8185 "<email><replaceable>XXX</replaceable>-done@&bugs-host;</email>, wobei "
8186 "<replaceable>XXX</replaceable> die Fehlernummer ist und tragen Sie Version: "
8187 "<replaceable>YYY</replaceable> und eine leere Zeile als erste zwei Zeilen in "
8188 "den Textteil der Mail ein, wobei <replaceable>YYY</replaceable> die erste "
8189 "Version ist, in der der Fehler behoben wurde."
8190
8191 #. type: Content of: <chapter><section><section><para>
8192 #: pkgs.dbk:821
8193 msgid ""
8194 "Bear in mind that it is not obligatory to close bugs using the changelog as "
8195 "described above.  If you simply want to close bugs that don't have anything "
8196 "to do with an upload you made, do it by emailing an explanation to "
8197 "<email><replaceable>XXX</replaceable>-done@&bugs-host;</email>.  Do "
8198 "<emphasis role=\"strong\">not</emphasis> close bugs in the changelog entry "
8199 "of a version if the changes in that version of the package don't have any "
8200 "bearing on the bug."
8201 msgstr ""
8202 "Behalten Sie im Gedächnis, dass es nicht verpflichend ist, Fehler unter "
8203 "Benutzung des Änderungsprotokolls zu schließen, wie oben beschrieben. Falls "
8204 "Sie nur einfach einen Fehler schließen möchten, der mit dem von Ihnen "
8205 "getätigten Upload nichts zu tun hat, können Sie dies durch Mailen einer "
8206 "Erläuterung an <email><replaceable>XXX</replaceable>-done@&bugs-host;</"
8207 "email> erledigen. Schließen Sie <emphasis role=\"strong\">keine</emphasis> "
8208 "Fehler im Änderungsprotokolleintrag einer Version, wenn die Änderungen in "
8209 "dieser Version des Pakets keine Bedeutung für den Fehler haben."
8210
8211 #. type: Content of: <chapter><section><section><para>
8212 #: pkgs.dbk:829
8213 msgid ""
8214 "For general information on how to write your changelog entries, see <xref "
8215 "linkend=\"bpp-debian-changelog\"/>."
8216 msgstr ""
8217 "Allgemeine Informationen über das Verfassen von Änderungsprotokolleinträgen "
8218 "finden Sie unter <xref linkend=\"bpp-debian-changelog\"/>."
8219
8220 #. type: Content of: <chapter><section><section><title>
8221 #: pkgs.dbk:835
8222 msgid "Handling security-related bugs"
8223 msgstr "Handhabung von sicherheitsrelevanten Fehlern"
8224
8225 #. type: Content of: <chapter><section><section><para>
8226 #: pkgs.dbk:837
8227 msgid ""
8228 "Due to their sensitive nature, security-related bugs must be handled "
8229 "carefully.  The Debian Security Team exists to coordinate this activity, "
8230 "keeping track of outstanding security problems, helping maintainers with "
8231 "security problems or fixing them themselves, sending security advisories, "
8232 "and maintaining <literal>security.debian.org</literal>."
8233 msgstr ""
8234 "Aufgrund ihrer sensiblen Natur müssen sicherheitsrelevante Fehler vorsichtig "
8235 "gehandhabt werden. Das Debian-Sicherheits-Team existiert, um diese "
8236 "Aktivitäten zu koordinieren, ausstehende Sicherheitsprobleme zu verfolgen, "
8237 "Paketbetreuern bei Sicherheitsproblemen zu helfen oder sie selbst zu "
8238 "beheben, Sicherheitswarnungen zu senden und <literal>security.debian.org</"
8239 "literal> zu verwalten."
8240
8241 #. type: Content of: <chapter><section><section><para>
8242 #: pkgs.dbk:844
8243 msgid ""
8244 "When you become aware of a security-related bug in a Debian package, whether "
8245 "or not you are the maintainer, collect pertinent information about the "
8246 "problem, and promptly contact the security team, preferably by filing a "
8247 "ticket in their Request Tracker.  See <ulink url=\"http://wiki.debian.org/rt."
8248 "debian.org#Security_Team\"></ulink>.  Alternatively you may email &email-"
8249 "security-team;.  <emphasis role=\"strong\">DO NOT UPLOAD</emphasis> any "
8250 "packages for <literal>stable</literal> without contacting the team.  Useful "
8251 "information includes, for example:"
8252 msgstr ""
8253 "Wenn Sie einen sicherheitsrelevanten Fehler in einem Debian-Paket bemerken, "
8254 "dessen Betreuer Sie sind oder nicht, sammeln Sie sachdienliche Informationen "
8255 "über das Problem und kontaktieren Sie umgehend das Sicherheits-Team, "
8256 "vorzugsweise durch Einreichen eines Eintrags in der Anfragenverfolgung "
8257 "(»Request Tracker«). Siehe <ulink url=\"http://wiki.debian.org/rt.debian."
8258 "org#Security_Team\"></ulink>. Alternativ können Sie eine E-Mail an &email-"
8259 "security-team; senden. <emphasis role=\"strong\">LADEN SIE KEINE</emphasis> "
8260 "Pakete für <literal>stable</literal> hoch, ohne das Team zu kontaktieren. "
8261 "Nützliche Informationen enthalten beispielsweise:"
8262
8263 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8264 #: pkgs.dbk:857
8265 msgid "Whether or not the bug is already public."
8266 msgstr "ob der Fehler bereits öffentlich ist oder nicht."
8267
8268 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8269 #: pkgs.dbk:862
8270 msgid ""
8271 "Which versions of the package are known to be affected by the bug.  Check "
8272 "each version that is present in a supported Debian release, as well as "
8273 "<literal>testing</literal> and <literal>unstable</literal>."
8274 msgstr ""
8275 "von welchen Versionen des Pakets bekannt ist, dass sie vom Fehler betroffen "
8276 "sind. Prüfen Sie jede Version, die es in einem unterstützten Debian-Release "
8277 "gibt, ebenso wie <literal>testing</literal> und <literal>unstable</literal>."
8278
8279 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8280 #: pkgs.dbk:869
8281 msgid ""
8282 "The nature of the fix, if any is available (patches are especially helpful)"
8283 msgstr ""
8284 "die Art der Fehlerbehebung, falls verfügbar (Patchs sind besonders hilfreich)"
8285
8286 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8287 #: pkgs.dbk:874
8288 msgid ""
8289 "Any fixed packages that you have prepared yourself (send only the <filename>."
8290 "diff.gz</filename> and <filename>.dsc</filename> files and read <xref "
8291 "linkend=\"bug-security-building\"/> first)"
8292 msgstr ""
8293 "jedes reparierte Paket, das Sie für sich selbst vorbereitet haben (senden "
8294 "Sie nur die Dateien <filename>.diff.gz</filename> und <filename>.dsc</"
8295 "filename> und lesen Sie zuerst <xref linkend=\"bug-security-building\"/>)"
8296
8297 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8298 #: pkgs.dbk:881
8299 msgid ""
8300 "Any assistance you can provide to help with testing (exploits, regression "
8301 "testing, etc.)"
8302 msgstr ""
8303 "jede Unterstützung, die sie zur Hilfe beim Testen anbieten können (Exploits, "
8304 "Regressionstest etc.)"
8305
8306 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
8307 #: pkgs.dbk:887
8308 msgid ""
8309 "Any information needed for the advisory (see <xref linkend=\"bug-security-"
8310 "advisories\"/>)"
8311 msgstr ""
8312 "jede Information, die für die zur Warnung nötig ist (siehe <xref linkend="
8313 "\"bug-security-advisories\"/>)"
8314
8315 #. type: Content of: <chapter><section><section><para>
8316 #: pkgs.dbk:892
8317 msgid ""
8318 "As the maintainer of the package, you have the responsibility to maintain "
8319 "it, even in the stable release. You are in the best position to evaluate "
8320 "patches and test updated packages, so please see the sections below on how "
8321 "to prepare packages for the Security Team to handle."
8322 msgstr ""
8323 "Als Betreuer des Pakets sind sie verantwortlich für dessen Verwaltung, sogar "
8324 "im Stable-Release. Sie sind in der besten Position, um Patchs zu beurteilen "
8325 "und aktualisierte Pakete zu testen, sehen Sie daher bitte in die folgenden "
8326 "Abschnitte, wie Pakete vorbereitet werden, damit sie vom Sicherheits-Team "
8327 "gehandhabt werden können."
8328
8329 #. type: Content of: <chapter><section><section><section><title>
8330 #: pkgs.dbk:898
8331 msgid "The Security Tracker"
8332 msgstr "Die Sicherheits-Fehlerverfolgung"
8333
8334 #. type: Content of: <chapter><section><section><section><para>
8335 #: pkgs.dbk:900
8336 msgid ""
8337 "The security team maintains a central database, the <ulink url=\"http://"
8338 "security-tracker.debian.org/\">Debian Security Tracker</ulink>.  This "
8339 "contains all public information that is known about security issues: which "
8340 "packages and versions are affected or fixed, and thus whether stable, "
8341 "testing and/or unstable are vulnerable. Information that is still "
8342 "confidential is not added to the tracker."
8343 msgstr ""
8344 "Das Sicherheits-Team verwaltet eine zentrale Datenbank, die <ulink url="
8345 "\"http://security-tracker.debian.org/\">Debian-Sicherheits-Fehlerverfolgung</"
8346 "ulink>. Diese enthält alle öffentlich verfügbaren Informationen, die über "
8347 "Sicherheitsthemen verfügbar sind: welche Pakete und Versionen betroffen oder "
8348 "repariert sind und ob daher Stable, Testing und/oder Unstable angreifbar "
8349 "sind. Informationen, die immer noch vertraulich sind, werden nicht zur "
8350 "Fehlerverfolgung hinzugefügt."
8351
8352 #. type: Content of: <chapter><section><section><section><para>
8353 #: pkgs.dbk:908
8354 msgid ""
8355 "You can search it for a specific issue, but also on package name. Look for "
8356 "your package to see which issues are still open. If you can, please provide "
8357 "more information about those issues, or help to address them in your "
8358 "package.  Instructions are on the tracker web pages."
8359 msgstr ""
8360 "Sie können Sie nach einem bestimmten Thema durchsuchen, aber auch nach einem "
8361 "Paketnamen. Schauen Sie nach Ihrem Paket, um zu sehen, welche Themen noch "
8362 "offen sind. Bitte stellen Sie, falls Sie können, weitere Informationen über "
8363 "diese Themen bereit oder helfen Sie, sie in Ihrem Paket zu behandeln. "
8364 "Anweisungen finden Sie auf dem Webseiten der Fehlerverfolgung."
8365
8366 #. type: Content of: <chapter><section><section><section><title>
8367 #: pkgs.dbk:916
8368 msgid "Confidentiality"
8369 msgstr "Vertraulichkeit"
8370
8371 #. type: Content of: <chapter><section><section><section><para>
8372 #: pkgs.dbk:918
8373 msgid ""
8374 "Unlike most other activities within Debian, information about security "
8375 "issues must sometimes be kept private for a time.  This allows software "
8376 "distributors to coordinate their disclosure in order to minimize their "
8377 "users' exposure.  Whether this is the case depends on the nature of the "
8378 "problem and corresponding fix, and whether it is already a matter of public "
8379 "knowledge."
8380 msgstr ""
8381 "Anders als bei den meisten Aktivitäten innerhalb von Debian, werden "
8382 "Informationen über Sicherheitsthemen eine Zeit lang geheim gehalten. Dies "
8383 "erlaubt es Software-Verteibern, ihre Offenlegung zu koordinieren, um die "
8384 "Belastung ihrer Anwender zu minimieren. Ob dies der Fall ist, hängt von der "
8385 "Natur des Problems und der zugehörigen Fehlerbehebung ab und ob bereits eine "
8386 "Angelegenheit an die Öffentlichkeit gesickert ist."
8387
8388 #. type: Content of: <chapter><section><section><section><para>
8389 #: pkgs.dbk:925
8390 msgid "There are several ways developers can learn of a security problem:"
8391 msgstr ""
8392 "Es gibt mehrere Möglichkeiten, wie Entwickler von einem Sicherheitsproblem "
8393 "erfahren:"
8394
8395 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8396 #: pkgs.dbk:930
8397 msgid "they notice it on a public forum (mailing list, web site, etc.)"
8398 msgstr ""
8399 "sie bemerken es in einem öffentlichen Forum (Maillingliste, Website etc.)"
8400
8401 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8402 #: pkgs.dbk:935
8403 msgid "someone files a bug report"
8404 msgstr "jemand verfasst einen Fehlerbericht"
8405
8406 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8407 #: pkgs.dbk:940
8408 msgid "someone informs them via private email"
8409 msgstr "jemand informiert sie per privater E-Mail"
8410
8411 #. type: Content of: <chapter><section><section><section><para>
8412 #: pkgs.dbk:945
8413 msgid ""
8414 "In the first two cases, the information is public and it is important to "
8415 "have a fix as soon as possible.  In the last case, however, it might not be "
8416 "public information.  In that case there are a few possible options for "
8417 "dealing with the problem:"
8418 msgstr ""
8419 "In den ersten beiden Fällen ist die Information öffentlich und es ist "
8420 "wichtig, so schnell wie möglich eine Fehlerbehebung zu haben. Im letzen Fall "
8421 "könnte die Information nicht öffentlich sein, In diesem Fall gibt es ein "
8422 "paar mögliche Optionen, mit dem Problem umzugehen:"
8423
8424 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8425 #: pkgs.dbk:953
8426 msgid ""
8427 "If the security exposure is minor, there is sometimes no need to keep the "
8428 "problem a secret and a fix should be made and released."
8429 msgstr ""
8430 "Falls die Offenlegung der Sicherheit gering ist, ist es manchmal nicht "
8431 "nötig, das Problem geheim zu halten und es sollte eine Fehlerbehebung "
8432 "erstellt und veröffentlicht werden."
8433
8434 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8435 #: pkgs.dbk:959
8436 msgid ""
8437 "If the problem is severe, it is preferable to share the information with "
8438 "other vendors and coordinate a release.  The security team keeps in contact "
8439 "with the various organizations and individuals and can take care of that."
8440 msgstr ""
8441 "Falls das Problem ernst ist, sollte diese Information vorzugsweise mit "
8442 "anderen Anbietern geteilt werden, um eine Veröffentlichung zu koordinieren. "
8443 "Das Sicherheits-Team hält Kontakt zu verschiedenen Organisationen und "
8444 "Einzelpersonen, die sich darum kümmern."
8445
8446 #. type: Content of: <chapter><section><section><section><para>
8447 #: pkgs.dbk:966
8448 msgid ""
8449 "In all cases if the person who reports the problem asks that it not be "
8450 "disclosed, such requests should be honored, with the obvious exception of "
8451 "informing the security team in order that a fix may be produced for a stable "
8452 "release of Debian.  When sending confidential information to the security "
8453 "team, be sure to mention this fact."
8454 msgstr ""
8455 "Wenn die Person, die das Problem meldet, bittet, dass es nicht offengelegt "
8456 "wird, sollte diese Anfrage auf alle Fälle mit der einleuchtenden Ausnahme "
8457 "gewürdigt werden, das Sicherheits-Team zu informieren, damit der Fehler für "
8458 "ein Stable-Release von Debian erstellt werden kann. Vergessen Sie nicht, "
8459 "diese Tatsache zu erwähnen, wenn vertrauliche Informationen zum Sicherheits-"
8460 "Team gesandt werden."
8461
8462 #. type: Content of: <chapter><section><section><section><para>
8463 #: pkgs.dbk:973
8464 msgid ""
8465 "Please note that if secrecy is needed you may not upload a fix to "
8466 "<literal>unstable</literal> (or anywhere else, such as a public VCS "
8467 "repository).  It is not sufficient to obfuscate the details of the change, "
8468 "as the code itself is public, and can (and will) be examined by the general "
8469 "public."
8470 msgstr ""
8471 "Bitte beachten Sie, dass Sie keine Fehlerbehebung nach <literal>unstable</"
8472 "literal> (oder an eine andere Stelle, wie ein öffentliches VCS-Depot) senden "
8473 "können, wenn Geheimhaltung nötig ist. Es reicht nicht aus, die Einzelheiten "
8474 "der Änderung zu verschleiern, da der Code selbst öffentlich ist und von der "
8475 "Allgemeinheit untersucht werden kann (und soll)."
8476
8477 #. type: Content of: <chapter><section><section><section><para>
8478 #: pkgs.dbk:980
8479 msgid ""
8480 "There are two reasons for releasing information even though secrecy is "
8481 "requested: the problem has been known for a while, or the problem or exploit "
8482 "has become public."
8483 msgstr ""
8484 "Es gibt zwei Gründe, Informationen sogar dann zu veröffentlichen, wenn um "
8485 "Geheimhaltung gebeten wurde: Das Problem ist bereits seit einer Weile "
8486 "bekannt oder es wurde ein Exploit veröffentlicht."
8487
8488 #. type: Content of: <chapter><section><section><section><para>
8489 #: pkgs.dbk:985
8490 msgid ""
8491 "The Security Team has a PGP-key to enable encrypted communication about "
8492 "sensitive issues. See the <ulink url=\"http://www.debian.org/security/"
8493 "faq#contact\">Security Team FAQ</ulink> for details."
8494 msgstr ""
8495 "Das Sicherheits-Team hat einen PGP-Schlüssel, um verschlüsselte "
8496 "Kommunikation über sensible Themen zu aktivieren. Einzelheiten finden Sie in "
8497 "der <ulink url=\"http://www.debian.org/security/faq#contact\">Debian "
8498 "Sicherheits-FAQ</ulink>."
8499
8500 #. type: Content of: <chapter><section><section><section><title>
8501 #: pkgs.dbk:991
8502 msgid "Security Advisories"
8503 msgstr "Sicherheitswarnungen"
8504
8505 #. type: Content of: <chapter><section><section><section><para>
8506 #: pkgs.dbk:993
8507 msgid ""
8508 "Security advisories are only issued for the current, released stable "
8509 "distribution, and <emphasis>not</emphasis> for <literal>testing</literal> or "
8510 "<literal>unstable</literal>.  When released, advisories are sent to the "
8511 "&email-debian-security-announce; mailing list and posted on <ulink url="
8512 "\"&url-debian-security-advisories;\">the security web page</ulink>.  "
8513 "Security advisories are written and posted by the security team.  However "
8514 "they certainly do not mind if a maintainer can supply some of the "
8515 "information for them, or write part of the text.  Information that should be "
8516 "in an advisory includes:"
8517 msgstr ""
8518 "Sicherheitswarnungen werden nur für die aktuelle, veröffentlichte Stable-"
8519 "Distribution ausgegeben und <emphasis>nicht</emphasis> für <literal>testing</"
8520 "literal> oder <literal>unstable</literal>. Wenn Sie veröffentlicht werden, "
8521 "werden sie an die Mailingliste &email-debian-security-announce; und an die "
8522 "Website <ulink url=\"&url-debian-security-advisories;\">Sicherheits-"
8523 "Informationen</ulink> geschickt. Sicherheitswarnungen werden vom Sicherheits-"
8524 "Team verfasst und verschickt. Es macht natürlich nichts aus, wenn ein "
8525 "Paketbetreuer einige Informationen dazu bereitstellen kann oder einen Teil "
8526 "des Textes verfasst. Informationen in einer Warnung sollten Folgendes "
8527 "umfassen:"
8528
8529 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8530 #: pkgs.dbk:1006
8531 msgid "A description of the problem and its scope, including:"
8532 msgstr ""
8533 "eine Beschreibung des Problems und seines Geltungsbereichs, einschließlich:"
8534
8535 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8536 #: pkgs.dbk:1011
8537 msgid "The type of problem (privilege escalation, denial of service, etc.)"
8538 msgstr "dem Typ des Problems (Rechteausweitung, Dienstverweigerung etc.)"
8539
8540 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8541 #: pkgs.dbk:1016
8542 msgid "What privileges may be gained, and by whom (if any)"
8543 msgstr ""
8544 "Welche Privilegien können erlangt werden und durch wen (falls durch "
8545 "jemanden)?"
8546
8547 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8548 #: pkgs.dbk:1021
8549 msgid "How it can be exploited"
8550 msgstr "Wie kann dies ausgenutzt werden?"
8551
8552 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8553 #: pkgs.dbk:1026
8554 msgid "Whether it is remotely or locally exploitable"
8555 msgstr "Ist es aus der Ferne oder lokal ausnutzbar?"
8556
8557 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
8558 #: pkgs.dbk:1031
8559 msgid "How the problem was fixed"
8560 msgstr "Wie wurde das Problem gelöst?"
8561
8562 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8563 #: pkgs.dbk:1036
8564 msgid "This information allows users to assess the threat to their systems."
8565 msgstr ""
8566 "Diese Informationen ermöglichen es Anwendern die Bedrohung ihrer Systeme zu "
8567 "beurteilen."
8568
8569 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8570 #: pkgs.dbk:1041
8571 msgid "Version numbers of affected packages"
8572 msgstr "Versionsnummern betroffener Pakete"
8573
8574 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8575 #: pkgs.dbk:1046
8576 msgid "Version numbers of fixed packages"
8577 msgstr "Versionsnummern reparierter Pakete"
8578
8579 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8580 #: pkgs.dbk:1051
8581 msgid ""
8582 "Information on where to obtain the updated packages (usually from the Debian "
8583 "security archive)"
8584 msgstr ""
8585 "Informationen, woher man die aktualisierten Pakete bekommen kann "
8586 "(üblicherweise aus dem Debian-Sicherheitsarchiv)"
8587
8588 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8589 #: pkgs.dbk:1057
8590 msgid ""
8591 "References to upstream advisories, <ulink url=\"http://cve.mitre.org\">CVE</"
8592 "ulink> identifiers, and any other information useful in cross-referencing "
8593 "the vulnerability"
8594 msgstr ""
8595 "Referenzen zu Warnungen der Originalautoren, <ulink url=\"http://cve.mitre."
8596 "org\">CVE</ulink>-Bezeichner und jede andere nützliche Informationen in "
8597 "Querverweisen zur Schwachstelle"
8598
8599 #. type: Content of: <chapter><section><section><section><title>
8600 #: pkgs.dbk:1066
8601 msgid "Preparing packages to address security issues"
8602 msgstr "Pakete vorbereiten, um Sicherheitsthemen anzugehen"
8603
8604 #. type: Content of: <chapter><section><section><section><para>
8605 #: pkgs.dbk:1068
8606 msgid ""
8607 "One way that you can assist the security team in their duties is to provide "
8608 "them with fixed packages suitable for a security advisory for the stable "
8609 "Debian release."
8610 msgstr ""
8611 "Eine Möglichkeit, dem Sicherheits-Team bei seinen Aufgaben beizustehen "
8612 "besteht darin, es mit reparierten Paketen zu versorgen, die für eine "
8613 "Sicherheitswarnung des Stable-Releases geeignet sind."
8614
8615 #. type: Content of: <chapter><section><section><section><para>
8616 #: pkgs.dbk:1073
8617 msgid ""
8618 "When an update is made to the stable release, care must be taken to avoid "
8619 "changing system behavior or introducing new bugs.  In order to do this, make "
8620 "as few changes as possible to fix the bug.  Users and administrators rely on "
8621 "the exact behavior of a release once it is made, so any change that is made "
8622 "might break someone's system.  This is especially true of libraries: make "
8623 "sure you never change the API or ABI, no matter how small the change."
8624 msgstr ""
8625 "Wenn eine Aktualisierung am Stable-Release vorgenommen wird, muss dies "
8626 "behutsam getan werden, damit eine Änderung des Systemverhaltens vermieden "
8627 "wird und keine neuen Fehler eingeschleppt werden. Um dies zu erreichen, "
8628 "ändern Sie so wenig wie möglich, wenn Sie Fehler beheben. Anwender und "
8629 "Administratoren verlassen sich auf das exakte Verhalten des Release nachdem "
8630 "es veröffentlicht wurde, so dass jegliche vorgenommene Änderung das System "
8631 "von jemandem stören könnte. Dies trifft im Besonderen auf Bibliotheken zu: "
8632 "Stellen Sie sicher, dass Sie nie das API oder das ABI ändern, egal wie klein "
8633 "die Änderung auch sein mag."
8634
8635 #. type: Content of: <chapter><section><section><section><para>
8636 #: pkgs.dbk:1081
8637 msgid ""
8638 "This means that moving to a new upstream version is not a good solution.  "
8639 "Instead, the relevant changes should be back-ported to the version present "
8640 "in the current stable Debian release.  Generally, upstream maintainers are "
8641 "willing to help if needed.  If not, the Debian security team may be able to "
8642 "help."
8643 msgstr ""
8644 "Dies bedeutet, dass das Umschwenken auf eine neue Originalversion keine gute "
8645 "Lösung ist. Stattdessen sollten die passenden Änderungen auf die Versionen "
8646 "im aktuellen Debian-Stable-Release zurückportiert werden. Generell sind "
8647 "Original-Paketbetreuer bereit zu helfen, wenn nötig. Falls nicht, könnte das "
8648 "Debian-Sicherheits-Team in der Lage sein zu helfen."
8649
8650 #. type: Content of: <chapter><section><section><section><para>
8651 #: pkgs.dbk:1087
8652 msgid ""
8653 "In some cases, it is not possible to back-port a security fix, for example "
8654 "when large amounts of source code need to be modified or rewritten.  If this "
8655 "happens, it may be necessary to move to a new upstream version.  However, "
8656 "this is only done in extreme situations, and you must always coordinate that "
8657 "with the security team beforehand."
8658 msgstr ""
8659 "In manchen Fällen ist es unmöglich eine Sicherheitsreparatur zurück zu "
8660 "portieren, zum Beispiel, wenn große Teile des Quelltextes geändert oder "
8661 "überschrieben werden müssen. Falls dies geschieht, könnte es nötig sein, zu "
8662 "einer neue Originalversion zu wechseln. Dies wird jedoch nur in extremen "
8663 "Situationen getan und Sie müssen dies immer vorab mit dem Sicherheits-Team "
8664 "abstimmen."
8665
8666 #. type: Content of: <chapter><section><section><section><para>
8667 #: pkgs.dbk:1094
8668 msgid ""
8669 "Related to this is another important guideline: always test your changes.  "
8670 "If you have an exploit available, try it and see if it indeed succeeds on "
8671 "the unpatched package and fails on the fixed package.  Test other, normal "
8672 "actions as well, as sometimes a security fix can break seemingly unrelated "
8673 "features in subtle ways."
8674 msgstr ""
8675 "Darauf bezieht sich eine weitere wichtige Richtlinie: Testen Sie immer Ihre "
8676 "Änderungen. Falls Sie über ein Exploit verfügen, probieren Sie es aus und "
8677 "sehen Sie, ob es wirklich beim nicht reparierten Paket erfolgreich ist und "
8678 "am reparierten Paket scheitert. Testen Sie auch andere normale Aktionen, da "
8679 "eine Sicherheitsreparatur manchmal scheinbar nicht betroffene Funktionen auf "
8680 "raffinierte Weise stört."
8681
8682 #. type: Content of: <chapter><section><section><section><para>
8683 #: pkgs.dbk:1101
8684 msgid ""
8685 "Do <emphasis role=\"strong\">NOT</emphasis> include any changes in your "
8686 "package which are not directly related to fixing the vulnerability.  These "
8687 "will only need to be reverted, and this wastes time.  If there are other "
8688 "bugs in your package that you would like to fix, make an upload to proposed-"
8689 "updates in the usual way, after the security advisory is issued.  The "
8690 "security update mechanism is not a means for introducing changes to your "
8691 "package which would otherwise be rejected from the stable release, so please "
8692 "do not attempt to do this."
8693 msgstr ""
8694 "Nehmen Sie <emphasis role=\"strong\">KEINE</emphasis> Änderungen in Ihr "
8695 "Paket auf, die sich nicht direkt auf die Reparatur der Schwachstelle "
8696 "beziehen. Diese müssten rückgängig gemacht werden, was Zeit kostet. Falls es "
8697 "in Ihrem Paket andere Fehler gibt, die Sie gerne beheben würden, machen Sie "
8698 "auf dem üblichen Weg ein Upload nach »proposed-updates«, nachdem die "
8699 "Sicherheitswarnung veröffentlicht wurde. Der Sicherheits-"
8700 "Aktualisierungsmechanismus ist kein Mittel, um Änderungen an Ihrem Paket "
8701 "einzuführen, die andernfalls vom Stable-Release abgelehnt worden wären, "
8702 "unterlassen sie es also."
8703
8704 #. type: Content of: <chapter><section><section><section><para>
8705 #: pkgs.dbk:1111
8706 msgid ""
8707 "Review and test your changes as much as possible.  Check the differences "
8708 "from the previous version repeatedly (<command>interdiff</command> from the "
8709 "<systemitem role=\"package\">patchutils</systemitem> package and "
8710 "<command>debdiff</command> from <systemitem role=\"package\">devscripts</"
8711 "systemitem> are useful tools for this, see <xref linkend=\"debdiff\"/>)."
8712 msgstr ""
8713 "Überprüfen und testen Sie Ihre Änderungen so ausgiebig wie möglich. Prüfen "
8714 "Sie die Unterschiede zur vorherigen Version mehrmals (<command>interdiff</"
8715 "command> aus dem Paket <systemitem role=\"package\">patchutils</systemitem> "
8716 "und <command>debdiff</command> aus <systemitem role=\"package\">devscripts</"
8717 "systemitem> sind nützlich Werkzeuge dafür, siehe <xref linkend=\"debdiff\"/"
8718 ">)."
8719
8720 #. type: Content of: <chapter><section><section><section><para>
8721 #: pkgs.dbk:1119
8722 msgid "Be sure to verify the following items:"
8723 msgstr "Überprüfen Sie unbedingt folgende Elemente:"
8724
8725 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8726 #: pkgs.dbk:1124
8727 msgid ""
8728 "<emphasis role=\"strong\">Target the right distribution</emphasis> in your "
8729 "<filename>debian/changelog</filename>: <replaceable>codename</"
8730 "replaceable><literal>-security</literal> (e.g. <literal>wheezy-security</"
8731 "literal>).  Do not target <replaceable>distribution</replaceable><literal>-"
8732 "proposed-updates</literal> or <literal>stable</literal>!"
8733 msgstr ""
8734 "<emphasis role=\"strong\">Visieren Sie</emphasis> in Ihrem <filename>debian/"
8735 "changelog</filename> die richtige Version an: <replaceable>Codename</"
8736 "replaceable><literal>-security</literal> (z.B. <literal>wheezy-security</"
8737 "literal>). Peilen Sie nicht <replaceable>Distribution</replaceable><literal>-"
8738 "proposed-updates</literal> oder <literal>stable</literal> an!"
8739
8740 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8741 #: pkgs.dbk:1134
8742 msgid ""
8743 "The upload should have <emphasis role=\"strong\">urgency=high</emphasis>."
8744 msgstr ""
8745 "Der Upload sollte die <emphasis role=\"strong\">urgency=high</emphasis> "
8746 "haben."
8747
8748 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8749 #: pkgs.dbk:1139
8750 msgid ""
8751 "Make descriptive, meaningful changelog entries.  Others will rely on them to "
8752 "determine whether a particular bug was fixed.  Add <literal>closes:</"
8753 "literal> statements for any <emphasis role=\"strong\">Debian bugs</emphasis> "
8754 "filed.  Always include an external reference, preferably a <emphasis role="
8755 "\"strong\">CVE identifier</emphasis>, so that it can be cross-referenced. "
8756 "However, if a CVE identifier has not yet been assigned, do not wait for it "
8757 "but continue the process. The identifier can be cross-referenced later."
8758 msgstr ""
8759 "Verfassen Sie anschauliche, aussagekräftige Änderungsprotokolleinträge. "
8760 "Andere werden sich darauf verlassen, um zu bestimmen, ob ein bestimmter "
8761 "Fehler behoben wurde. Fügen Sie für alle eingereichten <emphasis role="
8762 "\"strong\">Debian-Fehler</emphasis> <literal>closes:</literal>-Angaben "
8763 "hinzu. Beziehen Sie immer einen externen Bezug ein, vorzugsweise einen "
8764 "<emphasis role=\"strong\">CVE-Bezeichner</emphasis>, so dass Querverweise "
8765 "darauf möglich sind. Wenn ein CVE-Bezeichner jedoch noch nicht zugewiesen "
8766 "wurde, warten Sie nicht darauf, fahren Sie aber mit dem Prozess fort. Ein "
8767 "späterer Querverweis auf den Bezeichner ist möglich."
8768
8769 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8770 #: pkgs.dbk:1150
8771 msgid ""
8772 "Make sure the <emphasis role=\"strong\">version number</emphasis> is "
8773 "proper.  It must be greater than the current package, but less than package "
8774 "versions in later distributions.  If in doubt, test it with <literal>dpkg --"
8775 "compare-versions</literal>.  Be careful not to re-use a version number that "
8776 "you have already used for a previous upload, or one that conflicts with a "
8777 "binNMU. The convention is to append <literal>+</"
8778 "literal><replaceable>codename</replaceable><literal>1</literal>, e.g.  "
8779 "<literal>1:2.4.3-4+lenny1</literal>, of course increasing 1 for any "
8780 "subsequent uploads."
8781 msgstr ""
8782 "Stellen Sie sicher, dass die <emphasis role=\"strong\">Versionsnummer</"
8783 "emphasis> angemessen ist. Sie muss größer als die des aktuellen Pakets, aber "
8784 "kleiner als die von Paketversionen in neueren Distributionen sein. Falls es "
8785 "Zweifel gibt, prüfen Sie es mit <literal>dpkg --compare-versions</literal>. "
8786 "Seien Sie vorsichtig, dass Sie keine Versionsnummer wiederverwenden, die Sie "
8787 "für einen vorherigen Upload benutzt haben oder eine, die Konflikte mit einem "
8788 "binNMU auslöst. Es ist Brauch <literal>+</literal><replaceable>Codename</"
8789 "replaceable><literal>1</literal> anzuhängen, z.B. <literal>1:2.4.3-4+lenny1</"
8790 "literal> und natürlich bei nachfolgenden Uploads um eins zu erhöhen."
8791
8792 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8793 #: pkgs.dbk:1163
8794 msgid ""
8795 "Unless the upstream source has been uploaded to <literal>security.debian."
8796 "org</literal> before (by a previous security update), build the upload "
8797 "<emphasis role=\"strong\">with full upstream source</emphasis> "
8798 "(<literal>dpkg-buildpackage -sa</literal>).  If there has been a previous "
8799 "upload to <literal>security.debian.org</literal> with the same upstream "
8800 "version, you may upload without upstream source (<literal>dpkg-buildpackage -"
8801 "sd</literal>)."
8802 msgstr ""
8803 "Sofern die Originalquelle nicht vorher nach <literal>security.debian.org</"
8804 "literal> hochgeladen wurde, (durch eine vorhergehende "
8805 "Sicherheitsaktualisierung) erstellen Sie den Upload <emphasis role=\"strong"
8806 "\">aus vollständigen Originalquellen</emphasis> (<literal>dpkg-buildpackage -"
8807 "sa</literal>). Falls es einen vorhergehenden Upload nach <literal>security."
8808 "debian.org</literal> mit der gleichen Originalversion gab, könnten Sie ohne "
8809 "die Originalquelle hochladen (<literal>dpkg-buildpackage -sd</literal>)."
8810
8811 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8812 #: pkgs.dbk:1174
8813 msgid ""
8814 "Be sure to use the <emphasis role=\"strong\">exact same <filename>*.orig.tar."
8815 "{gz,bz2,xz}</filename></emphasis> as used in the normal archive, otherwise "
8816 "it is not possible to move the security fix into the main archives later."
8817 msgstr ""
8818 "Tragen Sie Sorge, dass die <emphasis role=\"strong\">exakt gleiche "
8819 "<filename>*.orig.tar.{gz,bz2,xz}</filename></emphasis>-Datei, wie im "
8820 "normalen Archiv benutzt wird. Andernfalls ist es nicht möglich, die "
8821 "Sicherheitsfehlerbehebung später in die Hauptarchive zu verschieben."
8822
8823 #. type: Content of: <chapter><section><section><section><itemizedlist><listitem><para>
8824 #: pkgs.dbk:1182
8825 msgid ""
8826 "Build the package on a <emphasis role=\"strong\">clean system</emphasis> "
8827 "which only has packages installed from the distribution you are building "
8828 "for. If you do not have such a system yourself, you can use a debian.org "
8829 "machine (see <xref linkend=\"server-machines\"/>) or setup a chroot (see "
8830 "<xref linkend=\"pbuilder\"/> and <xref linkend=\"debootstrap\"/>)."
8831 msgstr ""
8832 "Erstellen Sie das Paket auf einem <emphasis role=\"strong\">einwandfreien "
8833 "System</emphasis>, auf dem nur Pakete der Distribution installiert sind, für "
8834 "die Sie es erstellen. Falls Sie selbst nicht über ein solches System "
8835 "verfügen, können Sie eine debian.org-Maschine verwenden (siehe <xref linkend="
8836 "\"server-machines\"/>) oder richten Sie ein Chroot ein (siehe <xref linkend="
8837 "\"pbuilder\"/> und <xref linkend=\"debootstrap\"/>)."
8838
8839 #. type: Content of: <chapter><section><section><section><title>
8840 #: pkgs.dbk:1193
8841 msgid "Uploading the fixed package"
8842 msgstr "Hochladen eines reparierten Pakets"
8843
8844 #. type: Content of: <chapter><section><section><section><para>
8845 #: pkgs.dbk:1195
8846 msgid ""
8847 "Do <emphasis role=\"strong\">NOT</emphasis> upload a package to the security "
8848 "upload queue (on <literal>security-master.debian.org</literal>)  without "
8849 "prior authorization from the security team.  If the package does not exactly "
8850 "meet the team's requirements, it will cause many problems and delays in "
8851 "dealing with the unwanted upload."
8852 msgstr ""
8853 "Laden Sie <emphasis role=\"strong\">KEIN</emphasis> Paket in die Sicherheits-"
8854 "Upload-Warteschlange (auf <literal>security-master.debian.org</literal>) "
8855 "ohne vorherige Genehmigung des Sicherheits-Teams. Falls das Paket nicht "
8856 "exakt den Anforderungen des Teams entspricht, wird es viele Probleme und "
8857 "Verzögerungen im Umgang mit dem unerwünschten Upload verursachen."
8858
8859 #. type: Content of: <chapter><section><section><section><para>
8860 #: pkgs.dbk:1202
8861 msgid ""
8862 "Do <emphasis role=\"strong\">NOT</emphasis> upload your fix to "
8863 "<literal>proposed-updates</literal> without coordinating with the security "
8864 "team.  Packages from <literal>security.debian.org</literal> will be copied "
8865 "into the <literal>proposed-updates</literal> directory automatically.  If a "
8866 "package with the same or a higher version number is already installed into "
8867 "the archive, the security update will be rejected by the archive system.  "
8868 "That way, the stable distribution will end up without a security update for "
8869 "this package instead."
8870 msgstr ""
8871 "Laden Sie ihre Fehlerbehebung <emphasis role=\"strong\">NICHT</emphasis> "
8872 "nach <literal>proposed-updates</literal> ohne Abstimmung mit dem Sicherheits-"
8873 "Team hoch. Pakete von <literal>security.debian.org</literal> werden "
8874 "automatisch direkt in das Verzeichnis <literal>proposed-updates</literal> "
8875 "kopiert. Falls bereits ein Paket mit der gleichen oder einer höheren "
8876 "Versionsnummer im Archiv installiert ist, wird die Sicherheitsaktualisierung "
8877 "durch das Archivsystem abgelehnt. Stattdessen endet auf diese Weise die "
8878 "Distribution Stable ohne eine Sicherheitsaktualisierung für dieses Paket."
8879
8880 #. type: Content of: <chapter><section><section><section><para>
8881 #: pkgs.dbk:1212
8882 msgid ""
8883 "Once you have created and tested the new package and it has been approved by "
8884 "the security team, it needs to be uploaded so that it can be installed in "
8885 "the archives.  For security uploads, the place to upload to is "
8886 "<literal>ftp://security-master.debian.org/pub/SecurityUploadQueue/</literal>."
8887 msgstr ""
8888 "Sobald Sie das neue Paket erstellt und getestet haben und es vom Sicherheits-"
8889 "Team zugelassen wurde, muss es hochgeladen werden, so dass es in den "
8890 "Archiven installiert werden kann. Sicherheits-Uploads werden nach "
8891 "<literal>ftp://security-master.debian.org/pub/SecurityUploadQueue/</literal> "
8892 "hochgeladen."
8893
8894 #. type: Content of: <chapter><section><section><section><para>
8895 #: pkgs.dbk:1218
8896 msgid ""
8897 "Once an upload to the security queue has been accepted, the package will "
8898 "automatically be built for all architectures and stored for verification by "
8899 "the security team."
8900 msgstr ""
8901 "Sobald ein Upload in die Sicherheitheitswarteschlange akzeptiert wurde, wird "
8902 "das Paket automatisch für alle Architekturen erstellt und zur Überprüfung "
8903 "durch das Sicherheits-Team gespeichert."
8904
8905 #. type: Content of: <chapter><section><section><section><para>
8906 #: pkgs.dbk:1223
8907 msgid ""
8908 "Uploads which are waiting for acceptance or verification are only accessible "
8909 "by the security team.  This is necessary since there might be fixes for "
8910 "security problems that cannot be disclosed yet."
8911 msgstr ""
8912 "Auf Uploads, die auf Zustimmung oder Prüfung warten, kann nur das "
8913 "Sicherheits-Team zugreifen. Dies ist nötig, da es sich um Fehlerbehebungen "
8914 "für Sicherheitsprobleme handeln könnte, die noch nicht offengelegt werden "
8915 "können."
8916
8917 #. type: Content of: <chapter><section><section><section><para>
8918 #: pkgs.dbk:1228
8919 msgid ""
8920 "If a member of the security team accepts a package, it will be installed on "
8921 "<literal>security.debian.org</literal> as well as proposed for the proper "
8922 "<replaceable>distribution</replaceable><literal>-proposed-updates</literal> "
8923 "on <literal>&ftp-master-host;</literal>."
8924 msgstr ""
8925 "Falls ein Mitglied des Sicherheits-Teams ein Paket akzeptiert, wird es auf "
8926 "<literal>security.debian.org</literal> installiert. Ebenso wird es für das "
8927 "passende <replaceable>Distribution</replaceable><literal>-proposed-updates</"
8928 "literal> auf <literal>&ftp-master-host;</literal> vorgeschlagen."
8929
8930 #. type: Content of: <chapter><section><title>
8931 #: pkgs.dbk:1240
8932 msgid ""
8933 "Moving, removing, renaming, orphaning, adopting, and reintroducing packages"
8934 msgstr ""
8935 "Verschieben, Entfernen, Verwaisen, Adoptieren und Wiedereinführen von Paketen"
8936
8937 #. type: Content of: <chapter><section><para>
8938 #: pkgs.dbk:1242
8939 msgid ""
8940 "Some archive manipulation operations are not automated in the Debian upload "
8941 "process.  These procedures should be manually followed by maintainers.  This "
8942 "chapter gives guidelines on what to do in these cases."
8943 msgstr ""
8944 "Einige Operationen zum Manipulieren von Archiven sind im Debian-Upload-"
8945 "Prozess nicht automatisiert. Diesen Prozeduren sollte manuell durch "
8946 "Paketbetreuer gefolgt werden. Dieses Kapitel gibt einen Leitfaden, was in "
8947 "diesen Fällen zu tun ist."
8948
8949 #. type: Content of: <chapter><section><section><title>
8950 #: pkgs.dbk:1247
8951 msgid "Moving packages"
8952 msgstr "Pakete verschieben"
8953
8954 #. type: Content of: <chapter><section><section><para><footnote><para>
8955 #: pkgs.dbk:1251
8956 msgid ""
8957 "See the <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for "
8958 "guidelines on what section a package belongs in."
8959 msgstr ""
8960 "Einen Leitfaden, in welchen Bereich ein Paket gehört, finden Sie im <ulink "
8961 "url=\"&url-debian-policy;\">Debian Policy Manual</ulink>."
8962
8963 #. type: Content of: <chapter><section><section><para>
8964 #: pkgs.dbk:1249
8965 msgid ""
8966 "Sometimes a package will change its section.  For instance, a package from "
8967 "the <literal>non-free</literal> section might be GPL'd in a later version, "
8968 "in which case the package should be moved to `main' or `contrib'."
8969 "<placeholder type=\"footnote\" id=\"0\"/>"
8970 msgstr ""
8971 "Manchmal ändert ein Paket seinen Bereich. Ein Paket aus dem Bereich "
8972 "<literal>non-free</literal> könnte zum Beispiel in einer neueren Version "
8973 "unter der GPL erscheinen. In diesem Fall sollte es nach »main« oder "
8974 "»contrib« verschoben werden.<placeholder type=\"footnote\" id=\"0\"/>"
8975
8976 #. type: Content of: <chapter><section><section><para>
8977 #: pkgs.dbk:1256
8978 msgid ""
8979 "If you need to change the section for one of your packages, change the "
8980 "package control information to place the package in the desired section, and "
8981 "re-upload the package (see the <ulink url=\"&url-debian-policy;\">Debian "
8982 "Policy Manual</ulink> for details).  You must ensure that you include the "
8983 "<filename>.orig.tar.{gz,bz2,xz}</filename> in your upload (even if you are "
8984 "not uploading a new upstream version), or it will not appear in the new "
8985 "section together with the rest of the package.  If your new section is "
8986 "valid, it will be moved automatically.  If it does not, then contact the "
8987 "ftpmasters in order to understand what happened."
8988 msgstr ""
8989 "Falls Sie für eines Ihrer Pakete den Bereich ändern müssen, ändern Sie die "
8990 "Paketsteuerungsinformation, um das Paket in den gewünschten Bereich zu "
8991 "platzieren und laden Sie das Paket erneut hoch (Einzelheiten finden Sie im "
8992 "<ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink>). Sie müssen "
8993 "sicherstellen, dass Sie Ihrem Upload die <filename>.orig.tar.{gz,bz2,xz}</"
8994 "filename>-Datei beifügen (sogar, wenn Sie keine neue Originalversion "
8995 "hochladen) sonst es wird nicht zusammen mit dem Rest des Pakets in dem neuen "
8996 "Bereich erscheinen. Falls Ihr neuer Bereich gültig ist, wird es automatisch "
8997 "verschoben. Falls dies nicht geschieht, wenden Sie sich an die Ftpmasters, "
8998 "damit Sie verstehen, was geschehen ist."
8999
9000 #. type: Content of: <chapter><section><section><para>
9001 #: pkgs.dbk:1268
9002 msgid ""
9003 "If, on the other hand, you need to change the <literal>subsection</literal> "
9004 "of one of your packages (e.g., ``devel'', ``admin''), the procedure is "
9005 "slightly different.  Correct the subsection as found in the control file of "
9006 "the package, and re-upload that.  Also, you'll need to get the override file "
9007 "updated, as described in <xref linkend=\"override-file\"/>."
9008 msgstr ""
9009 "Falls Sie andererseits die <literal>subsection</literal> eines Ihrer Pakete "
9010 "ändern müssen (z.B. »devel«, »admin«), ist die Prozedur etwas anders. "
9011 "Korrigieren Sie den in der Steuerungsdatei gefundenen Unterbereich des "
9012 "Pakets und laden Sie es erneut hoch. Außerdem müssen Sie die Datei "
9013 "»override« aktualisieren, wie es in <xref linkend=\"override-file\"/> "
9014 "beschrieben wird."
9015
9016 #. type: Content of: <chapter><section><section><title>
9017 #: pkgs.dbk:1277
9018 msgid "Removing packages"
9019 msgstr "Pakete entfernen"
9020
9021 #. type: Content of: <chapter><section><section><para>
9022 #: pkgs.dbk:1279
9023 msgid ""
9024 "If for some reason you want to completely remove a package (say, if it is an "
9025 "old compatibility library which is no longer required), you need to file a "
9026 "bug against <systemitem role=\"package\">&ftp-debian-org;</systemitem> "
9027 "asking that the package be removed; as all bugs, this bug should normally "
9028 "have normal severity.  The bug title should be in the form <literal>RM: "
9029 "<replaceable>package</replaceable> <replaceable>[architecture list]</"
9030 "replaceable> -- <replaceable>reason</replaceable></literal>, where "
9031 "<replaceable>package</replaceable> is the package to be removed and "
9032 "<replaceable>reason</replaceable> is a short summary of the reason for the "
9033 "removal request.  <replaceable>[architecture list]</replaceable> is optional "
9034 "and only needed if the removal request only applies to some architectures, "
9035 "not all. Note that the <command>reportbug</command> will create a title "
9036 "conforming to these rules when you use it to report a bug against the "
9037 "<systemitem role=\"package\">&ftp-debian-org;</systemitem> pseudo-package."
9038 msgstr ""
9039 "Falls Sie aus irgendeinem Grund das Paket vollständig entfernen möchten "
9040 "(etwa, weil es eine alte Kompatibilitätsbibliothek ist, die nicht länger "
9041 "erforderlich ist), müssen sie einen Fehler gegen <systemitem role=\"package"
9042 "\">&ftp-debian-org;</systemitem> einreichen, in dem Sie darum bitten, das "
9043 "Paket zu entfernen. Wie alle Fehler sollte auch dieser normalerweise den "
9044 "Schweregrad »normal« haben. Der Fehlertitel sollte die Form <literal>RM: "
9045 "<replaceable>Paket</replaceable> <replaceable>[Architekturenliste]</"
9046 "replaceable> -- <replaceable>Grund</replaceable></literal> haben, wobei "
9047 "<replaceable>Paket</replaceable> der Name des zu entfernenden Pakets und "
9048 "<replaceable>Grund</replaceable> eine kurze Zusammenfassung sein sollte, aus "
9049 "welchem Grund um Entfernen gebeten wird. <replaceable>[Architekturenliste]</"
9050 "replaceable> ist optional und wird nur benötigt, wenn das Entfernen "
9051 "lediglich einige Architekturen betrifft, aber nicht alle. Beachten Sie, dass "
9052 "<command>reportbug</command> einen Titel erstellt, der diesen Regeln "
9053 "entspricht, wenn Sie es benutzen, um einen Fehler des Pseudo-Pakets "
9054 "<systemitem role=\"package\">&ftp-debian-org;</systemitem> melden."
9055
9056 #. type: Content of: <chapter><section><section><para>
9057 #: pkgs.dbk:1296
9058 msgid ""
9059 "If you want to remove a package you maintain, you should note this in the "
9060 "bug title by prepending <literal>ROM</literal> (Request Of Maintainer).  "
9061 "There are several other standard acronyms used in the reasoning for a "
9062 "package removal, see <ulink url=\"http://&ftp-master-host;/removals.html\"></"
9063 "ulink> for a complete list. That page also provides a convenient overview of "
9064 "pending removal requests."
9065 msgstr ""
9066 "Falls Sie ein Paket entfernen wollen, das Sie betreuen, sollten Sie dies im "
9067 "Fehlertitel durch Voranstellen von <literal>ROM</literal> (Request Of "
9068 "Maintainer) anmerken. Es gibt mehrere andere Standardabkürzungen, die als "
9069 "Grund für das Entfernen von Paketen benutzt werden. Eine komplette Liste "
9070 "finden Sie unter <ulink url=\"http://&ftp-master-host;/removals.html\"></"
9071 "ulink>. Diese Seite stellt außerdem einen praktischen Überblick über "
9072 "ausstehende Anfragen zum Entfernen bereit."
9073
9074 #. type: Content of: <chapter><section><section><para>
9075 #: pkgs.dbk:1305
9076 msgid ""
9077 "Note that removals can only be done for the <literal>unstable</literal>, "
9078 "<literal>experimental</literal> and <literal>stable</literal> distribution.  "
9079 "Packages are not removed from <literal>testing</literal> directly.  Rather, "
9080 "they will be removed automatically after the package has been removed from "
9081 "<literal>unstable</literal> and no package in <literal>testing</literal> "
9082 "depends on it. (Removals from <literal>testing</literal> are possible though "
9083 "by filing a removal bug report against the <systemitem role=\"package"
9084 "\">&release-debian-org;</systemitem> pseudo-package. See the section <xref "
9085 "linkend=\"removals\"/>.)"
9086 msgstr ""
9087 "Beachten Sie, dass Pakete nur aus den Distributionen <literal>unstable</"
9088 "literal>, <literal>experimental</literal> und <literal>stable</literal> "
9089 "entfernt werden können. Pakete werden nicht direkt aus <literal>testing</"
9090 "literal> entfernt. Sie werden vielmehr automatisch entfernt, nachdem das "
9091 "Paket aus <literal>unstable</literal> entfernt wurde und in "
9092 "<literal>testing</literal> kein Paket davon abhängt. (Etwas aus "
9093 "<literal>testing</literal> zu entfernen ist durch Einreichen eines "
9094 "Fehlerberichts an das Pseudopaket <systemitem role=\"package\">&release-"
9095 "debian-org;</systemitem> möglich. Siehe den Abschnitt <xref linkend="
9096 "\"removals\"/>.)"
9097
9098 #. type: Content of: <chapter><section><section><para>
9099 #: pkgs.dbk:1317
9100 msgid ""
9101 "There is one exception when an explicit removal request is not necessary: If "
9102 "a (source or binary) package is no longer built from source, it will be "
9103 "removed semi-automatically. For a binary-package, this means if there is no "
9104 "longer any source package producing this binary package; if the binary "
9105 "package is just no longer produced on some architectures, a removal request "
9106 "is still necessary. For a source-package, this means that all binary "
9107 "packages it refers to have been taken over by another source package."
9108 msgstr ""
9109 "Es gibt eine Ausnahme, bei der eine explizite Anfrage zum Entfernen nicht "
9110 "nötig ist: Falls ein (Quell- oder Binär-) Paket nicht länger aus der Quelle "
9111 "erstellt wird, wird es halbautomatisch entfernt. Bei einem Binärpaket ist "
9112 "dies der Fall, wenn kein Quellpaket dieses Binärpaket weiterhin erzeugt. "
9113 "Falls das Binärpaket nur auf einigen Architekturen nicht länger erstellt "
9114 "wird, ist eine Anfrage zum Entfernen weiterhin nötig. Für ein Quell-Paket "
9115 "bedeutet dies, dass alle Binärpakete, die sich darauf beziehen, von einem "
9116 "anderen Quellpaket übernommen werden müssen."
9117
9118 #. type: Content of: <chapter><section><section><para>
9119 #: pkgs.dbk:1326
9120 msgid ""
9121 "In your removal request, you have to detail the reasons justifying the "
9122 "request.  This is to avoid unwanted removals and to keep a trace of why a "
9123 "package has been removed.  For example, you can provide the name of the "
9124 "package that supersedes the one to be removed."
9125 msgstr ""
9126 "In Ihrer Bitte um Entfernung müssen Sie detaillierte Gründe angeben, die das "
9127 "Entfernen rechtfertigen. Dies muss so sein, um unerwünschtes Entfernen zu "
9128 "vermeiden und um eine Chronik aufzubewahren, weshalb das Paket entfernt "
9129 "wurde. Sie können zum Beispiel den Namen des Pakets bereitstellen, das das "
9130 "entfernte ersetzt."
9131
9132 #. type: Content of: <chapter><section><section><para>
9133 #: pkgs.dbk:1332
9134 msgid ""
9135 "Usually you only ask for the removal of a package maintained by yourself.  "
9136 "If you want to remove another package, you have to get the approval of its "
9137 "maintainer. Should the package be orphaned and thus have no maintainer, you "
9138 "should first discuss the removal request on &email-debian-qa;. If there is a "
9139 "consensus that the package should be removed, you should reassign and "
9140 "retitle the <literal>O:</literal> bug filed against the <literal>wnpp</"
9141 "literal> package instead of filing a new bug as removal request."
9142 msgstr ""
9143 "Üblicherweise bitten Sie nur ein Paket zu entfernen, das Sie selbst "
9144 "betreuen. Falls Sie ein anderes Paket entfernen möchten, müssen Sie die "
9145 "Genehmigung seines Betreuers einholen. Sollte das Paket verwaist sein und "
9146 "daher keinen Betreuer haben, sollten Sie die Bitte um Entfernung zuerst auf "
9147 "&email-debian-qa; diskutieren. Falls es dort eine Übereinkunft gibt, dass "
9148 "das Paket entfernt werden soll, sollten Sie den <literal>O:</literal>-Fehler "
9149 "mit einem neuen Titel dem <literal>wnpp</literal>-Paket neu zuweisen, "
9150 "anstatt einen neuen Fehlerbericht als Bitte um Entfernen einzureichen."
9151
9152 #. type: Content of: <chapter><section><section><para>
9153 #: pkgs.dbk:1342
9154 msgid ""
9155 "Further information relating to these and other package removal related "
9156 "topics may be found at <ulink url=\"http://wiki.debian.org/ftpmaster_Removals"
9157 "\"></ulink> and <ulink url=\"&url-debian-qa;howto-remove.html\"></ulink>."
9158 msgstr ""
9159 "Weitere Informationen über diese oder andere Themen, die sich auf das "
9160 "Entfernen von Paketen beziehen, können unter <ulink url=\"http://wiki.debian."
9161 "org/ftpmaster_Removals\"></ulink> und <ulink url=\"&url-debian-qa;howto-"
9162 "remove.html\"></ulink> gefunden werden."
9163
9164 #. type: Content of: <chapter><section><section><para>
9165 #: pkgs.dbk:1347
9166 msgid ""
9167 "If in doubt concerning whether a package is disposable, email &email-debian-"
9168 "devel; asking for opinions.  Also of interest is the <command>apt-cache</"
9169 "command> program from the <systemitem role=\"package\">apt</systemitem> "
9170 "package.  When invoked as <literal>apt-cache showpkg <replaceable>package</"
9171 "replaceable></literal>, the program will show details for "
9172 "<replaceable>package</replaceable>, including reverse depends.  Other useful "
9173 "programs include <command>apt-cache rdepends</command>, <command>apt-"
9174 "rdepends</command>, <command>build-rdeps</command> (in the <systemitem role="
9175 "\"package\">devscripts</systemitem> package) and <command>grep-dctrl</"
9176 "command>.  Removal of orphaned packages is discussed on &email-debian-qa;."
9177 msgstr ""
9178 "Wenn Zweifel bestehen, ob ein Paket weggeworfen werden kann, fragen Sie per "
9179 "E-Mail an &email-debian-devel; nach Meinungen. Außerdem ist das Programm "
9180 "<command>apt-cache</command> aus dem Paket <systemitem role=\"package\">apt</"
9181 "systemitem> von Interesse. Wenn es mit <literal>apt-cache showpkg "
9182 "<replaceable>Paket</replaceable></literal> aufgerufen wird, zeigt es "
9183 "Einzelheiten über das <replaceable>Paket</replaceable>, einschließlich "
9184 "umgekehrter Abhängigkeiten. Andere nützlich Programme umfassen <command>apt-"
9185 "cache rdepends</command>, <command>apt-rdepends</command>, <command>build-"
9186 "rdeps</command> (im Paket <systemitem role=\"package\">devscripts</"
9187 "systemitem>) und <command>grep-dctrl</command>. Das Entfernen von verwaisten "
9188 "Paketen wird auf &email-debian-qa; diskutiert."
9189
9190 #. type: Content of: <chapter><section><section><para>
9191 #: pkgs.dbk:1360
9192 msgid ""
9193 "Once the package has been removed, the package's bugs should be handled.  "
9194 "They should either be reassigned to another package in the case where the "
9195 "actual code has evolved into another package (e.g.  <literal>libfoo12</"
9196 "literal> was removed because <literal>libfoo13</literal> supersedes it) or "
9197 "closed if the software is simply no longer part of Debian.  When closing the "
9198 "bugs, to avoid marking the bugs as fixed in versions of the packages in "
9199 "previous Debian releases, they should be marked as fixed in the version "
9200 "<literal>&lt;most-recent-version-ever-in-Debian&gt;+rm</literal>."
9201 msgstr ""
9202 "Sobald das Paket entfernt wurde, sollten die Fehler des Pakets behandelt "
9203 "werden. Sie sollten entweder im Fall, dass der tatsächliche Code in einem "
9204 "anderen Paket entwickelt wurde, neu zugewiesen werden (z.B. "
9205 "<literal>libfoo12</literal> wurde entfernt, weil <literal>libfoo13</literal> "
9206 "es ersetzt) oder geschlossen werden, falls die Software einfach nicht länger "
9207 "Teil von Debian ist. Wenn die Fehler geschlossen werden, sollten sie in der "
9208 "Version <literal>&lt;most-recent-version-ever-in-Debian&gt;+rm</literal> als "
9209 "behoben gekennzeichnet werden, um zu verhindern, dass sie in vorherigen "
9210 "Debian-Releases als behoben gekennzeichnet werden."
9211
9212 #. type: Content of: <chapter><section><section><section><title>
9213 #: pkgs.dbk:1371
9214 msgid "Removing packages from <filename>Incoming</filename>"
9215 msgstr "Entfernen von Paketen aus <filename>Incoming</filename>"
9216
9217 #. type: Content of: <chapter><section><section><section><para>
9218 #: pkgs.dbk:1373
9219 msgid ""
9220 "In the past, it was possible to remove packages from <filename>incoming</"
9221 "filename>.  However, with the introduction of the new incoming system, this "
9222 "is no longer possible.  Instead, you have to upload a new revision of your "
9223 "package with a higher version than the package you want to replace.  Both "
9224 "versions will be installed in the archive but only the higher version will "
9225 "actually be available in <literal>unstable</literal> since the previous "
9226 "version will immediately be replaced by the higher.  However, if you do "
9227 "proper testing of your packages, the need to replace a package should not "
9228 "occur too often anyway."
9229 msgstr ""
9230 "Früher war es möglich, Pakete aus <filename>incoming</filename> zu "
9231 "entfernen. Mit der Einführung des neuen Incoming-Systems ist dies jedoch "
9232 "nicht länger möglich. Stattdessen müssen Sie eine neue Überarbeitung Ihres "
9233 "Pakets mit einer höheren Versionsnummer als der des zu ersetzenden Pakets "
9234 "hochladen. Beide Versionen werden im Archiv installiert, aber nur  die "
9235 "höhere Version wird tatsächlich in <literal>unstable</literal> verfügbar "
9236 "sein, da die vorherige sofort durch die höhere ersetzt wird. Falls Sie "
9237 "jedoch Ihr Paket ordnungsgemäß testen, sollte es ohnehin nicht allzu oft "
9238 "vorkommen, dass Sie ein Paket ersetzen."
9239
9240 #. type: Content of: <chapter><section><section><title>
9241 #: pkgs.dbk:1388
9242 msgid "Replacing or renaming packages"
9243 msgstr "Umbenennen oder Ersetzen von Paketen"
9244
9245 #. type: Content of: <chapter><section><section><para>
9246 #: pkgs.dbk:1390
9247 msgid ""
9248 "When the upstream maintainers for one of your packages chose to rename their "
9249 "software (or you made a mistake naming your package), you should follow a "
9250 "two-step process to rename it. In the first step, change the "
9251 "<filename>debian/control</filename> file to reflect the new name and to "
9252 "replace, provide and conflict with the obsolete package name (see the <ulink "
9253 "url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for details).  "
9254 "Please note that you should only add a <literal>Provides</literal> relation "
9255 "if all packages depending on the obsolete package name continue to work "
9256 "after the renaming. Once you've uploaded the package and the package has "
9257 "moved into the archive, file a bug against <systemitem role=\"package\">&ftp-"
9258 "debian-org;</systemitem> asking to remove the package with the obsolete name "
9259 "(see <xref linkend=\"removing-pkgs\"/>).  Do not forget to properly reassign "
9260 "the package's bugs at the same time."
9261 msgstr ""
9262 "Wenn sich die Originalautoren eines Ihrer Pakete entscheiden, ihre Software "
9263 "umzubenennen (oder Ihnen beim Benennen Ihres Pakets ein Fehler unterlaufen "
9264 "ist), sollten Sie einen zweistufigen Prozess durchlaufen, um es "
9265 "umzubenennen. Im ersten Schritt ändern Sie die Datei <filename>debian/"
9266 "control</filename>, damit Sie den neuen Namen wiederspiegelt, ersetzt, "
9267 "bereitzustellt und zu dem veralteten Paketnamen in Konflikt tritt "
9268 "(Einzelheiten finden Sie im <ulink url=\"&url-debian-policy;\">Debian Policy "
9269 "Manual</ulink>). Bitte beachten Sie, dass Sie nur dann eine "
9270 "<literal>Provides</literal>-Beziehung hinzufügen sollten, wenn alle Pakete, "
9271 "die von dem veralteten Paketnamen abhängen, nach dem Umbenennen weiter "
9272 "funktionieren. Sobald Sie das Paket hochgeladen haben und das Paket in das "
9273 "Archiv verschoben wurde, reichen Sie einen Fehler gegen <systemitem role="
9274 "\"package\">&ftp-debian-org;</systemitem> ein, in dem Sie um das Entfernen "
9275 "des veralteten Namens ersuchen (siehe <xref linkend=\"removing-pkgs\"/>). "
9276 "Vergessen Sie nicht, gleichzeitig die Fehler ordnungsgemäß neu zuzuweisen."
9277
9278 #. type: Content of: <chapter><section><section><para>
9279 #: pkgs.dbk:1406
9280 msgid ""
9281 "At other times, you may make a mistake in constructing your package and wish "
9282 "to replace it.  The only way to do this is to increase the version number "
9283 "and upload a new version.  The old version will be expired in the usual "
9284 "manner.  Note that this applies to each part of your package, including the "
9285 "sources: if you wish to replace the upstream source tarball of your package, "
9286 "you will need to upload it with a different version.  An easy possibility is "
9287 "to replace <filename>foo_1.00.orig.tar.gz</filename> with "
9288 "<filename>foo_1.00+0.orig.tar.gz</filename> or <filename>foo_1.00.orig.tar."
9289 "bz2</filename>.  This restriction gives each file on the ftp site a unique "
9290 "name, which helps to ensure consistency across the mirror network."
9291 msgstr ""
9292 "Sonst könnten Sie einen Fehler beim Konstruieren Ihres Pakets begehen und "
9293 "wünschen, es zu ersetzen. Die einzige Möglichkeit, dies zu tun besteht im "
9294 "Erhöhen der Versionsnummer und dem Hochladen der neuen Version. Die alte "
9295 "Version verliert wie üblich ihre Gültigkeit. Beachten Sie, dass dies auf "
9296 "jeden Teil Ihres Pakets zutrifft, einschließlich der Quellen: Falls Sie den "
9297 "Originalquell-Tarball Ihres Pakets ersetzen möchten, müssen Sie ihn mit "
9298 "einer verschiedenen Version hochladen. Eine einfache Möglichkeit ist es, "
9299 "<filename>foo_1.00.orig.tar.gz</filename> durch <filename>foo_1.00+0.orig."
9300 "tar.gz</filename> oder <filename>foo_1.00.orig.tar.bz2</filename> zu "
9301 "ersetzen. Diese Einschränkung gibt jeder Datei auf der FTP-Site einen "
9302 "einzigartigen Namen, der dabei hilft, die Einheitlichkeit über ein Netzwerk "
9303 "von Spiegelservern sicherzustellen."
9304
9305 #. type: Content of: <chapter><section><section><title>
9306 #: pkgs.dbk:1421
9307 msgid "Orphaning a package"
9308 msgstr "Verwaisen von Paketen"
9309
9310 #. type: Content of: <chapter><section><section><para>
9311 #: pkgs.dbk:1423
9312 msgid ""
9313 "If you can no longer maintain a package, you need to inform others, and see "
9314 "that the package is marked as orphaned.  You should set the package "
9315 "maintainer to <literal>Debian QA Group &orphan-address;</literal> and submit "
9316 "a bug report against the pseudo package <systemitem role=\"package\">wnpp</"
9317 "systemitem>.  The bug report should be titled <literal>O: "
9318 "<replaceable>package</replaceable> -- <replaceable>short description</"
9319 "replaceable></literal> indicating that the package is now orphaned.  The "
9320 "severity of the bug should be set to <literal>normal</literal>; if the "
9321 "package has a priority of standard or higher, it should be set to "
9322 "important.  If you feel it's necessary, send a copy to &email-debian-devel; "
9323 "by putting the address in the X-Debbugs-CC: header of the message (no, don't "
9324 "use CC:, because that way the message's subject won't indicate the bug "
9325 "number)."
9326 msgstr ""
9327 "Falls Sie ein Paket nicht länger betreuen können, müssen Sie andere "
9328 "informieren und dafür sorgen, dass das Paket als verwaist gekennzeichnet "
9329 "wird. Sie sollten den Paketbetreuer auf <literal>Debian QA Group &orphan-"
9330 "address;</literal> setzen und einen Fehlerbericht gegen das Pseudopaket "
9331 "<systemitem role=\"package\">wnpp</systemitem> senden. Der Fehlerbericht "
9332 "sollte mit dem Titel <literal>O: <replaceable>Paket</replaceable> -- "
9333 "<replaceable>kurze Beschreibung</replaceable></literal> angeben, dass das "
9334 "Paket nun verwaist ist. Der Schweregrad des Fehlers sollte auf "
9335 "<literal>normal</literal> gesetzt werden; falls das Paket die Priotität "
9336 "»standard« oder höher hat, sollte er auf »important« gesetzt werden. Wenn "
9337 "Sie es für nötig halten, senden Sie eine Kopie an &email-debian-devel;, "
9338 "indem Sie die Adresse in die Kopfzeile X-Debbugs-CC: der Nachricht einfügen "
9339 "(nein, benutzen Sie nicht CC:, da auf diese Art der Betreff der Nachricht "
9340 "die Fehlernummer nicht angibt)."
9341
9342 #. type: Content of: <chapter><section><section><para>
9343 #: pkgs.dbk:1438
9344 msgid ""
9345 "If you just intend to give the package away, but you can keep maintainership "
9346 "for the moment, then you should instead submit a bug against <systemitem "
9347 "role=\"package\">wnpp</systemitem> and title it <literal>RFA: "
9348 "<replaceable>package</replaceable> -- <replaceable>short description</"
9349 "replaceable></literal>.  <literal>RFA</literal> stands for <literal>Request "
9350 "For Adoption</literal>."
9351 msgstr ""
9352 "Falls Sie nur die Absicht haben, das Paket abzugeben, aber im Moment noch "
9353 "Betreuer bleiben können, dann sollten Sie stattdessen einen Fehlerbericht "
9354 "gegen <systemitem role=\"package\">wnpp</systemitem> mit dem Titel "
9355 "<literal>RFA: <replaceable>Paket</replaceable> -- <replaceable>kurze "
9356 "Beschreibung</replaceable></literal> senden. <literal>RFA</literal> steht "
9357 "für <literal>Request For Adoption</literal> (Bitte um Adoption)."
9358
9359 #. type: Content of: <chapter><section><section><para>
9360 #: pkgs.dbk:1446
9361 msgid ""
9362 "More information is on the <ulink url=\"&url-wnpp;\">WNPP web pages</ulink>."
9363 msgstr ""
9364 "Weitere Informationen finden Sie auf den <ulink url=\"&url-wnpp;\">WNPP-Web-"
9365 "Seiten</ulink>."
9366
9367 #. type: Content of: <chapter><section><section><title>
9368 #: pkgs.dbk:1452
9369 msgid "Adopting a package"
9370 msgstr "Adoption eines Pakets"
9371
9372 #. type: Content of: <chapter><section><section><para>
9373 #: pkgs.dbk:1454
9374 msgid ""
9375 "A list of packages in need of a new maintainer is available in the <ulink "
9376 "url=\"&url-wnpp;\">Work-Needing and Prospective Packages list (WNPP)</"
9377 "ulink>.  If you wish to take over maintenance of any of the packages listed "
9378 "in the WNPP, please take a look at the aforementioned page for information "
9379 "and procedures."
9380 msgstr ""
9381 "Eine Liste von Paketen, die einen neuen Betreuer suchen, ist unter <ulink "
9382 "url=\"&url-wnpp;\">Arbeit-bedürfende und voraussichtliche Pakete (WNPP)</"
9383 "ulink> verfügbar. Falls Sie die Verwaltung von einigen Paketen übernehmen "
9384 "möchten, die auf WNPP aufgeführt sind, lesen Sie bitte besagte Seite, um "
9385 "Informationen zu erhalten und etwas über die Prozeduren zu erfahren."
9386
9387 #. type: Content of: <chapter><section><section><para>
9388 #: pkgs.dbk:1461
9389 msgid ""
9390 "It is not OK to simply take over a package that you feel is neglected — that "
9391 "would be package hijacking.  You can, of course, contact the current "
9392 "maintainer and ask them if you may take over the package.  If you have "
9393 "reason to believe a maintainer has gone AWOL (absent without leave), see "
9394 "<xref linkend=\"mia-qa\"/>."
9395 msgstr ""
9396 "Es ist nicht in Ordnung einfach ein Paket zu übernehmen, das vernachlässigt "
9397 "ist – das wäre Paketentführung. Sie können natürlich den aktuellen Betreuer "
9398 "kontaktieren und ihn fragen, ob Sie das Paket übernehmen dürfen. Falls Sie "
9399 "aus irgend einem Grund annehmen, der Betreuer sei AWOL (absent without leave/"
9400 "abwesend ohne etwas zu hinterlassen), dann lesen Sie <xref linkend=\"mia-qa"
9401 "\"/>."
9402
9403 #. type: Content of: <chapter><section><section><para>
9404 #: pkgs.dbk:1467
9405 msgid ""
9406 "Generally, you may not take over the package without the assent of the "
9407 "current maintainer.  Even if they ignore you, that is still not grounds to "
9408 "take over a package.  Complaints about maintainers should be brought up on "
9409 "the developers' mailing list.  If the discussion doesn't end with a positive "
9410 "conclusion, and the issue is of a technical nature, consider bringing it to "
9411 "the attention of the technical committee (see the <ulink url=\"&url-tech-"
9412 "ctte;\">technical committee web page</ulink> for more information)."
9413 msgstr ""
9414 "Generell sollten Sie das Paket nicht ohne die Zustimmung des aktuellen "
9415 "Betreuers übernehmen. Sogar, wenn er Sie ignoriert, ist das immer noch kein "
9416 "Grund das Paket zu übernehmen. Beschwerden über Betreuer sollten auf der "
9417 "Entwickler-Mailingliste vorgebracht werden. Falls die Diskussion mit keinem "
9418 "positiven Fazit endet und das Thema technischer Natur ist, erwägen Sie, die "
9419 "Aufmerksamkeit des Technischen Ausschusses darauf zu lenken (weitere "
9420 "Informationen finden Sie unter <ulink url=\"&url-tech-ctte;\">Debians "
9421 "Technischer Ausschuss</ulink>)."
9422
9423 #. type: Content of: <chapter><section><section><para>
9424 #: pkgs.dbk:1477
9425 msgid ""
9426 "If you take over an old package, you probably want to be listed as the "
9427 "package's official maintainer in the bug system.  This will happen "
9428 "automatically once you upload a new version with an updated "
9429 "<literal>Maintainer</literal> field, although it can take a few hours after "
9430 "the upload is done.  If you do not expect to upload a new version for a "
9431 "while, you can use <xref linkend=\"pkg-tracking-system\"/> to get the bug "
9432 "reports.  However, make sure that the old maintainer has no problem with the "
9433 "fact that they will continue to receive the bugs during that time."
9434 msgstr ""
9435 "Wenn Sie ein altes Paket übernehmen, möchten Sie wahrscheinlich als "
9436 "offizieller Betreuer in der Fehlerdatenbank aufgeführt werden. Dies "
9437 "geschieht automatisch, sobald Sie eine neue Version mit einem aktualisierten "
9438 "<literal>Maintainer</literal>-Feld hochladen, obwohl dies nach dem Upload "
9439 "ein paar Tage dauern kann. Falls Sie für eine Weile nicht planen eine neue "
9440 "Version hochzuladen, können Sie das <xref linkend=\"pkg-tracking-system\"/> "
9441 "benutzen, um Fehlerberichte zu erhalten. Stellen Sie jedoch sicher, dass der "
9442 "alte Betreuer kein Problem damit hat, dass Sie ab diesem Zeitpunkt die "
9443 "Fehlerberichte erhalten."
9444
9445 #. type: Content of: <chapter><section><section><title>
9446 #: pkgs.dbk:1489
9447 msgid "Reintroducing packages"
9448 msgstr "Wiedereinführen vom Paketen"
9449
9450 #. type: Content of: <chapter><section><section><para>
9451 #: pkgs.dbk:1491
9452 msgid ""
9453 "Packages are often removed due to release-critical bugs, absent maintainers, "
9454 "too few users or poor quality in general. While the process of "
9455 "reintroduction is similar to the initial packaging process, you can avoid "
9456 "some pitfalls by doing some historical research first."
9457 msgstr ""
9458 "Pakete werden oft aufgrund release-kritischer Fehler, fehlender "
9459 "Paketbetreuer, zu weniger Benutzer oder allgemein schlechter Qualität "
9460 "entfernt. Obwohl der Prozess der Wiedereinführung dem anfänglichen "
9461 "Paketierungsprozess ähnlich ist, können Sie einige Tücken umgehen, indem Sie "
9462 "zuerst etwas historische Recherche betreiben."
9463
9464 #. type: Content of: <chapter><section><section><para>
9465 #: pkgs.dbk:1497
9466 msgid ""
9467 "You should check why the package was removed in the first place. This "
9468 "information can be found in the removal item in the news section of the PTS "
9469 "page for the package or by browsing the log of <ulink url=\"http://&ftp-"
9470 "master-host;/#removed\">removals</ulink>.  The removal bug will tell you why "
9471 "the package was removed and will give some indication of what you will need "
9472 "to work on in order to reintroduce the package.  It may indicate that the "
9473 "best way forward is to switch to some other piece of software instead of "
9474 "reintroducing the package."
9475 msgstr ""
9476 "An erster Stelle sollten Sie prüfen, weshalb das Paket entfernt wurde. Diese "
9477 "Information kann im Element für das Entfernen im Bereich News der PTS-Seite "
9478 "des Pakets gefunden werden oder durch Durchstöbern des Protokolls unter "
9479 "<ulink url=\"http://&ftp-master-host;/#removed\">Removed packages</ulink>. "
9480 "Der Fehlerbericht für das Entfernen wird Ihnen sagen, weshalb das Paket "
9481 "entfernt wurde und einen Hinweis darauf geben, woran Sie arbeiten müssen, um "
9482 "das Paket wieder einzuführen. Es gibt möglicherweise an, dass Sie am Besten "
9483 "mit einer anderen Software weitermachen, anstatt das Paket wieder "
9484 "einzuführen."
9485
9486 #. type: Content of: <chapter><section><section><para>
9487 #: pkgs.dbk:1507
9488 msgid ""
9489 "It may be appropriate to contact the former maintainers to find out if they "
9490 "are working on reintroducing the package, interested in co-maintaining the "
9491 "package or interested in sponsoring the package if needed."
9492 msgstr ""
9493 "Es ist vielleicht angebracht, die früheren Paketbetreuer zu kontaktieren, um "
9494 "herauszufinden, ob sie an der Wiedereinführung des Pakets arbeiten, ob sie "
9495 "es mitbetreuen möchten oder ob sie interessiert sind, das Paket, falls "
9496 "nötig, zu sponsern."
9497
9498 #. type: Content of: <chapter><section><section><para>
9499 #: pkgs.dbk:1512
9500 msgid ""
9501 "You should do all the things required before introducing new packages (<xref "
9502 "linkend=\"newpackage\"/>)."
9503 msgstr ""
9504 "Sie sollten all die erforderlichen Dinge tun, bevor Sie neue Pakete "
9505 "einführen (<xref linkend=\"newpackage\"/>)."
9506
9507 #. type: Content of: <chapter><section><section><para>
9508 #: pkgs.dbk:1516
9509 msgid ""
9510 "You should base your work on the latest packaging available that is "
9511 "suitable.  That might be the latest version from <literal>unstable</"
9512 "literal>, which will still be present in the <ulink url=\"&snap-debian-org;"
9513 "\">snapshot archive</ulink>."
9514 msgstr ""
9515 "Sie sollten auf Basis der letzten verfügbaren Paketierung arbeiten, die sich "
9516 "eignet. Dies kann die letzte Version aus <literal>unstable</literal> sein, "
9517 "die immer noch im <ulink url=\"&snap-debian-org;\">Schnappschussarchiv</"
9518 "ulink> vorhanden ist."
9519
9520 #. type: Content of: <chapter><section><section><para>
9521 #: pkgs.dbk:1521
9522 msgid ""
9523 "The version control system used by the previous maintainer might contain "
9524 "useful changes, so it might be a good idea to have a look there.  Check if "
9525 "the <filename>control</filename> file of the previous package contained any "
9526 "headers linking to the version control system for the package and if it "
9527 "still exists."
9528 msgstr ""
9529 "Das vom letzten Paketbetreuer benutzte Versionskontrollsystem kann nützliche "
9530 "Änderungen enthalten, daher ist es vermutlich eine gute Idee, dort "
9531 "nachzusehen. Prüfen Sie, ob die Datei <filename>control</filename> des "
9532 "vorherigen Paket irgendwelche Kopfzeilen enthält, die auf das "
9533 "Versionskontrollsystem des Pakets verweisen und ob es noch existiert."
9534
9535 #. type: Content of: <chapter><section><section><para>
9536 #: pkgs.dbk:1527
9537 msgid ""
9538 "Package removals from <literal>unstable</literal> (not <literal>testing</"
9539 "literal>, <literal>stable</literal> or <literal>oldstable</literal>) trigger "
9540 "the closing of all bugs related to the package. You should look through all "
9541 "the closed bugs (including archived bugs) and unarchive and reopen any that "
9542 "were closed in a version ending in <literal>+rm</literal> and still apply. "
9543 "Any that no longer apply should be marked as fixed in the correct version if "
9544 "that is known."
9545 msgstr ""
9546 "Entfernen von Paketen aus <literal>unstable</literal> (nicht "
9547 "<literal>testing</literal>, <literal>stable</literal> oder "
9548 "<literal>oldstable</literal>) löst das Schließen aller Fehler aus, die sich "
9549 "auf das Paket beziehen. Sie sollten alle geschlossenen Fehler durchsehen "
9550 "(einschließlich archivierter Fehler) und diejenigen aus dem Archiv nehmen "
9551 "und wieder öffnen, die mit einer Version geschlossen wurden, die auf "
9552 "<literal>+rm</literal> endet und die immer noch zutreffen."
9553
9554 #. type: Content of: <chapter><section><title>
9555 #: pkgs.dbk:1540
9556 msgid "Porting and being ported"
9557 msgstr "Portieren und portiert werden"
9558
9559 #. type: Content of: <chapter><section><para>
9560 #: pkgs.dbk:1542
9561 msgid ""
9562 "Debian supports an ever-increasing number of architectures.  Even if you are "
9563 "not a porter, and you don't use any architecture but one, it is part of your "
9564 "duty as a maintainer to be aware of issues of portability.  Therefore, even "
9565 "if you are not a porter, you should read most of this chapter."
9566 msgstr ""
9567 "Debian unterstützt eine immer größer werdende Anzahl von Architekturen. "
9568 "Sogar wenn Sie kein Portierer sind und nur eine einzige Architektur nutzen, "
9569 "gehört es zu Ihren Pflichten als Betreuer die Fragen der Portierbarkeit zu "
9570 "kennen. Daher sollten Sie sogar wenn Sie kein Portierer sind, das meiste in "
9571 "diesem Kapitel lesen."
9572
9573 #. type: Content of: <chapter><section><para>
9574 #: pkgs.dbk:1548
9575 msgid ""
9576 "Porting is the act of building Debian packages for architectures that are "
9577 "different from the original architecture of the package maintainer's binary "
9578 "package.  It is a unique and essential activity.  In fact, porters do most "
9579 "of the actual compiling of Debian packages.  For instance, when a maintainer "
9580 "uploads a (portable) source packages with binaries for the <literal>i386</"
9581 "literal> architecture, it will be built for each of the other architectures, "
9582 "amounting to &number-of-arches; more builds."
9583 msgstr ""
9584 "Portieren ist das Erstellen von Debian-Paketen für Architekturen, die sich "
9585 "von der Originalarchitektur des Binärpakets des Paketbetreuers "
9586 "unterscheiden. Es ist eine einzigartige und notwendige Aktivität. "
9587 "Tatsächlich sind Portierer diejenigen, die meisten Debian-Pakete "
9588 "compilieren. Wenn zum Beispiel ein Paketbetreuer ein (portierbares) "
9589 "Quellpaket mit Binärdateien für die Architektur <literal>i386</literal> "
9590 "hochlädt, wird es für jede andere Architektur erstellt, was auf &number-of-"
9591 "arches; weitere Builds hinausläuft."
9592
9593 #. type: Content of: <chapter><section><section><title>
9594 #: pkgs.dbk:1557
9595 msgid "Being kind to porters"
9596 msgstr "Seien Sie freundlich zu Portierern"
9597
9598 #. type: Content of: <chapter><section><section><para>
9599 #: pkgs.dbk:1559
9600 msgid ""
9601 "Porters have a difficult and unique task, since they are required to deal "
9602 "with a large volume of packages.  Ideally, every source package should build "
9603 "right out of the box.  Unfortunately, this is often not the case.  This "
9604 "section contains a checklist of ``gotchas'' often committed by Debian "
9605 "maintainers — common problems which often stymie porters, and make their "
9606 "jobs unnecessarily difficult."
9607 msgstr ""
9608 "Portierer haben schwere und ungewöhnliche Aufgaben, da sie mit einer großen "
9609 "Zahl von Paketen umgehen müssen. Idealerweise sollte jedes Quellpaket "
9610 "richtig aus dem Stand erstellt werden. Unglücklicherweise ist das oft nicht "
9611 "der Fall. Dieser Abschnitt enthält eine Prüfliste von »Patzern«, die öfters "
9612 "von Debian-Betreuern begangen werden – übliche Probleme, die Portierer oft "
9613 "in die Klemme geraten lassen und ihre Arbeit unnötig erschweren."
9614
9615 #. type: Content of: <chapter><section><section><para>
9616 #: pkgs.dbk:1567
9617 msgid ""
9618 "The first and most important thing is to respond quickly to bug or issues "
9619 "raised by porters.  Please treat porters with courtesy, as if they were in "
9620 "fact co-maintainers of your package (which, in a way, they are).  Please be "
9621 "tolerant of succinct or even unclear bug reports; do your best to hunt down "
9622 "whatever the problem is."
9623 msgstr ""
9624 "Die Erste und Wichtigste ist es, schnell auf einen Fehler oder ein Problem "
9625 "zu antworten, das ein Portierer aufgetrieben hat. Behandeln Sie Portierer "
9626 "mit Höflichkeit, da Sie praktisch Mitbetreuer Ihres Pakets sind (was sie "
9627 "gewissermaßen sind). Bitte seien Sie tolerant bei knappen oder sogar "
9628 "unklaren Fehlerberichten. Tun Sie Ihr Bestes, um Jagd auf das zu machen, was "
9629 "auch immer das Problem ist."
9630
9631 #. type: Content of: <chapter><section><section><para>
9632 #: pkgs.dbk:1574
9633 msgid ""
9634 "By far, most of the problems encountered by porters are caused by "
9635 "<emphasis>packaging bugs</emphasis> in the source packages.  Here is a "
9636 "checklist of things you should check or be aware of."
9637 msgstr ""
9638 "Die mit Abstand meisten Probleme, die von Portierern gefunden werden, werden "
9639 "durch <emphasis>Paketierungsfehler</emphasis> in den Quellpaketen "
9640 "verursacht. Hier ist eine Prüfliste der Dinge, die Sie prüfen oder wissen "
9641 "sollten."
9642
9643 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9644 #: pkgs.dbk:1581
9645 msgid ""
9646 "Make sure that your <literal>Build-Depends</literal> and <literal>Build-"
9647 "Depends-Indep</literal> settings in <filename>debian/control</filename> are "
9648 "set properly.  The best way to validate this is to use the <systemitem role="
9649 "\"package\">debootstrap</systemitem> package to create an <literal>unstable</"
9650 "literal> chroot environment (see <xref linkend=\"debootstrap\"/>).  Within "
9651 "that chrooted environment, install the <systemitem role=\"package\">build-"
9652 "essential</systemitem> package and any package dependencies mentioned in "
9653 "<literal>Build-Depends</literal> and/or <literal>Build-Depends-Indep</"
9654 "literal>.  Finally, try building your package within that chrooted "
9655 "environment.  These steps can be automated by the use of the "
9656 "<command>pbuilder</command> program which is provided by the package of the "
9657 "same name (see <xref linkend=\"pbuilder\"/>)."
9658 msgstr ""
9659 "Stellen Sie sicher, dass Ihre <literal>Build-Depends</literal>- und "
9660 "<literal>Build-Depends-Indep</literal>-Einstellungen in der Datei "
9661 "<filename>debian/control</filename> richtig gesetzt sind. Die beste Methode "
9662 "dies zu überprüfen, ist die Benutzung des Pakets <systemitem role=\"package"
9663 "\">debootstrap</systemitem>, um eine <literal>unstable</literal>-Chroot-"
9664 "Umgebung zu erstellen (siehe <xref linkend=\"debootstrap\"/>). Innerhalb der "
9665 "Chroot-Umgebung installieren Sie das Paket <systemitem role=\"package"
9666 "\">build-essential</systemitem> und/oder <literal>Build-Depends-Indep</"
9667 "literal>. Am Ende versuchen Sie Ihr Paket innerhalb der Chroot-Umgebung zu "
9668 "erstellen. Diese Schritte können mit dem Programm <command>pbuilder</"
9669 "command> automatisiert werden, das im vom Paket mit dem gleichen Namen "
9670 "bereitgestellt wird (siehe<xref linkend=\"pbuilder\"/>)."
9671
9672 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9673 #: pkgs.dbk:1596
9674 msgid ""
9675 "If you can't set up a proper chroot, <command>dpkg-depcheck</command> may be "
9676 "of assistance (see <xref linkend=\"dpkg-depcheck\"/>)."
9677 msgstr ""
9678 "Falls Sie kein ordnungsgemäßes Chroot einrichten können, könnte Ihnen "
9679 "<command>dpkg-depcheck</command> behilflich sein (siehe <xref linkend=\"dpkg-"
9680 "depcheck\"/>)."
9681
9682 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9683 #: pkgs.dbk:1600
9684 msgid ""
9685 "See the <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> for "
9686 "instructions on setting build dependencies."
9687 msgstr ""
9688 "Anweisungen über die Einrichtung von Erstellungsabhängigkeiten finden Sie im "
9689 "<ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink>."
9690
9691 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9692 #: pkgs.dbk:1606
9693 msgid ""
9694 "Don't set architecture to a value other than <literal>all</literal> or "
9695 "<literal>any</literal> unless you really mean it.  In too many cases, "
9696 "maintainers don't follow the instructions in the <ulink url=\"&url-debian-"
9697 "policy;\">Debian Policy Manual</ulink>.  Setting your architecture to only "
9698 "one architecture (such as <literal>i386</literal> or <literal>amd64</"
9699 "literal>) is usually incorrect."
9700 msgstr ""
9701 "Setzen Sie »architecture« auf keinen anderen Wert als <literal>all</literal> "
9702 "oder <literal>any</literal>, außer wenn Sie das wirklich beabsichtigen. In "
9703 "zu vielen Fällen folgen Paketbetreuer nicht den Anweisungen im <ulink url="
9704 "\"&url-debian-policy;\">Debian Policy Manual</ulink>. Wenn Sie Ihre "
9705 "»architecture« nur auf eine Architektur (wie <literal>i386</literal> oder "
9706 "<literal>amd64</literal>) setzen, ist dies normalerweise falsch."
9707
9708 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9709 #: pkgs.dbk:1616
9710 msgid ""
9711 "Make sure your source package is correct.  Do <literal>dpkg-source -x "
9712 "<replaceable>package</replaceable>.dsc</literal> to make sure your source "
9713 "package unpacks properly.  Then, in there, try building your package from "
9714 "scratch with <command>dpkg-buildpackage</command>."
9715 msgstr ""
9716 "Stellen Sie sicher, dass das Quellpaket korrekt ist. Führen Sie "
9717 "<literal>dpkg-source -x <replaceable>Paket</replaceable>.dsc</literal> aus, "
9718 "um sicherzustellen, dass Ihr Quellpaket ordnungsgemäß entpackt wird. Dann "
9719 "versuchen Sie dort hinein Ihr Paket von Grund auf mit <command>dpkg-"
9720 "buildpackage</command> zu erstellen."
9721
9722 # zu »target« http://www.schulz-koengen.de/biblio/makefiles.htm#a2a1
9723 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9724 #: pkgs.dbk:1624
9725 msgid ""
9726 "Make sure you don't ship your source package with the <filename>debian/"
9727 "files</filename> or <filename>debian/substvars</filename> files.  They "
9728 "should be removed by the <literal>clean</literal> target of <filename>debian/"
9729 "rules</filename>."
9730 msgstr ""
9731 "Stellen Sie sicher, dass Sie Ihr Quellpaket nicht mit den Dateien "
9732 "<filename>debian/files</filename> oder <filename>debian/substvars</filename> "
9733 "ausliefern. Sie sollten durch das Target <literal>clean</literal> von "
9734 "<filename>debian/rules</filename> entfernt werden."
9735
9736 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9737 #: pkgs.dbk:1632
9738 msgid ""
9739 "Make sure you don't rely on locally installed or hacked configurations or "
9740 "programs.  For instance, you should never be calling programs in <filename>/"
9741 "usr/local/bin</filename> or the like.  Try not to rely on programs being "
9742 "setup in a special way.  Try building your package on another machine, even "
9743 "if it's the same architecture."
9744 msgstr ""
9745 "Stellen Sie sicher, dass Sie sich nicht auf lokal installierte Pakete oder "
9746 "gehackte Konfigurationen oder Programme verlassen. Sie sollten zum Beispiel "
9747 "niemals Programme in <filename>/usr/local/bin</filename> oder dergleichen "
9748 "aufrufen. Versuchen Sie Ihr Paket auf einem anderen Rechner zu erstellen, "
9749 "sogar wenn er die gleiche Architektur hat."
9750
9751 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9752 #: pkgs.dbk:1641
9753 msgid ""
9754 "Don't depend on the package you're building being installed already (a sub-"
9755 "case of the above issue). There are, of course, exceptions to this rule, but "
9756 "be aware that any case like this needs manual bootstrapping and cannot be "
9757 "done by automated package builders."
9758 msgstr ""
9759 "Verlassen Sie sich nicht darauf, dass das Paket, das Sie erstellen, bereits "
9760 "installiert ist (ein Teilaspekt des vorherigen Problems). Es gibt natürlich "
9761 "Ausnahmen von dieser Regel, aber seine Sie sich bewusst, dass dies auf jeden "
9762 "Fall manuelles Bootstrapping erfordert und nicht durch automatisierte Paket-"
9763 "Builder erledigt werden kann."
9764
9765 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9766 #: pkgs.dbk:1649
9767 msgid ""
9768 "Don't rely on the compiler being a certain version, if possible.  If not, "
9769 "then make sure your build dependencies reflect the restrictions, although "
9770 "you are probably asking for trouble, since different architectures sometimes "
9771 "standardize on different compilers."
9772 msgstr ""
9773 "Verlassen Sie sich, wenn möglich, nicht auf eine bestimmte Version des "
9774 "Compilers. Falls doch, dann stellen Sie sicher, dass Ihre Build-"
9775 "Abhängigkeiten diese Einschränkungen widerspiegeln, obwohl Sie sich "
9776 "wahrscheinlich Ärger einhandeln, da verschiedene Architekturen manchmal "
9777 "unterschiedliche Compiler vorgeben."
9778
9779 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
9780 #: pkgs.dbk:1657
9781 msgid ""
9782 "Make sure your <filename>debian/rules</filename> contains separate "
9783 "<literal>binary-arch</literal> and <literal>binary-indep</literal> targets, "
9784 "as the Debian Policy Manual requires.  Make sure that both targets work "
9785 "independently, that is, that you can call the target without having called "
9786 "the other before.  To test this, try to run <command>dpkg-buildpackage -B</"
9787 "command>."
9788 msgstr ""
9789 "Sorgen Sie dafür, dass Ihre <filename>debian/rules</filename>-Datei separate "
9790 "<literal>binary-arch</literal>- und <literal>binary-indep</literal>-Targets "
9791 "enthält, wie es das Debian Policy Manual erfordert. Stellen Sie sicher, dass "
9792 "beide Targets unabhängig voneinander funktionieren, damit Sie ein Target "
9793 "aufrufen können, ohne das Sie vorher das andere aufgerufen haben müssen. Um "
9794 "dies zu prüfen, führen Sie <command>dpkg-buildpackage -B</command> aus."
9795
9796 #. type: Content of: <chapter><section><section><title>
9797 #: pkgs.dbk:1668
9798 msgid "Guidelines for porter uploads"
9799 msgstr "Richtlinien für Uploads von Portierern"
9800
9801 #. type: Content of: <chapter><section><section><para>
9802 #: pkgs.dbk:1670
9803 msgid ""
9804 "If the package builds out of the box for the architecture to be ported to, "
9805 "you are in luck and your job is easy.  This section applies to that case; it "
9806 "describes how to build and upload your binary package so that it is properly "
9807 "installed into the archive.  If you do have to patch the package in order to "
9808 "get it to compile for the other architecture, you are actually doing a "
9809 "source NMU, so consult <xref linkend=\"nmu-guidelines\"/> instead."
9810 msgstr ""
9811 "Wenn das Paket aus dem Stand für die Architektur erstellt werden kann, auf "
9812 "die es portiert werden soll, haben Sie Glück und Ihre Arbeit ist einfach. "
9813 "Dieser Abschnitt befasst sich mit diesem Fall; er beschreibt, wie Ihr "
9814 "Binärpaket erstellt und hochgeladen wird, so dass es ordnungsgemäß im Archiv "
9815 "installiert werden kann. Falls Sie das Paket patchen müssen, um es für eine "
9816 "andere Architektur compilieren zu können, führen Sie in Wirklichkeit ein "
9817 "Quell-NMU durch, ziehen Sie daher stattdessen <xref linkend=\"nmu-guidelines"
9818 "\"/> zu Rate."
9819
9820 #. type: Content of: <chapter><section><section><para>
9821 #: pkgs.dbk:1678
9822 msgid ""
9823 "For a porter upload, no changes are being made to the source.  You do not "
9824 "need to touch any of the files in the source package.  This includes "
9825 "<filename>debian/changelog</filename>."
9826 msgstr ""
9827 "Für einen Upload eines Portierern werden keine Änderungen an den Quellen "
9828 "vorgenommen. Sie müssen keine Dateien im Quellpaket anfassen. Dies schließt "
9829 "<filename>debian/changelog</filename> ein."
9830
9831 #. type: Content of: <chapter><section><section><para>
9832 #: pkgs.dbk:1683
9833 msgid ""
9834 "The way to invoke <command>dpkg-buildpackage</command> is as <literal>dpkg-"
9835 "buildpackage -B -m<replaceable>porter-email</replaceable></literal>.  Of "
9836 "course, set <replaceable>porter-email</replaceable> to your email address.  "
9837 "This will do a binary-only build of only the architecture-dependent portions "
9838 "of the package, using the <literal>binary-arch</literal> target in "
9839 "<filename>debian/rules</filename>."
9840 msgstr ""
9841 "Die Vorgehensweise <command>dpkg-buildpackage</command> aufzurufen ist wie "
9842 "folgt: <literal>dpkg-buildpackage -B -m<replaceable>E-Mail des Portierers</"
9843 "replaceable></literal>. Natürlich setzen Sie <replaceable>E-Mail des "
9844 "Portierers</replaceable> auf Ihre E-Mail-Adresse. Dies wird zu einem rein "
9845 "binären Build von nur den Paketteilen führen, die architekturabhängig sind. "
9846 "Dabei wird in <filename>debian/rules</filename> das Target <literal>binary-"
9847 "arch</literal> benutzt."
9848
9849 #. type: Content of: <chapter><section><section><para>
9850 #: pkgs.dbk:1692
9851 msgid ""
9852 "If you are working on a Debian machine for your porting efforts and you need "
9853 "to sign your upload locally for its acceptance in the archive, you can run "
9854 "<command>debsign</command> on your <filename>.changes</filename> file to "
9855 "have it signed conveniently, or use the remote signing mode of <command>dpkg-"
9856 "sig</command>."
9857 msgstr ""
9858 "Falls Sie für Ihr Portierungs-Bestreben auf einer Debian-Maschine arbeiten "
9859 "und Ihren Upload lokal signieren müssen, damit er im Archiv akzeptiert wird, "
9860 "können Sie <command>debsign</command> für Ihre <filename>.changes</filename>-"
9861 "Datei ausführen, um sie bequem zu signieren oder benutzen Sie den "
9862 "Signierungsmodus aus der Ferne von <command>dpkg-sig</command>."
9863
9864 #. type: Content of: <chapter><section><section><section><title>
9865 #: pkgs.dbk:1699
9866 msgid "Recompilation or binary-only NMU"
9867 msgstr "Neu compilieren oder rein binärer NMU"
9868
9869 #. type: Content of: <chapter><section><section><section><para>
9870 #: pkgs.dbk:1701
9871 msgid ""
9872 "Sometimes the initial porter upload is problematic because the environment "
9873 "in which the package was built was not good enough (outdated or obsolete "
9874 "library, bad compiler, etc.).  Then you may just need to recompile it in an "
9875 "updated environment.  However, you have to bump the version number in this "
9876 "case, so that the old bad package can be replaced in the Debian archive "
9877 "(<command>dak</command> refuses to install new packages if they don't have a "
9878 "version number greater than the currently available one)."
9879 msgstr ""
9880 "Manchmal ist der erste Upload einer Portierung problematisch, da die "
9881 "Umgebung, in der das Paket erstellt wurde, nicht gut genug war (veraltete "
9882 "oder hinfällige Bibliotheken, falsche Compiler etc.). Dann könnte es nötig "
9883 "sein, dass Sie es nur neu in einer aktualisierten Umgebung compilieren "
9884 "müssen. In diesem Fall müssen Sie jedoch die Versionsnummer ändern, so dass "
9885 "das alte, falsche Paket im Debian-Archiv ersetzt werden kann (<command>dak</"
9886 "command> lehnt die Installation neuer Pakete ab, falls Sie keine höheren "
9887 "Versionsnummern, als das aktuell verfügbare haben)."
9888
9889 #. type: Content of: <chapter><section><section><section><para>
9890 #: pkgs.dbk:1710
9891 msgid ""
9892 "You have to make sure that your binary-only NMU doesn't render the package "
9893 "uninstallable.  This could happen when a source package generates arch-"
9894 "dependent and arch-independent packages that have inter-dependencies "
9895 "generated using dpkg's substitution variable <literal>$(Source-Version)</"
9896 "literal>."
9897 msgstr ""
9898 "Sie müssen sicherstellen, dass Ihr rein binärer NMU das Paket nicht "
9899 "uninstallierbar macht. Dies könnte geschehen, wenn ein Quellpaket "
9900 "architekturabhängige und architekturunabhängige Pakete generiert, die unter "
9901 "Benutzung von der ersetzbaren Dpkg-Variable <literal>$(Source-Version)</"
9902 "literal> wechselseitige Abhängigkeiten erzeugen."
9903
9904 #. type: Content of: <chapter><section><section><section><para>
9905 #: pkgs.dbk:1716
9906 msgid ""
9907 "Despite the required modification of the changelog, these are called binary-"
9908 "only NMUs — there is no need in this case to trigger all other architectures "
9909 "to consider themselves out of date or requiring recompilation."
9910 msgstr ""
9911 "Ungeachtet der nötigen Modifikation des Änderungsprotokolls, werden diese "
9912 "rein binäre NMUs genannt – es ist nicht nötig in diesem Fall dafür zu "
9913 "sorgen, dass alle anderen Architekturen sich selbst als veraltet oder eines "
9914 "erneuten Compilierens bedürfig betrachten."
9915
9916 #. type: Content of: <chapter><section><section><section><para>
9917 #: pkgs.dbk:1721
9918 msgid ""
9919 "Such recompilations require special ``magic'' version numbering, so that the "
9920 "archive maintenance tools recognize that, even though there is a new Debian "
9921 "version, there is no corresponding source update.  If you get this wrong, "
9922 "the archive maintainers will reject your upload (due to lack of "
9923 "corresponding source code)."
9924 msgstr ""
9925 "Solche Neu-Compilierungen benötigen eine spezielle »magische« "
9926 "Versionsnummerierung, so dass die Archiv-Verwaltungswerkzeuge dies erkennen, "
9927 "selbst wenn es eine neue Debian-Version ist, gibt es dort keine zugehörige "
9928 "Aktualisierung der Quelle. Falls Sie dabei einen Fehler machen, werden die "
9929 "Archivbetreuer Ihre Aktualisierung ablehnen (aus Mangel an entsprechendem "
9930 "Quellcode)."
9931
9932 #. type: Content of: <chapter><section><section><section><para><footnote><para>
9933 #: pkgs.dbk:1736
9934 msgid ""
9935 "In the past, such NMUs used the third-level number on the Debian part of the "
9936 "revision to denote their recompilation-only status; however, this syntax was "
9937 "ambiguous with native packages and did not allow proper ordering of "
9938 "recompile-only NMUs, source NMUs, and security NMUs on the same package, and "
9939 "has therefore been abandoned in favor of this new syntax."
9940 msgstr ""
9941 "In der Vergangenheit benutzten solche NMUs die dritte Stufe im Debian-Teil "
9942 "der Revisionsnummer, um ihren Status als reine Neu-Compilierung anzuzeigen. "
9943 "Diese Syntax war jedoch bei nativen Paketen mehrdeutig und erlaubte keine "
9944 "ordnungsgemäße Einordnung von reinen Neu-Compilierungs-NMUs, Quell-NMUs und "
9945 "Sicherheits-NMUs im gleichen Paket. Daher wurden sie verworfen und diese "
9946 "neue Syntax bevorzugt."
9947
9948 #. type: Content of: <chapter><section><section><section><para>
9949 #: pkgs.dbk:1728
9950 msgid ""
9951 "The ``magic'' for a recompilation-only NMU is triggered by using a suffix "
9952 "appended to the package version number, following the form "
9953 "<literal>b<replaceable>number</replaceable></literal>.  For instance, if the "
9954 "latest version you are recompiling against was version <literal>2.9-3</"
9955 "literal>, your binary-only NMU should carry a version of <literal>2.9-3+b1</"
9956 "literal>.  If the latest version was <literal>3.4+b1</literal> (i.e, a "
9957 "native package with a previous recompilation NMU), your binary-only NMU "
9958 "should have a version number of <literal>3.4+b2</literal>.<placeholder type="
9959 "\"footnote\" id=\"0\"/>"
9960 msgstr ""
9961 "Die »Magie« für ein reines Neu-Compilierungs-NMU wird durch eine Endung "
9962 "ausgelöst, die an die Paketversionsnummer angehängt wird und die Form "
9963 "<literal>b<replaceable>Zahl</replaceable></literal> hat. Wenn etwa die "
9964 "letzte Version, die Sie compilierten <literal>2.9-3</literal> war, sollte "
9965 "Ihr rein binärer NMU die Versionsnummer <literal>2.9-3+b1</literal> tragen. "
9966 "Falls die letzte Version <literal>3.4+b1</literal> war (d.h. ein natives "
9967 "Paket mit einem vorhergehenden Neu-Compilierungs-NMU), sollte Ihr rein "
9968 "binärer NMU die Versionsnummer <literal>3.4+b2</literal>.<placeholder type="
9969 "\"footnote\" id=\"0\"/> haben."
9970
9971 #. type: Content of: <chapter><section><section><section><para>
9972 #: pkgs.dbk:1744
9973 msgid ""
9974 "Similar to initial porter uploads, the correct way of invoking <command>dpkg-"
9975 "buildpackage</command> is <literal>dpkg-buildpackage -B</literal> to only "
9976 "build the architecture-dependent parts of the package."
9977 msgstr ""
9978 "Ähnlich wie bei ersten Portierungs-Uploads ist der korrekte Weg "
9979 "<command>dpkg-buildpackage</command> aufzurufen <literal>dpkg-buildpackage -"
9980 "B</literal>, um nur die architekturabhängigen Teile des Pakets zu erstellen."
9981
9982 #. type: Content of: <chapter><section><section><section><title>
9983 #: pkgs.dbk:1751
9984 msgid "When to do a source NMU if you are a porter"
9985 msgstr "Wann ein Quell-NMU als Portierer gemacht werden sollte"
9986
9987 #. type: Content of: <chapter><section><section><section><para>
9988 #: pkgs.dbk:1753
9989 msgid ""
9990 "Porters doing a source NMU generally follow the guidelines found in <xref "
9991 "linkend=\"nmu\"/>, just like non-porters.  However, it is expected that the "
9992 "wait cycle for a porter's source NMU is smaller than for a non-porter, since "
9993 "porters have to cope with a large quantity of packages.  Again, the "
9994 "situation varies depending on the distribution they are uploading to.  It "
9995 "also varies whether the architecture is a candidate for inclusion into the "
9996 "next stable release; the release managers decide and announce which "
9997 "architectures are candidates."
9998 msgstr ""
9999 "Portierer, die einen Quell-NMU durchführen, folgen generell den Richtlinien, "
10000 "die unter <xref linkend=\"nmu\"/> gefunden werden, genau wie nicht-"
10001 "Portierer. Es wird jedoch erwartet, dass der Wartezyklus für den Quell-NMU "
10002 "eines Portierers kleiner ist, als der von nicht Portierern, da Portierer mit "
10003 "einer großen Zahl von Paketen zurechtkommen müssen. Die Situation variiert "
10004 "wiederum abhängig von der Distribution, in die hochgeladen wird. Sie "
10005 "variiert außerdem in Abhängigkeit davon, ob die Architektur ein Kandidat für "
10006 "für die Einbindung in das nächste stabile Release ist. Die "
10007 "Veröffentlichungsverwalter entscheiden welche Architekturen Kandidaten sind "
10008 "und kündigen dies an."
10009
10010 #. type: Content of: <chapter><section><section><section><para>
10011 #: pkgs.dbk:1762
10012 msgid ""
10013 "If you are a porter doing an NMU for <literal>unstable</literal>, the above "
10014 "guidelines for porting should be followed, with two variations.  Firstly, "
10015 "the acceptable waiting period — the time between when the bug is submitted "
10016 "to the BTS and when it is OK to do an NMU — is seven days for porters "
10017 "working on the <literal>unstable</literal> distribution.  This period can be "
10018 "shortened if the problem is critical and imposes hardship on the porting "
10019 "effort, at the discretion of the porter group.  (Remember, none of this is "
10020 "Policy, just mutually agreed upon guidelines.) For uploads to "
10021 "<literal>stable</literal> or <literal>testing</literal>, please coordinate "
10022 "with the appropriate release team first."
10023 msgstr ""
10024 "Falls Sie als Portierer einen NMU für <literal>unstable</literal> "
10025 "durchführen, sollten die vorher genannten Richtlinien der Portierung mit "
10026 "zwei Abwandlungen befolgt werden. Erstens ist die akzeptable Wartezeit – die "
10027 "Zeit zwischen dem Absenden des Fehlerberichts an das BTS und der Zeit, wenn "
10028 "es in Ordnung ist, einen NMU durchzuführen – sieben Tage für Portierer, die "
10029 "an der Distribution <literal>unstable</literal> arbeiten. Diese Zeitspanne "
10030 "kann verkürzt werden, falls das Problem kritisch ist und eine Notlage für "
10031 "die Portierungsanstrengung nach Ermessen der Gruppe der Portierer besteht. "
10032 "(Bedenken Sie, dass nichts davon in der Policy steht, sondern nur über "
10033 "Richtlinien vereinbart wurde.) Für Uploads nach <literal>stable</literal> "
10034 "oder <literal>testing</literal> stimmen Sie sich bitte zuerst mit dem "
10035 "Release-Team ab."
10036
10037 #. type: Content of: <chapter><section><section><section><para>
10038 #: pkgs.dbk:1774
10039 msgid ""
10040 "Secondly, porters doing source NMUs should make sure that the bug they "
10041 "submit to the BTS should be of severity <literal>serious</literal> or "
10042 "greater.  This ensures that a single source package can be used to compile "
10043 "every supported Debian architecture by release time.  It is very important "
10044 "that we have one version of the binary and source package for all "
10045 "architectures in order to comply with many licenses."
10046 msgstr ""
10047 "Zweitens sollten Protierer, die ein Quell-MMU durchführen, sicherstellen, "
10048 "dass der Fehler, den Sie an das BTS senden, den Schweregrad "
10049 "<literal>serious</literal> oder höher aufweist. Dies garantiert, dass ein "
10050 "einzelnes Quellpaket benutzt werden kann, um jede unterstützte Debian-"
10051 "Architektur zum Veröffentlichungszeitpunkt zu compilieren. Es ist sehr "
10052 "wichtig, dass es eine Version des Quell- und Binärpakets für alle "
10053 "Architekturen gibt, um vielen Lizenzen zu entsprechen."
10054
10055 #. type: Content of: <chapter><section><section><section><para>
10056 #: pkgs.dbk:1782
10057 msgid ""
10058 "Porters should try to avoid patches which simply kludge around bugs in the "
10059 "current version of the compile environment, kernel, or libc.  Sometimes such "
10060 "kludges can't be helped.  If you have to kludge around compiler bugs and the "
10061 "like, make sure you <literal>#ifdef</literal> your work properly; also, "
10062 "document your kludge so that people know to remove it once the external "
10063 "problems have been fixed."
10064 msgstr ""
10065 "Portierer sollten versuchen Patchs zu vermeiden, die einfache Bastellösungen "
10066 "für Fehler in der aktuellen Version der Compiler-Umgebung, des Kernels oder "
10067 "der Libc bieten. Bisweilen sind solche Bastellösungen nicht hilfreich. Falls "
10068 "Sie an Compiler-Fehlern und dergleichen herumbasteln müssen, stellen Sie "
10069 "sicher, dass Sie Ihre Arbeit ordnungsgemäß in <literal>#ifdef</literal> "
10070 "einschließen. Dokumentieren Sie außerdem Ihren Murks, damit die Leute "
10071 "wissen, dass er entfernt werden muss, sobald die externen Probleme behoben "
10072 "wurden."
10073
10074 #. type: Content of: <chapter><section><section><section><para>
10075 #: pkgs.dbk:1790
10076 msgid ""
10077 "Porters may also have an unofficial location where they can put the results "
10078 "of their work during the waiting period.  This helps others running the port "
10079 "have the benefit of the porter's work, even during the waiting period.  Of "
10080 "course, such locations have no official blessing or status, so buyer beware."
10081 msgstr ""
10082 "Portierer könnten außerdem einen inoffiziellen Ort haben, an dem sie die "
10083 "Ergebnisse Ihrer Arbeit während der Wartezeit ablegen. Dies hilft anderen, "
10084 "die aufder  Portierung arbeiten, sogar während der Wartezeit aus der Arbeit "
10085 "des Portierers Nutzen zu ziehen. Natürlich haben solche Orte keinen "
10086 "offiziellen Segen oder Status, daher nehme sich der Käufer in Acht."
10087
10088 #. type: Content of: <chapter><section><section><title>
10089 #: pkgs.dbk:1800
10090 msgid "Porting infrastructure and automation"
10091 msgstr "Portierungs-Infrastruktur und -Automatisierung"
10092
10093 #. type: Content of: <chapter><section><section><para>
10094 #: pkgs.dbk:1802
10095 msgid ""
10096 "There is infrastructure and several tools to help automate package porting.  "
10097 "This section contains a brief overview of this automation and porting to "
10098 "these tools; see the package documentation or references for full "
10099 "information."
10100 msgstr ""
10101 "Es gibt eine Infrastruktur und mehrere Werkzeuge, die das Portieren von "
10102 "Paketen automatisieren. Dieser Abschnitt enthält einen kurzen Überblick "
10103 "dieser Automatisierung und Portierung mit diesen Werkzeugen. Lesen Sie die "
10104 "Paketdokumentation oder die Referenzen, um umfassende Informationen zu "
10105 "erhalten."
10106
10107 #. type: Content of: <chapter><section><section><section><title>
10108 #: pkgs.dbk:1807
10109 msgid "Mailing lists and web pages"
10110 msgstr "Mailinglisten und Web-Seiten"
10111
10112 #. type: Content of: <chapter><section><section><section><para>
10113 #: pkgs.dbk:1809
10114 msgid ""
10115 "Web pages containing the status of each port can be found at <ulink url="
10116 "\"&url-debian-ports;\"></ulink>."
10117 msgstr ""
10118 "Web-Seiten, die den Status jeder Portierung enthalten, können unter <ulink "
10119 "url=\"&url-debian-ports;\"></ulink> gefunden werden."
10120
10121 #. type: Content of: <chapter><section><section><section><para>
10122 #: pkgs.dbk:1813
10123 msgid ""
10124 "Each port of Debian has a mailing list.  The list of porting mailing lists "
10125 "can be found at <ulink url=\"&url-debian-port-lists;\"></ulink>.  These "
10126 "lists are used to coordinate porters, and to connect the users of a given "
10127 "port with the porters."
10128 msgstr ""
10129 "Jede Portierung von Debian hat eine Mailingliste. Die Liste der Portierungs-"
10130 "Mailinglisten kann unter <ulink url=\"&url-debian-port-lists;\"></ulink> "
10131 "gefunden werden. Diese Listen werden benutzt, um die Arbeit der Portierer zu "
10132 "koordinieren und um eine Verbindung der Anwender der Portierung zu den "
10133 "Portierer herzustellen."
10134
10135 #. type: Content of: <chapter><section><section><section><title>
10136 #: pkgs.dbk:1821
10137 msgid "Porter tools"
10138 msgstr "Werkzeuge der Portierers"
10139
10140 #. type: Content of: <chapter><section><section><section><para>
10141 #: pkgs.dbk:1823
10142 msgid ""
10143 "Descriptions of several porting tools can be found in <xref linkend=\"tools-"
10144 "porting\"/>."
10145 msgstr ""
10146 "Beschreibungen von vielen Werkzeugen für die Portierung können unter <xref "
10147 "linkend=\"tools-porting\"/> gefunden werden."
10148
10149 #. type: Content of: <chapter><section><section><section><title>
10150 #: pkgs.dbk:1829
10151 msgid "<systemitem role=\"package\">wanna-build</systemitem>"
10152 msgstr "<systemitem role=\"package\">wanna-build</systemitem>"
10153
10154 #. type: Content of: <chapter><section><section><section><para>
10155 #: pkgs.dbk:1831
10156 msgid ""
10157 "The <systemitem role=\"package\">wanna-build</systemitem> system is used as "
10158 "a distributed, client-server build distribution system.  It is usually used "
10159 "in conjunction with build daemons running the <systemitem role=\"package"
10160 "\">buildd</systemitem> program. <literal>Build daemons</literal> are "
10161 "``slave'' hosts which contact the central <systemitem role=\"package\">wanna-"
10162 "build</systemitem> system to receive a list of packages that need to be "
10163 "built."
10164 msgstr ""
10165 "Das System <systemitem role=\"package\">wanna-build</systemitem> wird als "
10166 "ein verteiltes Client-/Server-Build-Verteilungssystem benutzt. Es wird "
10167 "üblicherweise zusammen mit Build-Daemons benutzt, die das Programm "
10168 "<systemitem role=\"package\">buildd</systemitem> ausführen. <literal>Build "
10169 "daemons</literal> sind »Slave«-Rechner, die das zentrale <systemitem role="
10170 "\"package\">wanna-build</systemitem>-System kontaktieren, um eine Liste der "
10171 "Pakete zu beziehen, die erstellt werden müssen."
10172
10173 #. type: Content of: <chapter><section><section><section><para>
10174 #: pkgs.dbk:1839
10175 msgid ""
10176 "<systemitem role=\"package\">wanna-build</systemitem> is not yet available "
10177 "as a package; however, all Debian porting efforts are using it for automated "
10178 "package building.  The tool used to do the actual package builds, "
10179 "<systemitem role=\"package\">sbuild</systemitem> is available as a package, "
10180 "see its description in <xref linkend=\"sbuild\"/>.  Please note that the "
10181 "packaged version is not the same as the one used on build daemons, but it is "
10182 "close enough to reproduce problems."
10183 msgstr ""
10184 "<systemitem role=\"package\">wanna-build</systemitem> ist noch nicht als "
10185 "Paket verfügbar. Alle Debian-Portierungsbestrebungen benutzen es jedoch zur "
10186 "automatisierten Paketerstellung. Das Werkzeug, das für die tatsächlichen "
10187 "Paket-Builds benutzt wird, <systemitem role=\"package\">sbuild</systemitem>, "
10188 "ist als Paket verfügbar. Lesen Sie dessen Beschreibung unter <xref linkend="
10189 "\"sbuild\"/>. Bitte beachten Sie, dass die Paketversion nicht der des Build-"
10190 "Daemons entspricht, aber liegt ist nah genug bei dieser, um Probleme "
10191 "nachvollziehen zu können."
10192
10193 #. type: Content of: <chapter><section><section><section><para>
10194 #: pkgs.dbk:1848
10195 msgid ""
10196 "Most of the data produced by <systemitem role=\"package\">wanna-build</"
10197 "systemitem> which is generally useful to porters is available on the web at "
10198 "<ulink url=\"&url-buildd;\"></ulink>.  This data includes nightly updated "
10199 "statistics, queueing information and logs for build attempts."
10200 msgstr ""
10201 "<systemitem role=\"package\">wanna-build</systemitem> ist generell für "
10202 "Portierer nützlich. Die meisten davon erzeugten Daten sind im Web unter "
10203 "<ulink url=\"&url-buildd;\"></ulink> verfügbar. Diese Daten enthalten "
10204 "nächtlich aktualisierte Statistiken, Warteschlangeninformationen und "
10205 "Protokolle von Build-Versuchen."
10206
10207 #. type: Content of: <chapter><section><section><section><para>
10208 #: pkgs.dbk:1854
10209 msgid ""
10210 "We are quite proud of this system, since it has so many possible uses.  "
10211 "Independent development groups can use the system for different sub-flavors "
10212 "of Debian, which may or may not really be of general interest (for instance, "
10213 "a flavor of Debian built with <command>gcc</command> bounds checking).  It "
10214 "will also enable Debian to recompile entire distributions quickly."
10215 msgstr ""
10216 "Debian ist ziemlich stolz auf dieses System, da es so viele "
10217 "Verwendungsmöglichkeiten gibt. Unabhängige Entwicklergruppen können das "
10218 "System benutzen, um unterschiedliche Untergeschmacksrichtungen von Debian, "
10219 "die von allgemeinem Interesse sein können oder auch nicht (zum Beispiel eine "
10220 "Debian-Geschmacksrichtung, die mit »bounds checking« von <command>gcc</"
10221 "command> erstellt wurde) zu erstellen. Dadurch wird Debian auch in die Lage "
10222 "versetzt, ganze Distributionen schnell neu zu compilieren."
10223
10224 #. type: Content of: <chapter><section><section><section><para>
10225 #: pkgs.dbk:1861
10226 msgid ""
10227 "The wanna-build team, in charge of the buildds, can be reached at "
10228 "<literal>debian-wb-team@lists.debian.org</literal>.  To determine who (wanna-"
10229 "build team, release team) and how (mail, BTS)  to contact, refer to <ulink "
10230 "url=\"&url-wb-team;\"></ulink>."
10231 msgstr ""
10232 "Das Wanna-Build-Team, das für Buildds verantwortlich ist, ist unter "
10233 "<literal>debian-wb-team@lists.debian.org</literal> erreichbar. Um "
10234 "festzustellen, wen (Wanna-Build-Team, Release-Team) Sie kontaktieren sollten "
10235 "und wie (E-Mail, BTS), sei auf <ulink url=\"&url-wb-team;\"></ulink> "
10236 "verwiesen."
10237
10238 #. type: Content of: <chapter><section><section><section><para>
10239 #: pkgs.dbk:1868
10240 msgid ""
10241 "When requesting binNMUs or give-backs (retries after a failed build), please "
10242 "use the format described at <ulink url=\"&url-release-wb;\"/>."
10243 msgstr ""
10244 "Wenn Sie um BinNMUs oder Give-Backs (erneute Versuche nach gescheitertem "
10245 "Build) ersuchen, benutzen Sie bitte das unter <ulink url=\"&url-release-wb;"
10246 "\"/> beschriebene Format."
10247
10248 #. type: Content of: <chapter><section><section><title>
10249 #: pkgs.dbk:1877
10250 msgid "When your package is <emphasis>not</emphasis> portable"
10251 msgstr "Wenn Ihr Paket <emphasis>nicht</emphasis> portierbar ist"
10252
10253 #. type: Content of: <chapter><section><section><para>
10254 #: pkgs.dbk:1879
10255 msgid ""
10256 "Some packages still have issues with building and/or working on some of the "
10257 "architectures supported by Debian, and cannot be ported at all, or not "
10258 "within a reasonable amount of time.  An example is a package that is SVGA-"
10259 "specific (only available for <literal>i386</literal> and <literal>amd64</"
10260 "literal>), or uses other hardware-specific features not supported on all "
10261 "architectures."
10262 msgstr ""
10263 "Einige Pakete haben immer noch Probleme mit der Erstellung und/oder Ihrer "
10264 "Funktion auf einigen der von Debian unterstützten Architekturen und können "
10265 "überhaupt nicht oder nicht in einem akzeptablen Zeitraum portiert werden. "
10266 "Ein Beispiel ist ein Paket, das SVGA-spezifisch ist (nur auf <literal>i386</"
10267 "literal> und <literal>amd64</literal> verfügbar) oder andere Hardware-"
10268 "spezifische Funktionen benutzt, die nicht von allen Architekturen "
10269 "unterstützt werden."
10270
10271 #. type: Content of: <chapter><section><section><para>
10272 #: pkgs.dbk:1886
10273 msgid ""
10274 "In order to prevent broken packages from being uploaded to the archive, and "
10275 "wasting buildd time, you need to do a few things:"
10276 msgstr ""
10277 "Um zu verhindern, dass kaputte Pakete in das Archiv hochgeladen werden und "
10278 "Buildd-Zeit vergeuden, müssen Sie ein paar Dinge tun:"
10279
10280 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10281 #: pkgs.dbk:1892
10282 msgid ""
10283 "First, make sure your package <emphasis>does</emphasis> fail to build on "
10284 "architectures that it cannot support.  There are a few ways to achieve "
10285 "this.  The preferred way is to have a small testsuite during build time that "
10286 "will test the functionality, and fail if it doesn't work.  This is a good "
10287 "idea anyway, as this will prevent (some) broken uploads on all "
10288 "architectures, and also will allow the package to build as soon as the "
10289 "required functionality is available."
10290 msgstr ""
10291 "Stellen Sie zuerst sicher, dass das Erstellen Ihres Pakets auf "
10292 "Architekturen, die es nicht unterstützt <emphasis>fehlschlägt</emphasis>. Es "
10293 "gibt mehrere Möglichkeiten dies zu bewirken. Der bevorzugte Weg ist es, "
10294 "während des Erstellens eine kleine Test-Suite zu verwenden, die die "
10295 "Funktionalität prüft und fehlschlägt, wenn es nicht funktioniert. Dies ist "
10296 "sowieso eine gute Idee, da es (einige) kaputte Uploads auf allen "
10297 "Architekturen verhindert und außerdem ermöglicht, das Paket zu erstellen, "
10298 "sobald die benötigte Funktionalität verfügbar ist."
10299
10300 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10301 #: pkgs.dbk:1900
10302 msgid ""
10303 "Additionally, if you believe the list of supported architectures is pretty "
10304 "constant, you should change <literal>any</literal> to a list of supported "
10305 "architectures in <filename>debian/control</filename>.  This way, the build "
10306 "will fail also, and indicate this to a human reader without actually trying."
10307 msgstr ""
10308 "Zusätzlich sollten Sie in <filename>debian/control</filename> <literal>any</"
10309 "literal> auf eine Liste der unterstützten Architekturen ändern, falls Sie "
10310 "glauben, die Liste der unterstützten Architekturen sei ziemlich "
10311 "gleichbleibend. Auf diese Art wird das Erstellen ebenfalls fehlschlagen und "
10312 "dies einem menschlichen Leser ohne tatsächliche Versuche anzeigen."
10313
10314 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10315 #: pkgs.dbk:1908
10316 msgid ""
10317 "In order to prevent autobuilders from needlessly trying to build your "
10318 "package, it must be included in <filename>Packages-arch-specific</filename>, "
10319 "a list used by the <command>wanna-build</command> script.  The current "
10320 "version is available as <ulink url=\"&url-buildd-p-a-s;\"/>; please see the "
10321 "top of the file for whom to contact for changes."
10322 msgstr ""
10323 "Um zu verhindern, dass Autobuilder unnötig versuchen Ihr Paket zu erstellen, "
10324 "muss es in <filename>Packages-arch-specific</filename> enthalten sein, einer "
10325 "Liste, die vom <command>wanna-build</command>-Skript benutzt wird. Die "
10326 "aktuelle Version ist unter <ulink url=\"&url-buildd-p-a-s;\"/> verfügbar. "
10327 "Bitte lesen am Anfang der Datei, wer wegen der Änderungen kontaktiert wird."
10328
10329 #. type: Content of: <chapter><section><section><para>
10330 #: pkgs.dbk:1917
10331 msgid ""
10332 "Please note that it is insufficient to only add your package to "
10333 "<filename>Packages-arch-specific</filename> without making it fail to build "
10334 "on unsupported architectures: A porter or any other person trying to build "
10335 "your package might accidently upload it without noticing it doesn't work.  "
10336 "If in the past some binary packages were uploaded on unsupported "
10337 "architectures, request their removal by filing a bug against <systemitem "
10338 "role=\"package\">ftp.debian.org</systemitem>."
10339 msgstr ""
10340 "Bitte beachten Sie, dass es nicht ausreicht, Ihr Paket nur zu "
10341 "<filename>Packages-arch-specific</filename> hinzuzufügen ohne dafür zu "
10342 "sorgen, dass das Erstellen auf nicht unterstützten Architekturen "
10343 "fehlschlägt: Ein Portierer oder jemand anderes, der versucht Ihr Paket zu "
10344 "erstellen, könnte Ihr Paket fälschlicherweise hochladen ohne zu bemerken, "
10345 "dass es nicht funktioniert. Wenn in der Vergangenheit einige Binärpakete auf "
10346 "nicht unterstützte Architekturen hochgeladen wurden, bitten Sie um Ihre "
10347 "Entfernung, indem Sie einen Fehlerbericht gegen <systemitem role=\"package"
10348 "\">ftp.debian.org</systemitem> einreichen."
10349
10350 #. type: Content of: <chapter><section><section><title>
10351 #: pkgs.dbk:1928
10352 msgid "Marking non-free packages as auto-buildable"
10353 msgstr "Unfreie Pakete als automatisch erstellbar kennzeichnen"
10354
10355 #. type: Content of: <chapter><section><section><para>
10356 #: pkgs.dbk:1930
10357 msgid ""
10358 "By default packages from the <literal>non-free</literal> section are not "
10359 "built by the autobuilder network (mostly because the license of the packages "
10360 "could disapprove).  To enable a package to be build you need to perform the "
10361 "following steps:"
10362 msgstr ""
10363 "Standardmäßig werden Pakete aus dem Bereich <literal>non-free</literal> "
10364 "nicht durch das Autobuilder-Netzwerk gebaut (meistens, weil die Lizenz der "
10365 "Pakete dem entgegen stehen könnte). Um zu aktivieren, dass ein Paket gebaut "
10366 "wird, müssen Sie die folgenden Schritte durchführen:"
10367
10368 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
10369 #: pkgs.dbk:1938
10370 msgid ""
10371 "Check whether it is legally allowed and technically possible to auto-build "
10372 "the package;"
10373 msgstr ""
10374 "Prüfen, ob es rechtlich erlaubt und technisch möglich ist, das Paket "
10375 "automatisch zu bauen;"
10376
10377 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
10378 #: pkgs.dbk:1944
10379 msgid ""
10380 "Add <literal>XS-Autobuild: yes</literal> into the header part of "
10381 "<filename>debian/control</filename>;"
10382 msgstr ""
10383 "<literal>XS-Autobuild: yes</literal> zu den Kopfzeilen von <filename>debian/"
10384 "control</filename> hinzufügen;"
10385
10386 #. type: Content of: <chapter><section><section><orderedlist><listitem><para>
10387 #: pkgs.dbk:1950
10388 msgid ""
10389 "Send an email to &email-nonfree-release; and explain why the package can "
10390 "legitimately and technically be auto-built."
10391 msgstr ""
10392 "eine E-Mail an &email-nonfree-release; senden und erklären, warum das Paket "
10393 "rechtlich und technisch automatisch gebaut werden kann."
10394
10395 #. type: Content of: <chapter><section><title>
10396 #: pkgs.dbk:1959
10397 msgid "Non-Maintainer Uploads (NMUs)"
10398 msgstr "Non-Maintainer Uploads (NMUs)"
10399
10400 #. type: Content of: <chapter><section><para>
10401 #: pkgs.dbk:1961
10402 msgid ""
10403 "Every package has one or more maintainers. Normally, these are the people "
10404 "who work on and upload new versions of the package. In some situations, it "
10405 "is useful that other developers can upload a new version as well, for "
10406 "example if they want to fix a bug in a package they don't maintain, when the "
10407 "maintainer needs help to respond to issues.  Such uploads are called "
10408 "<emphasis>Non-Maintainer Uploads (NMU)</emphasis>."
10409 msgstr ""
10410 "Jedes Paket hat einen oder mehrere Betreuer. Normalerweise sind das Leute, "
10411 "die daran arbeiten und neue Versionen des Pakets hochladen. In einigen "
10412 "Situationen ist es nützlich, dass auch andere Entwickler neue Versionen "
10413 "hochladen können, zum Beispiel, falls sie einen Fehler in einem Paket "
10414 "beheben möchten, das sie nicht betreuen, wenn der Betreuer Hilfe benötigt, "
10415 "um auf Probleme zu antworten. Solche Uploads werden <emphasis>Non-Maintainer "
10416 "Uploads (NMU)</emphasis> genannt."
10417
10418 #. type: Content of: <chapter><section><section><title>
10419 #: pkgs.dbk:1970
10420 msgid "When and how to do an NMU"
10421 msgstr "Wann und wie ein NMU durchgeführt wird"
10422
10423 #. type: Content of: <chapter><section><section><para>
10424 #: pkgs.dbk:1973
10425 msgid "Before doing an NMU, consider the following questions:"
10426 msgstr "Beachten Sie die folgenden Fragen, bevor Sie einen NMU durchführen:"
10427
10428 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10429 #: pkgs.dbk:1978
10430 msgid ""
10431 "Does your NMU really fix bugs? Fixing cosmetic issues or changing the "
10432 "packaging style in NMUs is discouraged."
10433 msgstr ""
10434 "Behebt Ihr NMU wirklich Fehler? Kosmetische Probleme zu beheben oder den "
10435 "Paketierungsstil in NMUs zu ändern ist unerwünscht."
10436
10437 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10438 #: pkgs.dbk:1984
10439 msgid ""
10440 "Did you give enough time to the maintainer? When was the bug reported to the "
10441 "BTS? Being busy for a week or two isn't unusual.  Is the bug so severe that "
10442 "it needs to be fixed right now, or can it wait a few more days?"
10443 msgstr ""
10444 "Haben Sie dem Paketbetreuer genug Zeit gegeben? Wann wurde der Fehler an das "
10445 "BTS gemeldet? Es ist nicht unüblich, für eine oder zwei Wochen beschäftigt "
10446 "zu sein. Ist der Fehler so schwer, dass er jetzt sofort behoben werden muss "
10447 "oder kann er noch ein paar Tage warten?"
10448
10449 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10450 #: pkgs.dbk:1991
10451 msgid ""
10452 "How confident are you about your changes? Please remember the Hippocratic "
10453 "Oath: \"Above all, do no harm.\" It is better to leave a package with an "
10454 "open grave bug than applying a non-functional patch, or one that hides the "
10455 "bug instead of resolving it. If you are not 100% sure of what you did, it "
10456 "might be a good idea to seek advice from others. Remember that if you break "
10457 "something in your NMU, many people will be very unhappy about it."
10458 msgstr ""
10459 "Wie überzeugt sind Sie von Ihren Änderungen? Bitte erinnern Sie sich an den "
10460 "hippokratischen Eid: »Schaden Sie vor allem nicht«. Es ist besser, ein Paket "
10461 "mit einem offenen schweren Fehler zu belassen, als ein nicht "
10462 "funktionierendes Patch darauf anzuwenden oder eins, das den Fehler "
10463 "versteckt, anstatt Ihn zu beheben. Falls Sie nicht 100% sicher sind, was Sie "
10464 "getan haben, könnte es eine gute Idee sein, den Rat anderer zu suchen. "
10465 "Vergessen Sie nicht, das viele Leute sauer sind, falls Ihr NMU etwas kaputt "
10466 "macht."
10467
10468 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10469 #: pkgs.dbk:2001
10470 msgid ""
10471 "Have you clearly expressed your intention to NMU, at least in the BTS? It is "
10472 "also a good idea to try to contact the maintainer by other means (private "
10473 "email, IRC)."
10474 msgstr ""
10475 "Haben Sie Ihre Absicht, einen NMU durchzuführen, zumindest im BTS klar "
10476 "ausgedrückt? Es ist außerdem ratsam zu versuchen, den Paketbetreuer auf "
10477 "andere Arten zu kontaktieren (private E-Mail, IRC)."
10478
10479 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10480 #: pkgs.dbk:2008
10481 msgid ""
10482 "If the maintainer is usually active and responsive, have you tried to "
10483 "contact them? In general it should be considered preferable that maintainers "
10484 "take care of an issue themselves and that they are given the chance to "
10485 "review and correct your patch, because they can be expected to be more aware "
10486 "of potential issues which an NMUer might miss. It is often a better use of "
10487 "everyone's time if the maintainer is given an opportunity to upload a fix on "
10488 "their own."
10489 msgstr ""
10490 "Haben Sie versucht den Betreuer zu kontaktieren, falls er normalerweise "
10491 "aktiv und zugänglich ist? Im Allgemeinen sollte es als wünschenswert "
10492 "erachtet werden, dass sich Betreuer selbst um ein Problem kümmern und dass "
10493 "sie die Möglichkeit haben, Ihr Patch zu überprüfen und zu korrigieren, da "
10494 "sie potentielle Probleme kennen sollten, die demjenigen fehlen könnten, der "
10495 "den NMU durchführt. Die Zeit wird meist besser investiert, wenn dem Betreuer "
10496 "die Gelegenheit gegeben wird, eine Fehlerbehebung selbst hochzuladen."
10497
10498 #. type: Content of: <chapter><section><section><para>
10499 #: pkgs.dbk:2018
10500 msgid ""
10501 "When doing an NMU, you must first make sure that your intention to NMU is "
10502 "clear.  Then, you must send a patch with the differences between the current "
10503 "package and your proposed NMU to the BTS. The <command>nmudiff</command> "
10504 "script in the <systemitem role=\"package\">devscripts</systemitem> package "
10505 "might be helpful."
10506 msgstr ""
10507 "Wenn Sie einen NMU durchführen, sollten Sie zuerst dafür sorgen, dass Ihre "
10508 "Absicht einen NMU durchzuführen klar ist. Dann müssen Sie ein Patch mit den "
10509 "Unterschieden zwischen dem aktuellen Paket und dem geplanten NMU an das BTS "
10510 "senden. Das Skript <command>nmudiff</command> im Paket <systemitem role="
10511 "\"package\">devscripts</systemitem> könnte hilfreich sein."
10512
10513 #. type: Content of: <chapter><section><section><para>
10514 #: pkgs.dbk:2025
10515 msgid ""
10516 "While preparing the patch, you should better be aware of any package-"
10517 "specific practices that the maintainer might be using. Taking them into "
10518 "account reduces the burden of integrating your changes into the normal "
10519 "package workflow and thus increases the chances that integration will "
10520 "happen. A good place where to look for for possible package-specific "
10521 "practices is <ulink url=\"&url-debian-policy;ch-source.html#s-readmesource"
10522 "\"><filename>debian/README.source</filename></ulink>."
10523 msgstr ""
10524 "Während Sie das Patch vorbereiten, sollten Sie besser einige "
10525 "paketspezifischen Verfahren kennen, die der Betreuer möglicherweise benutzt. "
10526 "Ihn einzubeziehen verringert die Belastung, die Änderungen zurück in den "
10527 "normalen Arbeitsablauf des Pakets zu integrieren und vergrößert daher die "
10528 "Möglichkeit, dass das geschieht. Ein guter Ort, um etwas über die "
10529 "paketspezifischen Methoden zu erfahren, ist <ulink url=\"&url-debian-policy;"
10530 "ch-source.html#s-readmesource\"><filename>debian/README.source</filename></"
10531 "ulink>."
10532
10533 #. type: Content of: <chapter><section><section><para>
10534 #: pkgs.dbk:2033
10535 msgid ""
10536 "Unless you have an excellent reason not to do so, you must then give some "
10537 "time to the maintainer to react (for example, by uploading to the "
10538 "<literal>DELAYED</literal> queue).  Here are some recommended values to use "
10539 "for delays:"
10540 msgstr ""
10541 "Sofern Sie keinen ausgezeichneten Grund haben, dies nicht zu tun, müssen Sie "
10542 "dem Paketbetreuer Zeit zum Reagieren geben (zum Beispiel durch Hochladen in "
10543 "die <literal>DELAYED</literal>-Warteschlange). Hier sind einige empfohlene "
10544 "Werte, die für Verzögerungen benutzt werden:"
10545
10546 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10547 #: pkgs.dbk:2040
10548 msgid ""
10549 "Upload fixing only release-critical bugs older than 7 days, with no "
10550 "maintainer activity on the bug for 7 days and no indication that a fix is in "
10551 "progress: 0 days"
10552 msgstr ""
10553 "Der Upload behebt nur release-kritische Fehler, die älter als sieben Tage "
10554 "sind, ohne Betreueraktivität beim Fehler für sieben Tage und ohne Hinweis, "
10555 "dass eine Fehlerbehebung im Gang ist: 0 Tage"
10556
10557 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10558 #: pkgs.dbk:2045
10559 msgid "Upload fixing only release-critical bugs older than 7 days: 2 days"
10560 msgstr ""
10561 "Upload, der nur release-kritische Fehler behebt, die älter als sieben Tage "
10562 "sind: zwei Tage"
10563
10564 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10565 #: pkgs.dbk:2050
10566 msgid "Upload fixing only release-critical and important bugs: 5 days"
10567 msgstr ""
10568 "Upload, der nur release-kritische Fehler und Fehler mit Schweregrad "
10569 "»important«  behebt: fünf Tage"
10570
10571 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
10572 #: pkgs.dbk:2055
10573 msgid "Other NMUs: 10 days"
10574 msgstr "Andere NMUs: zehn Tage"
10575
10576 #. type: Content of: <chapter><section><section><para>
10577 #: pkgs.dbk:2061
10578 msgid ""
10579 "Those delays are only examples. In some cases, such as uploads fixing "
10580 "security issues, or fixes for trivial bugs that blocking a transition, it is "
10581 "desirable that the fixed package reaches <literal>unstable</literal> sooner."
10582 msgstr ""
10583 "Diese Verzögerungen sind nur Beispiele. In manchen Fällen, wie bei Uploads, "
10584 "die Sicherheitsprobleme beheben oder der Behebung belangloser Fehler, die "
10585 "einen Übergang blockieren, ist es wünschenswert, dass ein repariertes Paket "
10586 "<literal>unstable</literal> eher erreicht."
10587
10588 #. type: Content of: <chapter><section><section><para>
10589 #: pkgs.dbk:2067
10590 msgid ""
10591 "Sometimes, release managers decide to allow NMUs with shorter delays for a "
10592 "subset of bugs (e.g release-critical bugs older than 7 days). Also, some "
10593 "maintainers list themselves in the <ulink url=\"&url-low-threshold-nmu;"
10594 "\">Low Threshold NMU list</ulink>, and accept that NMUs are uploaded without "
10595 "delay. But even in those cases, it's still a good idea to give the "
10596 "maintainer a few days to react before you upload, especially if the patch "
10597 "wasn't available in the BTS before, or if you know that the maintainer is "
10598 "generally active."
10599 msgstr ""
10600 "Manchmal entscheiden Veröffentlichungsverwalter NMUs mit kürzeren "
10601 "Verzögerungen für eine Untermenge von Fehlern zu erlauben (z.B. release-"
10602 "kritische Fehler, die älter als sieben Tage sind). Außerdem führen manche "
10603 "Paketbetreuer sie selbst in der Liste <ulink url=\"&url-low-threshold-nmu;"
10604 "\">LowThresholdNmu</ulink> (niedrige Schwelle für NMUs) auf und akzeptieren, "
10605 "dass NMUs ohne Verzögerung hochgeladen werden. Aber sogar in diesen Fällen "
10606 "ist es immer noch ratsam, dem Betreuer ein paar Tage Zeit zum Reagieren zu "
10607 "geben bevor Sie etwas hochladen, insbesondere, wenn das Patch vorher nicht "
10608 "im BTS verfügbar war oder falls Sie wissen, dass der Paketgetreuer allgemein "
10609 "aktiv ist."
10610
10611 #. type: Content of: <chapter><section><section><para>
10612 #: pkgs.dbk:2077
10613 msgid ""
10614 "After you upload an NMU, you are responsible for the possible problems that "
10615 "you might have introduced. You must keep an eye on the package (subscribing "
10616 "to the package on the PTS is a good way to achieve this)."
10617 msgstr ""
10618 "Nachdem Sie einen NMU hochgeladen haben, sind Sie für mögliche Probleme "
10619 "verantwortlich, die Sie möglicherweise eingeleitet haben. Sie müssen das "
10620 "Paket im Auge behalten (ein gute Möglichkeit dies zu erreichen, ist es, das "
10621 "Paket im PTS zu abonnieren )."
10622
10623 #. type: Content of: <chapter><section><section><para>
10624 #: pkgs.dbk:2083
10625 msgid ""
10626 "This is not a license to perform NMUs thoughtlessly.  If you NMU when it is "
10627 "clear that the maintainers are active and would have acknowledged a patch in "
10628 "a timely manner, or if you ignore the recommendations of this document, your "
10629 "upload might be a cause of conflict with the maintainer.  You should always "
10630 "be prepared to defend the wisdom of any NMU you perform on its own merits."
10631 msgstr ""
10632 "Dies ist keine Lizenz, rücksichtslos NMUs durchzuführen. Falls Sie einen NMU "
10633 "auf den Weg bringen, wenn es klar ist, dass die Betreuer aktiv sind und ein "
10634 "Patch zeitnah anerkennen würden oder falls Sie die Empfehlungen dieses "
10635 "Dokuments ignorieren, könnte Ihr Upload zu einem Konflikt mit dem Betreuer "
10636 "führen. Sie sollten immer darauf vorbereitet sein, im Nachhinein für den von "
10637 "Ihnen durchgeführten NMU aus eigener Kraft einstehen zu können."
10638
10639 #. type: Content of: <chapter><section><section><title>
10640 #: pkgs.dbk:2093
10641 msgid "NMUs and <filename>debian/changelog</filename>"
10642 msgstr "NMUs und <filename>debian/changelog</filename>"
10643
10644 #. type: Content of: <chapter><section><section><para>
10645 #: pkgs.dbk:2095
10646 msgid ""
10647 "Just like any other (source) upload, NMUs must add an entry to "
10648 "<filename>debian/changelog</filename>, telling what has changed with this "
10649 "upload.  The first line of this entry must explicitely mention that this "
10650 "upload is an NMU, e.g.:"
10651 msgstr ""
10652 "Genauso wie jeder andere (Quell-) Upload, müssen NMUs einen Eintrag in "
10653 "<filename>debian/changelog</filename> hinzufügen, der mitteilt, was mit "
10654 "diesem Upload geändert wurde. Die erste Zeile muss explizit erwähnen, dass "
10655 "dieser Upload ein NMU ist, z.B:"
10656
10657 #. type: Content of: <chapter><section><section><screen>
10658 #: pkgs.dbk:2100
10659 #, no-wrap
10660 msgid "  * Non-maintainer upload.\n"
10661 msgstr "  * Non-maintainer upload.\n"
10662
10663 #. type: Content of: <chapter><section><section><para>
10664 #: pkgs.dbk:2104
10665 msgid "The way to version NMUs differs for native and non-native packages."
10666 msgstr ""
10667 "Die Möglichkeiten der Versionsvergabe für NMUs unterscheidet sich bei "
10668 "nativen und nicht nativen Paketen."
10669
10670 #. type: Content of: <chapter><section><section><para>
10671 #: pkgs.dbk:2107
10672 msgid ""
10673 "If the package is a native package (without a Debian revision in the version "
10674 "number), the version must be the version of the last maintainer upload, plus "
10675 "<literal>+nmu<replaceable>X</replaceable></literal>, where <replaceable>X</"
10676 "replaceable> is a counter starting at <literal>1</literal>.  If the last "
10677 "upload was also an NMU, the counter should be increased.  For example, if "
10678 "the current version is <literal>1.5</literal>, then an NMU would get version "
10679 "<literal>1.5+nmu1</literal>."
10680 msgstr ""
10681 "Falls es sich um ein natives Paket (ohne Debian-Revision in der "
10682 "Versionsnummer) handelt, muss die Versionsnummer die des letzten Betreuer-"
10683 "Uploads plus <literal>+nmu<replaceable>X</replaceable></literal> sein, wobei "
10684 "<replaceable>X</replaceable> ein Zähler ist, der bei <literal>1</literal> "
10685 "beginnt. Falls der letzte Upload auch ein NMU war, wird der Zähler erhöht. "
10686 "Wenn beispielsweise die aktuelle Version <literal>1.5</literal> ist, dann "
10687 "würde der NMU die Version <literal>1.5+nmu1</literal> werden."
10688
10689 #. type: Content of: <chapter><section><section><para>
10690 #: pkgs.dbk:2117
10691 msgid ""
10692 "If the package is not a native package, you should add a minor version "
10693 "number to the Debian revision part of the version number (the portion after "
10694 "the last hyphen). This extra number must start at <literal>1</literal>.  For "
10695 "example, if the current version is <literal>1.5-2</literal>, then an NMU "
10696 "would get version <literal>1.5-2.1</literal>. If a new upstream version is "
10697 "packaged in the NMU, the Debian revision is set to <literal>0</literal>, for "
10698 "example <literal>1.6-0.1</literal>."
10699 msgstr ""
10700 "Falls es sich um kein natives Paket handelt, sollten Sie eine untergeordnete "
10701 "Versionsnummer zum Debian-Revisionsteil der Versionsnummer hinzufügen (der "
10702 "Teil nach dem letzten Bindestrich). Diese zusätzliche Zahl muss bei "
10703 "<literal>1</literal> anfangen. Wenn zum Beispiel die aktuelle Version "
10704 "<literal>1.5-2</literal> ist, dann würde ein NMU die Version "
10705 "<literal>1.5-2.1</literal> erhalten. Falls eine neue Originalversion im NMU "
10706 "paketiert wird, wird die Debian-Revision auf <literal>0</literal> gesetzt, "
10707 "zum Beispiel <literal>1.6-0.1</literal>."
10708
10709 #. type: Content of: <chapter><section><section><para>
10710 #: pkgs.dbk:2126
10711 msgid ""
10712 "In both cases, if the last upload was also an NMU, the counter should be "
10713 "increased. For example, if the current version is <literal>1.5+nmu3</"
10714 "literal> (a native package which has already been NMUed), the NMU would get "
10715 "version <literal>1.5+nmu4</literal>."
10716 msgstr ""
10717 "In beiden Fällen sollte der Zähler erhöht werden, falls der letzte Upload "
10718 "auch ein NMU war. Wenn zum Beispiel die letzte Version <literal>1.5+nmu3</"
10719 "literal> war (ein natives Paket, für das bereits ein NMU durchgeführt "
10720 "wurde), würde der NMU die Version <literal>1.5+nmu4</literal> erhalten."
10721
10722 #. type: Content of: <chapter><section><section><para>
10723 #: pkgs.dbk:2132
10724 msgid ""
10725 "A special versioning scheme is needed to avoid disrupting the maintainer's "
10726 "work, since using an integer for the Debian revision will potentially "
10727 "conflict with a maintainer upload already in preparation at the time of an "
10728 "NMU, or even one sitting in the ftp NEW queue.  It also has the benefit of "
10729 "making it visually clear that a package in the archive was not made by the "
10730 "official maintainer."
10731 msgstr ""
10732 "Es wird ein spezielles Schema der Versionsvergabe benötigt, um zu verhindern "
10733 "dass die Arbeit des Maintainers unterbrochen wird, da die Benutzung einer "
10734 "Ganzzahl für die Debian-Revision einen potentiellen Konflikt mit einem "
10735 "Betreuer-Upload hervorruft, der bereits zur Zeit des NMUs vorbereitet wird "
10736 "oder sogar in der Ftp-Warteschlange NEW ist. Es hat außerdem den Vorteil, "
10737 "dass es optisch klar zeigt, dass ein Paket im Archiv nicht vom offiziellen "
10738 "Betreuer stammt."
10739
10740 #. type: Content of: <chapter><section><section><para>
10741 #: pkgs.dbk:2141
10742 msgid ""
10743 "If you upload a package to testing or stable, you sometimes need to \"fork\" "
10744 "the version number tree. This is the case for security uploads, for "
10745 "example.  For this, a version of the form <literal>+deb<replaceable>X</"
10746 "replaceable>u<replaceable>Y</replaceable></literal> should be used, where "
10747 "<replaceable>X</replaceable> is the major release number, and "
10748 "<replaceable>Y</replaceable> is a counter starting at <literal>1</literal>.  "
10749 "For example, while Wheezy (Debian 7.0) is stable, a security NMU to stable "
10750 "for a package at version <literal>1.5-3</literal> would have version "
10751 "<literal>1.5-3+deb7u1</literal>, whereas a security NMU to Jessie would get "
10752 "version <literal>1.5-3+deb8u1</literal>."
10753 msgstr ""
10754 "Falls Sie ein Paket nach Testing oder Stable hochladen, müssen Sie manchmal "
10755 "den Versionsnummernbaum »verzweigen«. Dies ist zum Beispiel der Fall beim "
10756 "Hochladen von Sicherheitsaktualisierungen. Dazu sollte eine Version der Form "
10757 "<literal>+deb<replaceable>X</replaceable>u<replaceable>Y</replaceable></"
10758 "literal> benutzt werden, wobei <replaceable>X</replaceable> die Major-"
10759 "Release-Nummer und <replaceable>Y</replaceable> eine fortlaufende, bei "
10760 "<literal>1</literal> beginnende Nummer ist. Während zum Beispiel Wheezy "
10761 "(Debian 7.0) Stable ist, hätte ein Sicherheits-NMU für Stable für ein Paket "
10762 "mit der Version <literal>1.5-3</literal> die Version <literal>1.5-3+deb7u1</"
10763 "literal>, während ein Sicherheits-NMU für Jessie die Version "
10764 "<literal>1.5-3+deb8u1</literal> erhalten würde."
10765
10766 #. type: Content of: <chapter><section><section><title>
10767 #: pkgs.dbk:2155
10768 msgid "Using the <literal>DELAYED/</literal> queue"
10769 msgstr "Benutzung der Warteschlange <literal>DELAYED/</literal>"
10770
10771 #. type: Content of: <chapter><section><section><para>
10772 #: pkgs.dbk:2158
10773 msgid ""
10774 "Having to wait for a response after you request permission to NMU is "
10775 "inefficient, because it costs the NMUer a context switch to come back to the "
10776 "issue.  The <literal>DELAYED</literal> queue (see <xref linkend=\"delayed-"
10777 "incoming\"/>)  allows the developer doing the NMU to perform all the "
10778 "necessary tasks at the same time. For instance, instead of telling the "
10779 "maintainer that you will upload the updated package in 7 days, you should "
10780 "upload the package to <literal>DELAYED/7</literal> and tell the maintainer "
10781 "that they have 7 days to react.  During this time, the maintainer can ask "
10782 "you to delay the upload some more, or cancel your upload."
10783 msgstr ""
10784 "Nachdem Sie um Erlaubnis ersucht haben, einen NMU durchzuführen, ist es "
10785 "ineffizient, auf eine Antwort zu warten, da es für denjenigen, der den NMU "
10786 "durchführt, einen Kontextwechsel zurück zu diesem Thema erfordert. Die "
10787 "Warteschlange <literal>DELAYED</literal> (siehe <xref linkend=\"delayed-"
10788 "incoming\"/>) ermöglicht es einem Entwickler einen NMU und alle nötigen "
10789 "Aufgaben gleichzeitig durchzuführen. Sie sollten zum Beispiel anstatt dem "
10790 "Betreuer mitzuteilen, dass Sie das aktualisierte Paket in sieben Tagen "
10791 "hochladen werden, das Paket nach <literal>DELAYED/7</literal> hochladen und "
10792 "dem Betreuer mitteilen, dass er sieben Tage zum reagieren hat. Während "
10793 "dieser Zeit kann der Betreuer Sie bitten, den Upload etwas länger "
10794 "aufzuschieben oder Ihren Upload abzubrechen."
10795
10796 #. type: Content of: <chapter><section><section><para>
10797 #: pkgs.dbk:2172
10798 msgid ""
10799 "The <literal>DELAYED</literal> queue should not be used to put additional "
10800 "pressure on the maintainer. In particular, it's important that you are "
10801 "available to cancel or delay the upload before the delay expires since the "
10802 "maintainer cannot cancel the upload themselves."
10803 msgstr ""
10804 "Die Warteschlange <literal>DELAYED</literal> sollte nicht benutzt werden, um "
10805 "zusätzlichen Druck auf den Paketbetreuer auszuüben. Es ist besonders "
10806 "wichtig, dass Sie erreichbar sind, um die Verzögerung des Uploads "
10807 "abzubrechen, bevor die Zeit abläuft, da der Betreuer den Upload nicht selbst "
10808 "abbrechen kann."
10809
10810 #. type: Content of: <chapter><section><section><para>
10811 #: pkgs.dbk:2179
10812 msgid ""
10813 "If you make an NMU to <literal>DELAYED</literal> and the maintainer updates "
10814 "the package before the delay expires, your upload will be rejected because a "
10815 "newer version is already available in the archive.  Ideally, the maintainer "
10816 "will take care to include your proposed changes (or at least a solution for "
10817 "the problems they address) in that upload."
10818 msgstr ""
10819 "Falls Sie einen NMU nach <literal>DELAYED</literal> durchführen und der "
10820 "Betreuer das Paket vor Ablauf der Verzögerung aktualisiert, wird Ihr Upload "
10821 "abgelehnt, da bereits eine neuere Version im Archiv verfügbar ist. "
10822 "Idealerweise achtet der Betreuer darauf, dass er die von Ihnen "
10823 "vorgeschlagenen Änderungen (oder zumindest eine Lösung für die Probleme, die "
10824 "sie behandeln) in diesen Upload einfließen lässt."
10825
10826 #. type: Content of: <chapter><section><section><title>
10827 #: pkgs.dbk:2189
10828 msgid "NMUs from the maintainer's point of view"
10829 msgstr "NMUs aus Sicht des Paketbetreuers"
10830
10831 #. type: Content of: <chapter><section><section><para>
10832 #: pkgs.dbk:2192
10833 msgid ""
10834 "When someone NMUs your package, this means they want to help you to keep it "
10835 "in good shape.  This gives users fixed packages faster.  You can consider "
10836 "asking the NMUer to become a co-maintainer of the package.  Receiving an NMU "
10837 "on a package is not a bad thing; it just means that the package is "
10838 "interesting enough for other people to work on it."
10839 msgstr ""
10840 "Wenn jemand einen NMU Ihres Pakets dürchführt, bedeutet dies, dass er Ihnen "
10841 "helfen möchte, es in einem guten Zustand zu halten. Dies beschert den "
10842 "Anwendern schneller reparierte Pakete. Sie könnten überlegen, ob Sie "
10843 "denjenigen, der das NMU durchführte, fragen möchten, ob er Mitbetreuer des "
10844 "Pakets werden will. Der Erhalt eines NMUs für ein Paket ist keine schlechte "
10845 "Sache; es bedeutet nur, dass das Paket interessant genug ist, dass andere "
10846 "Leute daran arbeiten."
10847
10848 #. type: Content of: <chapter><section><section><para>
10849 #: pkgs.dbk:2201
10850 msgid ""
10851 "To acknowledge an NMU, include its changes and changelog entry in your next "
10852 "maintainer upload.  If you do not acknowledge the NMU by including the NMU "
10853 "changelog entry in your changelog, the bugs will remain closed in the BTS "
10854 "but will be listed as affecting your maintainer version of the package."
10855 msgstr ""
10856 "Um einen NMU anzuerkennen, schließen Sie dessen Änderungen und "
10857 "Änderungsprotokolleinträge in Ihren nächsten Upload ein. Falls Sie den NMU "
10858 "nicht anerkennen, schließen Sie den Änderungsprotokolleintrag des NMUs in "
10859 "Ihr Änderungsprotokoll ein, die Fehler bleiben im BTS geschlossen, werden "
10860 "aber als Ihre Betreuerversion des Pakets betreffend aufgeführt."
10861
10862 #. type: Content of: <chapter><section><section><title>
10863 #: pkgs.dbk:2210
10864 msgid "Source NMUs vs Binary-only NMUs (binNMUs)"
10865 msgstr "Quell-NMUs gegenüber rein binären NMUs (binNMUs)"
10866
10867 #. type: Content of: <chapter><section><section><para>
10868 #: pkgs.dbk:2213
10869 msgid ""
10870 "The full name of an NMU is <emphasis>source NMU</emphasis>.  There is also "
10871 "another type, namely the <emphasis>binary-only NMU</emphasis>, or "
10872 "<emphasis>binNMU</emphasis>.  A binNMU is also a package upload by someone "
10873 "other than the package's maintainer.  However, it is a binary-only upload."
10874 msgstr ""
10875 "Der vollständige Name eines NMUs ist <emphasis>Quell-NMU</emphasis>. Es gibt "
10876 "auch einen anderen Typ, der <emphasis>rein binärer NMU</emphasis> oder "
10877 "<emphasis>binNMU</emphasis> genannt wird. Ein binNMU ist ebenfalls ein Paket-"
10878 "Upload durch jemand anderes als den Paketbetreuer. Er ist jedoch rein binär."
10879
10880 #. type: Content of: <chapter><section><section><para>
10881 #: pkgs.dbk:2220
10882 msgid ""
10883 "When a library (or other dependency) is updated, the packages using it may "
10884 "need to be rebuilt.  Since no changes to the source are needed, the same "
10885 "source package is used."
10886 msgstr ""
10887 "Wenn eine Bibliothek (oder andere Abhängigkeit) aktualisiert wird, könnte es "
10888 "notwendig sein, das Paket neu zu erstellen. Da keine Änderungen am Quellcode "
10889 "nötig sind, wird das gleiche Quellpaket benutzt."
10890
10891 #. type: Content of: <chapter><section><section><para>
10892 #: pkgs.dbk:2226
10893 msgid ""
10894 "BinNMUs are usually triggered on the buildds by wanna-build.  An entry is "
10895 "added to <filename>debian/changelog</filename>, explaining why the upload "
10896 "was needed and increasing the version number as described in <xref linkend="
10897 "\"binary-only-nmu\"/>.  This entry should not be included in the next upload."
10898 msgstr ""
10899 "BinNMUs werden üblicherweise auf Buildds durch Wanna-Build ausgelöst. "
10900 "<filename>debian/changelog</filename> wird ein Eintrag hinzugeführt, der "
10901 "erklärt, warum der Upload nötig war und die Versionsnummer wird, wie in "
10902 "<xref linkend=\"binary-only-nmu\"/> beschrieben, erhöht. Dieser Eintrag "
10903 "sollte nicht im nächsten Upload enthalten sein."
10904
10905 #. type: Content of: <chapter><section><section><para>
10906 #: pkgs.dbk:2234
10907 msgid ""
10908 "Buildds upload packages for their architecture to the archive as binary-only "
10909 "uploads.  Strictly speaking, these are binNMUs.  However, they are not "
10910 "normally called NMU, and they don't add an entry to <filename>debian/"
10911 "changelog</filename>."
10912 msgstr ""
10913 "Buildds lädt Pakete für seine Architektur als rein binäre Uploads in das "
10914 "Archiv. Genaugenommen sind dies binNMUs. Sie werden jedoch normalerweise "
10915 "nicht als NMU bezeichnet und fügen <filename>debian/changelog</filename> "
10916 "keinen Eintrag hinzu."
10917
10918 #. type: Content of: <chapter><section><section><title>
10919 #: pkgs.dbk:2242
10920 msgid "NMUs vs QA uploads"
10921 msgstr "NMUs gegenüber QS-Uploads"
10922
10923 #. type: Content of: <chapter><section><section><para>
10924 #: pkgs.dbk:2245
10925 msgid ""
10926 "NMUs are uploads of packages by somebody else than their assigned "
10927 "maintainer.  There is another type of upload where the uploaded package is "
10928 "not yours: QA uploads. QA uploads are uploads of orphaned packages."
10929 msgstr ""
10930 "NMUs sind Uploads von Paketen durch jemand anderes als den ihnen "
10931 "zugewiesenen Betreuer. Es gibt noch einen anderen Upload-Typ, bei dem ihm "
10932 "das hochgeladene Paket nicht gehört: QS-Uploads. QS-Uploads sind Uploads "
10933 "verwaister Pakete."
10934
10935 #. type: Content of: <chapter><section><section><para>
10936 #: pkgs.dbk:2252
10937 msgid ""
10938 "QA uploads are very much like normal maintainer uploads: they may fix "
10939 "anything, even minor issues; the version numbering is normal, and there is "
10940 "no need to use a delayed upload.  The difference is that you are not listed "
10941 "as the <literal>Maintainer</literal> or <literal>Uploader</literal> for the "
10942 "package.  Also, the changelog entry of a QA upload has a special first line:"
10943 msgstr ""
10944 "QS-Uploads sind normalen Betreuer-Uploads sehr ähnlich: sie können alles "
10945 "reparieren, sogar kleine Probleme. Die Versionsnummerierung ist normal und "
10946 "es sind keine verzögerten Uploads nötig. Der Unterschied besteht darin, dass "
10947 "Sie nicht als <literal>Maintainer</literal> oder <literal>Uploader</literal> "
10948 "des Pakets aufgeführt werden. Außerdem hat der Änderungsprotokolleintrag "
10949 "eines QS-Uploads eine spezielle erste Zeile:"
10950
10951 #. type: Content of: <chapter><section><section><screen>
10952 #: pkgs.dbk:2260
10953 #, no-wrap
10954 msgid " * QA upload.\n"
10955 msgstr " * QA upload.\n"
10956
10957 #. type: Content of: <chapter><section><section><para>
10958 #: pkgs.dbk:2264
10959 msgid ""
10960 "If you want to do an NMU, and it seems that the maintainer is not active, it "
10961 "is wise to check if the package is orphaned (this information is displayed "
10962 "on the package's Package Tracking System page).  When doing the first QA "
10963 "upload to an orphaned package, the maintainer should be set to "
10964 "<literal>Debian QA Group &lt;packages@qa.debian.org&gt;</literal>.  Orphaned "
10965 "packages which did not yet have a QA upload still have their old maintainer "
10966 "set.  There is a list of them at <ulink url=\"&url-orphaned-not-qa;\"/>."
10967 msgstr ""
10968 "Falls Sie einen NMU durchführen möchten und es so aussieht, als sei der "
10969 "Betreuer nicht aktiv, ist es vernünftig zu prüfen, ob das Paket verwaist ist "
10970 "(diese Information wird auf der Seite des Pakets im Paketverfolgungssystem "
10971 "»PTS« angezeigt). Beim ersten QS-Upload zu einem verwaisten Paket, sollte "
10972 "der Betreuer auf <literal>Debian QA Group &lt;packages@qa.debian.org&gt;</"
10973 "literal> gesetzt werden. Bei verwaisten Paketen, für die noch kein QS-Upload "
10974 "durchgeführt wurde, ist immer noch der alte Betreuer gesetzt. Eine Liste "
10975 "dieser Pakete finden Sie unter <ulink url=\"&url-orphaned-not-qa;\"/>."
10976
10977 #. type: Content of: <chapter><section><section><para>
10978 #: pkgs.dbk:2275
10979 msgid ""
10980 "Instead of doing a QA upload, you can also consider adopting the package by "
10981 "making yourself the maintainer.  You don't need permission from anybody to "
10982 "adopt an orphaned package, you can just set yourself as maintainer and "
10983 "upload the new version (see <xref linkend=\"adopting\"/>)."
10984 msgstr ""
10985 "Anstatt einen QS-Upload durchzuführen, können Sie auch erwägen das Paket zu "
10986 "adoptieren, indem Sie sich selbst zum Betreuer machen. Sie benötigen von "
10987 "niemandem eine Erlaubnis, um ein verwaistes Paket zu adoptieren, Sie müssen "
10988 "sich nur selbst als Betreuer einsetzen und die neue Version hochladen (siehe "
10989 "<xref linkend=\"adopting\"/>)."
10990
10991 #. type: Content of: <chapter><section><section><title>
10992 #: pkgs.dbk:2284
10993 msgid "NMUs vs team uploads"
10994 msgstr "NMUs gegenüber Team-Uploads"
10995
10996 #. type: Content of: <chapter><section><section><para>
10997 #: pkgs.dbk:2287
10998 msgid ""
10999 "Sometimes you are fixing and/or updating a package because you are member of "
11000 "a packaging team (which uses a mailing list as <literal>Maintainer</literal> "
11001 "or <literal>Uploader</literal>, see <xref linkend=\"collaborative-maint\"/>) "
11002 "but you don't want to add yourself to <literal>Uploaders</literal> because "
11003 "you do not plan to contribute regularly to this specific package. If it "
11004 "conforms with your team's policy, you can perform a normal upload without "
11005 "being listed directly as <literal>Maintainer</literal> or <literal>Uploader</"
11006 "literal>. In that case, you should start your changelog entry with the "
11007 "following line:"
11008 msgstr ""
11009 "Manchmal reparieren und/oder aktualisieren Sie ein Paket, weil Sie Mitglied "
11010 "des Paketierungs-Teams sind (das als <literal>Maintainer</literal> oder "
11011 "<literal>Uploader</literal> eine Mailingliste benutzt, siehe <xref linkend="
11012 "\"collaborative-maint\"/>), aber Sie möchten sich selbst nicht zu den "
11013 "<literal>Uploaders</literal> hinzufügen, da Sie nicht planen, regulär an "
11014 "diesem speziellen Paket mitzuarbeiten. Falls dies mit den Richtlinien Ihres "
11015 "Teams in Einklang steht, können Sie einen normalen Upload durchführen ohne "
11016 "direkt als <literal>Maintainer</literal> oder <literal>Uploader</literal> "
11017 "aufgeführt zu werden. In diesem Fall sollten Sie Ihren "
11018 "Änderungsprotokolleintrag mit der folgenden Zeile beginnen:"
11019
11020 #. type: Content of: <chapter><section><section><screen>
11021 #: pkgs.dbk:2297
11022 #, no-wrap
11023 msgid " * Team upload.\n"
11024 msgstr " * Team upload.\n"
11025
11026 #. type: Content of: <chapter><section><title>
11027 #: pkgs.dbk:2305
11028 msgid "Collaborative maintenance"
11029 msgstr "Gemeinschaftliche Verwaltung"
11030
11031 #. type: Content of: <chapter><section><para>
11032 #: pkgs.dbk:2307
11033 msgid ""
11034 "Collaborative maintenance is a term describing the sharing of Debian package "
11035 "maintenance duties by several people.  This collaboration is almost always a "
11036 "good idea, since it generally results in higher quality and faster bug fix "
11037 "turnaround times.  It is strongly recommended that packages with a priority "
11038 "of <literal>standard</literal> or which are part of the base set have co-"
11039 "maintainers."
11040 msgstr ""
11041 "Gemeinschaftliche Verwaltung ist ein Begriff, der die gemeinsamen "
11042 "Verwaltungspflichten von Debian-Paketen durch mehrere Leute beschreibt. "
11043 "Diese Zusammenarbeit ist fast immer eine gute Idee, da sie generell in einer "
11044 "höheren Qualität und einer schnelleren Fehlerbehebungszeit resultiert. Es "
11045 "wird dringend empfohlen, dass Pakete, die die Priorität <literal>standard</"
11046 "literal> haben, oder Teil der grundlegenden Zusammenstellung sind, "
11047 "Mitbetreuer haben."
11048
11049 #. type: Content of: <chapter><section><para>
11050 #: pkgs.dbk:2315
11051 msgid ""
11052 "Generally there is a primary maintainer and one or more co-maintainers.  The "
11053 "primary maintainer is the person whose name is listed in the "
11054 "<literal>Maintainer</literal> field of the <filename>debian/control</"
11055 "filename> file.  Co-maintainers are all the other maintainers, usually "
11056 "listed in the <literal>Uploaders</literal> field of the <filename>debian/"
11057 "control</filename> file."
11058 msgstr ""
11059 "Generell gibt es einen Hauptbetreuer und einen oder mehrere Mitbetreuer. Der "
11060 "Hauptbetreuer ist die Person, deren Name im Feld <literal>Maintainer</"
11061 "literal> der Datei <filename>debian/control</filename> steht. Mitbetreuer "
11062 "sind alle anderen Betreuer. Sie werden normalerweise in der Datei "
11063 "<filename>debian/control</filename> im Feld <literal>Uploaders</literal> "
11064 "aufgeführt."
11065
11066 #. type: Content of: <chapter><section><para>
11067 #: pkgs.dbk:2323
11068 msgid ""
11069 "In its most basic form, the process of adding a new co-maintainer is quite "
11070 "easy:"
11071 msgstr ""
11072 "In seiner grundlegendsten Form ist der Prozess neue Mitbetreuer hinzuzufügen "
11073 "ziemlich einfach:"
11074
11075 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
11076 #: pkgs.dbk:2329
11077 msgid ""
11078 "Setup the co-maintainer with access to the sources you build the package "
11079 "from.  Generally this implies you are using a network-capable version "
11080 "control system, such as <literal>CVS</literal> or <literal>Subversion</"
11081 "literal>.  Alioth (see <xref linkend=\"alioth\"/>) provides such tools, "
11082 "amongst others."
11083 msgstr ""
11084 "Richten Sie den Mitbetreuer mit Zugriff auf die Quellen ein, aus denen Sie "
11085 "das Paket erstellen. Dies impliziert, dass Sie ein netzwerkfähiges "
11086 "Versionskontrollsystem wie <literal>CVS</literal> oder <literal>Subversion</"
11087 "literal> benutzen. Unter anderem stellt Alioth solche Werkzeuge bereit "
11088 "(siehe <xref linkend=\"alioth\"/>)."
11089
11090 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
11091 #: pkgs.dbk:2337
11092 msgid ""
11093 "Add the co-maintainer's correct maintainer name and address to the "
11094 "<literal>Uploaders</literal> field in the first paragraph of the "
11095 "<filename>debian/control</filename> file."
11096 msgstr ""
11097 "Fügen Sie im Feld <literal>Uploaders</literal> im ersten Absatz der Datei "
11098 "<filename>debian/control</filename> den korrekten Namen und die Adresse des "
11099 "Mitbetreuers ein."
11100
11101 #. type: Content of: <chapter><section><itemizedlist><listitem><screen>
11102 #: pkgs.dbk:2342
11103 #, no-wrap
11104 msgid "Uploaders: John Buzz &lt;jbuzz@debian.org&gt;, Adam Rex &lt;arex@debian.org&gt;\n"
11105 msgstr "Uploaders: John Buzz &lt;jbuzz@debian.org&gt;, Adam Rex &lt;arex@debian.org&gt;\n"
11106
11107 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
11108 #: pkgs.dbk:2347
11109 msgid ""
11110 "Using the PTS (<xref linkend=\"pkg-tracking-system\"/>), the co-maintainers "
11111 "should subscribe themselves to the appropriate source package."
11112 msgstr ""
11113 "Wird das PTS (<xref linkend=\"pkg-tracking-system\"/>) benutzt, sollten sich "
11114 "die Mitbetreuer selbst für das entsprechende Quellpaket einschreiben."
11115
11116 #. type: Content of: <chapter><section><para>
11117 #: pkgs.dbk:2353
11118 msgid ""
11119 "Another form of collaborative maintenance is team maintenance, which is "
11120 "recommended if you maintain several packages with the same group of "
11121 "developers.  In that case, the <literal>Maintainer</literal> and "
11122 "<literal>Uploaders</literal> field of each package must be managed with "
11123 "care.  It is recommended to choose between one of the two following schemes:"
11124 msgstr ""
11125 "Eine andere Form der gemeinschaftlichen Verwaltung stellt die Team-"
11126 "Verwaltung dar. Sie wird empfohlen, falls Sie mehrere Pakete mit der "
11127 "gleichen Entwicklergruppe verwalten. In diesem Fall müssen die Felder "
11128 "<literal>Maintainer</literal> und <literal>Uploaders</literal> jedes Pakets "
11129 "mit Vorsicht verwaltet werden. Es wird empfohlen eines der beiden folgenden "
11130 "Schemen auszuwählen:"
11131
11132 #. type: Content of: <chapter><section><orderedlist><listitem><para>
11133 #: pkgs.dbk:2362
11134 msgid ""
11135 "Put the team member mainly responsible for the package in the "
11136 "<literal>Maintainer</literal> field.  In the <literal>Uploaders</literal>, "
11137 "put the mailing list address, and the team members who care for the package."
11138 msgstr ""
11139 "Setzen Sie den Hauptverantwortlichen für das Paket in das Feld "
11140 "<literal>Maintainer</literal> ein. In <literal>Uploaders</literal> werden "
11141 "die Adresse der Mailingliste und die Team-Mitglieder, die sich um das Paket "
11142 "kümmern, eingetragen."
11143
11144 #. type: Content of: <chapter><section><orderedlist><listitem><para>
11145 #: pkgs.dbk:2369
11146 msgid ""
11147 "Put the mailing list address in the <literal>Maintainer</literal> field.  In "
11148 "the <literal>Uploaders</literal> field, put the team members who care for "
11149 "the package.  In this case, you must make sure the mailing list accept bug "
11150 "reports without any human interaction (like moderation for non-subscribers)."
11151 msgstr ""
11152 "Setzen Sie die Adresse der Mailingliste in das Feld <literal>Maintainer</"
11153 "literal> ein. Im Feld <literal>Uploaders</literal> werden die Team-"
11154 "Mitglieder eingetragen, die sich um das Paket kümmern. In diesem Fall müssen "
11155 "Sie sicherstellen, dass die Mailingliste Fehlerberichte ohne menschliches "
11156 "Eingreifen akzeptiert (wie Moderation für Nicht-Abonnenten)."
11157
11158 #. type: Content of: <chapter><section><para>
11159 #: pkgs.dbk:2378
11160 msgid ""
11161 "In any case, it is a bad idea to automatically put all team members in the "
11162 "<literal>Uploaders</literal> field. It clutters the Developer's Package "
11163 "Overview listing (see <xref linkend=\"ddpo\"/>) with packages one doesn't "
11164 "really care for, and creates a false sense of good maintenance. For the same "
11165 "reason, team members do not need to add themselves to the "
11166 "<literal>Uploaders</literal> field just because they are uploading the "
11167 "package once, they can do a “Team upload” (see <xref linkend=\"nmu-team-"
11168 "upload\"/>). Conversely, it is a bad idea to keep a package with only the "
11169 "mailing list address as a <literal>Maintainer</literal> and no "
11170 "<literal>Uploaders</literal>."
11171 msgstr ""
11172 "Es ist jedenfalls ein schlechter Einfall, automatisch alle Team-Mitglieder "
11173 "in das Feld <literal>Uploaders</literal> einzutragen. Es überfüllt die "
11174 "Paketübersicht des Entwicklers (siehe <xref linkend=\"ddpo\"/>) mit Paketen, "
11175 "um die sich nicht wirklich jemand kümmert und erweckt den falschen Eindruck "
11176 "einer guten Betreuung. Aus dem gleichen Grund müssen sich Team-Mitglieder "
11177 "nicht selbst im Feld <literal>Uploaders</literal> hinzufügen, nur weil sie "
11178 "das Paket einmal hochgeladen haben. Sie können einen Team-Upload durchführen "
11179 "(siehe <xref linkend=\"nmu-team-upload\"/>). Im umgekehrten Fall ist es eine "
11180 "schlechte Idee ein Paket mit nur der Adresse der Mailingliste im Feld "
11181 "<literal>Maintainer</literal> zu behalten und keinen <literal>Uploaders</"
11182 "literal>."
11183
11184 #. type: Content of: <chapter><section><title>
11185 #: pkgs.dbk:2391
11186 msgid "The testing distribution"
11187 msgstr "Die Distribution Testing"
11188
11189 #. type: Content of: <chapter><section><section><title>
11190 #: pkgs.dbk:2393
11191 msgid "Basics"
11192 msgstr "Grundlagen"
11193
11194 #. type: Content of: <chapter><section><section><para>
11195 #: pkgs.dbk:2395
11196 msgid ""
11197 "Packages are usually installed into the <literal>testing</literal> "
11198 "distribution after they have undergone some degree of <literal>testing</"
11199 "literal> in <literal>unstable</literal>."
11200 msgstr ""
11201 "Pakete werden normalerweise in die Distribution Testing installiert, nachdem "
11202 "sie einem gewissen Maß von <literal>testing</literal> in <literal>unstable</"
11203 "literal> unterzogen wurden."
11204
11205 #. type: Content of: <chapter><section><section><para>
11206 #: pkgs.dbk:2400
11207 msgid ""
11208 "They must be in sync on all architectures and mustn't have dependencies that "
11209 "make them uninstallable; they also have to have generally no known release-"
11210 "critical bugs at the time they're installed into <literal>testing</"
11211 "literal>.  This way, <literal>testing</literal> should always be close to "
11212 "being a release candidate.  Please see below for details."
11213 msgstr ""
11214 "Sie müssen auf allen Architekturen synchron sein sein und dürfen keine "
11215 "Abhängigkeiten haben, die sie uninstallierbar machen; sie dürfen außerdem "
11216 "zum Zeitpunkt, an dem sie in <literal>testing</literal> installiert werden, "
11217 "keine bekannten release-kritischen Fehler haben. Auf diese Art sollte "
11218 "<literal>testing</literal> immer ein potentieller Release-Kandidat sein. "
11219 "Bitte lesen Sie das Folgende, um weitere Einzelheiten zu erfahren."
11220
11221 #. type: Content of: <chapter><section><section><title>
11222 #: pkgs.dbk:2409
11223 msgid "Updates from unstable"
11224 msgstr "Aktualisierungen von Unstable"
11225
11226 #. type: Content of: <chapter><section><section><para>
11227 #: pkgs.dbk:2411
11228 msgid ""
11229 "The scripts that update the <literal>testing</literal> distribution are run "
11230 "twice each day, right after the installation of the updated packages; these "
11231 "scripts are called <literal>britney</literal>.  They generate the "
11232 "<filename>Packages</filename> files for the <literal>testing</literal> "
11233 "distribution, but they do so in an intelligent manner; they try to avoid any "
11234 "inconsistency and to use only non-buggy packages."
11235 msgstr ""
11236 "Die Skripte, die die Distribution <literal>testing</literal> aktualisieren, "
11237 "werden zweimal täglich ausgeführt, gleich nach der Installation der "
11238 "aktualisierten Pakete. Diese Skripte werden <literal>britney</literal> "
11239 "genannt. Sie generieren die <filename>Packages</filename>-Dateien für die "
11240 "Distribution <literal>testing</literal>, aber sie tun dies auf eine clevere "
11241 "Art; sie versuchen jede Unstimmigkeit zu vermeiden und nur fehlerfreie "
11242 "Pakete zu benutzen."
11243
11244 #. type: Content of: <chapter><section><section><para>
11245 #: pkgs.dbk:2419
11246 msgid ""
11247 "The inclusion of a package from <literal>unstable</literal> is conditional "
11248 "on the following:"
11249 msgstr ""
11250 "Die Aufnahme eines Pakets von <literal>unstable</literal> ist durch "
11251 "Folgendes bedingt:"
11252
11253 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11254 #: pkgs.dbk:2425
11255 msgid ""
11256 "The package must have been available in <literal>unstable</literal> for 2, 5 "
11257 "or 10 days, depending on the urgency (high, medium or low).  Please note "
11258 "that the urgency is sticky, meaning that the highest urgency uploaded since "
11259 "the previous <literal>testing</literal> transition is taken into account;"
11260 msgstr ""
11261 "Das Paket muss zwei, fünf oder zehn Tage in <literal>unstable</literal> "
11262 "verfügbar gewesen sein, abhängig von der Dringlichkeit (hoch, mittel oder "
11263 "niedrig). Bitte beachten Sie, dass die Dringlichkeit unnachgiebig ist, was "
11264 "bedeutet, dass die höchste Dringlichkeit mit der seit dem letzten Übergang "
11265 "nach <literal>testing</literal> hochgeladen wurde, berücksichtigt wird. "
11266
11267 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11268 #: pkgs.dbk:2433
11269 msgid ""
11270 "It must not have new release-critical bugs (RC bugs affecting the version "
11271 "available in <literal>unstable</literal>, but not affecting the version in "
11272 "<literal>testing</literal>);"
11273 msgstr ""
11274 "Es darf keine veröffentlichungskritischen Fehler haben (release-kritische "
11275 "Fehler betreffend die in <literal>unstable</literal> verfügbare Version, "
11276 "aber nicht die in <literal>testing</literal>);"
11277
11278 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11279 #: pkgs.dbk:2440
11280 msgid ""
11281 "It must be available on all architectures on which it has previously been "
11282 "built in <literal>unstable</literal>. <link linkend=\"dak-ls\">dak ls</link> "
11283 "may be of interest to check that information;"
11284 msgstr ""
11285 "Es muss auf allen Architekturen verfügbar sein, auf denen es vorher in "
11286 "<literal>unstable</literal> erstellt wurde. Um diese Information zu prüfen, "
11287 "könnte <link linkend=\"dak-ls\">dak ls</link> von Interesse sein."
11288
11289 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11290 #: pkgs.dbk:2447
11291 msgid ""
11292 "It must not break any dependency of a package which is already available in "
11293 "<literal>testing</literal>;"
11294 msgstr ""
11295 "Es darf keine Abhängigkeiten von Paketen zerstören, die bereits in "
11296 "<literal>testing</literal> verfügbar sind."
11297
11298 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11299 #: pkgs.dbk:2453
11300 msgid ""
11301 "The packages on which it depends must either be available in "
11302 "<literal>testing</literal> or they must be accepted into <literal>testing</"
11303 "literal> at the same time (and they will be if they fulfill all the "
11304 "necessary criteria);"
11305 msgstr ""
11306 "Die Pakete, von denen es abhängt, müssen entweder in <literal>testing</"
11307 "literal> verfügbar sein oder sie müssen zur gleichen Zeit in "
11308 "<literal>testing</literal> akzeptiert werden (und das werden sie, falls sie "
11309 "alle nötigen Kriterien erfüllen)."
11310
11311 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11312 #: pkgs.dbk:2461
11313 msgid ""
11314 "The phase of the project.  I.e. automatic transitions are turned off during "
11315 "the <emphasis>freeze</emphasis> of the <literal>testing</literal> "
11316 "distribution."
11317 msgstr ""
11318 "die Phase des Projekts. D.h. automatische Übergänge werden während des "
11319 "<emphasis>Freeze</emphasis> der Distribution <literal>testing</literal> "
11320 "ausgesetzt."
11321
11322 #. type: Content of: <chapter><section><section><para>
11323 #: pkgs.dbk:2467
11324 msgid ""
11325 "To find out whether a package is progressing into <literal>testing</literal> "
11326 "or not, see the <literal>testing</literal> script output on the <ulink url="
11327 "\"&url-testing-maint;\">web page of the testing distribution</ulink>, or use "
11328 "the program <command>grep-excuses</command> which is in the <systemitem role="
11329 "\"package\">devscripts</systemitem> package.  This utility can easily be "
11330 "used in a <citerefentry> <refentrytitle>crontab</refentrytitle> "
11331 "<manvolnum>5</manvolnum> </citerefentry> to keep yourself informed of the "
11332 "progression of your packages into <literal>testing</literal>."
11333 msgstr ""
11334 "Um herauszufinden, ob ein Paket nach <literal>testing</literal> "
11335 "fortschreitet oder nicht, sehen Sie die Ausgabe des <literal>testing</"
11336 "literal>-Skripts auf der Web-Seite <ulink url=\"&url-testing-maint;\">Debian "
11337 "»Testing«-Distribution</ulink> oder benutzen Sie das Programm <command>grep-"
11338 "excuses</command> aus dem Paket <systemitem role=\"package\">devscripts</"
11339 "systemitem>. Dieses Hilfswerkzeug kann einfach in einer <citerefentry> "
11340 "<refentrytitle>crontab</refentrytitle> <manvolnum>5</manvolnum> </"
11341 "citerefentry> benutzt werden, um sich selbst auf dem aktuellen Stand über "
11342 "den Fortschritt des Pakets nach <literal>testing</literal> zu informieren."
11343
11344 #. type: Content of: <chapter><section><section><para>
11345 #: pkgs.dbk:2478
11346 msgid ""
11347 "The <filename>update_excuses</filename> file does not always give the "
11348 "precise reason why the package is refused; you may have to find it on your "
11349 "own by looking for what would break with the inclusion of the package.  The "
11350 "<ulink url=\"&url-testing-maint;\">testing web page</ulink> gives some more "
11351 "information about the usual problems which may be causing such troubles."
11352 msgstr ""
11353 "Die Datei <filename>update_excuses</filename> gibt nicht immer den genauen "
11354 "Grund an, weshalb ein Paket abgelehnt wurde. Sie können es selbst "
11355 "herausfinden, indem Sie schauen, was durch die Aufnahme des Pakets zerstört "
11356 "würde. Die Web-Seite <ulink url=\"&url-testing-maint;\">Debian »Testing«-"
11357 "Distribution</ulink> stellt einige weitere Informationen über die üblichen "
11358 "Probleme bereit, die derartigen Ärger verursachen."
11359
11360 #. type: Content of: <chapter><section><section><para>
11361 #: pkgs.dbk:2485
11362 msgid ""
11363 "Sometimes, some packages never enter <literal>testing</literal> because the "
11364 "set of interrelationship is too complicated and cannot be sorted out by the "
11365 "scripts.  See below for details."
11366 msgstr ""
11367 "Manchmal errreichen einige Pakete <literal>testing</literal> niemals, da die "
11368 "Zusammensetzung wechselseitiger Beziehungen zu kompliziert ist und durch das "
11369 "Skript nicht aufgelöst werden können. Im Folgenden finden Sie Einzelheiten."
11370
11371 #. type: Content of: <chapter><section><section><para>
11372 #: pkgs.dbk:2490
11373 msgid ""
11374 "Some further dependency analysis is shown on <ulink url=\"http://release."
11375 "debian.org/migration/\"></ulink> — but be warned, this page also shows build "
11376 "dependencies which are not considered by britney."
11377 msgstr ""
11378 "Einige weitere Abhängigkeitsanalysen werden unter <ulink url=\"http://"
11379 "release.debian.org/migration/\"></ulink> angezeigt — aber seien Sie gewarnt, "
11380 "diese Seite zeigt außerdem Build-Abhängigkeiten, die nicht von Britney "
11381 "berücksichtigt werden."
11382
11383 #. type: Content of: <chapter><section><section><section><title>
11384 #: pkgs.dbk:2495
11385 msgid "Out-of-date"
11386 msgstr "Veraltet"
11387
11388 #.  FIXME: better rename this file than document rampant professionalism? 
11389 #. type: Content of: <chapter><section><section><section><para>
11390 #: pkgs.dbk:2498
11391 msgid ""
11392 "For the <literal>testing</literal> migration script, outdated means: There "
11393 "are different versions in <literal>unstable</literal> for the release "
11394 "architectures (except for the architectures in fuckedarches; fuckedarches is "
11395 "a list of architectures that don't keep up (in <filename>update_out.py</"
11396 "filename>), but currently, it's empty).  outdated has nothing whatsoever to "
11397 "do with the architectures this package has in <literal>testing</literal>."
11398 msgstr ""
11399 "Für das <literal>testing</literal>-Migrations-Skript bedeutet veraltet: Es "
11400 "gibt in <literal>unstable</literal> verschiedene Versionen für die Release-"
11401 "Architektur (außer für Architekturen in Fuckedarches; Fuckedarches ist eine "
11402 "Liste von Architekturen, die nicht weitergeführt werden (in "
11403 "<filename>update_out.py</filename>), aber gegenwärtig ist sie leer). "
11404 "Veraltet hat nichts damit zu tun, welche Architekturen dieses Paket in "
11405 "<literal>testing</literal> unterstützt."
11406
11407 #. type: Content of: <chapter><section><section><section><para>
11408 #: pkgs.dbk:2506
11409 msgid "Consider this example:"
11410 msgstr "Sehen Sie sich dieses Beispiel an:"
11411
11412 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11413 #: pkgs.dbk:2513 pkgs.dbk:2546
11414 msgid "alpha"
11415 msgstr "alpha"
11416
11417 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11418 #: pkgs.dbk:2514 pkgs.dbk:2547
11419 msgid "arm"
11420 msgstr "arm"
11421
11422 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11423 #: pkgs.dbk:2519 pkgs.dbk:2553 pkgs.dbk:2615
11424 msgid "testing"
11425 msgstr "testing"
11426
11427 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11428 #: pkgs.dbk:2520 pkgs.dbk:2525 pkgs.dbk:2554 pkgs.dbk:2555 pkgs.dbk:2562
11429 msgid "1"
11430 msgstr "1"
11431
11432 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11433 #: pkgs.dbk:2521 pkgs.dbk:2556 pkgs.dbk:2561
11434 msgid "-"
11435 msgstr "-"
11436
11437 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11438 #: pkgs.dbk:2524 pkgs.dbk:2559 pkgs.dbk:2616
11439 msgid "unstable"
11440 msgstr "unstable"
11441
11442 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11443 #: pkgs.dbk:2526 pkgs.dbk:2560
11444 msgid "2"
11445 msgstr "2"
11446
11447 #. type: Content of: <chapter><section><section><section><para>
11448 #: pkgs.dbk:2532
11449 msgid ""
11450 "The package is out of date on <literal>alpha</literal> in <literal>unstable</"
11451 "literal>, and will not go to <literal>testing</literal>. Removing the "
11452 "package would not help at all, the package is still out of date on "
11453 "<literal>alpha</literal>, and will not propagate to <literal>testing</"
11454 "literal>."
11455 msgstr ""
11456 "Das Paket ist auf <literal>alpha</literal> in <literal>unstable</literal> "
11457 "veraltet und wird nicht nach <literal>testing</literal> gelangen. Das Paket "
11458 "zu entfernen würde überhaupt nicht helfen. Das Paket ist immer noch auf "
11459 "<literal>alpha</literal> veraltet und wird sich nicht nach <literal>testing</"
11460 "literal> ausbreiten."
11461
11462 #. type: Content of: <chapter><section><section><section><para>
11463 #: pkgs.dbk:2538
11464 msgid ""
11465 "However, if ftp-master removes a package in <literal>unstable</literal> "
11466 "(here on <literal>arm</literal>):"
11467 msgstr ""
11468 "Falls FTP-Master jedoch ein Paket in <literal>unstable</literal> entfernt "
11469 "(hier auf <literal>arm</literal>):"
11470
11471 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><thead><row><entry>
11472 #: pkgs.dbk:2548
11473 msgid "hurd-i386"
11474 msgstr "hurd-i386"
11475
11476 #. type: Content of: <chapter><section><section><section><para>
11477 #: pkgs.dbk:2568
11478 msgid ""
11479 "In this case, the package is up to date on all release architectures in "
11480 "<literal>unstable</literal> (and the extra <literal>hurd-i386</literal> "
11481 "doesn't matter, as it's not a release architecture)."
11482 msgstr ""
11483 "In diesem Fall ist das Paket auf allen Architekturen in <literal>unstable</"
11484 "literal> aktuell (und das zusätzliche <literal>hurd-i386</literal> tut "
11485 "nichts zur Sache, da es keine Release-Architektur ist)."
11486
11487 #. type: Content of: <chapter><section><section><section><para>
11488 #: pkgs.dbk:2573
11489 msgid ""
11490 "Sometimes, the question is raised if it is possible to allow packages in "
11491 "that are not yet built on all architectures: No.  Just plainly no.  (Except "
11492 "if you maintain glibc or so.)"
11493 msgstr ""
11494 "Manchmal kommt die Frage auf, ob es möglich ist, Pakete aufzunehmen, die "
11495 "noch nicht auf allen Architekturen erstellt wurden: Nein. Einfach nur nein. "
11496 "(Außer Sie betreuen Glibc oder so)."
11497
11498 #. type: Content of: <chapter><section><section><section><title>
11499 #: pkgs.dbk:2580
11500 msgid "Removals from testing"
11501 msgstr "Entfernen aus Testing"
11502
11503 #. type: Content of: <chapter><section><section><section><para>
11504 #: pkgs.dbk:2582
11505 msgid ""
11506 "Sometimes, a package is removed to allow another package in: This happens "
11507 "only to allow <emphasis>another</emphasis> package to go in if it's ready in "
11508 "every other sense.  Suppose e.g.  that <literal>a</literal> cannot be "
11509 "installed with the new version of <literal>b</literal>; then <literal>a</"
11510 "literal> may be removed to allow <literal>b</literal> in."
11511 msgstr ""
11512 "Manchmal wird ein Paket entfernt, um einem anderen Paket die Aufnahme zu "
11513 "gewähren: Dies geschieht nur, um einem <emphasis>anderen</emphasis> Paket "
11514 "die Aufnahme zu gewähren, falls es in jedem anderen Sinn in Ordnung ist. "
11515 "Angenommen, <literal>a</literal> könnte z.B. nicht mit der neuen Version von "
11516 "<literal>b</literal> installiert werden, dann könnte <literal>a</literal> "
11517 "entfernt werden, um <literal>b</literal> die Aufnahme zu ermöglichen."
11518
11519 #. type: Content of: <chapter><section><section><section><para>
11520 #: pkgs.dbk:2589
11521 msgid ""
11522 "Of course, there is another reason to remove a package from "
11523 "<literal>testing</literal>: It's just too buggy (and having a single RC-bug "
11524 "is enough to be in this state)."
11525 msgstr ""
11526 "Natürlich gibt es einen anderen Grund, ein Paket aus <literal>testing</"
11527 "literal> zu entfernen: Es ist einfach zu fehlerhaft (und ein einfacher "
11528 "release-kritischer Fehler reicht nicht aus, um diesen Status zu bekommen)."
11529
11530 #. type: Content of: <chapter><section><section><section><para>
11531 #: pkgs.dbk:2594
11532 msgid ""
11533 "Furthermore, if a package has been removed from <literal>unstable</literal>, "
11534 "and no package in <literal>testing</literal> depends on it any more, then it "
11535 "will automatically be removed."
11536 msgstr ""
11537 "Wenn ein Paket außerdem aus <literal>unstable</literal> entfernt wurde und "
11538 "kein Paket in <literal>testing</literal> mehr davon abhängt, dann wird es "
11539 "automatisch entfernt."
11540
11541 #. type: Content of: <chapter><section><section><section><title>
11542 #: pkgs.dbk:2601
11543 msgid "Circular dependencies"
11544 msgstr "Wechselseitige Abhängigkeiten"
11545
11546 #. type: Content of: <chapter><section><section><section><para>
11547 #: pkgs.dbk:2603
11548 msgid ""
11549 "A situation which is not handled very well by britney is if package "
11550 "<literal>a</literal> depends on the new version of package <literal>b</"
11551 "literal>, and vice versa."
11552 msgstr ""
11553 "Eine Situation, die nicht sehr gut von Britney gehandhabt wird, ist, wenn "
11554 "Paket <literal>a</literal> von einer neuen Version des Pakets <literal>b</"
11555 "literal> abhängt und umgekehrt."
11556
11557 #. type: Content of: <chapter><section><section><section><para>
11558 #: pkgs.dbk:2608
11559 msgid "An example of this is:"
11560 msgstr "Ein Beispiel hierfür:"
11561
11562 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11563 #: pkgs.dbk:2621
11564 msgid "a"
11565 msgstr "a"
11566
11567 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11568 #: pkgs.dbk:2622
11569 msgid "1; depends: b=1"
11570 msgstr "1; depends: b=1"
11571
11572 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11573 #: pkgs.dbk:2623
11574 msgid "2; depends: b=2"
11575 msgstr "2; depends: b=2"
11576
11577 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11578 #: pkgs.dbk:2626
11579 msgid "b"
11580 msgstr "b"
11581
11582 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11583 #: pkgs.dbk:2627
11584 msgid "1; depends: a=1"
11585 msgstr "1; depends: a=1"
11586
11587 #. type: Content of: <chapter><section><section><section><informaltable><tgroup><tbody><row><entry>
11588 #: pkgs.dbk:2628
11589 msgid "2; depends: a=2"
11590 msgstr "2; depends: a=2"
11591
11592 #. type: Content of: <chapter><section><section><section><para>
11593 #: pkgs.dbk:2634
11594 msgid ""
11595 "Neither package <literal>a</literal> nor package <literal>b</literal> is "
11596 "considered for update."
11597 msgstr ""
11598 "Weder Paket <literal>a</literal> noch Paket <literal>b</literal> wird für "
11599 "die Aktualisierung berücksichtigt."
11600
11601 #. type: Content of: <chapter><section><section><section><para>
11602 #: pkgs.dbk:2638
11603 msgid ""
11604 "Currently, this requires some manual hinting from the release team.  Please "
11605 "contact them by sending mail to &email-debian-release; if this happens to "
11606 "one of your packages."
11607 msgstr ""
11608 "Aktuell erfordert dies einige manuelle Eingriffe des Release-Teams. Bitte "
11609 "kontaktieren Sie es per E-Mail an &email-debian-release;, falls dies bei "
11610 "einem Ihrer Pakete auftritt."
11611
11612 #. type: Content of: <chapter><section><section><section><title>
11613 #: pkgs.dbk:2645
11614 msgid "Influence of package in testing"
11615 msgstr "Beeinflussen eines Pakets in Testing"
11616
11617 #. type: Content of: <chapter><section><section><section><para>
11618 #: pkgs.dbk:2647
11619 msgid ""
11620 "Generally, there is nothing that the status of a package in "
11621 "<literal>testing</literal> means for transition of the next version from "
11622 "<literal>unstable</literal> to <literal>testing</literal>, with two "
11623 "exceptions: If the RC-bugginess of the package goes down, it may go in even "
11624 "if it is still RC-buggy.  The second exception is if the version of the "
11625 "package in <literal>testing</literal> is out of sync on the different "
11626 "arches: Then any arch might just upgrade to the version of the source "
11627 "package; however, this can happen only if the package was previously forced "
11628 "through, the arch is in fuckedarches, or there was no binary package of that "
11629 "arch present in <literal>unstable</literal> at all during the "
11630 "<literal>testing</literal> migration."
11631 msgstr ""
11632 "Generell gibt es keine Bedeutung des Status eines Pakets in "
11633 "<literal>testing</literal>, der das Hinüberwechseln der nächsten Version "
11634 "eines Pakets von <literal>unstable</literal> nach <literal>testing</literal> "
11635 "erfordert, mit zwei Ausnahmen: Falls ein Paket release-unkritischer wird, "
11636 "könnte es sogar aufgenommen werden, wenn es immer noch release-kritisch ist. "
11637 "Die zweite Ausnahme ist, wenn die Version des Pakets in <literal>testing</"
11638 "literal> auf den verschiedenene Architekturen nicht mehr synchron ist: Dann "
11639 "könnte für jede Architektur nur ein Upgrade auf die Version des Quellpakets "
11640 "durchgeführt werden; dies kann jedoch nur auftreten, wenn das Paket vorher "
11641 "dorthin durchgedrängt wurde, die Architektur in Fuckedarches ist oder kein "
11642 "binäres Paket dieser Architektur in <literal>unstable</literal> bei der "
11643 "Migration nach <literal>testing</literal> vorhanden war."
11644
11645 #. type: Content of: <chapter><section><section><section><para>
11646 #: pkgs.dbk:2659
11647 msgid ""
11648 "In summary this means: The only influence that a package being in "
11649 "<literal>testing</literal> has on a new version of the same package is that "
11650 "the new version might go in easier."
11651 msgstr ""
11652 "Zusammengefasst heißt das: Der einzige Einfluss eines Pakets, das sich in "
11653 "<literal>testing</literal> befindet, auf eine neue Version des gleichen "
11654 "Pakets besteht darin, dass die neue Version leichter aufgenommen werden kann."
11655
11656 #. type: Content of: <chapter><section><section><section><title>
11657 #: pkgs.dbk:2666
11658 msgid "Details"
11659 msgstr "Eintelheiten"
11660
11661 #. type: Content of: <chapter><section><section><section><para>
11662 #: pkgs.dbk:2668
11663 msgid "If you are interested in details, this is how britney works:"
11664 msgstr ""
11665 "Falls Sie die Einzelheiten interessieren, erklärt dies, wie Britney "
11666 "funktioniert:"
11667
11668 #. type: Content of: <chapter><section><section><section><para>
11669 #: pkgs.dbk:2671
11670 msgid ""
11671 "The packages are looked at to determine whether they are valid candidates.  "
11672 "This gives the update excuses.  The most common reasons why a package is not "
11673 "considered are too young, RC-bugginess, and out of date on some arches.  For "
11674 "this part of britney, the release managers have hammers of various sizes, "
11675 "called hints (see below), to force britney to consider a package."
11676 msgstr ""
11677 "Die Pakete werden betrachtet, um festzulegen, ob Sie gültige Kandidaten "
11678 "sind. Dies ergibt die Aktualisierungs-Ausreden. Die häufigsten Gründe, warum "
11679 "ein Paket nicht berücksichtigt wird lauten: zu neu, zu viele release-"
11680 "kritische Fehler und auf einigen Architekturen veraltet. Für diesen Teil von "
11681 "Britney verfügen die Veröffentlichungsverwalter über Druckmittel "
11682 "verschiedener Stärke (Hinweise genannt, siehe unten), um eine "
11683 "Berücksichtigung des Pakets durch Britney zu erzwingen."
11684
11685 #. type: Content of: <chapter><section><section><section><para>
11686 #: pkgs.dbk:2678
11687 msgid ""
11688 "Now, the more complex part happens: Britney tries to update "
11689 "<literal>testing</literal> with the valid candidates. For that, britney "
11690 "tries to add each valid candidate to the testing distribution. If the number "
11691 "of uninstallable packages in <literal>testing</literal> doesn't increase, "
11692 "the package is accepted. From that point on, the accepted package is "
11693 "considered to be part of <literal>testing</literal>, such that all "
11694 "subsequent installability tests include this package.  Hints from the "
11695 "release team are processed before or after this main run, depending on the "
11696 "exact type."
11697 msgstr ""
11698 "Nun kommt der komplexere Teil: Britney versucht <literal>testing</literal> "
11699 "mit den gültigen Kandidaten zu aktualisieren. Dazu versucht Britney, jeden "
11700 "gültigen Kandidaten zur Distribution <literal>testing</literal> "
11701 "hinzuzufügen. Falls die Zahl nicht installierbarer Pakete in "
11702 "<literal>testing</literal> sich nicht erhöht, wird das Paket akzeptiert. Ab "
11703 "diesem Zeitpunkt wird das Paket als Teil von <literal>testing</literal> "
11704 "betrachtet, so dass alle anschließenden Installierbarkeitstests dieses Paket "
11705 "einbeziehen. Hinweise des Release-Teams werden, abhängig vom genauen Typ, "
11706 "vor diesem Hauptdurchlauf verarbeitet."
11707
11708 #. type: Content of: <chapter><section><section><section><para>
11709 #: pkgs.dbk:2688
11710 msgid ""
11711 "If you want to see more details, you can look it up on <ulink url=\"http://"
11712 "&ftp-master-host;/testing/update_output/\"></ulink>."
11713 msgstr ""
11714 "Falls Sie weitere Einzelheiten suchen, können Sie unter <ulink url=\"http://"
11715 "&ftp-master-host;/testing/update_output/\"></ulink> nachsehen."
11716
11717 #. type: Content of: <chapter><section><section><section><para>
11718 #: pkgs.dbk:2692
11719 msgid ""
11720 "The hints are available via <ulink url=\"http://&ftp-master-host;/testing/"
11721 "hints/\"></ulink>, where you can find the <ulink url=\"http://&ftp-master-"
11722 "host;/testing/hints/README\">description</ulink> as well.  With the hints, "
11723 "the Debian Release team can block or unblock packages, ease or force "
11724 "packages into <literal>testing</literal>, remove packages from "
11725 "<literal>testing</literal>, approve uploads to <link linkend=\"t-p-u"
11726 "\">testing-proposed-updates</link> or override the urgency."
11727 msgstr ""
11728 "Die Hinweise sind unter <ulink url=\"http://&ftp-master-host;/testing/hints/"
11729 "\"></ulink> verfügbar, wo Sie auch die <ulink url=\"http://&ftp-master-host;/"
11730 "testing/hints/README\">Beschreibung</ulink> finden können. Mit den Hinweisen "
11731 "kann das Debian-Release-Team Pakete blockieren oder Blockaden aufheben, "
11732 "Pakete den Übergang nach <literal>testing</literal> erleichtern oder "
11733 "erzwingen, Pakete aus <literal>testing</literal> entfernen, das Hochladen "
11734 "nach <link linkend=\"t-p-u\">testing-proposed-updates</link> genehmigen oder "
11735 "die Dringlichkeit außer Kraft setzen."
11736
11737 #. type: Content of: <chapter><section><section><title>
11738 #: pkgs.dbk:2706
11739 msgid "Direct updates to testing"
11740 msgstr "Direkte Aktualisierungen für Testing"
11741
11742 #. type: Content of: <chapter><section><section><para>
11743 #: pkgs.dbk:2708
11744 msgid ""
11745 "The <literal>testing</literal> distribution is fed with packages from "
11746 "<literal>unstable</literal> according to the rules explained above.  "
11747 "However, in some cases, it is necessary to upload packages built only for "
11748 "<literal>testing</literal>.  For that, you may want to upload to "
11749 "<literal>testing-proposed-updates</literal>."
11750 msgstr ""
11751 "Die Distribution <literal>testing</literal> wird, den genannten Regeln "
11752 "folgend, mit Paketen aus <literal>unstable</literal> gespeist. In einigen "
11753 "Fällen ist es jedoch nötig, Pakete hochzuladen, die nur für "
11754 "<literal>testing</literal> erstellt wurden. Dafür empfiehlt es sich, nach "
11755 "<literal>testing-proposed-updates</literal> hochzuladen."
11756
11757 #. type: Content of: <chapter><section><section><para>
11758 #: pkgs.dbk:2715
11759 msgid ""
11760 "Keep in mind that packages uploaded there are not automatically processed, "
11761 "they have to go through the hands of the release manager.  So you'd better "
11762 "have a good reason to upload there.  In order to know what a good reason is "
11763 "in the release managers' eyes, you should read the instructions that they "
11764 "regularly give on &email-debian-devel-announce;."
11765 msgstr ""
11766 "Merken Sie sich, dass dorthin hochgeladene Pakete nicht automatisch "
11767 "verarbeitet werden, sie müssen erst durch die Hand des "
11768 "Veröffentlichungsverwalters gehen. Daher sollten sie besser über einen "
11769 "triftigen Grund verfügen, dorthin hochzuladen. Um zu erfahren, was in den "
11770 "Augen der Veröffentlichungsverwalter ein triftiger Grund ist, sollten sie "
11771 "die Anweisungen lesen, die sie reglemäßig auf &email-debian-devel-announce; "
11772 "erteilen."
11773
11774 #. type: Content of: <chapter><section><section><para>
11775 #: pkgs.dbk:2722
11776 msgid ""
11777 "You should not upload to <literal>testing-proposed-updates</literal> when "
11778 "you can update your packages through <literal>unstable</literal>.  If you "
11779 "can't (for example because you have a newer development version in "
11780 "<literal>unstable</literal>), you may use this facility, but it is "
11781 "recommended that you ask for authorization from the release manager first.  "
11782 "Even if a package is frozen, updates through <literal>unstable</literal> are "
11783 "possible, if the upload via <literal>unstable</literal> does not pull in any "
11784 "new dependencies."
11785 msgstr ""
11786 "Sie sollten nicht nach <literal>testing-proposed-updates</literal> "
11787 "hochladen, wenn Sie Ihre Pakete über <literal>unstable</literal> "
11788 "aktualisieren können. Falls Sie dies nicht können (zum Beispiel, weil Sie "
11789 "eine neuere Entwicklerversion in <literal>unstable</literal> haben), könnten "
11790 "Sie diese Einrichtung nutzen, aber es ist empfohlen, dass Sie zuerst die "
11791 "Veröffentlichungsverwalter um Erlaubnis fragen. Aktualisierungen über "
11792 "<literal>unstable</literal> sind sogar möglich, wenn ein Paket eingefroren "
11793 "ist, falls der Upload über <literal>unstable</literal> keine neuen "
11794 "Abhängigkeiten mit sich bringt."
11795
11796 #. type: Content of: <chapter><section><section><para>
11797 #: pkgs.dbk:2731
11798 msgid ""
11799 "Version numbers are usually selected by adding the codename of the "
11800 "<literal>testing</literal> distribution and a running number, like "
11801 "<literal>1.2squeeze1</literal> for the first upload through <literal>testing-"
11802 "proposed-updates</literal> of package version <literal>1.2</literal>."
11803 msgstr ""
11804 "Versionsnummern werden normalerweise durch Hinzufügen einer fortlaufenden "
11805 "Nummer zum Codenamen der <literal>testing</literal>-Distribution gebildet, "
11806 "wie <literal>1.2squeeze1</literal> für den ersten Upload über "
11807 "<literal>testing-proposed-updates</literal> der Paketversion <literal>1.2</"
11808 "literal>."
11809
11810 #. type: Content of: <chapter><section><section><para>
11811 #: pkgs.dbk:2738
11812 msgid "Please make sure you didn't miss any of these items in your upload:"
11813 msgstr ""
11814 "Bitte stellen Sie sicher, dass keines dieser Elemente in Ihrem Upload fehlt:"
11815
11816 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11817 #: pkgs.dbk:2743
11818 msgid ""
11819 "Make sure that your package really needs to go through <literal>testing-"
11820 "proposed-updates</literal>, and can't go through <literal>unstable</literal>;"
11821 msgstr ""
11822 "Vergewissern Sie sich, dass Ihr Paket wirklich <literal>testing-proposed-"
11823 "updates</literal> durchlaufen muss und nicht über <literal>unstable</"
11824 "literal> gehen kann."
11825
11826 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11827 #: pkgs.dbk:2750
11828 msgid "Make sure that you included only the minimal amount of changes;"
11829 msgstr ""
11830 "Achten Sie darauf, dass Sie nur die kleinstmögliche Anzahl von Änderungen "
11831 "eingefügt haben."
11832
11833 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11834 #: pkgs.dbk:2755
11835 msgid ""
11836 "Make sure that you included an appropriate explanation in the changelog;"
11837 msgstr ""
11838 "Sorgen Sie dafür, dass das Änderungsprotokoll eine entsprechende Erklärung "
11839 "enthält."
11840
11841 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11842 #: pkgs.dbk:2760
11843 msgid ""
11844 "Make sure that you've written <literal>testing</literal> or <literal>testing-"
11845 "proposed-updates</literal> into your target distribution;"
11846 msgstr ""
11847 "Überzeugen Sie sich, dass in Ihre Zieldistribution <literal>testing</"
11848 "literal> oder <literal>testing-proposed-updates</literal> geschrieben haben."
11849
11850 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11851 #: pkgs.dbk:2766
11852 msgid ""
11853 "Make sure that you've built and tested your package in <literal>testing</"
11854 "literal>, not in <literal>unstable</literal>;"
11855 msgstr ""
11856 "Prüfen Sie nach, ob Sie Ihr Paket in <literal>testing</literal> und nicht in "
11857 "<literal>unstable</literal> getestet haben."
11858
11859 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11860 #: pkgs.dbk:2772
11861 msgid ""
11862 "Make sure that your version number is higher than the version in "
11863 "<literal>testing</literal> and <literal>testing-proposed-updates</literal>, "
11864 "and lower than in <literal>unstable</literal>;"
11865 msgstr ""
11866 "Gehen sie sicher, dass Ihre Versionsnummer höher als die Version in "
11867 "<literal>testing</literal> und <literal>testing-proposed-updates</literal> "
11868 "ist und niedriger als in <literal>unstable</literal>."
11869
11870 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
11871 #: pkgs.dbk:2779
11872 msgid ""
11873 "After uploading and successful build on all platforms, contact the release "
11874 "team at &email-debian-release; and ask them to approve your upload."
11875 msgstr ""
11876 "Nach dem Hochladen und erfolgreichen Erstellen auf allen Plattformen, "
11877 "kontaktieren Sie das Team unter &email-debian-release; und ersuchen Sie es "
11878 "um Genehmigung Ihres Uploads."
11879
11880 #. type: Content of: <chapter><section><section><title>
11881 #: pkgs.dbk:2787
11882 msgid "Frequently asked questions"
11883 msgstr "Häufig gestellte Fragen"
11884
11885 #. type: Content of: <chapter><section><section><section><title>
11886 #: pkgs.dbk:2789
11887 msgid "What are release-critical bugs, and how do they get counted?"
11888 msgstr "Was sind release-kritische Fehler und wie werden Sie gezählt?"
11889
11890 #. type: Content of: <chapter><section><section><section><para>
11891 #: pkgs.dbk:2791
11892 msgid ""
11893 "All bugs of some higher severities are by default considered release-"
11894 "critical; currently, these are <literal>critical</literal>, <literal>grave</"
11895 "literal> and <literal>serious</literal> bugs."
11896 msgstr ""
11897 "Alle Fehler mit einem höheren Schweregrad werden standardmäßig als release-"
11898 "kritisch angesehen. Aktuell sind dies Fehler der Schweregrade "
11899 "<literal>critical</literal>, <literal>grave</literal> und <literal>serious</"
11900 "literal>."
11901
11902 #. type: Content of: <chapter><section><section><section><para>
11903 #: pkgs.dbk:2796
11904 msgid ""
11905 "Such bugs are presumed to have an impact on the chances that the package "
11906 "will be released with the <literal>stable</literal> release of Debian: in "
11907 "general, if a package has open release-critical bugs filed on it, it won't "
11908 "get into <literal>testing</literal>, and consequently won't be released in "
11909 "<literal>stable</literal>."
11910 msgstr ""
11911 "Von solchen Fehlern wird angenommen, dass sie einen Einfluss darauf haben, "
11912 "ob das Paket mit dem <literal>stable</literal>-Release von Debian "
11913 "veröffentlicht wird: Im Allgemeinen würde ein Paket, das offene release-"
11914 "kritische Fehler hat, nicht nach <literal>testing</literal> gelangen und "
11915 "demzufolge nicht in <literal>stable</literal> veröffentlicht werden."
11916
11917 #. type: Content of: <chapter><section><section><section><para>
11918 #: pkgs.dbk:2803
11919 msgid ""
11920 "The <literal>unstable</literal> bug count are all release-critical bugs "
11921 "which are marked to apply to <replaceable>package</replaceable>/"
11922 "<replaceable>version</replaceable> combinations that are available in "
11923 "unstable for a release architecture. The <literal>testing</literal> bug "
11924 "count is defined analogously."
11925 msgstr ""
11926 "Als <literal>unstable</literal>-Fehleranzahl werden alle release-kritischen "
11927 "Fehler gezählt, die als <replaceable>Paket-</replaceable>/"
11928 "<replaceable>Versions-</replaceable>Kombinationen zugehörig markiert sind, "
11929 "die in Unstable für eine Release-Architektur verfügbar sind. Die "
11930 "Fehleranzahl in <literal>testing</literal> ist sinngemäß definiert."
11931
11932 #. type: Content of: <chapter><section><section><section><title>
11933 #: pkgs.dbk:2811
11934 msgid ""
11935 "How could installing a package into <literal>testing</literal> possibly "
11936 "break other packages?"
11937 msgstr ""
11938 "Wie kann das Installieren eines Pakets in <literal>testing</literal> andere "
11939 "Pakete möglicherweise zerstören?"
11940
11941 #. type: Content of: <chapter><section><section><section><para>
11942 #: pkgs.dbk:2814
11943 msgid ""
11944 "The structure of the distribution archives is such that they can only "
11945 "contain one version of a package; a package is defined by its name.  So when "
11946 "the source package <literal>acmefoo</literal> is installed into "
11947 "<literal>testing</literal>, along with its binary packages <literal>acme-foo-"
11948 "bin</literal>, <literal>acme-bar-bin</literal>, <literal>libacme-foo1</"
11949 "literal> and <literal>libacme-foo-dev</literal>, the old version is removed."
11950 msgstr ""
11951 "Die Struktur der Distributionsarchive ist so aufgebaut, dass Sie nur eine "
11952 "Version eines Pakets enthalten kann. Ein Paket wird durch seinen Namen "
11953 "definiert. Wenn also das Quellpaket <literal>acmefoo</literal> zusammen mit "
11954 "seinen Binärpaketen <literal>acme-foo-bin</literal>, <literal>acme-bar-bin</"
11955 "literal>, <literal>libacme-foo1</literal> und <literal>libacme-foo-dev</"
11956 "literal> nach <literal>testing</literal> installiert wird, wird die alte "
11957 "Version entfernt."
11958
11959 # http://en.wikipedia.org/wiki/Soname
11960 #. type: Content of: <chapter><section><section><section><para>
11961 #: pkgs.dbk:2822
11962 msgid ""
11963 "However, the old version may have provided a binary package with an old "
11964 "soname of a library, such as <literal>libacme-foo0</literal>.  Removing the "
11965 "old <literal>acmefoo</literal> will remove <literal>libacme-foo0</literal>, "
11966 "which will break any packages which depend on it."
11967 msgstr ""
11968 "Die alte Version könnte jedoch ein Binärpaket mit einem alten Soname einer "
11969 "Bibliothek bereitstellen, wie <literal>libacme-foo0</literal>. Das Entfernen "
11970 "der alten <literal>acmefoo</literal> wird <literal>libacme-foo0</literal> "
11971 "entfernen, was alle Pakete zerstört, die davon abhängen."
11972
11973 #. type: Content of: <chapter><section><section><section><para>
11974 #: pkgs.dbk:2828
11975 msgid ""
11976 "Evidently, this mainly affects packages which provide changing sets of "
11977 "binary packages in different versions (in turn, mainly libraries).  However, "
11978 "it will also affect packages upon which versioned dependencies have been "
11979 "declared of the ==, &lt;=, or &lt;&lt; varieties."
11980 msgstr ""
11981 "Offenbar betrifft dies hauptsächlich Pakete, die ändernde Zusammenstellungen "
11982 "von Binärpaketen in unterschiedlichen Versionen bereitstellen (wiederum "
11983 "hauptsächlich Bibliotheken). Es wird jedoch außerdem Pakete betreffen, deren "
11984 "Versionsabhängigkeiten über die Varianten ==, &lt;= oder &lt;&lt; deklariert "
11985 "wurden."
11986
11987 #. type: Content of: <chapter><section><section><section><para>
11988 #: pkgs.dbk:2834
11989 msgid ""
11990 "When the set of binary packages provided by a source package change in this "
11991 "way, all the packages that depended on the old binaries will have to be "
11992 "updated to depend on the new binaries instead.  Because installing such a "
11993 "source package into <literal>testing</literal> breaks all the packages that "
11994 "depended on it in <literal>testing</literal>, some care has to be taken now: "
11995 "all the depending packages must be updated and ready to be installed "
11996 "themselves so that they won't be broken, and, once everything is ready, "
11997 "manual intervention by the release manager or an assistant is normally "
11998 "required."
11999 msgstr ""
12000 "Wenn sich die Zusammenstellung von Binärpaketen, die von einem Quellpaket "
12001 "bereitgestellt werden, auf diese Weise ändert, müssen alle Pakete, die von "
12002 "den alten Programmen abhängen, aktualisiert werden, damit sie stattdessen "
12003 "von den neuen Programmen abhängen. Da das Installieren eines solchen "
12004 "Quellpakets in <literal>testing</literal> alle Pakete zerstört, die in "
12005 "<literal>testing</literal> davon abhängen, ist nun auf Folgendes zu achten: "
12006 "All die abhängigen Pakete müssen aktualisiert werden und selbst bereit zur "
12007 "Installation sein, so dass sie nicht kaputt gehen. Sobald alles bereit ist, "
12008 "ist normalerweise ein manuelles Eingreifen des Veröffentlichungsverwalters "
12009 "oder eines Assistenten nötig."
12010
12011 #. type: Content of: <chapter><section><section><section><para>
12012 #: pkgs.dbk:2845
12013 msgid ""
12014 "If you are having problems with complicated groups of packages like this, "
12015 "contact &email-debian-devel; or &email-debian-release; for help."
12016 msgstr ""
12017 "Falls Sie Probleme mit komplizierten Gruppen von Paketen wie diesem haben, "
12018 "kontaktieren Sie &email-debian-devel; oder &email-debian-release;, um Hilfe "
12019 "zu erhalten."
12020
12021 #. type: Content of: <chapter><title>
12022 #: resources.dbk:7
12023 msgid "Resources for Debian Developers"
12024 msgstr "Ressourcen für Debian-Entwickler"
12025
12026 #. type: Content of: <chapter><para>
12027 #: resources.dbk:9
12028 msgid ""
12029 "In this chapter you will find a very brief road map of the Debian mailing "
12030 "lists, the Debian machines which may be available to you as a developer, and "
12031 "all the other resources that are available to help you in your maintainer "
12032 "work."
12033 msgstr ""
12034 "In diesem Kapitel werden Sie einen kurzen Leitfaden der Debian-Mailinglisten "
12035 "finden, der Debian-Maschinen, die Ihnen als Entwickler zur Verfügung stehen, "
12036 "und all den anderen Ressourcen, die verfügbar sind, um Ihnen bei Ihrer "
12037 "Arbeit als Betreuer zu helfen."
12038
12039 #. type: Content of: <chapter><section><title>
12040 #: resources.dbk:14
12041 msgid "Mailing lists"
12042 msgstr "Mailinglisten"
12043
12044 #. type: Content of: <chapter><section><para>
12045 #: resources.dbk:16
12046 msgid ""
12047 "Much of the conversation between Debian developers (and users) is managed "
12048 "through a wide array of mailing lists we host at <literal><ulink url="
12049 "\"http://&lists-host;/\">&lists-host;</ulink></literal>.  To find out more "
12050 "on how to subscribe or unsubscribe, how to post and how not to post, where "
12051 "to find old posts and how to search them, how to contact the list "
12052 "maintainers and see various other information about the mailing lists, "
12053 "please read <ulink url=\"&url-debian-lists;\"></ulink>.  This section will "
12054 "only cover aspects of mailing lists that are of particular interest to "
12055 "developers."
12056 msgstr ""
12057 "Viele Unterhaltungen zwischen Debian-Entwicklern (und Anwendern) werden "
12058 "durch ein weites Feld von Mailinglisten verwaltet, die auf <literal><ulink "
12059 "url=\"http://&lists-host;/\">&lists-host;</ulink></literal> untergebracht "
12060 "sind. Mehr darüber, wie Sie sie abonnieren oder abbestellen, wie sie Artikel "
12061 "abschicken, wo alte Artikel gefunden werden und wie Sie sie suchen, wie Sie "
12062 "Listenbetreuer kontaktieren und verschiedene sonstige Informationen über "
12063 "Mailinglisten finden, können Sie unter <ulink url=\"&url-debian-lists;\"></"
12064 "ulink> lesen. Dieser Abschnitt wird nur die Gesichtspunkte der Mailinglisten "
12065 "aufdecken, die von besonderem Interesse für Entwickler sind."
12066
12067 #. type: Content of: <chapter><section><section><title>
12068 #: resources.dbk:27
12069 msgid "Basic rules for use"
12070 msgstr "Grundregeln für die Benutzung"
12071
12072 #. type: Content of: <chapter><section><section><para>
12073 #: resources.dbk:29
12074 msgid ""
12075 "When replying to messages on the mailing list, please do not send a carbon "
12076 "copy (<literal>CC</literal>) to the original poster unless they explicitly "
12077 "request to be copied.  Anyone who posts to a mailing list should read it to "
12078 "see the responses."
12079 msgstr ""
12080 "Wenn Sie auf Nachrichten auf der Mailingliste antworten, senden Sie bitte "
12081 "keine Kopie (<literal>CC</literal>) an den ursprünglichen Verfasser, außer, "
12082 "wenn dieser explizit darum bittet. Jeder, der an eine Mailingliste schreibt, "
12083 "sollte sie lesen, um die Antworten zu sehen."
12084
12085 #. type: Content of: <chapter><section><section><para>
12086 #: resources.dbk:35
12087 msgid ""
12088 "Cross-posting (sending the same message to multiple lists) is discouraged.  "
12089 "As ever on the net, please trim down the quoting of articles you're replying "
12090 "to.  In general, please adhere to the usual conventions for posting messages."
12091 msgstr ""
12092 "Kreuzversand (die gleiche Nachricht an mehrere Listen senden) ist "
12093 "unerwünscht. Kürzen Sie, wie immer im Netz, die Zitate von Artikeln, auf die "
12094 "Sie antworten. Halten Sie sich bitte an die allgemeinen Gepflogenheiten beim "
12095 "Versand von Nachrichten."
12096
12097 #. type: Content of: <chapter><section><section><para>
12098 #: resources.dbk:40
12099 msgid ""
12100 "Please read the <ulink url=\"&url-debian-lists;#codeofconduct\">code of "
12101 "conduct</ulink> for more information. The <ulink url=\"&url-dcg;\">Debian "
12102 "Community Guidelines</ulink> are also worth reading."
12103 msgstr ""
12104 "Bitte lesen Sie den <ulink url=\"&url-debian-lists;#codeofconduct"
12105 "\">Leitfaden</ulink>, um weitere Informationen zu erhalten. Die <ulink url="
12106 "\"&url-dcg;\">Debian Community Guidelines</ulink> sind ebenfalls Wert, "
12107 "gelesen zu werden."
12108
12109 #. type: Content of: <chapter><section><section><title>
12110 #: resources.dbk:48
12111 msgid "Core development mailing lists"
12112 msgstr "Haupt-Entwickler-Mailinglisten"
12113
12114 #. type: Content of: <chapter><section><section><para>
12115 #: resources.dbk:50
12116 msgid "The core Debian mailing lists that developers should use are:"
12117 msgstr "Die Haupt-Debian-Mailinglisten, die Entwickler nutzen sollten, sind:"
12118
12119 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12120 #: resources.dbk:55
12121 msgid ""
12122 "&email-debian-devel-announce;, used to announce important things to "
12123 "developers.  All developers are expected to be subscribed to this list."
12124 msgstr ""
12125 "&email-debian-devel-announce; wird benutzt, um Entwicklern wichtige Dinge "
12126 "anzukündigen. Es wird von allen Entwicklern erwartet, dass sie diese Liste "
12127 "abonnieren."
12128
12129 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12130 #: resources.dbk:62
12131 msgid ""
12132 "&email-debian-devel;, used to discuss various development related technical "
12133 "issues."
12134 msgstr ""
12135 "&email-debian-devel; wird benutzt, um über verschiedene entwicklungsbezogene "
12136 "technische Themen zu reden."
12137
12138 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12139 #: resources.dbk:68
12140 msgid ""
12141 "&email-debian-policy;, where the Debian Policy is discussed and voted on."
12142 msgstr ""
12143 "&email-debian-policy; wird benutzt, um über die Debian-Richtlinien zu "
12144 "diskutieren und darüber abzustimmen."
12145
12146 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
12147 #: resources.dbk:74
12148 msgid ""
12149 "&email-debian-project;, used to discuss various non-technical issues related "
12150 "to the project."
12151 msgstr ""
12152 "&email-debian-project; wird benutzt, um über verschiedene "
12153 "entwicklungsbezogene, nicht technische Themen zu reden."
12154
12155 #. type: Content of: <chapter><section><section><para>
12156 #: resources.dbk:80
12157 msgid ""
12158 "There are other mailing lists available for a variety of special topics; see "
12159 "<ulink url=\"http://&lists-host;/\"></ulink> for a list."
12160 msgstr ""
12161 "Es sind weitere Mailinglisten für unterschiedliche Spezialthemen verfügbar. "
12162 "Eine Liste finden Sie unter <ulink url=\"http://&lists-host;/\"></ulink>."
12163
12164 #. type: Content of: <chapter><section><section><title>
12165 #: resources.dbk:86
12166 msgid "Special lists"
12167 msgstr "Spezielle Listen"
12168
12169 #. type: Content of: <chapter><section><section><para>
12170 #: resources.dbk:88
12171 msgid ""
12172 "&email-debian-private; is a special mailing list for private discussions "
12173 "amongst Debian developers.  It is meant to be used for posts which for "
12174 "whatever reason should not be published publicly.  As such, it is a low "
12175 "volume list, and users are urged not to use &email-debian-private; unless it "
12176 "is really necessary.  Moreover, do <emphasis>not</emphasis> forward email "
12177 "from that list to anyone.  Archives of this list are not available on the "
12178 "web for obvious reasons, but you can see them using your shell account on "
12179 "<literal>&master-host;</literal> and looking in the <filename>&file-debian-"
12180 "private-archive;</filename> directory."
12181 msgstr ""
12182 "&email-debian-private; ist eine besondere Mailingliste für private "
12183 "Unterhaltungen zwischen Debian-Entwicklern. Das heißt, sie sollte benutzt "
12184 "werden, um über Dinge zu reden, die aus irgend einem Grund nicht "
12185 "veröffentlicht werden sollen. Eigentlich ist es eine Liste mit geringem "
12186 "Umfang und Benutzer werden angehalten &email-debian-private; nicht zu "
12187 "benutzen, so lange es nicht wirklich nötig ist. Leiten Sie außerdem "
12188 "<emphasis>keine</emphasis> E-Mail von dieser Liste an jemanden weiter. Es "
12189 "sind aus naheliegenden Gründen keine Archive dieser Liste im Web verfügbar, "
12190 "aber Sie können sie sehen, indem Sie Ihr Shell-Konto auf <literal>&master-"
12191 "host;</literal> benutzen und in das Verzeichnis <filename>&file-debian-"
12192 "private-archive;</filename> schauen."
12193
12194 #. type: Content of: <chapter><section><section><para>
12195 #: resources.dbk:100
12196 msgid ""
12197 "&email-debian-email; is a special mailing list used as a grab-bag for Debian "
12198 "related correspondence such as contacting upstream authors about licenses, "
12199 "bugs, etc.  or discussing the project with others where it might be useful "
12200 "to have the discussion archived somewhere."
12201 msgstr ""
12202 "&email-debian-email; ist eine besondere Mailingliste, die als Wundertüte für "
12203 "Debian-bezogene Korrespondenz, wie den Kontakt zu ursprünglichen Autoren "
12204 "über Lizenzen, Fehler, etc. oder Diskussionen über das Projekt mit anderen "
12205 "benutzt wird, wobei es nützlich sein könnte, dass die Diskussion irgendwo "
12206 "archiviert wird."
12207
12208 #. type: Content of: <chapter><section><section><title>
12209 #: resources.dbk:108
12210 msgid "Requesting new development-related lists"
12211 msgstr "Antrag auf neue entwicklungsbezogene Listen"
12212
12213 #. type: Content of: <chapter><section><section><para>
12214 #: resources.dbk:110
12215 msgid ""
12216 "Before requesting a mailing list that relates to the development of a "
12217 "package (or a small group of related packages), please consider if using an "
12218 "alias (via a .forward-aliasname file on master.debian.org, which translates "
12219 "into a reasonably nice <replaceable>you-aliasname@debian.org</replaceable> "
12220 "address) or a self-managed mailing list on <link linkend=\"alioth\">Alioth</"
12221 "link> is more appropriate."
12222 msgstr ""
12223 "Bevor Sie eine Mailingliste beantragen, die sich auf die Entwicklung eines "
12224 "Pakets (oder eine kleine Gruppe verwandter Pakete) bezieht, bedenken Sie "
12225 "bitte, dass es angebrachter ist, wenn Sie einen Alias (mittels einer "
12226 "»forward-aliasname«-Datei auf master.debian.org verwenden, die in einen "
12227 "halbwegs angenehmen <replaceable>ihr-aliasname@debian.org</replaceable> "
12228 "umwandelt) oder eine selbstverwaltete Mailingliste auf <link linkend=\"alioth"
12229 "\">Alioth</link> benutzen."
12230
12231 #. type: Content of: <chapter><section><section><para>
12232 #: resources.dbk:118
12233 msgid ""
12234 "If you decide that a regular mailing list on &lists-host; is really what you "
12235 "want, go ahead and fill in a request, following <ulink url=\"&url-debian-"
12236 "lists-new;\">the HOWTO</ulink>."
12237 msgstr ""
12238 "Falls Sie entscheiden, dass eine reguläre Mailingliste auf &lists-host; "
12239 "wirklich das ist, was Sie wollen – nur zu. Füllen Sie eine Anfrage aus und "
12240 "folgen Sie <ulink url=\"&url-debian-lists-new;\">dem HOWTO</ulink>."
12241
12242 #. type: Content of: <chapter><section><title>
12243 #: resources.dbk:127
12244 msgid "IRC channels"
12245 msgstr "IRC-Kanäle"
12246
12247 #. type: Content of: <chapter><section><para>
12248 #: resources.dbk:129
12249 msgid ""
12250 "Several IRC channels are dedicated to Debian's development.  They are mainly "
12251 "hosted on the <ulink url=\"&url-oftc;\">Open and free technology community "
12252 "(OFTC)</ulink> network.  The <literal>irc.debian.org</literal> DNS entry is "
12253 "an alias to <literal>irc.oftc.net</literal>."
12254 msgstr ""
12255 "Mehrere IRC-Kanäle sind für die Entwicklung von Debian bestimmt. Sie werden "
12256 "hauptsächlich auf dem <ulink url=\"&url-oftc;\">Open and free technology "
12257 "community (OFTC)</ulink>-Netzwerk gehostet. Der DNS-Eintrag <literal>irc."
12258 "debian.org</literal> ist ein Alias für <literal>irc.oftc.net</literal>."
12259
12260 #. type: Content of: <chapter><section><para>
12261 #: resources.dbk:135
12262 msgid ""
12263 "The main channel for Debian in general is <literal>#debian</literal>.  This "
12264 "is a large, general-purpose channel where users can find recent news in the "
12265 "topic and served by bots.  <literal>#debian</literal> is for English "
12266 "speakers; there are also <literal>#debian.de</literal>, <literal>#debian-fr</"
12267 "literal>, <literal>#debian-br</literal> and other similarly named channels "
12268 "for speakers of other languages."
12269 msgstr ""
12270 "Der Hauptkanal für Debian ist im Allgemeinen <literal>#debian</literal>. "
12271 "Dies ist ein großer Kanal für allgemeine Zwecke, auf dem Benutzer aktuelle "
12272 "Neuigkeiten im Inhalt finden, der von Robotern bereitgestellt wird. "
12273 "<literal>#debian</literal> ist für englischsprachige Nutzer. Es gibt auch "
12274 "<literal>#debian.de</literal>, <literal>#debian-fr</literal>, "
12275 "<literal>#debian-br</literal> und andere Kanäle mit ähnlichen Namen für "
12276 "anderssprachige Nutzer."
12277
12278 #. type: Content of: <chapter><section><para>
12279 #: resources.dbk:143
12280 msgid ""
12281 "The main channel for Debian development is <literal>#debian-devel</"
12282 "literal>.  It is a very active channel; it will typically have a minimum of "
12283 "150 people at any time of day.  It's a channel for people who work on "
12284 "Debian, it's not a support channel (there's <literal>#debian</literal> for "
12285 "that).  It is however open to anyone who wants to lurk (and learn).  Its "
12286 "topic is commonly full of interesting information for developers."
12287 msgstr ""
12288 "Der Hauptkanal für Debian-Entwicklung ist <literal>#debian-devel</literal>. "
12289 "Es ist ein sehr aktiver Kanal; es werden normalerweise mindestens 150 Leute "
12290 "zu jeder Tageszeit dort sein. Es ist ein Kanal für Leute, die an Debian "
12291 "arbeiten, es ist kein Support-Kanal (dafür gibt es <literal>#debian</"
12292 "literal>). Das Themengebiet enthält normalerweise interessante Informationen "
12293 "für Entwickler."
12294
12295 #. type: Content of: <chapter><section><para>
12296 #: resources.dbk:152
12297 msgid ""
12298 "Since <literal>#debian-devel</literal> is an open channel, you should not "
12299 "speak there of issues that are discussed in &email-debian-private;.  There's "
12300 "another channel for this purpose, it's called <literal>#debian-private</"
12301 "literal> and it's protected by a key.  This key is available at "
12302 "<filename>master.debian.org:&file-debian-private-key;</filename>."
12303 msgstr ""
12304 "Da <literal>#debian-devel</literal> ein offener Kanal ist, sollten Sie dort "
12305 "nicht über Probleme sprechen, die in &email-debian-private; diskutiert "
12306 "werden. Es gibt einen anderen Kanal für diesen Zweck. Er heißt "
12307 "<literal>#debian-private</literal> und ist durch einen Schlüssel geschützt. "
12308 "Dieser Schlüssel ist unter <filename>master.debian.org:&file-debian-private-"
12309 "key;</filename> verfügbar."
12310
12311 #. type: Content of: <chapter><section><para>
12312 #: resources.dbk:160
12313 msgid ""
12314 "There are other additional channels dedicated to specific subjects.  "
12315 "<literal>#debian-bugs</literal> is used for coordinating bug squashing "
12316 "parties.  <literal>#debian-boot</literal> is used to coordinate the work on "
12317 "the debian-installer.  <literal>#debian-doc</literal> is occasionally used "
12318 "to talk about documentation, like the document you are reading.  Other "
12319 "channels are dedicated to an architecture or a set of packages: "
12320 "<literal>#debian-kde</literal>, <literal>#debian-dpkg</literal>, "
12321 "<literal>#debian-jr</literal>, <literal>#debian-edu</literal>, "
12322 "<literal>#debian-oo</literal> (OpenOffice.org package)..."
12323 msgstr ""
12324 "Es gibt andere zusätzliche Kanäle die besonderen Themen gewidmet sind.  "
12325 "<literal>#debian-bugs</literal> wird für die Koordination von Bug-Squashing-"
12326 "Parties benutzt. <literal>#debian-boot</literal> wird benutzt, um die Arbeit "
12327 "am Debian-Installationsprogramm zu koordinieren. <literal>#debian-doc</"
12328 "literal> wird gelegentlich benutzt, um über die Dokumentation zu reden, wie "
12329 "beispielsweise über das Dokument, das Sie lesen. Andere Kanäle beschäftigen "
12330 "sich mit einer Architektur oder einer Zusammenstellung von Paketen: "
12331 "<literal>#debian-kde</literal>, <literal>#debian-dpkg</literal>, "
12332 "<literal>#debian-jr</literal>, <literal>#debian-edu</literal>, "
12333 "<literal>#debian-oo</literal> (Paket OpenOffice.org) ..."
12334
12335 #. type: Content of: <chapter><section><para>
12336 #: resources.dbk:171
12337 msgid ""
12338 "Some non-English developers' channels exist as well, for example "
12339 "<literal>#debian-devel-fr</literal> for French speaking people interested in "
12340 "Debian's development."
12341 msgstr ""
12342 "Es existieren außerdem einige nicht englische Entwicklerkanäle, zum Beispiel "
12343 "<literal>#debian-devel-fr</literal> für französchischsprachige Leute, die an "
12344 "der Entwicklung von Debian interessiert sind."
12345
12346 #. type: Content of: <chapter><section><para>
12347 #: resources.dbk:176
12348 msgid ""
12349 "Channels dedicated to Debian also exist on other IRC networks, notably on "
12350 "the <ulink url=\"&url-openprojects;\">freenode</ulink> IRC network, which "
12351 "was pointed at by the <literal>irc.debian.org</literal> alias until 4th June "
12352 "2006."
12353 msgstr ""
12354 "Auch in anderen IRC-Netzwerken existieren Kanäle, die für Debian bestimmt "
12355 "sind, insbesondere auf dem IRC-Netzwerk <ulink url=\"&url-openprojects;"
12356 "\">freenode</ulink>, auf das bis zum 4.Juni 2006 vom Alias <literal>irc."
12357 "debian.org</literal> verwiesen wurde."
12358
12359 #. type: Content of: <chapter><section><para>
12360 #: resources.dbk:182
12361 msgid ""
12362 "To get a cloak on freenode, you send Jörg Jaspert &lt;joerg@debian.org&gt; a "
12363 "signed mail where you tell what your nick is.  Put cloak somewhere in the "
12364 "Subject: header.  The nick should be registered: <ulink url=\"http://"
12365 "freenode.net/faq.shtml#nicksetup\">Nick Setup Page</ulink>.  The mail needs "
12366 "to be signed by a key in the Debian keyring.  Please see <ulink url=\"http://"
12367 "freenode.net/faq.shtml#projectcloak\">Freenode documentation</ulink> for "
12368 "more information about cloaks."
12369 msgstr ""
12370 "Um eine Cloak auf Freenode zu bekommen, senden Sie Jörg Jaspert &lt;"
12371 "joerg@debian.org&gt; eine signierte Mail, in der Sie Ihren Nicknamen "
12372 "mitteilen. Schreiben Sie »cloak« irgendwo in die Betreff-Kopfzeilen. Der "
12373 "Nickname sollte registriert werden: <ulink url=\"http://freenode.net/faq."
12374 "shtml#nicksetup\">Nick Setup Page</ulink>. Die Mail muss durch einen "
12375 "Schlüssel aus dem Debian-Schlüsselring signiert sein. Lesen Sie bitte die "
12376 "<ulink url=\"http://freenode.net/faq.shtml#projectcloak\">Freenode-"
12377 "Dokumentation</ulink>, um weitere Informationen über Cloaks zu erhalten."
12378
12379 #. type: Content of: <chapter><section><para>
12380 #: resources.dbk:195
12381 msgid ""
12382 "This document contains a lot of information which is useful to Debian "
12383 "developers, but it cannot contain everything.  Most of the other interesting "
12384 "documents are linked from <ulink url=\"&url-devel-docs;\">The Developers' "
12385 "Corner</ulink>.  Take the time to browse all the links, you will learn many "
12386 "more things."
12387 msgstr ""
12388 "Dieses Dokument enthält viele Informationen, die für Debian-Entwickler "
12389 "nützlich sind, es kann aber nicht alles enthalten. Die meisten anderen "
12390 "interessanten Dokumente sind von der <ulink url=\"&url-devel-docs;"
12391 "\">Entwickler-Ecke</ulink> verlinkt. Nehmen Sie sich die Zeit all diese "
12392 "Links zu durchstöbern – Sie werden viele weitere Dinge lernen."
12393
12394 #. type: Content of: <chapter><section><title>
12395 #: resources.dbk:204
12396 msgid "Debian machines"
12397 msgstr "Debian-Maschinen"
12398
12399 #. type: Content of: <chapter><section><para>
12400 #: resources.dbk:206
12401 msgid ""
12402 "Debian has several computers working as servers, most of which serve "
12403 "critical functions in the Debian project.  Most of the machines are used for "
12404 "porting activities, and they all have a permanent connection to the Internet."
12405 msgstr ""
12406 "Debian hat mehrere Computer, die als Server fungieren, meist um kritische "
12407 "Funktionen für das Debian-Projekt bereitzustellen. Die meisten dieser "
12408 "Maschinen werden für Portierungzwecke benutzt und alle haben eine permanente "
12409 "Verbindung ins Internet."
12410
12411 #. type: Content of: <chapter><section><para>
12412 #: resources.dbk:211
12413 msgid ""
12414 "Some of the machines are available for individual developers to use, as long "
12415 "as the developers follow the rules set forth in the <ulink url=\"&url-dmup;"
12416 "\">Debian Machine Usage Policies</ulink>."
12417 msgstr ""
12418 "Einige der Maschinen stehen einzelnen Entwicklern so lange zur Verfügung, "
12419 "wie die Entwickler die Regeln befolgen, die in den <ulink url=\"&url-dmup;"
12420 "\">Debian-Rechner Benutzungsrichtlinien</ulink> festgelegt wurden."
12421
12422 #. type: Content of: <chapter><section><para>
12423 #: resources.dbk:216
12424 msgid ""
12425 "Generally speaking, you can use these machines for Debian-related purposes "
12426 "as you see fit.  Please be kind to system administrators, and do not use up "
12427 "tons and tons of disk space, network bandwidth, or CPU without first getting "
12428 "the approval of the system administrators.  Usually these machines are run "
12429 "by volunteers."
12430 msgstr ""
12431 "Allgemein gesprochen, können Sie diese Maschinen nach Belieben für Debian-"
12432 "bezogene Zwecke nutzen. Bitte seien Sie freundlich zu den "
12433 "Systemadministratoren und verbrauchen Sie nicht massenhaft Plattenplatz, "
12434 "Netzwerk-Bandbreite oder CPU ohne zuerst die Zustimmung der "
12435 "Systemadministratoren eingeholt zu haben. Üblicherweise werden diese "
12436 "Maschinen von Freiwilligen betrieben."
12437
12438 #. type: Content of: <chapter><section><para>
12439 #: resources.dbk:223
12440 msgid ""
12441 "Please take care to protect your Debian passwords and SSH keys installed on "
12442 "Debian machines.  Avoid login or upload methods which send passwords over "
12443 "the Internet in the clear, such as Telnet, FTP, POP etc."
12444 msgstr ""
12445 "Bitte achten Sie darauf, Ihre Debian-Passwörter und SSH-Schlüssel, die auf "
12446 "Debian-Maschinen installiert sind, zu schützen. Vermeiden Sie Methoden zum "
12447 "Anmelden oder Hochladen, die Passwörter unverschlüsselt über das Internet "
12448 "übertragen, wie Telnet, FTP, POP, etc."
12449
12450 #. type: Content of: <chapter><section><para>
12451 #: resources.dbk:228
12452 msgid ""
12453 "Please do not put any material that doesn't relate to Debian on the Debian "
12454 "servers, unless you have prior permission."
12455 msgstr ""
12456 "Bitte legen Sie kein Material auf Debian-Servern ab, das keinen Bezug zu "
12457 "Debian hat, nicht einmal, wenn Sie eine vorrangige Berechtigung haben."
12458
12459 #. type: Content of: <chapter><section><para>
12460 #: resources.dbk:232
12461 msgid ""
12462 "The current list of Debian machines is available at <ulink url=\"&url-devel-"
12463 "machines;\"></ulink>.  That web page contains machine names, contact "
12464 "information, information about who can log in, SSH keys etc."
12465 msgstr ""
12466 "Die aktuelle liste von Debian-Maschinen ist unter <ulink url=\"&url-devel-"
12467 "machines;\"></ulink> verfügbar. Diese Web-Seite enthält Maschinennamen, "
12468 "Kontaktinformationen darüber, wer sich anmelden kann, SSH-Schlüssel etc."
12469
12470 #. type: Content of: <chapter><section><para>
12471 #: resources.dbk:238
12472 msgid ""
12473 "If you have a problem with the operation of a Debian server, and you think "
12474 "that the system operators need to be notified of this problem, you can check "
12475 "the list of open issues in the DSA queue of our request tracker at <ulink "
12476 "url=\"&url-rt;\" /> (you can login with user \"debian\", its password is "
12477 "available at <filename>master.debian.org:&file-debian-rt-password;</"
12478 "filename>).  To report a new problem, simply send a mail to &email-rt-dsa; "
12479 "and make sure to put the string \"Debian RT\" somewhere in the subject."
12480 msgstr ""
12481 "Falls Sie ein Problem mit einer Transaktion auf einem Debian-Server haben "
12482 "und der Ansicht sind, dass die Systemverwalter über dieses Problem "
12483 "informiert werden müssten, können Sie die Liste offener Probleme in der DSA-"
12484 "Warteschlange Ihrer Anfragenverfolgung unter <ulink url=\"&url-rt;\" /> "
12485 "prüfen (Sie können sich als Benutzer »debian« anmelden, sein Passwort ist "
12486 "unter <filename>master.debian.org:&file-debian-rt-password;</filename> "
12487 "verfügbar). Um ein neues Problem zu berichten, senden Sie einfach eine E-"
12488 "Mail an &email-rt-dsa; und stellen Sie sicher, dass der Betreff die "
12489 "Zeichenkette »Debian RT« enthält."
12490
12491 #. type: Content of: <chapter><section><para>
12492 #: resources.dbk:247
12493 msgid ""
12494 "If you have a problem with a certain service, not related to the system "
12495 "administration (such as packages to be removed from the archive, suggestions "
12496 "for the web site, etc.), generally you'll report a bug against a ``pseudo-"
12497 "package''.  See <xref linkend=\"submit-bug\"/> for information on how to "
12498 "submit bugs."
12499 msgstr ""
12500 "Falls Sie ein Problem mit einem bestimmten Dienst haben, der sich nicht auf "
12501 "die Systemadministration bezieht (wie beispielsweise Pakete, die aus dem "
12502 "Archiv entfernt werden sollen, Vorschläge für die Website, etc.) schreiben "
12503 "Sie einen Fehlerbericht zu einem »Pseudo-Paket«. Informationen darüber, wie "
12504 "Sie Fehlerberichte versenden, finden Sie unter <xref linkend=\"submit-bug\"/"
12505 ">."
12506
12507 #. type: Content of: <chapter><section><para>
12508 #: resources.dbk:254
12509 msgid ""
12510 "Some of the core servers are restricted, but the information from there is "
12511 "mirrored to another server."
12512 msgstr ""
12513 "Einige der Hauptserver werden eingeschränkt, aber die Informationen von dort "
12514 "werden auf einen anderen Server gespiegelt."
12515
12516 #. type: Content of: <chapter><section><section><title>
12517 #: resources.dbk:258
12518 msgid "The bugs server"
12519 msgstr "Der Fehler-Server"
12520
12521 #. type: Content of: <chapter><section><section><para>
12522 #: resources.dbk:260
12523 msgid ""
12524 "<literal>&bugs-host;</literal> is the canonical location for the Bug "
12525 "Tracking System (BTS)."
12526 msgstr ""
12527 "<literal>&bugs-host;</literal> ist der vorschriftsmäßige Ort für die "
12528 "Fehlerdatenbank, das BTS (Bug Tracking System)."
12529
12530 #. type: Content of: <chapter><section><section><para>
12531 #: resources.dbk:264
12532 msgid ""
12533 "If you plan on doing some statistical analysis or processing of Debian bugs, "
12534 "this would be the place to do it.  Please describe your plans on &email-"
12535 "debian-devel; before implementing anything, however, to reduce unnecessary "
12536 "duplication of effort or wasted processing time."
12537 msgstr ""
12538 "Falls Sie statistische Auswertungen oder Verarbeitungen von Debian-Fehlern "
12539 "planen, wäre dies der richtige Ort dafür. Bitte schildern Sie indes Ihre "
12540 "Pläne auf &email-debian-devel; bevor Sie etwas implementieren, um unnötige "
12541 "Doppelarbeit oder vergeudete Ausführungszeit zu vermeiden."
12542
12543 #. type: Content of: <chapter><section><section><title>
12544 #: resources.dbk:272
12545 msgid "The ftp-master server"
12546 msgstr "Der FTP-Master-Server"
12547
12548 #. type: Content of: <chapter><section><section><para>
12549 #: resources.dbk:274
12550 msgid ""
12551 "The <literal>&ftp-master-host;</literal> server holds the canonical copy of "
12552 "the Debian archive.  Generally, package uploaded to &ftp-upload-host; end up "
12553 "on this server, see <xref linkend=\"upload\"/>."
12554 msgstr ""
12555 "Auf dem Server <literal>&ftp-master-host;</literal> liegt die "
12556 "vorschriftsmäßige Kopie des Debian-Archivs. Generell landen auf &ftp-upload-"
12557 "host; hochgeladene Pakete auf diesem Server, siehe <xref linkend=\"upload\"/"
12558 ">."
12559
12560 #. type: Content of: <chapter><section><section><para>
12561 #: resources.dbk:279
12562 msgid ""
12563 "It is restricted; a mirror is available on <literal>&ftp-master-mirror;</"
12564 "literal>."
12565 msgstr ""
12566 "Dieser Server ist eingeschränkt; ein Spiegel ist auf <literal>&ftp-master-"
12567 "mirror;</literal> verfügbar."
12568
12569 #. type: Content of: <chapter><section><section><para>
12570 #: resources.dbk:282
12571 msgid ""
12572 "Problems with the Debian FTP archive generally need to be reported as bugs "
12573 "against the <systemitem role=\"package\">&ftp-debian-org;</systemitem> "
12574 "pseudo-package or an email to &email-ftpmaster;, but also see the procedures "
12575 "in <xref linkend=\"archive-manip\"/>."
12576 msgstr ""
12577 "Probleme mit dem Debian-Archiv müssen generell als Fehler des Pseudo-Pakets "
12578 "<systemitem role=\"package\">&ftp-debian-org;</systemitem> oder per E-Mail "
12579 "an &email-ftpmaster; gemeldet werden, aber sehen Sie sich auch die "
12580 "Vorgehensweisen in <xref linkend=\"archive-manip\"/> an."
12581
12582 #. type: Content of: <chapter><section><section><title>
12583 #: resources.dbk:290
12584 msgid "The www-master server"
12585 msgstr "Der WWW-Master-Server"
12586
12587 #. type: Content of: <chapter><section><section><para>
12588 #: resources.dbk:292
12589 msgid ""
12590 "The main web server is <literal>www-master.debian.org</literal>.  It holds "
12591 "the official web pages, the face of Debian for most newbies."
12592 msgstr ""
12593 "Der Haupt-Webserver ist <literal>www-master.debian.org</literal>. Auf ihm "
12594 "liegen die offiziellen Web-Seiten, für die meisten Neulinge »das Gesicht von "
12595 "Debian«."
12596
12597 #. type: Content of: <chapter><section><section><para>
12598 #: resources.dbk:296
12599 msgid ""
12600 "If you find a problem with the Debian web server, you should generally "
12601 "submit a bug against the pseudo-package, <systemitem role=\"package\">www."
12602 "debian.org</systemitem>.  Remember to check whether or not someone else has "
12603 "already reported the problem to the <ulink url=\"http://&bugs-host;/&www-"
12604 "debian-org;\">Bug Tracking System</ulink>."
12605 msgstr ""
12606 "Falls Sie ein Problem mit dem Debian-Webserver finden, sollten Sie generell "
12607 "einene Fehlerbericht an das Pseudo-Paket <systemitem role=\"package\">www."
12608 "debian.org</systemitem> senden. Denken Sie daran zu prüfen, ob bereits sonst "
12609 "jemand dieses Problem an die <ulink url=\"http://&bugs-host;/&www-debian-org;"
12610 "\">Fehlerdatenbank</ulink> gemeldet hat."
12611
12612 #. type: Content of: <chapter><section><section><title>
12613 #: resources.dbk:305
12614 msgid "The people web server"
12615 msgstr "Der Personen-Webserver"
12616
12617 #. type: Content of: <chapter><section><section><para>
12618 #: resources.dbk:307
12619 msgid ""
12620 "<literal>people.debian.org</literal> is the server used for developers' own "
12621 "web pages about anything related to Debian."
12622 msgstr ""
12623 "<literal>people.debian.org</literal> ist der Server, der für die eigenen Web-"
12624 "Seiten der Entwickler über alles Mögliche mit Bezug zu Debian benutzt wird."
12625
12626 #. type: Content of: <chapter><section><section><para>
12627 #: resources.dbk:311
12628 msgid ""
12629 "If you have some Debian-specific information which you want to serve on the "
12630 "web, you can do this by putting material in the <filename>public_html</"
12631 "filename> directory under your home directory on <literal>people.debian.org</"
12632 "literal>.  This will be accessible at the URL <literal>http://people.debian."
12633 "org/~<replaceable>your-user-id</replaceable>/</literal>."
12634 msgstr ""
12635 "Falls Sie einige Debian-spezifischen Informationen haben, die Sie im Web "
12636 "bereitstellen möchten, können Sie dies realisieren, indem Sie das Material "
12637 "im Verzeichnis <filename>public_html</filename> in Ihrem Home-Verzeichnis "
12638 "auf <literal>people.debian.org</literal> ablegen. Es kann über die URL "
12639 "<literal>http://people.debian.org/~<replaceable>Ihre-Benutzer-ID</"
12640 "replaceable>/</literal> darauf zugegriffen werden."
12641
12642 #. type: Content of: <chapter><section><section><para>
12643 #: resources.dbk:318
12644 msgid ""
12645 "You should only use this particular location because it will be backed up, "
12646 "whereas on other hosts it won't."
12647 msgstr ""
12648 "Sie sollten nur diesen besonderen Ort benutzen, da Datensicherungen davon "
12649 "erstellt werden, was auf anderen Rechnern nicht der Fall wäre."
12650
12651 #. type: Content of: <chapter><section><section><para>
12652 #: resources.dbk:322
12653 msgid ""
12654 "Usually the only reason to use a different host is when you need to publish "
12655 "materials subject to the U.S.  export restrictions, in which case you can "
12656 "use one of the other servers located outside the United States."
12657 msgstr ""
12658 "Der einzige Grund andere Rechner zu benutzen, ist üblicherweise, wenn Sie "
12659 "Materialien veröffentlichen möchten, die den U.S.-Exportbeschränkungen "
12660 "unterliegen. In diesem Fall können Sie Server benutzen, die sich außerhalb "
12661 "der Vereinigten Staaten befinden."
12662
12663 #. type: Content of: <chapter><section><section><para>
12664 #: resources.dbk:327
12665 msgid "Send mail to &email-debian-devel; if you have any questions."
12666 msgstr ""
12667 "Senden Sie eine E-Mail an &email-debian-devel;, falls Sie Fragen haben."
12668
12669 #. type: Content of: <chapter><section><section><title>
12670 #: resources.dbk:332
12671 msgid "The VCS servers"
12672 msgstr "Die VCS-Server"
12673
12674 #. type: Content of: <chapter><section><section><para>
12675 #: resources.dbk:334
12676 msgid ""
12677 "If you need to use a Version Control System for any of your Debian work, you "
12678 "can use one of the existing repositories hosted on Alioth or you can request "
12679 "a new project and ask for the VCS repository of your choice.  Alioth "
12680 "supports CVS (cvs.alioth.debian.org/cvs.debian.org), Subversion (svn.debian."
12681 "org), Arch (tla/baz, both on arch.debian.org), Bazaar (bzr.debian.org), "
12682 "Darcs (darcs.debian.org), Mercurial (hg.debian.org) and Git (git.debian."
12683 "org).  Checkout <ulink url=\"&url-alioth-pkg;\" /> if you plan to maintain "
12684 "packages in a VCS repository. See <xref linkend=\"alioth\"/> for information "
12685 "on the services provided by Alioth."
12686 msgstr ""
12687 "Falls Sie ein Versionskontrollsystem für Ihre Arbeit an Debian benutzen "
12688 "möchten, können Sie eines der existierenden auf Alioth gehosteten Depots "
12689 "benutzen oder Sie können ein neues Projekt mit einem VCS-Depot Ihrer Wahl "
12690 "beantragen. Alioth unterstützt CVS (cvs.alioth.debian.org/cvs.debian.org), "
12691 "Subversion (svn.debian.org), Arch (tla/baz, beide auf arch.debian.org), "
12692 "Bazaar (bzr.debian.org), Darcs (darcs.debian.org), Mercurial (hg.debian.org) "
12693 "und Git (git.debian.org). Checken Sie <ulink url=\"&url-alioth-pkg;\" /> "
12694 "aus, wenn Sie planen, die Pakete in einem VCS-Depot zu verwalten. Weitere "
12695 "Informationen über die von Alioth bereitgestellten Dienste finden Sie unter "
12696 "<xref linkend=\"alioth\"/>."
12697
12698 #. type: Content of: <chapter><section><section><title>
12699 #: resources.dbk:347
12700 msgid "chroots to different distributions"
12701 msgstr "Chroots auf andere Distributionen"
12702
12703 #. type: Content of: <chapter><section><section><para>
12704 #: resources.dbk:349
12705 msgid ""
12706 "On some machines, there are chroots to different distributions available.  "
12707 "You can use them like this:"
12708 msgstr ""
12709 "Auf einigen Maschinen sind Chroots auf unterschiedliche Distributionen "
12710 "verfügbar. Sie können sie wie folgt nutzen:"
12711
12712 #. type: Content of: <chapter><section><section><screen>
12713 #: resources.dbk:353
12714 #, no-wrap
12715 msgid ""
12716 "vore$ dchroot unstable\n"
12717 "Executing shell in chroot: /org/vore.debian.org/chroots/user/unstable\n"
12718 msgstr ""
12719 "vore$ dchroot unstable\n"
12720 "Shell in Chroot ausführen: /org/vore.debian.org/chroots/user/unstable\n"
12721
12722 #. type: Content of: <chapter><section><section><para>
12723 #: resources.dbk:357
12724 msgid ""
12725 "In all chroots, the normal user home directories are available.  You can "
12726 "find out which chroots are available via <ulink url=\"&url-devel-machines;"
12727 "\"></ulink>."
12728 msgstr ""
12729 "In allen Chroots sind die normalen Home-Verzeichnisse der Benutzer "
12730 "verfügbar. Sie können mittels <ulink url=\"&url-devel-machines;\"></ulink> "
12731 "herausfinden, welche Chroots verfügbar sind."
12732
12733 #. type: Content of: <chapter><section><title>
12734 #: resources.dbk:366
12735 msgid "The Developers Database"
12736 msgstr "Die Entwicklerdatenbank"
12737
12738 #. type: Content of: <chapter><section><para>
12739 #: resources.dbk:368
12740 msgid ""
12741 "The Developers Database, at <ulink url=\"&url-debian-db;\"></ulink>, is an "
12742 "LDAP directory for managing Debian developer attributes.  You can use this "
12743 "resource to search the list of Debian developers.  Part of this information "
12744 "is also available through the finger service on Debian servers, try "
12745 "<command>finger yourlogin@db.debian.org</command> to see what it reports."
12746 msgstr ""
12747 "Die Entwicklerdatenbank unter <ulink url=\"&url-debian-db;\"></ulink> ist "
12748 "ein LDAP-Verzeichnis zur Verwaltung von Debian-Entwicklereigenschaften. Sie "
12749 "können diese Ressource benutzen, um eine Liste der Debian-Entwickler zu "
12750 "durchsuchen. Ein Teil dieser Informationen ist auch durch den Dienst "
12751 "»finger« auf Debian-Servern verfügbar. Versuchen Sie <command>finger ihr-"
12752 "benutzername@db.debian.org</command>, um zu sehen, was er berichtet."
12753
12754 #. type: Content of: <chapter><section><para>
12755 #: resources.dbk:376
12756 msgid ""
12757 "Developers can <ulink url=\"&url-debian-db-login;\">log into the database</"
12758 "ulink> to change various information about themselves, such as:"
12759 msgstr ""
12760 "Entwickler können sich <ulink url=\"&url-debian-db-login;\">in der Datenbank "
12761 "anmelden</ulink>, um verschiedene Informationen über sich selbst zu ändern, "
12762 "wie beispielsweise:"
12763
12764 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12765 #: resources.dbk:382
12766 msgid "forwarding address for your debian.org email"
12767 msgstr "die Weiterleitungsadresse für Ihre debian.org-E-Mail"
12768
12769 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12770 #: resources.dbk:387
12771 msgid "subscription to debian-private"
12772 msgstr "die Anmeldung zu debian-private"
12773
12774 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12775 #: resources.dbk:392
12776 msgid "whether you are on vacation"
12777 msgstr "ob Sie in Urlaub sind"
12778
12779 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12780 #: resources.dbk:397
12781 msgid ""
12782 "personal information such as your address, country, the latitude and "
12783 "longitude of the place where you live for use in <ulink url=\"&url-worldmap;"
12784 "\">the world map of Debian developers</ulink>, phone and fax numbers, IRC "
12785 "nickname and web page"
12786 msgstr ""
12787 "persönliche Informationen, wie Ihre Adresse, das Land, Längen- und "
12788 "Breitengrad Ihres Wohnortes für die <ulink url=\"&url-worldmap;\">Weltkarte "
12789 "der Entwickler</ulink>, Telefon- und Faxnummern, IRC-Nickname und Homepage"
12790
12791 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
12792 #: resources.dbk:405
12793 msgid "password and preferred shell on Debian Project machines"
12794 msgstr "Passwort und bevorzugte Shell auf Maschinen des Debian-Projekts"
12795
12796 #. type: Content of: <chapter><section><para>
12797 #: resources.dbk:410
12798 msgid ""
12799 "Most of the information is not accessible to the public, naturally.  For "
12800 "more information please read the online documentation that you can find at "
12801 "<ulink url=\"&url-debian-db-doc;\"></ulink>."
12802 msgstr ""
12803 "Natürlich kann auf die meisten der Informationen nicht durch die "
12804 "Öffentlichkeit zugegriffen werden. Lesen Sie für weitere Informationen die "
12805 "Dokumentation unter <ulink url=\"&url-debian-db-doc;\"></ulink>."
12806
12807 #. type: Content of: <chapter><section><para>
12808 #: resources.dbk:415
12809 msgid ""
12810 "Developers can also submit their SSH keys to be used for authorization on "
12811 "the official Debian machines, and even add new *.debian.net DNS entries.  "
12812 "Those features are documented at <ulink url=\"&url-debian-db-mail-gw;\"></"
12813 "ulink>."
12814 msgstr ""
12815 "Entwickler können auch ihre SSH-Schlüssel senden, die für die "
12816 "Authentifizierung auf den offiziellen Debian-Maschinen benutzt werden und "
12817 "sogar neue *.debian.net-DNS-Einträge hinzufügen. Diese Funktionen sind unter "
12818 "<ulink url=\"&url-debian-db-mail-gw;\"></ulink> dokumentiert."
12819
12820 #. type: Content of: <chapter><section><title>
12821 #: resources.dbk:423
12822 msgid "The Debian archive"
12823 msgstr "Das Debian-Archiv"
12824
12825 #. type: Content of: <chapter><section><para>
12826 #: resources.dbk:425
12827 msgid ""
12828 "The &debian-formal; distribution consists of a lot of packages (currently "
12829 "around &number-of-pkgs; source packages) and a few additional files (such as "
12830 "documentation and installation disk images)."
12831 msgstr ""
12832 "Die Distribution &debian-formal; besteht aus vielen Paketen (aktuell rund "
12833 "&number-of-pkgs; Quellpakete) und ein paar zusätzlichen Dateien (wie "
12834 "beispielsweise Dokumentation und Images von Installationsmedien)."
12835
12836 #. type: Content of: <chapter><section><para>
12837 #: resources.dbk:430
12838 msgid "Here is an example directory tree of a complete Debian archive:"
12839 msgstr "Hier ist ein Beispielverzeichnisbaum eines kompletten Debian-Archivs:"
12840
12841 #. type: Content of: <chapter><section><para>
12842 #: resources.dbk:434
12843 msgid ""
12844 "As you can see, the top-level directory contains two directories, "
12845 "<filename>dists/</filename> and <filename>pool/</filename>.  The latter is a "
12846 "“pool” in which the packages actually are, and which is handled by the "
12847 "archive maintenance database and the accompanying programs.  The former "
12848 "contains the distributions, <literal>stable</literal>, <literal>testing</"
12849 "literal> and <literal>unstable</literal>.  The <filename>Packages</filename> "
12850 "and <filename>Sources</filename> files in the distribution subdirectories "
12851 "can reference files in the <filename>pool/</filename> directory.  The "
12852 "directory tree below each of the distributions is arranged in an identical "
12853 "manner.  What we describe below for <literal>stable</literal> is equally "
12854 "applicable to the <literal>unstable</literal> and <literal>testing</literal> "
12855 "distributions."
12856 msgstr ""
12857 "Wie Sie sehen können, enthält das Verzeichnis auf der obersten Ebene die "
12858 "beiden Verzeichnisse <filename>dists/</filename> und <filename>pool/</"
12859 "filename>. Letzteres ist ein »Pool«, in dem sich die Pakete derzeit "
12860 "befinden. Er wird von der Archiv-Verwaltungsdatenbank und den beiliegenden "
12861 "Programmen gehandhabt. Ersteres enthält die Distributionen <literal>stable</"
12862 "literal>, <literal>testing</literal> und <literal>unstable</literal>. Die "
12863 "Dateien <filename>Packages</filename> und <filename>Sources</filename> in "
12864 "den Distributions-Unterverzeichnissen können auf Dateien im Verzeichnis "
12865 "<filename>pool/</filename> verweisen. Der Verzeichnisbaum unterhalb jeder "
12866 "Distribution ist auf die gleiche Art angeordnet. Was im Folgenden für "
12867 "<literal>stable</literal> beschrieben wird, ist gleichermaßen auf die "
12868 "Distributionen <literal>unstable</literal> und <literal>testing</literal> "
12869 "anwendbar."
12870
12871 #. type: Content of: <chapter><section><para>
12872 #: resources.dbk:448
12873 msgid ""
12874 "<filename>dists/stable</filename> contains three directories, namely "
12875 "<filename>main</filename>, <filename>contrib</filename>, and <filename>non-"
12876 "free</filename>."
12877 msgstr ""
12878 "<filename>dists/stable</filename> enthält drei Verzeichnisse, nämlich "
12879 "<filename>main</filename>, <filename>contrib</filename> und <filename>non-"
12880 "free</filename>."
12881
12882 #. type: Content of: <chapter><section><para>
12883 #: resources.dbk:453
12884 msgid ""
12885 "In each of the areas, there is a directory for the source packages "
12886 "(<filename>source</filename>) and a directory for each supported "
12887 "architecture (<filename>binary-i386</filename>, <filename>binary-amd64</"
12888 "filename>, etc.)."
12889 msgstr ""
12890 "In jedem Bereich gibt es ein Verzeichnis für Quellpakete (<filename>source</"
12891 "filename>) und ein Verzeichnis für jede unterstützte Architektur "
12892 "(<filename>binary-i386</filename>, <filename>binary-amd64</filename>, etc.)."
12893
12894 #. type: Content of: <chapter><section><para>
12895 #: resources.dbk:458
12896 msgid ""
12897 "The <filename>main</filename> area contains additional directories which "
12898 "hold the disk images and some essential pieces of documentation required for "
12899 "installing the Debian distribution on a specific architecture "
12900 "(<filename>disks-i386</filename>, <filename>disks-amd64</filename>, etc.)."
12901 msgstr ""
12902 "Der Bereich <filename>main</filename> enthält zusätzliche Verzeichnisse, die "
12903 "die Medien-Images und einige notwendige Teile der Dokumentation, die zum "
12904 "Installieren der Debian-Distribution auf einer speziellen Architektur "
12905 "(<filename>disks-i386</filename>, <filename>disks-amd64</filename>, etc.) "
12906 "benötigt werden."
12907
12908 #. type: Content of: <chapter><section><section><title>
12909 #: resources.dbk:464
12910 msgid "Sections"
12911 msgstr "Abschnitte"
12912
12913 #. type: Content of: <chapter><section><section><para>
12914 #: resources.dbk:466
12915 msgid ""
12916 "The <literal>main</literal> section of the Debian archive is what makes up "
12917 "the <emphasis role=\"strong\">official &debian-formal; distribution</"
12918 "emphasis>.  The <literal>main</literal> section is official because it fully "
12919 "complies with all our guidelines.  The other two sections do not, to "
12920 "different degrees; as such, they are <emphasis role=\"strong\">not</"
12921 "emphasis> officially part of &debian-formal;."
12922 msgstr ""
12923 "Der Abschnitt <literal>main</literal> des Debian-Archivs ist das, was die "
12924 "<emphasis role=\"strong\">offizielle &debian-formal; Distribution</emphasis> "
12925 "ausmacht. Der Abschnitt <literal>main</literal> ist offiziell, da er alle "
12926 "Richtlinien vollständig erfüllt. Bei den beiden anderen Abschnitten ist dies "
12927 "zu einem unterschiedlichen Grad nicht der Fall . Von daher sind sie "
12928 "<emphasis role=\"strong\">nicht</emphasis> offizieller Teil von &debian-"
12929 "formal;."
12930
12931 #. type: Content of: <chapter><section><section><para>
12932 #: resources.dbk:474
12933 msgid ""
12934 "Every package in the main section must fully comply with the <ulink url="
12935 "\"&url-dfsg;\">Debian Free Software Guidelines</ulink> (DFSG) and with all "
12936 "other policy requirements as described in the <ulink url=\"&url-debian-"
12937 "policy;\">Debian Policy Manual</ulink>.  The DFSG is our definition of “free "
12938 "software.” Check out the Debian Policy Manual for details."
12939 msgstr ""
12940 "Jedes Paket im Abschnitt »main« muss vollständig die <ulink url=\"&url-"
12941 "debian-policy;\">Debian-Richtlinien für Freie Software</ulink> (DFSG) "
12942 "erfüllen sowie alle anderen Anforderungen des Regelwerks, das im <ulink url="
12943 "\"&url-debian-policy;\">Debian Policy Manual</ulink> beschrieben wurde. Die "
12944 "DFSG sind Debians Definition von »freier Software«. Prüfen Sie das Debian "
12945 "Policy Manual für Details."
12946
12947 #. type: Content of: <chapter><section><section><para>
12948 #: resources.dbk:482
12949 msgid ""
12950 "Packages in the <literal>contrib</literal> section have to comply with the "
12951 "DFSG, but may fail other requirements.  For instance, they may depend on non-"
12952 "free packages."
12953 msgstr ""
12954 "Pakete im Abschnitt <literal>contrib</literal> müssen den DFSG entsprechen, "
12955 "könnten aber an anderen Anforderungen scheitern. Zum Beispiel könnten sie "
12956 "von unfreien Paketen abhängen."
12957
12958 #. type: Content of: <chapter><section><section><para>
12959 #: resources.dbk:487
12960 msgid ""
12961 "Packages which do not conform to the DFSG are placed in the <literal>non-"
12962 "free</literal> section.  These packages are not considered as part of the "
12963 "Debian distribution, though we enable their use, and we provide "
12964 "infrastructure (such as our bug-tracking system and mailing lists) for non-"
12965 "free software packages."
12966 msgstr ""
12967 "Pakete die nicht die DFSG erfüllen werden in den Abschnitt <literal>non-"
12968 "free</literal> platziert. Diese Pakete werden nicht als Teil der Debian-"
12969 "Distribution betrachtet, obwohl ihre Benutzung ermöglicht und die "
12970 "Infrastuktur (wie die Fehlerdatenbank und die Mailinglisten) für unfreie "
12971 "Pakete bereitgestellt wird."
12972
12973 #. type: Content of: <chapter><section><section><para>
12974 #: resources.dbk:494
12975 msgid ""
12976 "The <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> contains "
12977 "a more exact definition of the three sections.  The above discussion is just "
12978 "an introduction."
12979 msgstr ""
12980 "Das <ulink url=\"&url-debian-policy;\">Debian Policy Manual</ulink> enthält "
12981 "eine genauere Definition dieser drei Abschnitte. Die verhergehende "
12982 "Erläuterung ist nur eine Einführung."
12983
12984 #. type: Content of: <chapter><section><section><para>
12985 #: resources.dbk:499
12986 msgid ""
12987 "The separation of the three sections at the top-level of the archive is "
12988 "important for all people who want to distribute Debian, either via FTP "
12989 "servers on the Internet or on CD-ROMs: by distributing only the "
12990 "<literal>main</literal> and <literal>contrib</literal> sections, one can "
12991 "avoid any legal risks.  Some packages in the <literal>non-free</literal> "
12992 "section do not allow commercial distribution, for example."
12993 msgstr ""
12994 "Die Unterteilung in drei Abschnitte auf der obersten Ebene des Archivs ist "
12995 "für all die Leute wichtig, die Debian weitergeben möchten, entweder über FTP-"
12996 "Server im Internet oder auf CD-ROMs: Rechtliche Risiken können vermieden "
12997 "werden, wenn nur die Abschnitte <literal>main</literal> und "
12998 "<literal>contrib</literal> weitergegeben werden. Einige Pakete im Abschnitt "
12999 "<literal>non-free</literal> erlauben zum Beispiel keine kommerzielle "
13000 "Weitergabe."
13001
13002 #. type: Content of: <chapter><section><section><para>
13003 #: resources.dbk:507
13004 msgid ""
13005 "On the other hand, a CD-ROM vendor could easily check the individual package "
13006 "licenses of the packages in <literal>non-free</literal> and include as many "
13007 "on the CD-ROMs as it's allowed to.  (Since this varies greatly from vendor "
13008 "to vendor, this job can't be done by the Debian developers.)"
13009 msgstr ""
13010 "Andererseits könnte ein CD-ROM-Verkäufer die einzelnen Paketlizenzen der "
13011 "Pakete in <literal>non-free</literal> leicht prüfen und seinen CD-ROMs so "
13012 "viele wie erlaubt hinzufügen. (Da dies von Verkäufer zu Verkäufer stark "
13013 "variiert, können Debian-Entwickler diese Arbeit nicht erledigen.)"
13014
13015 #. type: Content of: <chapter><section><section><para>
13016 #: resources.dbk:513
13017 msgid ""
13018 "Note that the term section is also used to refer to categories which "
13019 "simplify the organization and browsing of available packages, e.g.  "
13020 "<literal>admin</literal>, <literal>net</literal>, <literal>utils</literal> "
13021 "etc.  Once upon a time, these sections (subsections, rather) existed in the "
13022 "form of subdirectories within the Debian archive.  Nowadays, these exist "
13023 "only in the Section header fields of packages."
13024 msgstr ""
13025 "Beachten Sie, dass der Begriff Abschnitt auch im Bezug auf Kategorien "
13026 "benutzt wird, um die Organisation und das Durchstöbern verfügbarer Pakete zu "
13027 "vereinfachen, z.B. <literal>admin</literal>, <literal>net</literal>, "
13028 "<literal>utils</literal> etc. Diese Abschnitte (eher Unterabschnitte) "
13029 "existierten irgendwann einmal in der Form von Unterverzeichnissen innerhalb "
13030 "des Debian-Archivs. Heutzutage existieren sie nur noch in den »Section«-"
13031 "Kopfzeilenfeldern der Pakete."
13032
13033 #. type: Content of: <chapter><section><section><title>
13034 #: resources.dbk:523
13035 msgid "Architectures"
13036 msgstr "Architekturen"
13037
13038 #. type: Content of: <chapter><section><section><para>
13039 #: resources.dbk:525
13040 msgid ""
13041 "In the first days, the Linux kernel was only available for Intel i386 (or "
13042 "greater) platforms, and so was Debian.  But as Linux became more and more "
13043 "popular, the kernel was ported to other architectures and Debian started to "
13044 "support them. And as if supporting so much hardware was not enough, Debian "
13045 "decided to build some ports based on other Unix kernels, like <literal>hurd</"
13046 "literal> and <literal>kfreebsd</literal>."
13047 msgstr ""
13048 "In den Anfangstagen war der Linux-Kernel und somit Debian nur für die Intel-"
13049 "i386-Plattformen (oder höher) verfügbar. Aber als Linux zunehmend populärer "
13050 "wurde, wurde der Kernel auf andere Architekturen portiert und Debian begann "
13051 "diese zu unterstützen. Und als ob die Unterstüzung so vieler Hardware noch "
13052 "nicht genug wäre, entschied Debian, einige Portierungen zu erstellen, die "
13053 "auf anderen Unix-Kerneln beruhten, wie <literal>hurd</literal> und "
13054 "<literal>kfreebsd</literal>."
13055
13056 #. type: Content of: <chapter><section><section><para>
13057 #: resources.dbk:533
13058 msgid ""
13059 "&debian-formal; 1.3 was only available as <literal>i386</literal>.  Debian "
13060 "2.0 shipped for <literal>i386</literal> and <literal>m68k</literal> "
13061 "architectures.  Debian 2.1 shipped for the <literal>i386</literal>, "
13062 "<literal>m68k</literal>, <literal>alpha</literal>, and <literal>sparc</"
13063 "literal> architectures.  Since then Debian has grown hugely.  Debian 6 "
13064 "supports a total of nine Linux architectures (<literal>amd64</literal>, "
13065 "<literal>armel</literal>, <literal>i386</literal>, <literal>ia64</literal>, "
13066 "<literal>mips</literal>, <literal>mipsel</literal>, <literal>powerpc</"
13067 "literal>, <literal>s390</literal>, <literal>sparc</literal>) and two "
13068 "kFreeBSD architectures (<literal>kfreebsd-i386</literal> and "
13069 "<literal>kfreebsd-amd64</literal>)."
13070 msgstr ""
13071 "&debian-formal; 1.3 war nur für <literal>i386</literal> verfügbar. Debian "
13072 "2.0 wurde für die Architekturen <literal>i386</literal> und <literal>m68k</"
13073 "literal> ausgegeben. Debian 2.1 kam für die Architekturen <literal>i386</"
13074 "literal>, <literal>m68k</literal>, <literal>alpha</literal> und "
13075 "<literal>sparc</literal> daher. Seither ist Debian enorm gewachsen. Debian 6 "
13076 "unterstützt im Ganzen neun Architekturen: <literal>amd64</literal>, "
13077 "<literal>armel</literal>, <literal>i386</literal>, <literal>ia64</literal>, "
13078 "<literal>mips</literal>, <literal>mipsel</literal>, <literal>powerpc</"
13079 "literal>, <literal>s390</literal> und <literal>sparc</literal>) und zwei "
13080 "kFreeBSD-Architekturen (<literal>kfreebsd-i386</literal> und "
13081 "<literal>kfreebsd-amd64</literal>)."
13082
13083 #. type: Content of: <chapter><section><section><para>
13084 #: resources.dbk:546
13085 msgid ""
13086 "Information for developers and users about the specific ports are available "
13087 "at the <ulink url=\"&url-debian-ports;\">Debian Ports web pages</ulink>."
13088 msgstr ""
13089 "Informationen für Entwickler und Anwender über die spezifischen Portierung "
13090 "sind auf der Debian Website <ulink url=\"&url-debian-ports;\">Portierungen</"
13091 "ulink> verfügbar."
13092
13093 #. type: Content of: <chapter><section><section><title>
13094 #: resources.dbk:552
13095 msgid "Packages"
13096 msgstr "Pakete"
13097
13098 #. type: Content of: <chapter><section><section><para>
13099 #: resources.dbk:554
13100 msgid ""
13101 "There are two types of Debian packages, namely <literal>source</literal> and "
13102 "<literal>binary</literal> packages."
13103 msgstr ""
13104 "Es gibt zwei Typen von Debian-Paketen, nämlich <literal>source</literal>- "
13105 "und <literal>binary</literal>-Pakete."
13106
13107 #. type: Content of: <chapter><section><section><para>
13108 #: resources.dbk:558
13109 msgid ""
13110 "Depending on the format of the source package, it will consist of one or "
13111 "more files in addition to the mandatory <filename>.dsc</filename> file:"
13112 msgstr ""
13113 "Abhängig vom Format des Quellpakets wird es aus einem oder mehreren Dateien "
13114 "zusätzlich zur zwingend notwendigen <filename>.dsc</filename>-Datei bestehen:"
13115
13116 #. type: Content of: <chapter><section><section><para><itemizedlist><listitem><para>
13117 #: resources.dbk:562
13118 msgid ""
13119 "with format “1.0”, it has either a <filename>.tar.gz</filename> file or both "
13120 "an <filename>.orig.tar.gz</filename> and a <filename>.diff.gz</filename> "
13121 "file;"
13122 msgstr ""
13123 "mit Format »1.0« hat es entweder eine <filename>.tar.gz</filename>-Datei "
13124 "oder sowohl eine <filename>.orig.tar.gz</filename>- als auch eine <filename>."
13125 "diff.gz</filename>-Datei;"
13126
13127 #. type: Content of: <chapter><section><section><para><itemizedlist><listitem><para>
13128 #: resources.dbk:565
13129 msgid ""
13130 "with format “3.0 (quilt)”, it has a mandatory <filename>.orig.tar.{gz,bz2,xz}"
13131 "</filename> upstream tarball, multiple optional <filename>.orig-"
13132 "<replaceable>component</replaceable>.tar.{gz,bz2,xz}</filename> additional "
13133 "upstream tarballs and a mandatory <filename>debian.tar.{gz,bz2,xz}</"
13134 "filename> debian tarball;"
13135 msgstr ""
13136 "mit Format »3.0« (quilt), hat es zwingend einen ursrünglichen Tarball mit "
13137 "der Endung <filename>.orig.tar.{gz,bz2,xz}</filename>, optional mehrere "
13138 "<filename>.orig-<replaceable>Komponente</replaceable>.tar.{gz,bz2,xz}</"
13139 "filename>-Debian-Tarbälle;"
13140
13141 #. type: Content of: <chapter><section><section><para><itemizedlist><listitem><para>
13142 #: resources.dbk:571
13143 msgid ""
13144 "with format “3.0 (native)”, it has only a single <filename>.tar.{gz,bz2,xz}</"
13145 "filename> tarball."
13146 msgstr ""
13147 "mit Format »3.0« (nativ) hat es nur einen einzelnen <filename>.tar.{gz,bz2,"
13148 "xz}</filename>-Tarball."
13149
13150 #. type: Content of: <chapter><section><section><para>
13151 #: resources.dbk:576
13152 msgid ""
13153 "If a package is developed specially for Debian and is not distributed "
13154 "outside of Debian, there is just one <filename>.tar.{gz,bz2,xz}</filename> "
13155 "file which contains the sources of the program, it's called a “native” "
13156 "source package.  If a package is distributed elsewhere too, the <filename>."
13157 "orig.tar.{gz,bz2,xz}</filename> file stores the so-called <literal>upstream "
13158 "source code</literal>, that is the source code that's distributed by the "
13159 "<literal>upstream maintainer</literal> (often the author of the software). "
13160 "In this case, the <filename>.diff.gz</filename> or the <filename>debian.tar."
13161 "{gz,bz2,xz}</filename> contains the changes made by the Debian maintainer."
13162 msgstr ""
13163 "Falls das Paket speziell für Debian entwickelt wurde und nicht außerhalb von "
13164 "Debian verteilt wird, gibt es dort nur eine <filename>.tar.{gz,bz2,xz}</"
13165 "filename>-Datei, die den Quellcode des Programms enthält, »natives« "
13166 "Quellpaket genannt. Falls ein Paket auch anderswo verteilt wird, wird in der "
13167 "<filename>.orig.tar.{gz,bz2,xz}</filename>-Datei der sogenannte "
13168 "<literal>upstream source code</literal> gespeichert, das ist der Quellcode, "
13169 "vom <literal>upstream maintainer</literal> (oft dem Autor der Software). In "
13170 "diesem Fall enthalten die Dateien <filename>.diff.gz</filename> oder "
13171 "<filename>debian.tar.{gz,bz2,xz}</filename> die Änderungen, die durch den "
13172 "Debian-Betreuer vorgenommen wurden."
13173
13174 #. type: Content of: <chapter><section><section><para>
13175 #: resources.dbk:589
13176 msgid ""
13177 "The <filename>.dsc</filename> file lists all the files in the source package "
13178 "together with checksums (<command>md5sums</command>) and some additional "
13179 "info about the package (maintainer, version, etc.)."
13180 msgstr ""
13181 "Die <filename>.dsc</filename>-Datei listet alle Dateien im Quellpaket auf, "
13182 "zusammen mit den Prüfsummen (<command>md5sums</command>) und einigen "
13183 "zusätzlichen Informationen über das Paket (Betreuer, Version etc.)."
13184
13185 #. type: Content of: <chapter><section><section><title>
13186 #: resources.dbk:596
13187 msgid "Distributions"
13188 msgstr "Distributionen"
13189
13190 #. type: Content of: <chapter><section><section><para>
13191 #: resources.dbk:598
13192 msgid ""
13193 "The directory system described in the previous chapter is itself contained "
13194 "within <literal>distribution directories</literal>.  Each distribution is "
13195 "actually contained in the <filename>pool</filename> directory in the top-"
13196 "level of the Debian archive itself."
13197 msgstr ""
13198 "Das im vorherigen Kapitel beschriebene Verzeichnissystem ist selbst "
13199 "innerhalb der <literal>distribution directories</literal> enthalten. Jede "
13200 "Distribution ist derzeit im Verzeichnis <filename>pool</filename> in der "
13201 "obersten Ebene des Debian-Archivs selbst enthalten."
13202
13203 #. type: Content of: <chapter><section><section><para>
13204 #: resources.dbk:604
13205 msgid ""
13206 "To summarize, the Debian archive has a root directory within an FTP server.  "
13207 "For instance, at the mirror site, <literal>ftp.us.debian.org</literal>, the "
13208 "Debian archive itself is contained in <ulink url=\"ftp://ftp.us.debian.org/"
13209 "debian\">/debian</ulink>, which is a common location (another is <filename>/"
13210 "pub/debian</filename>)."
13211 msgstr ""
13212 "Zusammenfassend gesagt, hat das Debian-Archiv ein Wurzelverzeichnis auf "
13213 "einem FTP-Server. Auf der Spiegel-Site <literal>ftp.us.debian.org</literal> "
13214 "ist beispielsweise das Debian-Archive selbst in <ulink url=\"ftp://ftp.us."
13215 "debian.org/debian\">/debian</ulink>, enthalten, was ein gebräuchlicher Ort "
13216 "dafür ist (ein anderer ist <filename>/pub/debian</filename>)."
13217
13218 #. type: Content of: <chapter><section><section><para>
13219 #: resources.dbk:611
13220 msgid ""
13221 "A distribution comprises Debian source and binary packages, and the "
13222 "respective <filename>Sources</filename> and <filename>Packages</filename> "
13223 "index files, containing the header information from all those packages.  The "
13224 "former are kept in the <filename>pool/</filename> directory, while the "
13225 "latter are kept in the <filename>dists/</filename> directory of the archive "
13226 "(for backwards compatibility)."
13227 msgstr ""
13228 "Eine Distribution umfasst Debian-Quell- und -Binärpakete und die jeweiligen "
13229 "Indexdateien <filename>Sources</filename> sowie <filename>Packages</"
13230 "filename>, die die Kopfzeileninformationen von all diesen Paketen enthalten. "
13231 "Erstere werden im Verzeichnis <filename>pool/</filename> aufbewahrt, während "
13232 "letztere im Verzeichnis <filename>dists/</filename> des Archivs aufbewahrt "
13233 "werden (aus Gründen der Rückwärtskompatibilität)."
13234
13235 #. type: Content of: <chapter><section><section><section><title>
13236 #: resources.dbk:619
13237 msgid "Stable, testing, and unstable"
13238 msgstr "Stable, testing und unstable"
13239
13240 #. type: Content of: <chapter><section><section><section><para>
13241 #: resources.dbk:621
13242 msgid ""
13243 "There are always distributions called <literal>stable</literal> (residing in "
13244 "<filename>dists/stable</filename>), <literal>testing</literal> (residing in "
13245 "<filename>dists/testing</filename>), and <literal>unstable</literal> "
13246 "(residing in <filename>dists/unstable</filename>).  This reflects the "
13247 "development process of the Debian project."
13248 msgstr ""
13249 "Es gibt immer Distributionen mit Namen <literal>stable</literal> "
13250 "(angesiedelt in <filename>dists/stable</filename>), <literal>testing</"
13251 "literal> (angesiedelt in <filename>dists/testing</filename>) und "
13252 "<literal>unstable</literal> (angesiedelt in <filename>dists/unstable</"
13253 "filename>). Dies spiegelt den Entwicklungsprozess des Debian-Projekts wider."
13254
13255 #. type: Content of: <chapter><section><section><section><para>
13256 #: resources.dbk:628
13257 msgid ""
13258 "Active development is done in the <literal>unstable</literal> distribution "
13259 "(that's why this distribution is sometimes called the <literal>development "
13260 "distribution</literal>).  Every Debian developer can update their packages "
13261 "in this distribution at any time.  Thus, the contents of this distribution "
13262 "change from day to day.  Since no special effort is made to make sure "
13263 "everything in this distribution is working properly, it is sometimes "
13264 "literally unstable."
13265 msgstr ""
13266 "In der Distribution <literal>unstable</literal> wird aktiv entwickelt (daher "
13267 "wird diese Distribution manchmal auch die <literal>development distribution</"
13268 "literal> genannt). Jeder Debian-Entwickler kann jederzeit seine Pakete in "
13269 "dieser Distribution ändern. Daher ändert sich der Inhalt dieser Distribution "
13270 "von Tag zu Tag. Da keine besonderen Anstrengungen unternommen werden, "
13271 "sicherzustellen, dass alles in dieser Distribution funktioniert, ist sie "
13272 "manchmal buchstäblich instabil."
13273
13274 #. type: Content of: <chapter><section><section><section><para>
13275 #: resources.dbk:637
13276 msgid ""
13277 "The <link linkend=\"testing\">testing</link> distribution is generated "
13278 "automatically by taking packages from <literal>unstable</literal> if they "
13279 "satisfy certain criteria.  Those criteria should ensure a good quality for "
13280 "packages within <literal>testing</literal>.  The update to <literal>testing</"
13281 "literal> is launched twice each day, right after the new packages have been "
13282 "installed.  See <xref linkend=\"testing\"/>."
13283 msgstr ""
13284 "Die Distribution  <link linkend=\"testing\">testing</link> wird automatisch "
13285 "aus Paketen von <literal>unstable</literal> erzeugt, falls sie bestimmte "
13286 "Voraussetzungen erfüllen. Diese Voraussetzungen sollten eine gute Qualität "
13287 "für Pakete innerhalb von <literal>testing</literal> gewährleisten. Die "
13288 "Aktualisierung von <literal>testing</literal> wird zweimal täglich lanciert, "
13289 "gleich nachdem die neuen Pakete installiert wurden. Siehe <xref linkend="
13290 "\"testing\"/>."
13291
13292 #. type: Content of: <chapter><section><section><section><para>
13293 #: resources.dbk:645
13294 msgid ""
13295 "After a period of development, once the release manager deems fit, the "
13296 "<literal>testing</literal> distribution is frozen, meaning that the policies "
13297 "which control how packages move from <literal>unstable</literal> to "
13298 "<literal>testing</literal> are tightened.  Packages which are too buggy are "
13299 "removed.  No changes are allowed into <literal>testing</literal> except for "
13300 "bug fixes.  After some time has elapsed, depending on progress, the "
13301 "<literal>testing</literal> distribution is frozen even further.  Details of "
13302 "the handling of the testing distribution are published by the Release Team "
13303 "on debian-devel-announce.  After the open issues are solved to the "
13304 "satisfaction of the Release Team, the distribution is released.  Releasing "
13305 "means that <literal>testing</literal> is renamed to <literal>stable</"
13306 "literal>, and a new copy is created for the new <literal>testing</literal>, "
13307 "and the previous <literal>stable</literal> is renamed to <literal>oldstable</"
13308 "literal> and stays there until it is finally archived.  On archiving, the "
13309 "contents are moved to <literal>&archive-host;</literal>."
13310 msgstr ""
13311 "Nach einer Entwicklungsperiode, sobald der Veröffentlichungsverwalter sie "
13312 "als tauglich erachtet, wird die Distribution <literal>testing</literal> "
13313 "eingefroren. Das bedeutet, dass die Richtlinien, die steuern welche Pakete "
13314 "von <literal>unstable</literal> nach <literal>testing</literal> verschoben "
13315 "werden, verschärft werden. Pakete, die zu viele Fehler aufweisen, werden "
13316 "entfernt. In <literal>testing</literal> sind außer Fehlerkorrekturen keine "
13317 "Änderungen erlaubt. Nachdem, abhängig vom Fortschritt, einige Zeit "
13318 "verstrichen ist, wird die Distribution <literal>testing</literal> sogar noch "
13319 "weiter eingefroren. Einzelheiten darüber, wie die Distribution "
13320 "<literal>testing</literal> gehandhabt wird, werden vom Veröffentlichungs-"
13321 "Team auf »debian-devel-announce« publiziert. Nachdem die offenen Probleme "
13322 "zur Zufriedenheit des Veröffentlichungs-Teams gelöst wurden, wird die "
13323 "Distribtion veröffentlicht. Veröffentlichen bedeutet, dass <literal>testing</"
13324 "literal> in <literal>stable</literal> umbenannt wird und für das neue "
13325 "<literal>testing</literal> eine neue Kopie erstellt wird. Das vorherige "
13326 "<literal>stable</literal> wird in <literal>oldstable</literal> umbenannt und "
13327 "bleibt bis zur endgültigen Archivierung dort. Bei der Archivierung wird der "
13328 "Inhalt nach <literal>&archive-host;</literal> verschoben."
13329
13330 #. type: Content of: <chapter><section><section><section><para>
13331 #: resources.dbk:662
13332 msgid ""
13333 "This development cycle is based on the assumption that the "
13334 "<literal>unstable</literal> distribution becomes <literal>stable</literal> "
13335 "after passing a period of being in <literal>testing</literal>.  Even once a "
13336 "distribution is considered stable, a few bugs inevitably remain — that's why "
13337 "the stable distribution is updated every now and then.  However, these "
13338 "updates are tested very carefully and have to be introduced into the archive "
13339 "individually to reduce the risk of introducing new bugs.  You can find "
13340 "proposed additions to <literal>stable</literal> in the <filename>proposed-"
13341 "updates</filename> directory.  Those packages in <filename>proposed-updates</"
13342 "filename> that pass muster are periodically moved as a batch into the stable "
13343 "distribution and the revision level of the stable distribution is "
13344 "incremented (e.g., ‘6.0’ becomes ‘6.0.1’, ‘5.0.7’ becomes ‘5.0.8’, and so "
13345 "forth).  Please refer to <link linkend=\"upload-stable\">uploads to the "
13346 "<literal>stable</literal> distribution</link> for details."
13347 msgstr ""
13348 "Der Entwicklungszyklus hängt von der Einschätzung ab, ob die Distribution "
13349 "<literal>unstable</literal> nach einer Periode, in der sie <literal>testing</"
13350 "literal> durchläuft, <literal>stable</literal> geworden ist.Sogar wenn eine "
13351 "Distribution stabil geworden ist, verbleiben zwangsläufig ein paar Fehler  – "
13352 "daher wird die stabile Distribution ab und zu aktualisiert. Diese "
13353 "Aktualisierungen wurden jedoch sehr gründlich getestet und werden in einem "
13354 "einzelnen Archiv eingeführt, um das Risiko zu vermindern, neue Fehler "
13355 "einzuschleppen. Sie können die geplanten Ergänzungen zu <literal>stable</"
13356 "literal> im Verzeichnis <filename>proposed-updates</filename> finden. Diese "
13357 "Pakete in <filename>proposed-updates</filename>, die den Anforderungen "
13358 "entsprechen, werden periodisch in einem Stapellauf in die Stable-"
13359 "Distribution verschoben und die Überarbeitungsstufe der Stable-Distribution "
13360 "wird erhöht (z.B. »6.0« wird »6.0.1«, »5.0.7« wird »5.0.8« und so weiter). "
13361 "Bitte sehen Sie unter <link linkend=\"upload-stable\">uploads to the "
13362 "<literal>stable</literal> distribution</link> nach, um weitere Einzelheiten "
13363 "zu erfahren."
13364
13365 #. type: Content of: <chapter><section><section><section><para>
13366 #: resources.dbk:679
13367 msgid ""
13368 "Note that development under <literal>unstable</literal> continues during the "
13369 "freeze period, since the <literal>unstable</literal> distribution remains in "
13370 "place in parallel with <literal>testing</literal>."
13371 msgstr ""
13372 "Beachten Sie, dass die Entwicklung unter <literal>unstable</literal> während "
13373 "der Periode des Freeze weitergeht, da die Distribution <literal>unstable</"
13374 "literal> an der Stelle parallel mit <literal>testing</literal> verbleibt."
13375
13376 #. type: Content of: <chapter><section><section><section><title>
13377 #: resources.dbk:686
13378 msgid "More information about the testing distribution"
13379 msgstr "Weitere Informationen über die Testing-Distribution"
13380
13381 #. type: Content of: <chapter><section><section><section><para>
13382 #: resources.dbk:688
13383 msgid ""
13384 "Packages are usually installed into the <literal>testing</literal> "
13385 "distribution after they have undergone some degree of testing in "
13386 "<literal>unstable</literal>."
13387 msgstr ""
13388 "Pakete werden üblicherweise in der Distribution <literal>testing</literal> "
13389 "installiert, nachdem sie in gewissem Maße in <literal>unstable</literal> "
13390 "Tests unterzogen wurden."
13391
13392 #. type: Content of: <chapter><section><section><section><para>
13393 #: resources.dbk:692
13394 msgid ""
13395 "For more details, please see the <link linkend=\"testing\">information about "
13396 "the testing distribution</link>."
13397 msgstr ""
13398 "Lesen Sie bitte die <link linkend=\"testing\">Informationen über die Testing-"
13399 "Distribution</link>, um weitere Einzelheiten zu erfahren."
13400
13401 #. type: Content of: <chapter><section><section><section><title>
13402 #: resources.dbk:698
13403 msgid "Experimental"
13404 msgstr "Experimental"
13405
13406 #. type: Content of: <chapter><section><section><section><para>
13407 #: resources.dbk:700
13408 msgid ""
13409 "The <literal>experimental</literal> distribution is a special distribution.  "
13410 "It is not a full distribution in the same sense as <literal>stable</"
13411 "literal>, <literal>testing</literal> and <literal>unstable</literal> are.  "
13412 "Instead, it is meant to be a temporary staging area for highly experimental "
13413 "software where there's a good chance that the software could break your "
13414 "system, or software that's just too unstable even for the <literal>unstable</"
13415 "literal> distribution (but there is a reason to package it nevertheless).  "
13416 "Users who download and install packages from <literal>experimental</literal> "
13417 "are expected to have been duly warned.  In short, all bets are off for the "
13418 "<literal>experimental</literal> distribution."
13419 msgstr ""
13420 "Die Distribution <literal>experimental</literal> ist eine "
13421 "Spezialdistribution. Sie ist keine vollständige Distribution im Sinn von "
13422 "<literal>stable</literal>, <literal>testing</literal> und <literal>unstable</"
13423 "literal>. Stattdessen ist sie als temporärer Sammelpunkt für hoch "
13424 "experimentelle Software gedacht, bei der eine gute Chance besteht, das ganze "
13425 "System zu zerstören oder von Software, die nur zu instabil ist, sogar für "
13426 "die Distribution <literal>unstable</literal> (bei der es aber dennoch einen "
13427 "Grund gibt, sie zu paketieren). Von Benutzern, die Pakete aus "
13428 "<literal>experimental</literal> herunterladen und installieren, wird "
13429 "erwartet, dass sie ausreichend gewarnt wurden. Kurz gesagt, ist in der "
13430 "Distribution <literal>experimental</literal> alles möglich."
13431
13432 #. type: Content of: <chapter><section><section><section><para>
13433 #: resources.dbk:712
13434 msgid ""
13435 "These are the <citerefentry> <refentrytitle>sources.list</refentrytitle> "
13436 "<manvolnum>5</manvolnum> </citerefentry> lines for <literal>experimental</"
13437 "literal>:"
13438 msgstr ""
13439 "Dies sind die Zeilen der <citerefentry> <refentrytitle>sources.list</"
13440 "refentrytitle> <manvolnum>5</manvolnum> </citerefentry> für "
13441 "<literal>experimental</literal>:"
13442
13443 #. type: Content of: <chapter><section><section><section><programlisting>
13444 #: resources.dbk:717
13445 #, no-wrap
13446 msgid ""
13447 "deb http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13448 "deb-src http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13449 msgstr ""
13450 "deb http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13451 "deb-src http://ftp.<replaceable>xy</replaceable>.debian.org/debian/ experimental main\n"
13452
13453 #. type: Content of: <chapter><section><section><section><para>
13454 #: resources.dbk:721
13455 msgid ""
13456 "If there is a chance that the software could do grave damage to a system, it "
13457 "is likely to be better to put it into <literal>experimental</literal>.  For "
13458 "instance, an experimental compressed file system should probably go into "
13459 "<literal>experimental</literal>."
13460 msgstr ""
13461 "Falls eine Chance besteht, dass die Software ein System schwer beschädigen "
13462 "könnte, ist es wahrscheinlich besser, sie in <literal>experimental</literal> "
13463 "abzulegen. Zum Beispiel sollte ein experimentell komprimiertes Dateisystem "
13464 "wahrscheinlich nach <literal>experimental</literal> wandern."
13465
13466 #. type: Content of: <chapter><section><section><section><para>
13467 #: resources.dbk:727
13468 msgid ""
13469 "Whenever there is a new upstream version of a package that introduces new "
13470 "features but breaks a lot of old ones, it should either not be uploaded, or "
13471 "be uploaded to <literal>experimental</literal>.  A new, beta, version of "
13472 "some software which uses a completely different configuration can go into "
13473 "<literal>experimental</literal>, at the maintainer's discretion.  If you are "
13474 "working on an incompatible or complex upgrade situation, you can also use "
13475 "<literal>experimental</literal> as a staging area, so that testers can get "
13476 "early access."
13477 msgstr ""
13478 "Jedes Mal, wenn eine neue Originalversion eines Pakets vorliegt, das neue "
13479 "Funktionen mitbringt, aber ältere beschädigt, sollte es entweder nicht oder "
13480 "nach <literal>experimental</literal> hochgeladen werden. Eine neue Beta-"
13481 "Version einer Software, die eine völlig unterschiedliche Konfiguration "
13482 "nutzt, kann nach Ermessen des Betreuers nach <literal>experimental</literal> "
13483 "wandern. Falls Sie an einer inkompatiblen oder komplexen Situation bei "
13484 "Upgrades arbeiten, können sie <literal>experimental</literal> auch als "
13485 "Sammelpunkt benutzen, damit Tester frühzeitig Zugriff darauf haben."
13486
13487 #. type: Content of: <chapter><section><section><section><para>
13488 #: resources.dbk:737
13489 msgid ""
13490 "Some experimental software can still go into <literal>unstable</literal>, "
13491 "with a few warnings in the description, but that isn't recommended because "
13492 "packages from <literal>unstable</literal> are expected to propagate to "
13493 "<literal>testing</literal> and thus to <literal>stable</literal>.  You "
13494 "should not be afraid to use <literal>experimental</literal> since it does "
13495 "not cause any pain to the ftpmasters, the experimental packages are "
13496 "periodically removed once you upload the package in <literal>unstable</"
13497 "literal> with a higher version number."
13498 msgstr ""
13499 "Einige experimentelle Software kann immer noch, mit ein paar Warnungen in "
13500 "der Beschreibung, nach <literal>unstable</literal> wandern, dies wird aber "
13501 "nicht empfohlen, da von Paketen aus <literal>unstable</literal> erwartet "
13502 "wird, dass sie sich nach <literal>testing</literal> und dann nach "
13503 "<literal>stable</literal> ausbreiten. Sie sollten keine Angst haben "
13504 "<literal>experimental</literal> zu benutzen, da es dem FTP-Master keine Mühe "
13505 "macht. Die experimentellen Pakete werden reglemäßig entfernt, wenn Sie das "
13506 "Paket mit einer höheren Versionsnummer nach <literal>unstable</literal> "
13507 "hochladen."
13508
13509 #. type: Content of: <chapter><section><section><section><para>
13510 #: resources.dbk:747
13511 msgid ""
13512 "New software which isn't likely to damage your system can go directly into "
13513 "<literal>unstable</literal>."
13514 msgstr ""
13515 "Neue Software, die das System voraussichtlich nicht schädigt, kann direkt in "
13516 "<literal>unstable</literal> wandern."
13517
13518 #. type: Content of: <chapter><section><section><section><para>
13519 #: resources.dbk:751
13520 msgid ""
13521 "An alternative to <literal>experimental</literal> is to use your personal "
13522 "web space on <literal>people.debian.org</literal>."
13523 msgstr ""
13524 "Eine Alternative zu <literal>experimental</literal> ist die Benutzung Ihres "
13525 "persönlichen Webspaces auf <literal>people.debian.org</literal>."
13526
13527 #. type: Content of: <chapter><section><section><title>
13528 #: resources.dbk:759
13529 msgid "Release code names"
13530 msgstr "Codenamen der Veröffentlichungen"
13531
13532 #. type: Content of: <chapter><section><section><para>
13533 #: resources.dbk:761
13534 msgid ""
13535 "Every released Debian distribution has a <literal>code name</literal>: "
13536 "Debian 1.1 is called <literal>buzz</literal>; Debian 1.2, <literal>rex</"
13537 "literal>; Debian 1.3, <literal>bo</literal>; Debian 2.0, <literal>hamm</"
13538 "literal>; Debian 2.1, <literal>slink</literal>; Debian 2.2, <literal>potato</"
13539 "literal>; Debian 3.0, <literal>woody</literal>; Debian 3.1, <literal>sarge</"
13540 "literal>; Debian 4.0, <literal>etch</literal>; Debian 5.0, <literal>lenny</"
13541 "literal>; Debian 6.0, <literal>squeeze</literal> and the next release will "
13542 "be called <literal>wheezy</literal>.  There is also a ``pseudo-"
13543 "distribution'', called <literal>sid</literal>, which is the current "
13544 "<literal>unstable</literal> distribution; since packages are moved from "
13545 "<literal>unstable</literal> to <literal>testing</literal> as they approach "
13546 "stability, <literal>sid</literal> itself is never released.  As well as the "
13547 "usual contents of a Debian distribution, <literal>sid</literal> contains "
13548 "packages for architectures which are not yet officially supported or "
13549 "released by Debian.  These architectures are planned to be integrated into "
13550 "the mainstream distribution at some future date."
13551 msgstr ""
13552 "Jede veröffentlichte Debian-Distribution hat einen <literal>code name</"
13553 "literal>: Debian 1.1 wird <literal>buzz</literal> genannt, Debian 1.2 "
13554 "<literal>rex</literal>, Debian 1.3 <literal>bo</literal>, Debian 2.0 "
13555 "<literal>hamm</literal>, Debian 2.1 <literal>slink</literal>, Debian 2.2 "
13556 "<literal>potato</literal>, Debian 3.0 <literal>woody</literal>, Debian 3.1 "
13557 "<literal>sarge</literal>, Debian 4.0 <literal>etch</literal>, Debian 5.0 "
13558 "<literal>lenny</literal>, Debian 6.0, <literal>squeeze</literal> und die "
13559 "nächste Veröffentlichung wird <literal>wheezy</literal> genannt. Es gibt "
13560 "außerdem eine »Pseudo-Distribution« mit dem Namen <literal>sid</literal>, "
13561 "die der aktuellen Distribution <literal>unstable</literal> entspricht. Da "
13562 "Pakete von <literal>unstable</literal> nach <literal>testing</literal> "
13563 "wandern, wenn sie stabil werden, wird <literal>sid</literal> selbst nie "
13564 "veröffentlicht. Ebenso wie die üblichen Inhalte der Debian-Distribution, "
13565 "enthält <literal>sid</literal> Pakete für Architekturen, die noch nicht "
13566 "offiziell durch Debian unterstützt werden. Es ist geplant, diese "
13567 "Architekturen an irgendeinem zukünftigen Datum in die Hauptdistribution zu "
13568 "integrieren."
13569
13570 #. type: Content of: <chapter><section><section><para>
13571 #: resources.dbk:780
13572 msgid ""
13573 "Since Debian has an open development model (i.e., everyone can participate "
13574 "and follow the development) even the <literal>unstable</literal> and "
13575 "<literal> testing</literal> distributions are distributed to the Internet "
13576 "through the Debian FTP and HTTP server network. Thus, if we had called the "
13577 "directory which contains the release candidate version <literal>testing</"
13578 "literal>, then we would have to rename it to <literal>stable</literal> when "
13579 "the version is released, which would cause all FTP mirrors to re-retrieve "
13580 "the whole distribution (which is quite large)."
13581 msgstr ""
13582 "Da Debian ein offenes Entwicklungsmodell hat (d.h. jeder kann teilnehmen und "
13583 "der Entwicklung folgen), werden sogar die Distributionen <literal>unstable</"
13584 "literal> und <literal> testing</literal> über das Internet durch die Debian-"
13585 "FTP- und -HTTP-Netzwerkserver verteilt. Folglich müsste, falls das "
13586 "Verzeichnis, das die Kandidatenversion für die Veröffentlichung enthält, "
13587 "<literal>testing</literal> genannt würde, es beim Veröffentlichen der "
13588 "Version in <literal>stable</literal> umbenannt werden, was dazu führen "
13589 "würde, dass alle FTP-Spiegel die ganze Distribution erneut erhalten müssten "
13590 "(die ziemlich groß ist)."
13591
13592 #. type: Content of: <chapter><section><section><para>
13593 #: resources.dbk:790
13594 msgid ""
13595 "On the other hand, if we called the distribution directories <literal>Debian-"
13596 "x.y</literal> from the beginning, people would think that Debian release "
13597 "<literal>x.y</literal> is available.  (This happened in the past, where a CD-"
13598 "ROM vendor built a Debian 1.0 CD-ROM based on a pre-1.0 development "
13599 "version.  That's the reason why the first official Debian release was 1.1, "
13600 "and not 1.0.)"
13601 msgstr ""
13602 "Wären andererseits von Anfang an die Distributionsverzeichnisse "
13603 "<literal>Debian-x.y</literal> genannt worden, würden die Leute denken, die "
13604 "Debian-Veröffentlichung  <literal>x.y</literal> sei verfügbar. (Dies geschah "
13605 "früher, als ein CD-Verkäufer eine Debian 1.0 CD-ROM erstellte, die auf einer "
13606 "pre-1.0-Entwicklerversion basierte. Das ist der Grund, weshalb die erste "
13607 "offizielle Debian-Veröffentlichung 1.1 und nicht 1.0 war.)"
13608
13609 #. type: Content of: <chapter><section><section><para>
13610 #: resources.dbk:798
13611 msgid ""
13612 "Thus, the names of the distribution directories in the archive are "
13613 "determined by their code names and not their release status (e.g., "
13614 "`squeeze'). These names stay the same during the development period and "
13615 "after the release; symbolic links, which can be changed easily, indicate the "
13616 "currently released stable distribution.  That's why the real distribution "
13617 "directories use the <literal>code names</literal>, while symbolic links for "
13618 "<literal>stable</literal>, <literal>testing</literal>, and "
13619 "<literal>unstable</literal> point to the appropriate release directories."
13620 msgstr ""
13621 "Dadurch werden die Namen der Distributionsverzeichnisse im Archiv durch ihre "
13622 "Codenamen festgelegt und nicht durch ihren Veröffentlichungsstatus. (z.B. "
13623 "»squeeze«). Diese Namen bleiben während der Entwicklungszeit und nach der "
13624 "Veröffentlichung erhalten. Symbolische Links, die einfach geändert werden "
13625 "können, geben die aktuell veröffentlichte stabile Distribution an. Das ist "
13626 "der Grund, weshalb die echten Distributionsverzeichnisse <literal>code "
13627 "names</literal> benutzen, während symbolische Links für <literal>stable</"
13628 "literal>, <literal>testing</literal> und <literal>unstable</literal> auf die "
13629 "entsprechenden Veröffentlichungsverzeichnisse verweisen."
13630
13631 #. type: Content of: <chapter><section><title>
13632 #: resources.dbk:812
13633 msgid "Debian mirrors"
13634 msgstr "Debian-Spiegel"
13635
13636 #. type: Content of: <chapter><section><para>
13637 #: resources.dbk:814
13638 msgid ""
13639 "The various download archives and the web site have several mirrors "
13640 "available in order to relieve our canonical servers from heavy load.  In "
13641 "fact, some of the canonical servers aren't public — a first tier of mirrors "
13642 "balances the load instead.  That way, users always access the mirrors and "
13643 "get used to using them, which allows Debian to better spread its bandwidth "
13644 "requirements over several servers and networks, and basically makes users "
13645 "avoid hammering on one primary location.  Note that the first tier of "
13646 "mirrors is as up-to-date as it can be since they update when triggered from "
13647 "the internal sites (we call this push mirroring)."
13648 msgstr ""
13649 "Für die verschiedenen Archive zum Herunterladen und die Website stehen "
13650 "mehrere Spiegel zur Verfügung, um die vorschriftsmäßigen Server vor großer "
13651 "Auslastung zu bewahren. Eigentlich sind einige der vorschriftsmäßigen Server "
13652 "nicht öffentlich zugänglich – eine erste Schicht von Spiegeln balanciert "
13653 "stattdessen die Last aus. Auf diese Art greifen die Anwender immer auf die "
13654 "Spiegel zu und sind es gewöhnt sie zu benutzen. Dies ermöglich es Debian, "
13655 "seine Bandbreitenanforderungen besser über mehrere Server und Netzwerke zu "
13656 "verteilen und vermeidet grundsätzlich, dass Benutzer auf den einen primären "
13657 "Ort aufschlagen. Beachten Sie, dass die erste Schicht von Spiegelservern so "
13658 "aktuell wie möglich ist, da ihre Aktualisierung durch die internen Sites "
13659 "ausgelöst wird (dies wird »push mirroring« genannt)."
13660
13661 #. type: Content of: <chapter><section><para>
13662 #: resources.dbk:825
13663 msgid ""
13664 "All the information on Debian mirrors, including a list of the available "
13665 "public FTP/HTTP servers, can be found at <ulink url=\"&url-debian-mirrors;"
13666 "\"></ulink>.  This useful page also includes information and tools which can "
13667 "be helpful if you are interested in setting up your own mirror, either for "
13668 "internal or public access."
13669 msgstr ""
13670 "All die Informationen über Debian-Spiegel, einschließlich der verfügbaren "
13671 "FTP-/HTTP-Server, können unter <ulink url=\"&url-debian-mirrors;\"></ulink> "
13672 "gefunden werden. Diese nützliche Seite enthält auch Informationen und "
13673 "Werkzeuge, die hilfreich sein können, falls Sie daran interessiert sind, "
13674 "entweder für internen oder öffentlichen Zugriff, Ihren eigenen Spiegel "
13675 "einzurichten."
13676
13677 #. type: Content of: <chapter><section><para>
13678 #: resources.dbk:832
13679 msgid ""
13680 "Note that mirrors are generally run by third-parties who are interested in "
13681 "helping Debian.  As such, developers generally do not have accounts on these "
13682 "machines."
13683 msgstr ""
13684 "Beachten Sie, dass Spiegel generell durch Dritte betrieben werden, die ein "
13685 "Interesse daran haben, Debian zu helfen. Daher haben Entwickler generell "
13686 "keine Konten auf diesen Maschinen."
13687
13688 #. type: Content of: <chapter><section><title>
13689 #: resources.dbk:839
13690 msgid "The Incoming system"
13691 msgstr "Das Eingangssystem"
13692
13693 #. type: Content of: <chapter><section><para>
13694 #: resources.dbk:841
13695 msgid ""
13696 "The Incoming system is responsible for collecting updated packages and "
13697 "installing them in the Debian archive.  It consists of a set of directories "
13698 "and scripts that are installed on <literal>&ftp-master-host;</literal>."
13699 msgstr ""
13700 "Das Eingangssystem ist dafür verantwortlich aktualisierte Pakete zu sammeln "
13701 "und im Debian-Archiv zu installieren. Es besteht aus einer Zusammenstellung "
13702 "von Verzeichnissen und Skripten, die auf <literal>&ftp-master-host;</"
13703 "literal> installiert sind."
13704
13705 #. type: Content of: <chapter><section><para>
13706 #: resources.dbk:846
13707 msgid ""
13708 "Packages are uploaded by all the maintainers into a directory called "
13709 "<filename>UploadQueue</filename>.  This directory is scanned every few "
13710 "minutes by a daemon called <command>queued</command>, <filename>*.command</"
13711 "filename>-files are executed, and remaining and correctly signed <filename>*."
13712 "changes</filename>-files are moved together with their corresponding files "
13713 "to the <filename>unchecked</filename> directory.  This directory is not "
13714 "visible for most Developers, as ftp-master is restricted; it is scanned "
13715 "every 15 minutes by the <command>dak process-upload</command> script, which "
13716 "verifies the integrity of the uploaded packages and their cryptographic "
13717 "signatures.  If the package is considered ready to be installed, it is moved "
13718 "into the <filename>done</filename> directory.  If this is the first upload "
13719 "of the package (or it has new binary packages), it is moved to the "
13720 "<filename>new</filename> directory, where it waits for approval by the "
13721 "ftpmasters.  If the package contains files to be installed by hand it is "
13722 "moved to the <filename>byhand</filename> directory, where it waits for "
13723 "manual installation by the ftpmasters.  Otherwise, if any error has been "
13724 "detected, the package is refused and is moved to the <filename>reject</"
13725 "filename> directory."
13726 msgstr ""
13727 "Pakete werden durch alle Betreuer in ein Verzeichnis hochgeladen, das "
13728 "<filename>UploadQueue</filename> heißt. Dieses Verzeichnis wird alle paar "
13729 "Minuten durch einen Daemon gescannt, der <command>queued</command> genannt "
13730 "wird, es werden <filename>*.command</filename>-Dateien ausgeführt und "
13731 "verbleibende, korrekt signierte <filename>*.changes</filename>-Dateien "
13732 "werden zusammen mit ihren zugehörigen Dateien in das Verzeichnis "
13733 "<filename>unchecked</filename> verschoben. Dieses Verzeichnis ist für die "
13734 "meisten Entwickler unsichtbar, da FTP-Master eingeschränkt wurde. Es wird "
13735 "alle 15 Minuten durch das Skript <command>dak process-upload</command> "
13736 "gelesen, das die Richtigkeit der hochgeladenen Pakete und ihre "
13737 "kryptografischen Signaturen prüft. Falls das Paket für installationsbereit "
13738 "befunden wird, wird es in das Verzeichnis <filename>done</filename> "
13739 "verschoben. Falls dies das erste Hochladen des Pakets ist (oder es neue "
13740 "Binärpakete enthält), wird es in das Verzeichnis <filename>new</filename> "
13741 "verschoben, wo es auf die Freigabe durch die FTP-Master wartet. Falls das "
13742 "Paket Dateien enthält, die manuell installiert werden müssen, wird es in das "
13743 "Verzeichnis <filename>byhand</filename> verschoben, wo es auf die manuelle "
13744 "Installation durch die FTP-Master wartet. Andernfalls, falls ein Fehler "
13745 "aufgespürt wurde, wird das Paket abgewiesen und landet im Verzeichnis "
13746 "<filename>reject</filename>."
13747
13748 #. type: Content of: <chapter><section><para>
13749 #: resources.dbk:865
13750 msgid ""
13751 "Once the package is accepted, the system sends a confirmation mail to the "
13752 "maintainer and closes all the bugs marked as fixed by the upload, and the "
13753 "auto-builders may start recompiling it.  The package is now publicly "
13754 "accessible at <ulink url=\"&url-incoming;\"></ulink> until it is really "
13755 "installed in the Debian archive.  This happens four times a day (and is also "
13756 "called the `dinstall run' for historical reasons); the package is then "
13757 "removed from incoming and installed in the pool along with all the other "
13758 "packages.  Once all the other updates (generating new <filename>Packages</"
13759 "filename> and <filename>Sources</filename> index files for example) have "
13760 "been made, a special script is called to ask all the primary mirrors to "
13761 "update themselves."
13762 msgstr ""
13763 "Sobald das Paket akzeptiert wurde, sendet das System dem Betreuer per E-Mail "
13764 "eine Bestätigung, schließt alle Fehler, die durch das Hochladen als behoben "
13765 "markiert wurden und die Auto-Builder können beginnen, es erneut zu "
13766 "kompilieren. Das Paket ist nun öffentlich unter <ulink url=\"&url-incoming;"
13767 "\"></ulink> zugänglich, bis es wirklich im Debian-Archiv installiert wird. "
13768 "Dies geschieht viermal täglich (und wird aus historischen Gründen »dinstall "
13769 "run« genannt). Das Paket wird dann aus dem Eingangssystem entfernt und "
13770 "zusammen mit den anderen Paketen in den Pool installiert. Sobald alle "
13771 "anderen Aktualisierungen (Erzeugen neuer <filename>Packages</filename>- und "
13772 "<filename>Sources</filename>-Indexdateien zum Beispiel) durchgeführt wurden, "
13773 "wird ein Spezialskript aufgerufen, das alle Primärspiegel auffordert, sich "
13774 "selbst zu aktualisieren."
13775
13776 #. type: Content of: <chapter><section><para>
13777 #: resources.dbk:877
13778 msgid ""
13779 "The archive maintenance software will also send the OpenPGP/GnuPG signed "
13780 "<filename>.changes</filename> file that you uploaded to the appropriate "
13781 "mailing lists.  If a package is released with the <literal>Distribution</"
13782 "literal> set to <literal>stable</literal>, the announcement is sent to "
13783 "&email-debian-changes;.  If a package is released with "
13784 "<literal>Distribution</literal> set to <literal>unstable</literal> or "
13785 "<literal>experimental</literal>, the announcement will be posted to &email-"
13786 "debian-devel-changes; instead."
13787 msgstr ""
13788 "Die Archivverwaltungs-Software wird außerdem die OpenPGP-/GnuPG-signierte "
13789 "<filename>.changes</filename>-Datei senden, die Sie an die entsprechenden "
13790 "Mailinglisten gesandt haben. Falls ein Paket veröffentlicht wird, bei dem "
13791 "die Distribution auf <literal>stable</literal> gesetzt ist, wird die "
13792 "Ankündigung an &email-debian-changes; gesandt. Falls ein Paket "
13793 "veröffentlicht wird, bei dem die Distribution auf <literal>unstable</"
13794 "literal> oder <literal>experimental</literal> gesetzt ist, wird die "
13795 "Ankündigung stattdessen an &email-debian-devel-changes; gesandt."
13796
13797 #. type: Content of: <chapter><section><para>
13798 #: resources.dbk:887
13799 msgid ""
13800 "Though ftp-master is restricted, a copy of the installation is available to "
13801 "all developers on <literal>&ftp-master-mirror;</literal>."
13802 msgstr ""
13803 "Obwohl der FTP-Master eingeschränkt wurde, ist eine Kopie für alle "
13804 "Entwickler unter <literal>&ftp-master-mirror;</literal> verfügbar."
13805
13806 #. type: Content of: <chapter><section><title>
13807 #: resources.dbk:950
13808 msgid "Package information"
13809 msgstr "Paketinformationen"
13810
13811 #. type: Content of: <chapter><section><section><title>
13812 #: resources.dbk:952
13813 msgid "On the web"
13814 msgstr "Im Web"
13815
13816 #. type: Content of: <chapter><section><section><para>
13817 #: resources.dbk:954
13818 msgid ""
13819 "Each package has several dedicated web pages.  <literal>http://&packages-"
13820 "host;/<replaceable>package-name</replaceable></literal> displays each "
13821 "version of the package available in the various distributions.  Each version "
13822 "links to a page which provides information, including the package "
13823 "description, the dependencies, and package download links."
13824 msgstr ""
13825 "Jedes Paket hat mehrere zugehörige Web-Seiten. <literal>http://&packages-"
13826 "host;/<replaceable>Paketname</replaceable></literal> zeigt jede Version des "
13827 "Pakets, die in verschiedenen Distributionen verfügbar ist. Jede Version "
13828 "verweist auf eine Seite, die Informationen einschließlich der "
13829 "Paketbeschreibung, der Abhängigkeiten und der Links zum Herunterladen, "
13830 "bereitstellt."
13831
13832 #. type: Content of: <chapter><section><section><para>
13833 #: resources.dbk:961
13834 msgid ""
13835 "The bug tracking system tracks bugs for each package.  You can view the bugs "
13836 "of a given package at the URL <literal>http://&bugs-host;/"
13837 "<replaceable>package-name</replaceable></literal>."
13838 msgstr ""
13839 "Die Fehlerdatenbank verfolgt Fehler für jedes Paket. Sie können die Fehler "
13840 "unter der URL <literal>http://&bugs-host;/<replaceable>Paketname</"
13841 "replaceable></literal> ansehen."
13842
13843 #. type: Content of: <chapter><section><section><title>
13844 #: resources.dbk:968
13845 msgid "The <command>dak ls</command> utility"
13846 msgstr "Das Hilfswerkzeug <command>dak ls</command>"
13847
13848 #. type: Content of: <chapter><section><section><para>
13849 #: resources.dbk:970
13850 msgid ""
13851 "<command>dak ls</command> is part of the dak suite of tools, listing "
13852 "available package versions for all known distributions and architectures.  "
13853 "The <command>dak</command> tool is available on <literal>&ftp-master-host;</"
13854 "literal>, and on the mirror on <literal>&ftp-master-mirror;</literal>.  It "
13855 "uses a single argument corresponding to a package name. An example will "
13856 "explain it better:"
13857 msgstr ""
13858 "<command>dak ls</command> ist Teil der Werkzeugsammlung Dak, die verfügbare "
13859 "Paketversionen für alle bekannten Distributionen und Architekturen "
13860 "auflistet. Das Werkzeug <command>dak</command> ist auf <literal>&ftp-master-"
13861 "host;</literal> und auf dem Spiegel <literal>&ftp-master-mirror;</literal> "
13862 "verfügbar. Es benutzt ein einziges Argument, das einem Paketnamen "
13863 "entspricht. Ein Beispiel erklärt es besser:"
13864
13865 #. type: Content of: <chapter><section><section><screen>
13866 #: resources.dbk:978
13867 #, no-wrap
13868 msgid ""
13869 "$ dak ls evince\n"
13870 "evince | 0.1.5-2sarge1 |     oldstable | source, alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13871 "evince |    0.4.0-5 |     etch-m68k | source, m68k\n"
13872 "evince |    0.4.0-5 |        stable | source, alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13873 "evince |   2.20.2-1 |       testing | source\n"
13874 "evince | 2.20.2-1+b1 |       testing | alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13875 "evince |   2.22.2-1 |      unstable | source, alpha, amd64, arm, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13876 msgstr ""
13877 "$ dak ls evince\n"
13878 "evince | 0.1.5-2sarge1 |     oldstable | source, alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13879 "evince |    0.4.0-5 |     etch-m68k | source, m68k\n"
13880 "evince |    0.4.0-5 |        stable | source, alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13881 "evince |   2.20.2-1 |       testing | source\n"
13882 "evince | 2.20.2-1+b1 |       testing | alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc\n"
13883 "evince |   2.22.2-1 |      unstable | source, alpha, amd64, arm, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc\n"
13884
13885 #. type: Content of: <chapter><section><section><para>
13886 #: resources.dbk:987
13887 msgid ""
13888 "In this example, you can see that the version in <literal>unstable</literal> "
13889 "differs from the version in <literal>testing</literal> and that there has "
13890 "been a binary-only NMU of the package for all architectures.  Each version "
13891 "of the package has been recompiled on all architectures."
13892 msgstr ""
13893 "An diesem Beispiel können Sie sehen, dass sich die Version in "
13894 "<literal>unstable</literal> von der Version in <literal>testing</literal> "
13895 "unterscheidet und dass dort ein rein binärer NMU des Pakets für alle "
13896 "Architekturen durchgeführt wurde. Jede Version des Pakets wurde auf allen "
13897 "Architekturen neu kompiliert."
13898
13899 #. type: Content of: <chapter><section><title>
13900 #: resources.dbk:997
13901 msgid "The Package Tracking System"
13902 msgstr "Das Paketverfolgungssystem"
13903
13904 #. type: Content of: <chapter><section><para>
13905 #: resources.dbk:999
13906 msgid ""
13907 "The Package Tracking System (PTS) is an email-based tool to track the "
13908 "activity of a source package.  This really means that you can get the same "
13909 "emails that the package maintainer gets, simply by subscribing to the "
13910 "package in the PTS."
13911 msgstr ""
13912 "Das Paketverfolgungssystem (Package Tracking System/PTS) ist ein E-Mail-"
13913 "basiertes Werkzeug, das die Aktivität eines Quellpakets verfolgt. Dies "
13914 "bedeutet tatsächlich, dass Sie die gleichen E-Mails wie der Paketbetreuer "
13915 "erhalten, indem Sie einfach sich einfach im PTS beim Paket einschreiben."
13916
13917 #. type: Content of: <chapter><section><para>
13918 #: resources.dbk:1004
13919 msgid ""
13920 "Each email sent through the PTS is classified under one of the keywords "
13921 "listed below.  This will let you select the mails that you want to receive."
13922 msgstr ""
13923 "Jede E-Mail, die durch das PTS versandt wird, ist unter einem der "
13924 "nachfolgenden Schlüsselwörter aufgelistet. Dies wird Ihnen sie Auswahl "
13925 "erleichtern, welche E-Mails Sie erhalten möchten."
13926
13927 #. type: Content of: <chapter><section><para>
13928 #: resources.dbk:1008
13929 msgid "By default you will get:"
13930 msgstr "Standardmäßig erhalten Sie:"
13931
13932 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13933 #: resources.dbk:1012
13934 msgid "<literal>bts</literal>"
13935 msgstr "<literal>bts</literal>"
13936
13937 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13938 #: resources.dbk:1015
13939 msgid "All the bug reports and following discussions."
13940 msgstr "alle Fehlerberichte und folgenden Diskussioen"
13941
13942 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13943 #: resources.dbk:1020
13944 msgid "<literal>bts-control</literal>"
13945 msgstr "<literal>bts-control</literal>"
13946
13947 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13948 #: resources.dbk:1023
13949 msgid ""
13950 "The email notifications from <email>control@&bugs-host;</email> about bug "
13951 "report status changes."
13952 msgstr ""
13953 "die E-Mail-Benachrichtigungen von <email>control@&bugs-host;</email> über "
13954 "Statusänderungen von Fehlermeldungen"
13955
13956 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13957 #: resources.dbk:1029
13958 msgid "<literal>upload-source</literal>"
13959 msgstr "<literal>upload-source</literal>"
13960
13961 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13962 #: resources.dbk:1032
13963 msgid ""
13964 "The email notification from <command>dak</command> when an uploaded source "
13965 "package is accepted."
13966 msgstr ""
13967 "die E-Mail-Benachrichtigung von <command>dak</command>, wenn ein "
13968 "hochgeladenes Quellpaket akzeptiert wird"
13969
13970 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13971 #: resources.dbk:1038
13972 msgid "<literal>katie-other</literal>"
13973 msgstr "<literal>katie-other</literal>"
13974
13975 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13976 #: resources.dbk:1041
13977 msgid ""
13978 "Other warning and error emails from <command>dak</command> (such as an "
13979 "override disparity for the section and/or the priority field)."
13980 msgstr ""
13981 "andere Warn- und Fehler-E-Mails von <command>dak</command> (wie "
13982 "beispielsweise Unterschiedlichkeit beim Überschreiben eines Abschnitts oder "
13983 "eines Prioritätsfelds)."
13984
13985 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
13986 #: resources.dbk:1047
13987 msgid "<literal>buildd</literal>"
13988 msgstr "<literal>buildd</literal>"
13989
13990 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
13991 #: resources.dbk:1050
13992 msgid ""
13993 "Build failures notifications sent by the network of build daemons, they "
13994 "contain a pointer to the build logs for analysis."
13995 msgstr ""
13996 "Benachrichtigungen über das Fehlschlagen der Paketerstellung, gesandt durch "
13997 "das Netzwerk der Paketerstellungs-Daemons. Sie enthalten für Analysen einen "
13998 "Zeiger auf die Erstellungsprotokolle."
13999
14000 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14001 #: resources.dbk:1056
14002 msgid "<literal>default</literal>"
14003 msgstr "<literal>default</literal>"
14004
14005 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14006 #: resources.dbk:1059
14007 msgid ""
14008 "Any non-automatic email sent to the PTS by people who wanted to contact the "
14009 "subscribers of the package.  This can be done by sending mail to "
14010 "<literal><replaceable>sourcepackage</replaceable>@&pts-host;</literal>.  In "
14011 "order to prevent spam, all messages sent to these addresses must contain the "
14012 "<literal>X-PTS-Approved</literal> header with a non-empty value."
14013 msgstr ""
14014 "jede nicht automatische E-Mail, die durch Leute an das PTS geschickt wird, "
14015 "die Kontakt zu den Abonnenten des Pakets aufnehmen möchten. Dies kann durch "
14016 "Senden einer E-Mail an <literal><replaceable>Quellpaket</replaceable>@&pts-"
14017 "host;</literal> erledigt werden. Um Spam zu vermeiden, müssen alle "
14018 "Nachrichten, die an diese Adressen gesandt werden, die Kopfzeile <literal>X-"
14019 "PTS-Approved</literal> mit einem nicht leeren Wert enthalten."
14020
14021 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14022 #: resources.dbk:1068
14023 msgid "<literal>contact</literal>"
14024 msgstr "<literal>contact</literal>"
14025
14026 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14027 #: resources.dbk:1071
14028 msgid ""
14029 "Mails sent to the maintainer through the *@packages.debian.org email aliases."
14030 msgstr ""
14031 "Mails, die dem Betreuer mittels der *@packages.debian.org-E-Mail-Aliase "
14032 "gesandt werden."
14033
14034 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14035 #: resources.dbk:1077
14036 msgid "<literal>summary</literal>"
14037 msgstr "<literal>summary</literal>"
14038
14039 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14040 #: resources.dbk:1080
14041 msgid ""
14042 "Regular summary emails about the package's status, including progression "
14043 "into <literal>testing</literal>, <ulink url=\"&url-dehs;\">DEHS</ulink> "
14044 "notifications of new upstream versions, and a notification if the package is "
14045 "removed or orphaned."
14046 msgstr ""
14047 "regelmäßige Zusammenfassungs-E-Mails über den Status des Pakets, "
14048 "einschließlich Fortschritt in <literal>testing</literal>, <ulink url=\"&url-"
14049 "dehs;\">DEHS</ulink>-Benachrichtigungen von neuen Originalversionen und "
14050 "einer Benachrichtigung, falls das Paket entfernt oder verwaist wird."
14051
14052 #. type: Content of: <chapter><section><para>
14053 #: resources.dbk:1090
14054 msgid "You can also decide to receive additional information:"
14055 msgstr ""
14056 "Sie können sich außerdem entscheiden, zusätzliche Informationen zu erhalten:"
14057
14058 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14059 #: resources.dbk:1094
14060 msgid "<literal>upload-binary</literal>"
14061 msgstr "<literal>upload-binary</literal>"
14062
14063 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14064 #: resources.dbk:1097
14065 msgid ""
14066 "The email notification from <command>katie</command> when an uploaded binary "
14067 "package is accepted.  In other words, whenever a build daemon or a porter "
14068 "uploads your package for another architecture, you can get an email to track "
14069 "how your package gets recompiled for all architectures."
14070 msgstr ""
14071 "die E-Mail-Benachrichtigung von <command>katie</command>, wenn ein "
14072 "hochgeladenes Binärpaket akzeptiert wurde. Mit anderen Worten – Sie können "
14073 "immer, wenn ein Paketerstellungs-Daemon oder jemand, der Ihr Paket portiert "
14074 "und für eine andere Architektur hochlädt, eine E-Mail erhalten, um zu "
14075 "verfolgen, wie Ihr Paket für alle Architekturen neu kompiliert wird."
14076
14077 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14078 #: resources.dbk:1105
14079 msgid "<literal>cvs</literal>"
14080 msgstr "<literal>cvs</literal>"
14081
14082 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14083 #: resources.dbk:1108
14084 msgid ""
14085 "VCS commit notifications, if the package has a VCS repository and the "
14086 "maintainer has set up forwarding of commit notifications to the PTS. The "
14087 "\"cvs\" name is historic, in most cases commit notifications will come from "
14088 "some other VCS like subversion or git."
14089 msgstr ""
14090 "»commit«-Benachrichtigungen des VCS, falls das Paket ein VCS-Depot hat und "
14091 "der Betreuer im PTS eine Weiterleitung von »commit«-Benachrichtigungen "
14092 "eingerichtet hat. Der Name »cvs« ist historisch bedingt, in den meisten "
14093 "Fällen werden »commit«-Benachrichtigungen von anderen VCS, wie Subversion "
14094 "oder Git kommen."
14095
14096 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14097 #: resources.dbk:1116
14098 msgid "<literal>ddtp</literal>"
14099 msgstr "<literal>ddtp</literal>"
14100
14101 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14102 #: resources.dbk:1119
14103 msgid ""
14104 "Translations of descriptions or debconf templates submitted to the Debian "
14105 "Description Translation Project."
14106 msgstr ""
14107 "Übersetzungen und Beschreibungen von Debconf-Schablonen, die an das »Debian "
14108 "Description Translation Project« gesandt wurden."
14109
14110 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14111 #: resources.dbk:1125
14112 msgid "<literal>derivatives</literal>"
14113 msgstr "<literal>derivatives</literal>"
14114
14115 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14116 #: resources.dbk:1128
14117 msgid ""
14118 "Information about changes made to the package in derivative distributions "
14119 "(for example Ubuntu)."
14120 msgstr ""
14121 "Informationen über Änderungen am Paket, die in abgeleiteten Distributionen "
14122 "(zum Beispiel Ubuntu) vorgenommen wurden."
14123
14124 #. type: Content of: <chapter><section><variablelist><varlistentry><term>
14125 #: resources.dbk:1134
14126 msgid "<literal>derivatives-bugs</literal>"
14127 msgstr "<literal>derivatives-bugs</literal>"
14128
14129 #. type: Content of: <chapter><section><variablelist><varlistentry><listitem><para>
14130 #: resources.dbk:1137
14131 msgid ""
14132 "Bugs reports and comments from derivative distributions (for example Ubuntu)."
14133 msgstr ""
14134 "Fehlerberichte und Kommentare von abgeleiteten Distributionen (zum Beispiel "
14135 "Ubuntu)"
14136
14137 #. type: Content of: <chapter><section><section><title>
14138 #: resources.dbk:1143
14139 msgid "The PTS email interface"
14140 msgstr "Die E-Mail-Schnittstelle des PTS"
14141
14142 #. type: Content of: <chapter><section><section><para>
14143 #: resources.dbk:1145
14144 msgid ""
14145 "You can control your subscription(s) to the PTS by sending various commands "
14146 "to <email>pts@qa.debian.org</email>."
14147 msgstr ""
14148 "Sie können Ihr(e) Abonnement(s) zum PTS steuern, indem Sie verschiedene "
14149 "Befehle an <email>pts@qa.debian.org</email> senden."
14150
14151 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14152 #: resources.dbk:1150
14153 msgid "<literal>subscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14154 msgstr "<literal>subscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14155
14156 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14157 #: resources.dbk:1153
14158 msgid ""
14159 "Subscribes <replaceable>email</replaceable> to communications related to the "
14160 "source package <replaceable>sourcepackage</replaceable>.  Sender address is "
14161 "used if the second argument is not present.  If <replaceable>sourcepackage</"
14162 "replaceable> is not a valid source package, you'll get a warning.  However "
14163 "if it's a valid binary package, the PTS will subscribe you to the "
14164 "corresponding source package."
14165 msgstr ""
14166 "abonniert <replaceable>E-Mails</replaceable> zu Kommunikationen, die sich "
14167 "auf das Quellpaket <replaceable>Quellpaket</replaceable> beziehen. Falls das "
14168 "zweite Argument fehlt, wird die Absenderadresse benutzt. Wenn "
14169 "<replaceable>Quellpaket</replaceable> kein gültiges Quellpaket ist, werden "
14170 "Sie eine Warnung erhalten. Falls es jedoch um ein gültiges Binärpaket "
14171 "handelt, wird das PTS Ihnen das entsprechende Quellpaket abonnieren."
14172
14173 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14174 #: resources.dbk:1163
14175 msgid "<literal>unsubscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14176 msgstr "<literal>unsubscribe &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14177
14178 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14179 #: resources.dbk:1166
14180 msgid ""
14181 "Removes a previous subscription to the source package "
14182 "<replaceable>sourcepackage</replaceable> using the specified email address "
14183 "or the sender address if the second argument is left out."
14184 msgstr ""
14185 "entfernt ein vorheriges Abonnement des Quellpakets <replaceable>Quellpaket</"
14186 "replaceable> unter Benutzung der angegebenen E-Mail-Adresse oder der "
14187 "Absenderadresse, falls das zweite Argument ausgelassen wird."
14188
14189 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14190 #: resources.dbk:1173
14191 msgid "<literal>unsubscribeall [&lt;email&gt;]</literal>"
14192 msgstr "<literal>unsubscribeall [&lt;email&gt;]</literal>"
14193
14194 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14195 #: resources.dbk:1176
14196 msgid ""
14197 "Removes all subscriptions of the specified email address or the sender "
14198 "address if the second argument is left out."
14199 msgstr ""
14200 "entfernt alle Abonnements der angegebenen E-Mail-Adresse oder der "
14201 "Absenderadresse, falls das zweite Argument ausgelassen wurde."
14202
14203 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14204 #: resources.dbk:1182
14205 msgid "<literal>which [&lt;email&gt;]</literal>"
14206 msgstr "<literal>which [&lt;email&gt;]</literal>"
14207
14208 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14209 #: resources.dbk:1185
14210 msgid ""
14211 "Lists all subscriptions for the sender or the email address optionally "
14212 "specified."
14213 msgstr ""
14214 "listet alle Abonnements des Absenders oder der optional angegebenen E-Mail-"
14215 "Adresse auf."
14216
14217 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14218 #: resources.dbk:1191
14219 msgid "<literal>keyword [&lt;email&gt;]</literal>"
14220 msgstr "<literal>keyword [&lt;email&gt;]</literal>"
14221
14222 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14223 #: resources.dbk:1194
14224 msgid ""
14225 "Tells you the keywords that you are accepting.  For an explanation of "
14226 "keywords, <link linkend=\"pkg-tracking-system\">see above</link>.  Here's a "
14227 "quick summary:"
14228 msgstr ""
14229 "zählt die Schlüsselwörter auf, die Sie akzeptieren. Eine Erklärung der "
14230 "Schlüsselwörter finden Sie<link linkend=\"pkg-tracking-system\">oberhalb</"
14231 "link>. Hier ist eine kurze Zusammenfassung:"
14232
14233 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14234 #: resources.dbk:1201
14235 msgid ""
14236 "<literal>bts</literal>: mails coming from the Debian Bug Tracking System"
14237 msgstr "<literal>bts</literal>: E-Mails von der Debian-Fehlerdatenbank"
14238
14239 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14240 #: resources.dbk:1206
14241 msgid ""
14242 "<literal>bts-control</literal>: reply to mails sent to &email-bts-control;"
14243 msgstr ""
14244 "<literal>bts-control</literal>: Antworten auf E-Mails, die an &email-bts-"
14245 "control; gesandt wurden"
14246
14247 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14248 #: resources.dbk:1212
14249 msgid ""
14250 "<literal>summary</literal>: automatic summary mails about the state of a "
14251 "package"
14252 msgstr ""
14253 "<literal>summary</literal>: automatische Zusammenfassungs-E-Mails über den "
14254 "Status eines Pakets"
14255
14256 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14257 #: resources.dbk:1218
14258 msgid ""
14259 "<literal>contact</literal>: mails sent to the maintainer through the "
14260 "*@packages.debian.org aliases"
14261 msgstr ""
14262 "<literal>contact</literal>: E-Mails, die dem Betreuer durch die *@packages."
14263 "debian.org-Aliase gesandt werden"
14264
14265 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14266 #: resources.dbk:1224
14267 msgid "<literal>cvs</literal>: notification of VCS commits"
14268 msgstr "<literal>cvs</literal>: Benachrichtigungen über VCS-Commits"
14269
14270 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14271 #: resources.dbk:1229
14272 msgid ""
14273 "<literal>ddtp</literal>: translations of descriptions and debconf templates"
14274 msgstr ""
14275 "<literal>ddtp</literal>: Übersetzungen von Beschreibungen und Debconf-"
14276 "Schablonen"
14277
14278 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14279 #: resources.dbk:1234
14280 msgid ""
14281 "<literal>derivatives</literal>: changes made on the package by derivative "
14282 "distributions"
14283 msgstr ""
14284 "<literal>derivatives</literal>: Änderungen am Paket durch abgeleitete "
14285 "Distributionen"
14286
14287 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14288 #: resources.dbk:1240
14289 msgid ""
14290 "<literal>derivatives-bugs</literal>: bugs reports and comments from "
14291 "derivative distributions"
14292 msgstr ""
14293 "<literal>derivatives-bugs</literal>: Fehlerberichte und Kommentare von "
14294 "abgeleiteten Distributionen"
14295
14296 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14297 #: resources.dbk:1246
14298 msgid ""
14299 "<literal>upload-source</literal>: announce of a new source upload that has "
14300 "been accepted"
14301 msgstr ""
14302 "<literal>upload-source</literal>: Ankündigung, dass eine neu hochgeladene "
14303 "Quelle akzeptiert wurde"
14304
14305 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14306 #: resources.dbk:1252
14307 msgid ""
14308 "<literal>upload-binary</literal>: announce of a new binary-only upload "
14309 "(porting)"
14310 msgstr ""
14311 "<literal>upload-binary</literal>: Ankündigung eines neuen, rein binären "
14312 "Hochladens (Poertierung)"
14313
14314 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14315 #: resources.dbk:1258
14316 msgid ""
14317 "<literal>katie-other</literal>: other mails from ftpmasters (override "
14318 "disparity, etc.)"
14319 msgstr ""
14320 "<literal>katie-other</literal>: andere E-Mails von FTP-Mastern (Ungleichheit "
14321 "beim Überschreiben etc.)"
14322
14323 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14324 #: resources.dbk:1264
14325 msgid ""
14326 "<literal>buildd</literal>: build failures notifications from build daemons"
14327 msgstr ""
14328 "<literal>buildd</literal>: Benachrichtigungen über das Fehlschlagen der "
14329 "Paketerstellung, gesandt durch Paketerstellungs-Daemons"
14330
14331 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><itemizedlist><listitem><para>
14332 #: resources.dbk:1269
14333 msgid ""
14334 "<literal>default</literal>: all the other mails (those which aren't "
14335 "automatic)"
14336 msgstr ""
14337 "<literal>default</literal>: all die anderen E-Mails (die nicht automatisch "
14338 "erstellt wurden)"
14339
14340 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14341 #: resources.dbk:1276
14342 msgid "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14343 msgstr "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;]</literal>"
14344
14345 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14346 #: resources.dbk:1279
14347 msgid ""
14348 "Same as the previous item but for the given source package, since you may "
14349 "select a different set of keywords for each source package."
14350 msgstr ""
14351 "entspricht dem vorherigen Element, aber für das angegebene Quellpaket, da "
14352 "Sie eine andere Zusammenstellung von Schlüsselwörtern für jedes Quellpaket "
14353 "wählen könnten."
14354
14355 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14356 #: resources.dbk:1285
14357 msgid ""
14358 "<literal>keyword [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</literal>"
14359 msgstr ""
14360 "<literal>keyword [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</literal>"
14361
14362 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14363 #: resources.dbk:1288
14364 msgid ""
14365 "Accept (+) or refuse (-) mails classified under the given keyword(s).  "
14366 "Define the list (=) of accepted keywords.  This changes the default set of "
14367 "keywords accepted by a user."
14368 msgstr ""
14369 "E-Mails akzeptieren (+) oder ablehnen (-), die unter dem/den angegebenen "
14370 "Schlüsselwort/Schlüsselwörtern klassifiziert wurden. Definiert die Liste (=) "
14371 "akzeptierter Schlüsselwörter. Dies ändert die Standardzusammenstellung der "
14372 "durch einen Anwender akzeptierten Schlüsselwörter."
14373
14374 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14375 #: resources.dbk:1295
14376 msgid ""
14377 "<literal>keywordall [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</"
14378 "literal>"
14379 msgstr ""
14380 "<literal>keywordall [&lt;email&gt;] {+|-|=} &lt;list of keywords&gt;</"
14381 "literal>"
14382
14383 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14384 #: resources.dbk:1298
14385 msgid ""
14386 "Accept (+) or refuse (-) mails classified under the given keyword(s).  "
14387 "Define the list (=) of accepted keywords.  This changes the set of accepted "
14388 "keywords of all the currently active subscriptions of a user."
14389 msgstr ""
14390 "E-Mails akzeptieren (+) oder ablehnen (-), die unter dem/den angegebenen "
14391 "Schlüsselwort/Schlüsselwörtern klassifiziert wurden. Definiert die Liste (=) "
14392 "akzeptierter Schlüsselwörter. Dies ändert die Zusammenstellung der durch "
14393 "einen Anwender akzeptierten Schlüsselwörter aller derzeit aktiven "
14394 "Abonnements."
14395
14396 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14397 #: resources.dbk:1305
14398 msgid ""
14399 "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;] {+|-|=} &lt;list of "
14400 "keywords&gt;</literal>"
14401 msgstr ""
14402 "<literal>keyword &lt;sourcepackage&gt; [&lt;email&gt;] {+|-|=} &lt;list of "
14403 "keywords&gt;</literal>"
14404
14405 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14406 #: resources.dbk:1308
14407 msgid ""
14408 "Same as previous item but overrides the keywords list for the indicated "
14409 "source package."
14410 msgstr ""
14411 "entspricht dem vorherigen Element, überschreibt aber die Liste der "
14412 "Schlüsselwörter für das angegebene Quellpaket"
14413
14414 #. type: Content of: <chapter><section><section><variablelist><varlistentry><term>
14415 #: resources.dbk:1314
14416 msgid "<literal>quit | thanks | --</literal>"
14417 msgstr "<literal>quit | thanks | --</literal>"
14418
14419 #. type: Content of: <chapter><section><section><variablelist><varlistentry><listitem><para>
14420 #: resources.dbk:1317
14421 msgid "Stops processing commands.  All following lines are ignored by the bot."
14422 msgstr ""
14423 "stoppt die Verarbeitung von Befehlen. Alle folgenden Zeilen werden vom "
14424 "Roboter ignoriert."
14425
14426 #. type: Content of: <chapter><section><section><para>
14427 #: resources.dbk:1323
14428 msgid ""
14429 "The <command>pts-subscribe</command> command-line utility (from the "
14430 "<systemitem role=\"package\">devscripts</systemitem> package) can be handy "
14431 "to temporarily subscribe to some packages, for example after having made an "
14432 "non-maintainer upload."
14433 msgstr ""
14434 "Das Befehlszeilen-Hilfswerkzeug <command>pts-subscribe</command>  (aus dem "
14435 "Paket <systemitem role=\"package\">devscripts</systemitem>) kann praktisch "
14436 "sein, um temporär einige Paket zu abonnieren, zum Beispiel nach einem NMU "
14437 "(Hochladen durch jemanden, der nicht Betreuer des Pakets ist)."
14438
14439 #. type: Content of: <chapter><section><section><title>
14440 #: resources.dbk:1331
14441 msgid "Filtering PTS mails"
14442 msgstr "PTS-E-Mails filtern"
14443
14444 #. type: Content of: <chapter><section><section><para>
14445 #: resources.dbk:1333
14446 msgid ""
14447 "Once you are subscribed to a package, you will get the mails sent to "
14448 "<literal><replaceable>sourcepackage</replaceable>@&pts-host;</literal>.  "
14449 "Those mails have special headers appended to let you filter them in a "
14450 "special mailbox (e.g.  with <command>procmail</command>).  The added headers "
14451 "are <literal>X-Loop</literal>, <literal>X-PTS-Package</literal>, <literal>X-"
14452 "PTS-Keyword</literal> and <literal>X-Unsubscribe</literal>."
14453 msgstr ""
14454 "Sobald Sie ein Paket abonniert haben, werden Sie die E-Mails bekommen, die "
14455 "an das <literal><replaceable>Quellpaket</replaceable>@&pts-host;</literal> "
14456 "geschickt werden. An diese E-Mails sind besondere Kopfzeilen angehängt, die "
14457 "Ihnen ermöglichen, sie per Filter in ein besonderes Postfach abzulegen (z.B. "
14458 "mit <command>procmail</command>). Die hinzugefügten Kopfzeilen sind "
14459 "<literal>X-Loop</literal>, <literal>X-PTS-Package</literal>, <literal>X-PTS-"
14460 "Keyword</literal> und <literal>X-Unsubscribe</literal>."
14461
14462 #. type: Content of: <chapter><section><section><para>
14463 #: resources.dbk:1341
14464 msgid ""
14465 "Here is an example of added headers for a source upload notification on the "
14466 "<systemitem role=\"package\">dpkg</systemitem> package:"
14467 msgstr ""
14468 "Hier folgt ein Beispiel hinzugefügter Kopfzeilen für die Benachrichtigung, "
14469 "dass die Quelle des Pakets <systemitem role=\"package\">dpkg</systemitem> "
14470 "hochgeladen wurde:"
14471
14472 #. type: Content of: <chapter><section><section><screen>
14473 #: resources.dbk:1345
14474 #, no-wrap
14475 msgid ""
14476 "X-Loop: dpkg@&pts-host;\n"
14477 "X-PTS-Package: dpkg\n"
14478 "X-PTS-Keyword: upload-source\n"
14479 "List-Unsubscribe: &lt;mailto:pts@qa.debian.org?body=unsubscribe+dpkg&gt;\n"
14480 msgstr ""
14481 "X-Loop: dpkg@&pts-host;\n"
14482 "X-PTS-Package: dpkg\n"
14483 "X-PTS-Keyword: upload-source\n"
14484 "List-Unsubscribe: &lt;mailto:pts@qa.debian.org?body=unsubscribe+dpkg&gt;\n"
14485
14486 #. type: Content of: <chapter><section><section><title>
14487 #: resources.dbk:1353
14488 msgid "Forwarding VCS commits in the PTS"
14489 msgstr "VCS-Commits in das PTS weiterleiten"
14490
14491 #. type: Content of: <chapter><section><section><para>
14492 #: resources.dbk:1355
14493 msgid ""
14494 "If you use a publicly accessible VCS repository for maintaining your Debian "
14495 "package, you may want to forward the commit notification to the PTS so that "
14496 "the subscribers (and possible co-maintainers) can closely follow the "
14497 "package's evolution."
14498 msgstr ""
14499 "Falls Sie zur Verwaltung eines Debian-Pakets ein VCS-Depot mit öffentlichem "
14500 "Zugriff verwenden, möchten Sie vielleicht die Commit-Benachrichtigungen an "
14501 "das PTS weiterleiten, damit die Abonnenten (und möglicherweise Mitbetreuer) "
14502 "die Entwicklung des Pakets genau verfolgen können."
14503
14504 #. type: Content of: <chapter><section><section><para>
14505 #: resources.dbk:1361
14506 msgid ""
14507 "Once you set up the VCS repository to generate commit notifications, you "
14508 "just have to make sure it sends a copy of those mails to "
14509 "<literal><replaceable>sourcepackage</replaceable>_cvs@&pts-host;</literal>.  "
14510 "Only the people who accept the <literal>cvs</literal> keyword will receive "
14511 "these notifications. Note that the mail needs to be sent from a "
14512 "<literal>debian.org</literal> machine, otherwise you'll have to add the "
14513 "<literal>X-PTS-Approved: 1</literal> header."
14514 msgstr ""
14515 "Sobald Sie das VCS-Depot eingerichtet haben, um Commit-Benachrichtigungen zu "
14516 "erzeugen, müssen Sie nur sicherstellen, dass es eine Kopie dieser E-Mails an "
14517 "<literal><replaceable>Quellpaket</replaceable>_cvs@&pts-host;</literal> "
14518 "sendet. Nur die Leute, die das Schlüsselwort <literal>cvs</literal> "
14519 "akzeptieren werden diese Benachrichtigungen erhalten. Beachten Sie, dass die "
14520 "E-Mail von einer <literal>debian.org</literal>-Maschine versandt werden "
14521 "muss. Andernfalls müssen Sie die Kopfzeile <literal>X-PTS-Approved: 1</"
14522 "literal> hinzufügen."
14523
14524 #. type: Content of: <chapter><section><section><para>
14525 #: resources.dbk:1370
14526 msgid ""
14527 "For Subversion repositories, the usage of svnmailer is recommended.  See "
14528 "<ulink url=\"&url-alioth-pkg;\" /> for an example on how to do it."
14529 msgstr ""
14530 "Für Subversion-Depots wird die Benutzung von Svnmailer empfohlen. Ein "
14531 "Beispiel, wie das funktioniert, finden Sie unter <ulink url=\"&url-alioth-"
14532 "pkg;\" />"
14533
14534 #. type: Content of: <chapter><section><section><title>
14535 #: resources.dbk:1376
14536 msgid "The PTS web interface"
14537 msgstr "Die PTS-Web-Schnittstelle"
14538
14539 #. type: Content of: <chapter><section><section><para>
14540 #: resources.dbk:1378
14541 msgid ""
14542 "The PTS has a web interface at <ulink url=\"http://&pts-host;/\"></ulink> "
14543 "that puts together a lot of information about each source package.  It "
14544 "features many useful links (BTS, QA stats, contact information, DDTP "
14545 "translation status, buildd logs) and gathers much more information from "
14546 "various places (30 latest changelog entries, testing status, etc.).  It's a "
14547 "very useful tool if you want to know what's going on with a specific source "
14548 "package.  Furthermore there's a form that allows easy subscription to the "
14549 "PTS via email."
14550 msgstr ""
14551 "Das PTS hat eine Web-Schnittstelle unter <ulink url=\"http://&pts-host;/\"></"
14552 "ulink>, die eine große Menge Informationen über jedes Quellpaket "
14553 "zusammenträgt. Sie zeichnet sich durch viele nützliche Links aus (BTS, QA-"
14554 "Statistiken, Kontaktinformationen, DDTP-Übersetzungsstatus, "
14555 "Paketerstellungsprotokolle) und sammelt viel mehr Informationen von "
14556 "verschiedenen Stellen (30 letzte Einträge des Änderungsprotokolls, "
14557 "Teststatus etc.) Es ist ein sehr nützliches Werkzeug, falls Sie wissen "
14558 "möchten, was bei einem speziellen Quellpaket vorgeht. Außerdem gibt es dort "
14559 "ein Formular, das Ihnen erlaubt einfach Abonnements des PTS mittels E-Mail "
14560 "einzurichten."
14561
14562 #. type: Content of: <chapter><section><section><para>
14563 #: resources.dbk:1388
14564 msgid ""
14565 "You can jump directly to the web page concerning a specific source package "
14566 "with a URL like <literal>http://&pts-host;/<replaceable>sourcepackage</"
14567 "replaceable></literal>."
14568 msgstr ""
14569 "Sie können mit einer URL wie <literal>http://&pts-host;/"
14570 "<replaceable>Quellpaket</replaceable></literal> direkt zur Web-Seite "
14571 "springen, die eine spezielles Quellpaket betrifft."
14572
14573 #. type: Content of: <chapter><section><section><para>
14574 #: resources.dbk:1393
14575 msgid ""
14576 "This web interface has been designed like a portal for the development of "
14577 "packages: you can add custom content on your packages' pages.  You can add "
14578 "static information (news items that are meant to stay available "
14579 "indefinitely)  and news items in the latest news section."
14580 msgstr ""
14581 "Diese Web-Schnittstelle wurde gestaltet wie ein Portal für die Entwicklung "
14582 "von Paketen: Sie können Ihren Paketseiten benutzerdefinierten Inhalt "
14583 "hinzufügen (Nachrichtenelemente, die auf unbestimmte Zeit verfügbar bleiben "
14584 "sollen) sowie Nachrichtenelemente im letzten Nachrichtenabschnitt."
14585
14586 #. type: Content of: <chapter><section><section><para>
14587 #: resources.dbk:1399
14588 msgid "Static news items can be used to indicate:"
14589 msgstr "Statische Nachrichtenelemente können folgendes anzeigen:"
14590
14591 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14592 #: resources.dbk:1404
14593 msgid ""
14594 "the availability of a project hosted on <link linkend=\"alioth\">Alioth</"
14595 "link> for co-maintaining the package"
14596 msgstr ""
14597 "die Verfügbarkeit eines auf <link linkend=\"alioth\">Alioth</link> "
14598 "gehosteten Projekts für die Mitbetreuung des Pakets"
14599
14600 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14601 #: resources.dbk:1410
14602 msgid "a link to the upstream web site"
14603 msgstr "einen Link zu der Ursprungs-Website"
14604
14605 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14606 #: resources.dbk:1415
14607 msgid "a link to the upstream bug tracker"
14608 msgstr "einen Link zur Fehlerverfolgung der Originalautoren"
14609
14610 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14611 #: resources.dbk:1420
14612 msgid "the existence of an IRC channel dedicated to the software"
14613 msgstr "die Existenz eines IRC-Kanals, der sich dieser Software widmet"
14614
14615 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14616 #: resources.dbk:1425
14617 msgid ""
14618 "any other available resource that could be useful in the maintenance of the "
14619 "package"
14620 msgstr ""
14621 "jede andere verfügbare Ressource, die nützlich zur Verwaltung des Pakets "
14622 "sein könnte"
14623
14624 #. type: Content of: <chapter><section><section><para>
14625 #: resources.dbk:1431
14626 msgid "Usual news items may be used to announce that:"
14627 msgstr ""
14628 "Üblicherweise können Nachrichtenelemente benutzt werden, um Folgendes "
14629 "anzukündigen:"
14630
14631 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14632 #: resources.dbk:1436
14633 msgid "beta packages are available for testing"
14634 msgstr "Beta-Pakete sind zum Testen verfügbar."
14635
14636 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14637 #: resources.dbk:1441
14638 msgid "final packages are expected for next week"
14639 msgstr "Fertige Pakete werden nächsten Woche erwartet."
14640
14641 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14642 #: resources.dbk:1446
14643 msgid "the packaging is about to be redone from scratch"
14644 msgstr "Das Paketieren wird gerade von Grund auf neu gemacht."
14645
14646 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14647 #: resources.dbk:1451
14648 msgid "backports are available"
14649 msgstr "Es sind Backports verfügbar"
14650
14651 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14652 #: resources.dbk:1456
14653 msgid ""
14654 "the maintainer is on vacation (if they wish to publish this information)"
14655 msgstr ""
14656 "Der Paketbetreuer ist in Urlaub (falls es gewünscht ist, diese Information "
14657 "zu veröffentlichen)."
14658
14659 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14660 #: resources.dbk:1461
14661 msgid "a NMU is being worked on"
14662 msgstr "Es wird an einem NMU gearbeitet."
14663
14664 #. type: Content of: <chapter><section><section><itemizedlist><listitem><para>
14665 #: resources.dbk:1466
14666 msgid "something important will affect the package"
14667 msgstr "Etwas wichtiges wird das Paket beeinflussen."
14668
14669 #. type: Content of: <chapter><section><section><para>
14670 #: resources.dbk:1471
14671 msgid ""
14672 "Both kinds of news are generated in a similar manner: you just have to send "
14673 "an email either to <email>pts-static-news@qa.debian.org</email> or to "
14674 "<email>pts-news@qa.debian.org</email>.  The mail should indicate which "
14675 "package is concerned by having the name of the source package in a "
14676 "<literal>X-PTS-Package</literal> mail header or in a <literal>Package</"
14677 "literal> pseudo-header (like the BTS reports).  If a URL is available in the "
14678 "<literal>X-PTS-Url</literal> mail header or in the <literal>Url</literal> "
14679 "pseudo-header, then the result is a link to that URL instead of a complete "
14680 "news item."
14681 msgstr ""
14682 "Beide Arten von Nachrichten werden auf ähnliche Weise erzeugt: Sie müssen "
14683 "lediglich eine E-Mail an <email>pts-static-news@qa.debian.org</email> oder "
14684 "an <email>pts-news@qa.debian.org</email> senden. Die E-Mail sollte angeben, "
14685 "welches Paket sie betrifft, indem der Name des Quellpakets in einer "
14686 "<literal>X-PTS-Package</literal>-E-Mail-Kopfzeile oder in einer "
14687 "<literal>Package</literal>-Pseudo-Kopfzeile (wie in einem Fehlerbericht) "
14688 "angegeben wird. Falls eine URL in der E-Mail-Kopfzeile <literal>X-PTS-Url</"
14689 "literal> oder der Pseudo-Kopfzeile <literal>Url</literal> verfügbar ist, "
14690 "dann ist das Ergebnis ein Link auf diese URL, anstatt eines vollständigen "
14691 "Nachrichtenelements."
14692
14693 #. type: Content of: <chapter><section><section><para>
14694 #: resources.dbk:1482
14695 msgid ""
14696 "Here are a few examples of valid mails used to generate news items in the "
14697 "PTS.  The first one adds a link to the viewsvn interface of debian-cd in the "
14698 "Static information section:"
14699 msgstr ""
14700 "Hier folgen ein paar Beispiele gültiger E-Mails, die benutzt werden, um "
14701 "Nachrichtenelemente im PTS zu generieren. Das Erste fügt der Viewsvn-"
14702 "Schnittstelle der Debian-CD im Abschnitt »statische Information« einen Link "
14703 "hinzu:"
14704
14705 #. type: Content of: <chapter><section><section><screen>
14706 #: resources.dbk:1487
14707 #, no-wrap
14708 msgid ""
14709 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14710 "To: pts-static-news@qa.debian.org\n"
14711 "Subject: Browse debian-cd SVN repository\n"
14712 "\n"
14713 "Package: debian-cd\n"
14714 "Url: http://svn.debian.org/viewsvn/debian-cd/trunk/\n"
14715 msgstr ""
14716 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14717 "To: pts-static-news@qa.debian.org\n"
14718 "Subject: Browse debian-cd SVN repository\n"
14719 "\n"
14720 "Package: debian-cd\n"
14721 "Url: http://svn.debian.org/viewsvn/debian-cd/trunk/\n"
14722
14723 #. type: Content of: <chapter><section><section><para>
14724 #: resources.dbk:1495
14725 msgid ""
14726 "The second one is an announcement sent to a mailing list which is also sent "
14727 "to the PTS so that it is published on the PTS web page of the package.  Note "
14728 "the use of the BCC field to avoid answers sent to the PTS by mistake."
14729 msgstr ""
14730 "Das Zweite ist eine Ankündigung, die an eine Mailingliste gesandt wird, die "
14731 "außerdem an das PTS geschickt wird, so dass sie auf der PTS-Web-Seite des "
14732 "Pakets veröffentlicht wird. Beachten Sie die Benutzung des BCC-Feldes, um zu "
14733 "vermeiden, dass Antworten fälschlicherweise an das PTS gesandt werden."
14734
14735 #. type: Content of: <chapter><section><section><screen>
14736 #: resources.dbk:1500
14737 #, no-wrap
14738 msgid ""
14739 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14740 "To: debian-gtk-gnome@&lists-host;\n"
14741 "Bcc: pts-news@qa.debian.org\n"
14742 "Subject: Galeon 2.0 backported for woody\n"
14743 "X-PTS-Package: galeon\n"
14744 "\n"
14745 "Hello gnomers!\n"
14746 "\n"
14747 "I'm glad to announce that galeon has been backported for woody. You'll find\n"
14748 "everything here:\n"
14749 "...\n"
14750 msgstr ""
14751 "From: Raphael Hertzog &lt;hertzog@debian.org&gt;\n"
14752 "To: debian-gtk-gnome@&lists-host;\n"
14753 "Bcc: pts-news@qa.debian.org\n"
14754 "Subject: Galeon 2.0 backported for woody\n"
14755 "X-PTS-Package: galeon\n"
14756 "\n"
14757 "Hello gnomers!\n"
14758 "\n"
14759 "I'm glad to announce that galeon has been backported for woody. You'll find\n"
14760 "everything here:\n"
14761 "...\n"
14762
14763 #. type: Content of: <chapter><section><section><para>
14764 #: resources.dbk:1513
14765 msgid ""
14766 "Think twice before adding a news item to the PTS because you won't be able "
14767 "to remove it later and you won't be able to edit it either.  The only thing "
14768 "that you can do is send a second news item that will deprecate the "
14769 "information contained in the previous one."
14770 msgstr ""
14771 "Überlegen Sie es sich gut, bevor Sie dem PTS ein Nachrichtenelement "
14772 "hinzufügen, da Sie es später weder löschen noch bearbeiten können. Das "
14773 "einzige, was Sie tun können, ist, ein zweites Nachrichtenelement zu senden, "
14774 "das die Information des vorherigen missbilligt."
14775
14776 #. type: Content of: <chapter><section><title>
14777 #: resources.dbk:1523
14778 msgid "Developer's packages overview"
14779 msgstr "Paketübersicht des Entwicklers"
14780
14781 #. type: Content of: <chapter><section><para>
14782 #: resources.dbk:1525
14783 msgid ""
14784 "A QA (quality assurance) web portal is available at <ulink url=\"&url-ddpo;"
14785 "\"></ulink> which displays a table listing all the packages of a single "
14786 "developer (including those where the party is listed as a co-maintainer).  "
14787 "The table gives a good summary about the developer's packages: number of "
14788 "bugs by severity, list of available versions in each distribution, testing "
14789 "status and much more including links to any other useful information."
14790 msgstr ""
14791 "Ein Webportal der QS (Qualitätssicherung) ist unter <ulink url=\"&url-ddpo;"
14792 "\"></ulink> verfügbar. Es zeigt eine tabellarische Auflistung aller Pakete "
14793 "eines einzelnen Entwicklers an (einschließlich derer, bei denen eine "
14794 "Gemeinschaft als Mitbetreuer aufgelistet ist). Die Tabelle gibt einen guten "
14795 "Überblick über die Pakete des Betreuers: Anzahl der Fehler nach Schweregrad, "
14796 "Liste der verfügbaren Versionen in jeder Distribution, Test-Status und "
14797 "vieles mehr, einschließlich Links zu irgendwelchen anderen nützlichen "
14798 "Informationen."
14799
14800 #. type: Content of: <chapter><section><para>
14801 #: resources.dbk:1534
14802 msgid ""
14803 "It is a good idea to look up your own data regularly so that you don't "
14804 "forget any open bugs, and so that you don't forget which packages are your "
14805 "responsibility."
14806 msgstr ""
14807 "Es ist ein guter Tipp, regelmäßig auf seine eigenen Daten zu schauen, um "
14808 "keine offenen Fehler oder Zuständigkeiten für Pakete zu vergessen."
14809
14810 #. type: Content of: <chapter><section><title>
14811 #: resources.dbk:1541
14812 msgid "Debian's FusionForge installation: Alioth"
14813 msgstr "Debians FusionForge-Installation: Alioth"
14814
14815 #. type: Content of: <chapter><section><para>
14816 #: resources.dbk:1543
14817 msgid ""
14818 "Alioth is a Debian service based on a slightly modified version of the "
14819 "FusionForge software (which evolved from SourceForge and GForge). This "
14820 "software offers developers access to easy-to-use tools such as bug trackers, "
14821 "patch manager, project/task managers, file hosting services, mailing lists, "
14822 "VCS repositories etc.  All these tools are managed via a web interface."
14823 msgstr ""
14824 "Alioth ist ein Debian-Dienst, der auf einer geringfügig veränderten Version "
14825 "der FusionForge-Software beruht (die sich aus SourceForge und GForge "
14826 "entwickelt hat). Diese Software bietet Entwicklern Zugriff auf einfach "
14827 "benutzbare Werkzeuge, wie Paketverfolgung, Patch-Verwaltung, Projekt-/"
14828 "Aufgabenverwaltung, Speicherplatzbereitstellung, Mailinglisten, VCS-Depots "
14829 "etc. All diese Werkzeuge werden über eine Web-Schnittstelle verwaltet."
14830
14831 #. type: Content of: <chapter><section><para>
14832 #: resources.dbk:1550
14833 msgid ""
14834 "It is intended to provide facilities to free software projects backed or led "
14835 "by Debian, facilitate contributions from external developers to projects "
14836 "started by Debian, and help projects whose goals are the promotion of Debian "
14837 "or its derivatives. It's heavily used by many Debian teams and provides "
14838 "hosting for all sorts of VCS repositories."
14839 msgstr ""
14840 "Es ist dazu gedacht, Hilfmittel für freie Softwareprojekte bereitzustellen, "
14841 "die von Debian unterstützt oder geleitet werden, Beiträge externer "
14842 "Entwickler zu Projekten, die von Debian begonnen wurden zu fördern und bei "
14843 "Projekten zu helfen, deren Ziele von Debian oder dessen Ableitungen "
14844 "gefördert werden. Es wird durch viele Debian-Teams stark frequentiert und "
14845 "stellt Speicherplatz für alle Arten von VCS-Depots bereits."
14846
14847 #. type: Content of: <chapter><section><para>
14848 #: resources.dbk:1557
14849 msgid ""
14850 "All Debian developers automatically have an account on Alioth.  They can "
14851 "activate it by using the recover password facility.  External developers can "
14852 "request guest accounts on Alioth."
14853 msgstr ""
14854 "Alle Debian-Entwickler haben automatisch ein Konto auf Alioth. Sie können es "
14855 "über die Passwort-Wiederherstellungseinrichtung aktivieren. Externe "
14856 "Entwickler können um Gastkonten bitten."
14857
14858 #. type: Content of: <chapter><section><para>
14859 #: resources.dbk:1562
14860 msgid "For more information please visit the following links:"
14861 msgstr ""
14862 "Um weitere Informationen zu erhalten, besuchen Sie die folgenden Links:"
14863
14864 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14865 #: resources.dbk:1565
14866 msgid "<ulink url=\"&url-alioth-wiki;\" />"
14867 msgstr "<ulink url=\"&url-alioth-wiki;\" />"
14868
14869 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14870 #: resources.dbk:1566
14871 msgid "<ulink url=\"&url-alioth-faq;\" />"
14872 msgstr "<ulink url=\"&url-alioth-faq;\" />"
14873
14874 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14875 #: resources.dbk:1567
14876 msgid "<ulink url=\"&url-alioth-pkg;\" />"
14877 msgstr "<ulink url=\"&url-alioth-pkg;\" />"
14878
14879 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
14880 #: resources.dbk:1568
14881 msgid "<ulink url=\"&url-alioth;\" />"
14882 msgstr "<ulink url=\"&url-alioth;\" />"
14883
14884 #. type: Content of: <chapter><section><title>
14885 #: resources.dbk:1573
14886 msgid "Goodies for Developers"
14887 msgstr "Annehmlichkeiten für Entwickler"
14888
14889 #. type: Content of: <chapter><section><section><title>
14890 #: resources.dbk:1575
14891 msgid "LWN Subscriptions"
14892 msgstr "LWN-Abonnements"
14893
14894 #. type: Content of: <chapter><section><section><para>
14895 #: resources.dbk:1577
14896 msgid ""
14897 "Since October of 2002, HP has sponsored a subscription to LWN for all "
14898 "interested Debian developers.  Details on how to get access to this benefit "
14899 "are in <ulink url=\"http://&lists-host;/debian-devel-announce/2002/10/"
14900 "msg00018.html\"></ulink>."
14901 msgstr ""
14902 "Seit Oktober 2002 hat HP für alle interessierten Debian-Entwickler ein LWN-"
14903 "Abonnement gesponsort. Einzelheiten, wie man Zugriff auf diesen Vorteil "
14904 "erhält, finden Sie unter   <ulink url=\"http://&lists-host;/debian-devel-"
14905 "announce/2002/10/msg00018.html\"></ulink>."
14906
14907 #. type: Content of: <chapter><section><section><title>
14908 #: resources.dbk:1584
14909 msgid "Gandi.net Hosting Discount"
14910 msgstr "Gandi.net-Rabatt für Speicherplatzbereitstellung"
14911
14912 #. type: Content of: <chapter><section><section><para>
14913 #: resources.dbk:1586
14914 msgid ""
14915 "As of November 2008, Gandi.net offers a discount rate on their VPS hosting "
14916 "for Debian Developers.  See <ulink url=\"http://&lists-host;/debian-devel-"
14917 "announce/2008/11/msg00004.html\"></ulink>."
14918 msgstr ""
14919 "Seit November 2008 bietet Gandi.net Debian-Entwicklern einen Rabatt für "
14920 "seine VPS-Speicherplatzbereitstellung. Siehe <ulink url=\"http://&lists-"
14921 "host;/debian-devel-announce/2008/11/msg00004.html\"></ulink>."
14922
14923 #. type: Content of: <chapter><title>
14924 #: scope.dbk:7
14925 msgid "Scope of This Document"
14926 msgstr "Geltungsbereich dieses Dokuments"
14927
14928 #. type: Content of: <chapter><para>
14929 #: scope.dbk:9
14930 msgid ""
14931 "The purpose of this document is to provide an overview of the recommended "
14932 "procedures and the available resources for Debian developers."
14933 msgstr ""
14934 "Dieses Dokument soll Debian-Entwicklern einen Überblick über die empfohlenen "
14935 "Prozeduren und die verfügbaren Ressourcen geben."
14936
14937 #. type: Content of: <chapter><para>
14938 #: scope.dbk:14
14939 msgid ""
14940 "The procedures discussed within include how to become a maintainer (<xref "
14941 "linkend=\"new-maintainer\"/>); how to create new packages (<xref linkend="
14942 "\"newpackage\"/>) and how to upload packages (<xref linkend=\"upload\"/>); "
14943 "how to handle bug reports (<xref linkend=\"bug-handling\"/>); how to move, "
14944 "remove, or orphan packages (<xref linkend=\"archive-manip\"/>); how to port "
14945 "packages (<xref linkend=\"porting\"/>); and how and when to do interim "
14946 "releases of other maintainers' packages (<xref linkend=\"nmu\"/>)."
14947 msgstr ""
14948 "Die hier besprochenen Prozeduren umfassen die Bewerbung als Paketbetreuer "
14949 "(<xref linkend=\"new-maintainer\"/>), die Erstellung neuer Pakete (<xref "
14950 "linkend=\"newpackage\"/>), das Hochladen von Paketen (<xref linkend=\"upload"
14951 "\"/>), die Handhabung von Fehlerberichten (<xref linkend=\"bug-handling\"/"
14952 ">), das Verschieben, Entfernen oder Verwaisen von Paketen (<xref linkend="
14953 "\"archive-manip\"/>),  das Portieren von Paketen (<xref linkend=\"porting\"/"
14954 ">) und wie und wann Pakete anderer Paketbetreuer vorläufig veröffentlicht "
14955 "werden (<xref linkend=\"nmu\"/>)."
14956
14957 #. type: Content of: <chapter><para>
14958 #: scope.dbk:23
14959 msgid ""
14960 "The resources discussed in this reference include the mailing lists (<xref "
14961 "linkend=\"mailing-lists\"/>) and servers (<xref linkend=\"server-machines\"/"
14962 ">); a discussion of the structure of the Debian archive (<xref linkend="
14963 "\"archive\"/>); explanation of the different servers which accept package "
14964 "uploads (<xref linkend=\"upload-ftp-master\"/>); and a discussion of "
14965 "resources which can help maintainers with the quality of their packages "
14966 "(<xref linkend=\"tools\"/>)."
14967 msgstr ""
14968 "Die in dieser Referenz besprochenen Ressourcen umfassen die Mailinglisten "
14969 "(<xref linkend=\"mailing-lists\"/>) und Server (<xref linkend=\"server-"
14970 "machines\"/>), eine Erörterung der Struktur des Debian-Archivs (<xref "
14971 "linkend=\"archive\"/>), eine Erklärung der unterschiedlichen Server, die das "
14972 "Hochladen von Paketen akzeptieren (<xref linkend=\"upload-ftp-master\"/>) "
14973 "und eine Erörterung von Mitteln, die Paketbetreuern dabei helfen, die "
14974 "Qualität ihrer Pakete zu gewährleisten (<xref linkend=\"tools\"/>)."
14975
14976 #. type: Content of: <chapter><para>
14977 #: scope.dbk:31
14978 msgid ""
14979 "It should be clear that this reference does not discuss the technical "
14980 "details of Debian packages nor how to generate them.  Nor does this "
14981 "reference detail the standards to which Debian software must comply.  All of "
14982 "such information can be found in the <ulink url=\"&url-debian-policy;"
14983 "\">Debian Policy Manual</ulink>."
14984 msgstr ""
14985 "Es sollte klar sein, dass diese Referenz nicht die technischen Einzelheiten "
14986 "von Debian-Paketen erörtert oder wie sie erstellt werden. Ebenso wenig wird "
14987 "diese Referenz die Standards einzeln aufführen, die Debian-Software erfüllen "
14988 "muss. All diese Informationen finden Sie im <ulink url=\"&url-debian-policy;"
14989 "\">Debian Policy Manual</ulink>."
14990
14991 #. type: Content of: <chapter><para>
14992 #: scope.dbk:38
14993 msgid ""
14994 "Furthermore, this document is <emphasis>not an expression of formal policy</"
14995 "emphasis>.  It contains documentation for the Debian system and generally "
14996 "agreed-upon best practices.  Thus, it is not what is called a ``normative'' "
14997 "document."
14998 msgstr ""
14999 "Weiterhin ist dieses Dokument <emphasis>nicht ein Ausdruck einer formalen "
15000 "Richtlinie</emphasis>. Es enthält Dokumentation für das Debian-System und "
15001 "allgemein vereinbarte gute fachliche Gebräuche. Daher ist es nicht das, was "
15002 "normalerweise als ein »normgebendes« Dokument bezeichnet wird."
15003
15004 #. type: Content of: <appendix><title>
15005 #: tools.dbk:7
15006 msgid "Overview of Debian Maintainer Tools"
15007 msgstr "Überblick über die Werkzeuge der Debian-Betreuer"
15008
15009 #. type: Content of: <appendix><para>
15010 #: tools.dbk:9
15011 msgid ""
15012 "This section contains a rough overview of the tools available to "
15013 "maintainers.  The following is by no means complete or definitive, but just "
15014 "a guide to some of the more popular tools."
15015 msgstr ""
15016 "Dieser Abschnitt enthält eine grobe Übersicht über die Werkzeuge, die "
15017 "Betreuern zur Verfügung stehen. Das Folgende ist beileibe nicht vollständig "
15018 "oder maßgeblich, sondern nur eine Anleitung für einige der beliebstesten "
15019 "Werkzeuge."
15020
15021 #. type: Content of: <appendix><para>
15022 #: tools.dbk:14
15023 msgid ""
15024 "Debian maintainer tools are meant to aid developers and free their time for "
15025 "critical tasks.  As Larry Wall says, there's more than one way to do it."
15026 msgstr ""
15027 "Debian-Betreuerwerkzeuge sind dazu gedacht, Entwicklern zu helfen und Zeit "
15028 "für wirklich kritische Aufgaben einzuräumen. Wie schon Larry Wall sagte, "
15029 "gibt es mehr als einen Weg, um etwas zu erledigen."
15030
15031 #. type: Content of: <appendix><para>
15032 #: tools.dbk:18
15033 msgid ""
15034 "Some people prefer to use high-level package maintenance tools and some do "
15035 "not.  Debian is officially agnostic on this issue; any tool which gets the "
15036 "job done is fine.  Therefore, this section is not meant to stipulate to "
15037 "anyone which tools they should use or how they should go about their duties "
15038 "of maintainership.  Nor is it meant to endorse any particular tool to the "
15039 "exclusion of a competing tool."
15040 msgstr ""
15041 "Einige Leute bevorzugen die Benutzung von hochrangigen "
15042 "Paketverwaltungswerkzeugen, andere nicht. Debian ist bei diesem Thema "
15043 "agnostisch; jedes Werkzeug, das seine Aufgabe erfüllt, ist gut. Daher ist "
15044 "dieser Abschnitt nicht dazu gedacht, jemandem vorzuschreiben, welche "
15045 "Werkzeuge er benutzen oder wie er mit seinen Pflichen als Betreuer umgehen "
15046 "soll. Er ist auch nicht dazu gedacht, ein besonderes Werkzeug zu "
15047 "befürworten, um ein konkurrierendes auszuschließen."
15048
15049 #. type: Content of: <appendix><para>
15050 #: tools.dbk:26
15051 msgid ""
15052 "Most of the descriptions of these packages come from the actual package "
15053 "descriptions themselves.  Further information can be found in the package "
15054 "documentation itself.  You can also see more info with the command "
15055 "<command>apt-cache show <replaceable>package-name</replaceable></command>."
15056 msgstr ""
15057 "Die meisten Beschreibungen dieser Pakete entstammen selbst den tatsächlichen "
15058 "Paketbeschreibungen. Weitere Informationen können in der Paketbeschreibung "
15059 "selbst gefunden werden. Sie können außerdem mit dem Befehl <command>apt-"
15060 "cache show <replaceable>Paketname</replaceable></command> zusätzliche "
15061 "Informationen lesen."
15062
15063 #. type: Content of: <appendix><section><title>
15064 #: tools.dbk:32
15065 msgid "Core tools"
15066 msgstr "Kernwerkzeuge"
15067
15068 #. type: Content of: <appendix><section><para>
15069 #: tools.dbk:34
15070 msgid "The following tools are pretty much required for any maintainer."
15071 msgstr ""
15072 "Die folgenden Werkzeuge werden größtenteils von jedem Betreuer benötigt."
15073
15074 #. type: Content of: <appendix><section><section><title>
15075 #: tools.dbk:37
15076 msgid "<systemitem role=\"package\">dpkg-dev</systemitem>"
15077 msgstr "<systemitem role=\"package\">dpkg-dev</systemitem>"
15078
15079 #. type: Content of: <appendix><section><section><para>
15080 #: tools.dbk:39
15081 msgid ""
15082 "<systemitem role=\"package\">dpkg-dev</systemitem> contains the tools "
15083 "(including <command>dpkg-source</command>) required to unpack, build, and "
15084 "upload Debian source packages.  These utilities contain the fundamental, low-"
15085 "level functionality required to create and manipulate packages; as such, "
15086 "they are essential for any Debian maintainer."
15087 msgstr ""
15088 "<systemitem role=\"package\">dpkg-dev</systemitem> enthält die Werkzeuge "
15089 "(einschließlich <command>dpkg-source</command>), die benötigt werden, um "
15090 "Debian-Pakete zu entpacken, zu erstellen und hochzuladen. Diese "
15091 "Hilfswerkzeuge enthalten die untergeordneten Funktionalitäten, die zum "
15092 "Erstellen und Manipulieren von Paketen benötigt werden; als solches sind sie "
15093 "für jeden Debian-Betreuer erforderlich."
15094
15095 #. type: Content of: <appendix><section><section><title>
15096 #: tools.dbk:48
15097 msgid "<systemitem role=\"package\">debconf</systemitem>"
15098 msgstr "<systemitem role=\"package\">debconf</systemitem>"
15099
15100 #. type: Content of: <appendix><section><section><para>
15101 #: tools.dbk:50
15102 msgid ""
15103 "<systemitem role=\"package\">debconf</systemitem> provides a consistent "
15104 "interface to configuring packages interactively.  It is user interface "
15105 "independent, allowing end-users to configure packages with a text-only "
15106 "interface, an HTML interface, or a dialog interface.  New interfaces can be "
15107 "added as modules."
15108 msgstr ""
15109 "<systemitem role=\"package\">debconf</systemitem> stellt eine einheitliche "
15110 "Schnittstelle zur Verfügung, um Pakete interaktiv zu konfigurieren, Es ist "
15111 "unabhängig von der Schnittstelle des Anwenders, erlaubt Endanwendern Pakete "
15112 "mit einer reinen Textschnittstelle, einer HTML-Schnittstelle oder einer "
15113 "Dialogschnittstelle zu konfigurieren. Neue Schnittstellen können als Module "
15114 "hinzugefügt werden."
15115
15116 #. type: Content of: <appendix><section><section><para>
15117 #: tools.dbk:56
15118 msgid ""
15119 "You can find documentation for this package in the <systemitem role=\"package"
15120 "\">debconf-doc</systemitem> package."
15121 msgstr ""
15122 "Sie können Dokumentation für dieses Paket im Paket <systemitem role=\"package"
15123 "\">debconf-doc</systemitem> finden."
15124
15125 #. type: Content of: <appendix><section><section><para>
15126 #: tools.dbk:60
15127 msgid ""
15128 "Many feel that this system should be used for all packages which require "
15129 "interactive configuration; see <xref linkend=\"bpp-config-mgmt\"/>.  "
15130 "<systemitem role=\"package\">debconf</systemitem> is not currently required "
15131 "by Debian Policy, but that may change in the future."
15132 msgstr ""
15133 "Viele sind der Ansicht, dieses System sollte für alle Pakete verwandt "
15134 "werden, die eine interaktive Konfiguration erfordern; siehe  <xref linkend="
15135 "\"bpp-config-mgmt\"/>. Derzeit wird <systemitem role=\"package\">debconf</"
15136 "systemitem> noch nicht von den Debian Richtlinien benötigt, aber das kann "
15137 "sich in der Zukunft ändern."
15138
15139 #. type: Content of: <appendix><section><section><title>
15140 #: tools.dbk:68
15141 msgid "<systemitem role=\"package\">fakeroot</systemitem>"
15142 msgstr "<systemitem role=\"package\">fakeroot</systemitem>"
15143
15144 #. type: Content of: <appendix><section><section><para>
15145 #: tools.dbk:70
15146 msgid ""
15147 "<systemitem role=\"package\">fakeroot</systemitem> simulates root "
15148 "privileges.  This enables you to build packages without being root (packages "
15149 "usually want to install files with root ownership).  If you have <systemitem "
15150 "role=\"package\">fakeroot</systemitem> installed, you can build packages as "
15151 "a regular user: <literal>dpkg-buildpackage -rfakeroot</literal>."
15152 msgstr ""
15153 "<systemitem role=\"package\">fakeroot</systemitem> simuliert Root-Rechte. "
15154 "Dies ermöglicht Ihnen, Pakete zu erstellen ohne Root zu sein (Pakete möchten "
15155 "üblicherweise Dateien mit Root-Besitzrechten installieren). Falls Sie "
15156 "<systemitem role=\"package\">fakeroot</systemitem> installiert haben, können "
15157 "Sie Pakete als normaler Anwender erstellen: <literal>dpkg-buildpackage -"
15158 "rfakeroot</literal>."
15159
15160 #. type: Content of: <appendix><section><title>
15161 #: tools.dbk:81
15162 msgid "Package lint tools"
15163 msgstr "Lint-Werkzeuge für Pakete"
15164
15165 #. type: Content of: <appendix><section><para>
15166 #: tools.dbk:83
15167 msgid ""
15168 "According to the Free On-line Dictionary of Computing (FOLDOC), `lint' is a "
15169 "Unix C language processor which carries out more thorough checks on the code "
15170 "than is usual with C compilers.  Package lint tools help package maintainers "
15171 "by automatically finding common problems and policy violations in their "
15172 "packages."
15173 msgstr ""
15174 "Gemäß dem Free On-line Dictionary of Computing (FOLDOC) ist »lint« ein Unix-"
15175 "Prozessor für die Sprache C, der gründlichere Prüfungen des Codes mitbringt "
15176 "als übliche C-Kompiler. Lint-Werkzeuge für Pakete helfen Paketbetreuern "
15177 "automatisch häufige Probleme und Richtlinienverletzungen in ihren Paketen zu "
15178 "finden."
15179
15180 #. type: Content of: <appendix><section><section><title>
15181 #: tools.dbk:89
15182 msgid "<systemitem role=\"package\">lintian</systemitem>"
15183 msgstr "<systemitem role=\"package\">lintian</systemitem>"
15184
15185 #. type: Content of: <appendix><section><section><para>
15186 #: tools.dbk:91
15187 msgid ""
15188 "<systemitem role=\"package\">lintian</systemitem> dissects Debian packages "
15189 "and emits information about bugs and policy violations.  It contains "
15190 "automated checks for many aspects of Debian policy as well as some checks "
15191 "for common errors."
15192 msgstr ""
15193 "<systemitem role=\"package\">lintian</systemitem> zerlegt Debian-Pakete und "
15194 "gibt Informationen über Fehler und Richtlinien-Verletzungen aus. Es enthält "
15195 "automatisierte Prüfungen für viele Gesichtspunkte der Debian-Richtlinien, "
15196 "als auch einige Prüfungen für häufige Fehler."
15197
15198 #. type: Content of: <appendix><section><section><para>
15199 #: tools.dbk:97
15200 msgid ""
15201 "You should periodically get the newest <systemitem role=\"package\">lintian</"
15202 "systemitem> from <literal>unstable</literal> and check over all your "
15203 "packages.  Notice that the <literal>-i</literal> option provides detailed "
15204 "explanations of what each error or warning means, what its basis in Policy "
15205 "is, and commonly how you can fix the problem."
15206 msgstr ""
15207 "Sie sollten regelmäßig das neuste <systemitem role=\"package\">lintian</"
15208 "systemitem> aus <literal>unstable</literal> besorgen und all Ihre Pakete "
15209 "überprüfen. Beachten Sie, dass die Option <literal>-i</literal> detaillierte "
15210 "Erklärungen liefert, was jeder Fehler oder jede Warnung bedeutet, was die "
15211 "Grundlage in der Richtlinie ist und wie das Problem üblicherweise behoben "
15212 "werden kann."
15213
15214 #. type: Content of: <appendix><section><section><para>
15215 #: tools.dbk:104
15216 msgid ""
15217 "Refer to <xref linkend=\"sanitycheck\"/> for more information on how and "
15218 "when to use Lintian."
15219 msgstr ""
15220 "Es sei für weitere Informationen darüber, wie und wann Lintian benutzt wird, "
15221 "auf <xref linkend=\"sanitycheck\"/> verwiesen."
15222
15223 #. type: Content of: <appendix><section><section><para>
15224 #: tools.dbk:108
15225 msgid ""
15226 "You can also see a summary of all problems reported by Lintian on your "
15227 "packages at <ulink url=\"&url-lintian;\"></ulink>.  These reports contain "
15228 "the latest <command>lintian</command> output for the whole development "
15229 "distribution (<literal>unstable</literal>)."
15230 msgstr ""
15231 "Sie können außerdem eine Zusammenfassung aller Probleme, die Lintian in all "
15232 "Ihren Paketen meldet unter <ulink url=\"&url-lintian;\"></ulink> ansehen. "
15233 "Diese Berichte enthalten die letzte Ausgabe von <command>lintian</command> "
15234 "für die ganze Entwicklungsdistribution (<literal>unstable</literal>)."
15235
15236 #. type: Content of: <appendix><section><section><title>
15237 #: tools.dbk:116
15238 msgid "<command>debdiff</command>"
15239 msgstr "<command>debdiff</command>"
15240
15241 #. type: Content of: <appendix><section><section><para>
15242 #: tools.dbk:118
15243 msgid ""
15244 "<command>debdiff</command> (from the <systemitem role=\"package"
15245 "\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/>)  "
15246 "compares file lists and control files of two packages.  It is a simple "
15247 "regression test, as it will help you notice if the number of binary packages "
15248 "has changed since the last upload, or if something has changed in the "
15249 "control file.  Of course, some of the changes it reports will be all right, "
15250 "but it can help you prevent various accidents."
15251 msgstr ""
15252 "<command>debdiff</command> (aus dem Paket <systemitem role=\"package"
15253 "\">devscripts</systemitem>, <xref linkend=\"devscripts\"/>) vergleicht die "
15254 "Dateilisten und »control«-Dateien zweier Pakete. Es ist ein einfacher "
15255 "Rückfalltest, der Ihnen hilft festzustellen, ob sich die Anzahl der "
15256 "Binärpakete seit dem letzten Upload verändert hat oder ob sich etwas in der "
15257 "»control«-Datei geändert hat. Natürlich werden einige Änderungen, die es "
15258 "meldet, in Ordnung sein, aber es kann Ihnen helfen verschiedene Unfälle zu "
15259 "verhüten."
15260
15261 #. type: Content of: <appendix><section><section><para>
15262 #: tools.dbk:127
15263 msgid "You can run it over a pair of binary packages:"
15264 msgstr "Sie können es für ein Paar binärer Pakete ausführen:"
15265
15266 #. type: Content of: <appendix><section><section><screen>
15267 #: tools.dbk:130
15268 #, no-wrap
15269 msgid "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
15270 msgstr "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
15271
15272 #. type: Content of: <appendix><section><section><para>
15273 #: tools.dbk:133
15274 msgid "Or even a pair of changes files:"
15275 msgstr "oder sogar für ein Paar aus »changes«-Dateien:"
15276
15277 #. type: Content of: <appendix><section><section><screen>
15278 #: tools.dbk:136
15279 #, no-wrap
15280 msgid "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
15281 msgstr "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
15282
15283 #. type: Content of: <appendix><section><section><para>
15284 #: tools.dbk:139
15285 msgid ""
15286 "For more information please see <citerefentry> <refentrytitle>debdiff</"
15287 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
15288 msgstr ""
15289 "Um weitere Informationen zu erhalten, lesen Sie <citerefentry> "
15290 "<refentrytitle>debdiff</refentrytitle> <manvolnum>1</manvolnum> </"
15291 "citerefentry>."
15292
15293 #. type: Content of: <appendix><section><title>
15294 #: tools.dbk:148
15295 msgid "Helpers for <filename>debian/rules</filename>"
15296 msgstr "Helper-Skripte für <filename>debian/rules</filename>"
15297
15298 #. type: Content of: <appendix><section><para>
15299 #: tools.dbk:150
15300 msgid ""
15301 "Package building tools make the process of writing <filename>debian/rules</"
15302 "filename> files easier.  See <xref linkend=\"helper-scripts\"/> for more "
15303 "information about why these might or might not be desired."
15304 msgstr ""
15305 "Paketerstellungswerkzeuge erleichtern das Verfassen von <filename>debian/"
15306 "rules</filename>-Dateien. Lesen Sie <xref linkend=\"helper-scripts\"/>, um "
15307 "weitere Informationen darüber zu erhalten, warum dies erwünscht und jenes "
15308 "unerwünscht sein könnte."
15309
15310 #. type: Content of: <appendix><section><section><title>
15311 #: tools.dbk:156
15312 msgid "<systemitem role=\"package\">debhelper</systemitem>"
15313 msgstr "<systemitem role=\"package\">debhelper</systemitem>"
15314
15315 #. type: Content of: <appendix><section><section><para>
15316 #: tools.dbk:158
15317 msgid ""
15318 "<systemitem role=\"package\">debhelper</systemitem> is a collection of "
15319 "programs which can be used in <filename>debian/rules</filename> to automate "
15320 "common tasks related to building binary Debian packages.  <systemitem role="
15321 "\"package\">debhelper</systemitem> includes programs to install various "
15322 "files into your package, compress files, fix file permissions, and integrate "
15323 "your package with the Debian menu system."
15324 msgstr ""
15325 "<systemitem role=\"package\">debhelper</systemitem> ist eine "
15326 "Programmsammlung, die in <filename>debian/rules</filename> benutzt werden "
15327 "kann, um häufige Aufgaben zu automatisieren, die sich auf das Erstellen "
15328 "binärer Debian-Pakete beziehen. <systemitem role=\"package\">debhelper</"
15329 "systemitem> enthält Programme, um verschiedene Dateien in Ihre Pakete zu "
15330 "installieren, Dateien zu komprimieren, Dateirechte zu korrigieren und Ihr "
15331 "Paket in das Debian-Menüsystem zu integrieren."
15332
15333 #. type: Content of: <appendix><section><section><para>
15334 #: tools.dbk:166
15335 msgid ""
15336 "Unlike some approaches, <systemitem role=\"package\">debhelper</systemitem> "
15337 "is broken into several small, simple commands which act in a consistent "
15338 "manner.  As such, it allows more fine-grained control than some of the other "
15339 "debian/rules tools."
15340 msgstr ""
15341 "Anders als bei einigen Herangehensweisen ist <systemitem role=\"package"
15342 "\">debhelper</systemitem> in mehrere kleine einfache Befehle unterteilt, die "
15343 "auf eine durchgängige Art zusammenarbeiten. Als solches erlaubt es eine "
15344 "detailliertere Steuerung, als andere Werkzeuge für »debian/rules«."
15345
15346 #. type: Content of: <appendix><section><section><para>
15347 #: tools.dbk:172
15348 msgid ""
15349 "There are a number of little <systemitem role=\"package\">debhelper</"
15350 "systemitem> add-on packages, too transient to document.  You can see the "
15351 "list of most of them by doing <literal>apt-cache search ^dh-</literal>."
15352 msgstr ""
15353 "Es gibt eine zu große Zahl kleiner Erweiterungspakete für <systemitem role="
15354 "\"package\">debhelper</systemitem>, die zu kurzlebig sind, um sie zu "
15355 "dokumentieren. Sie können die Liste der meisten von Ihnen ansehen, indem Sie "
15356 "<literal>apt-cache search ^dh-</literal> aufrufen."
15357
15358 #. type: Content of: <appendix><section><section><title>
15359 #: tools.dbk:179
15360 msgid "<systemitem role=\"package\">dh-make</systemitem>"
15361 msgstr "<systemitem role=\"package\">dh-make</systemitem>"
15362
15363 #. type: Content of: <appendix><section><section><para>
15364 #: tools.dbk:181
15365 msgid ""
15366 "The <systemitem role=\"package\">dh-make</systemitem> package contains "
15367 "<command>dh_make</command>, a program that creates a skeleton of files "
15368 "necessary to build a Debian package out of a source tree.  As the name "
15369 "suggests, <command>dh_make</command> is a rewrite of <systemitem role="
15370 "\"package\">debmake</systemitem> and its template files use <command>dh_*</"
15371 "command> programs from <systemitem role=\"package\">debhelper</systemitem>."
15372 msgstr ""
15373 "Das Paket <systemitem role=\"package\">dh-make</systemitem> enthält ein "
15374 "Programm gleichen Namens, das ein Gerüst von Dateien erstellt, die nötig "
15375 "sind, um Debian-Pakete aus einem Quellcodeverzeichnisbaum zu erstellen. Wie "
15376 "der Name schon nahelegt, ist <command>dh_make</command> eine Neufassung von "
15377 "<systemitem role=\"package\">debmake</systemitem> dessen Schablonendateien "
15378 "<command>dh_*</command>-Programme von <systemitem role=\"package"
15379 "\">debhelper</systemitem> benutzen."
15380
15381 #. type: Content of: <appendix><section><section><para>
15382 #: tools.dbk:189
15383 msgid ""
15384 "While the rules files generated by <command>dh_make</command> are in general "
15385 "a sufficient basis for a working package, they are still just the "
15386 "groundwork: the burden still lies on the maintainer to finely tune the "
15387 "generated files and make the package entirely functional and Policy-"
15388 "compliant."
15389 msgstr ""
15390 "Während die von <command>dh_make</command> generierten »rules«-Dateien im "
15391 "Allgemeinen eine ausreichende Basis für ein funktionierendes Paket bilden, "
15392 "gibt es immer noch die grundlegenden Arbeiten: Die Last für die "
15393 "Feinabstimmung und das Paket funktional und richtlinienkonform zu machen, "
15394 "liegt immer noch beim Betreuer."
15395
15396 #. type: Content of: <appendix><section><section><title>
15397 #: tools.dbk:197
15398 msgid "<systemitem role=\"package\">equivs</systemitem>"
15399 msgstr "<systemitem role=\"package\">equivs</systemitem>"
15400
15401 #. type: Content of: <appendix><section><section><para>
15402 #: tools.dbk:199
15403 msgid ""
15404 "<systemitem role=\"package\">equivs</systemitem> is another package for "
15405 "making packages.  It is often suggested for local use if you need to make a "
15406 "package simply to fulfill dependencies.  It is also sometimes used when "
15407 "making ``meta-packages'', which are packages whose only purpose is to depend "
15408 "on other packages."
15409 msgstr ""
15410 "<systemitem role=\"package\">equivs</systemitem> ist ein weiteres Paket für "
15411 "die Paketerstellung. Es wird oft für den lokalen Gebrauch vorgeschlagen, "
15412 "falls Sie einfach ein Paket erstellen müssen, um Abhängigkeiten zu erfüllen. "
15413 "Es wird manchmal auch benutzt, um »Meta-Pakete« zu erstellen. Dabei handelt "
15414 "es sich um Pakete, deren einziger Zweck darin besteht, von anderen Paketen "
15415 "abzuhängen."
15416
15417 #. type: Content of: <appendix><section><title>
15418 #: tools.dbk:210
15419 msgid "Package builders"
15420 msgstr "Paket-Builder"
15421
15422 #. type: Content of: <appendix><section><para>
15423 #: tools.dbk:212
15424 msgid ""
15425 "The following packages help with the package building process, general "
15426 "driving <command>dpkg-buildpackage</command> as well as handling supporting "
15427 "tasks."
15428 msgstr ""
15429 "Die folgenden Pakete helfen beim Prozess der Paketerstellung und führen im "
15430 "Allgemeinen <command>dpkg-buildpackage</command> aus, um unterstützende "
15431 "Aufgaben zu behandeln."
15432
15433 #. type: Content of: <appendix><section><section><title>
15434 #: tools.dbk:216
15435 msgid "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
15436 msgstr "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
15437
15438 #. type: Content of: <appendix><section><section><para>
15439 #: tools.dbk:218
15440 msgid ""
15441 "<systemitem role=\"package\">cvs-buildpackage</systemitem> provides the "
15442 "capability to inject or import Debian source packages into a CVS repository, "
15443 "build a Debian package from the CVS repository, and helps in integrating "
15444 "upstream changes into the repository."
15445 msgstr ""
15446 "<systemitem role=\"package\">cvs-buildpackage</systemitem> stellt die "
15447 "Fähigkeit bereit, wichtige Debian-Quellpakete in ein CVS-Depot einzuspeisen, "
15448 "ein Debian-Paket aus dem CVS-Depot zu erstellen und bei der Integration von "
15449 "Änderungen der Originalautoren in das CVS-Depot zu helfen."
15450
15451 #. type: Content of: <appendix><section><section><para>
15452 #: tools.dbk:224
15453 msgid ""
15454 "These utilities provide an infrastructure to facilitate the use of CVS by "
15455 "Debian maintainers.  This allows one to keep separate CVS branches of a "
15456 "package for <literal>stable</literal>, <literal>unstable</literal> and "
15457 "possibly <literal>experimental</literal> distributions, along with the other "
15458 "benefits of a version control system."
15459 msgstr ""
15460 "Diese Hilfswerkzeuge bieten eine Infrastruktur, um Debian-Betreuern den "
15461 "Gebrauch von CVS zu erleichtern. Dies ermöglicht getrennte Zweige von "
15462 "Paketen für die Distributionen <literal>stable</literal>, <literal>unstable</"
15463 "literal> und möglicherweise <literal>experimental</literal> vorzuhalten, "
15464 "zusammen mit den anderen Vorteilen eines Versionsverwaltungssystems."
15465
15466 #. type: Content of: <appendix><section><section><title>
15467 #: tools.dbk:233
15468 msgid "<systemitem role=\"package\">debootstrap</systemitem>"
15469 msgstr "<systemitem role=\"package\">debootstrap</systemitem>"
15470
15471 #. type: Content of: <appendix><section><section><para>
15472 #: tools.dbk:235
15473 msgid ""
15474 "The <systemitem role=\"package\">debootstrap</systemitem> package and script "
15475 "allows you to bootstrap a Debian base system into any part of your "
15476 "filesystem.  By base system, we mean the bare minimum of packages required "
15477 "to operate and install the rest of the system."
15478 msgstr ""
15479 "Das Paket und Skript <systemitem role=\"package\">debootstrap</systemitem> "
15480 "ermöglicht Ihnen das Urladen eines Debian-Basissystems in irgendeinen Teil "
15481 "Ihres Dateisystems. Mit Basissystem ist ein Minimum an installierten Paketen "
15482 "gemeint, die nötig sind, um des Rest des Systems zu betreiben und zu "
15483 "installieren."
15484
15485 #. type: Content of: <appendix><section><section><para>
15486 #: tools.dbk:241
15487 msgid ""
15488 "Having a system like this can be useful in many ways.  For instance, you can "
15489 "<command>chroot</command> into it if you want to test your build "
15490 "dependencies.  Or you can test how your package behaves when installed into "
15491 "a bare base system.  Chroot builders use this package; see below."
15492 msgstr ""
15493 "Ein solches System zu haben, kann in vielerlei Hinsicht nützlich sein. Sie "
15494 "können zum Beispiel mit <command>chroot</command> in das System gehen und "
15495 "wenn Sie wollen, Ihre Build-Abhängigkeiten testen. Oder Sie können testen, "
15496 "wie sich Ihr Paket verhält, wenn es in ein nacktes Basissystem installiert "
15497 "wird. Chroot-Builder benutzen dieses Paket; siehe Folgendes."
15498
15499 #. type: Content of: <appendix><section><section><title>
15500 #: tools.dbk:249
15501 msgid "<systemitem role=\"package\">pbuilder</systemitem>"
15502 msgstr "<systemitem role=\"package\">pbuilder</systemitem>"
15503
15504 #. type: Content of: <appendix><section><section><para>
15505 #: tools.dbk:251
15506 msgid ""
15507 "<systemitem role=\"package\">pbuilder</systemitem> constructs a chrooted "
15508 "system, and builds a package inside the chroot.  It is very useful to check "
15509 "that a package's build-dependencies are correct, and to be sure that "
15510 "unnecessary and wrong build dependencies will not exist in the resulting "
15511 "package."
15512 msgstr ""
15513 "<systemitem role=\"package\">pbuilder</systemitem> konstruiert ein Chroot-"
15514 "System und erstellt ein Paket innerhalb der Chroot-Umgebung. Es ist sehr "
15515 "nützlich, um zu prüfen, ob die Build-Abhängigkeiten des Pakets korrekt sind "
15516 "und um sicher zu sein, dass keine unnötigen oder falschen Build-"
15517 "Abhängigkeiten in dem resultierenden Paket existieren."
15518
15519 #. type: Content of: <appendix><section><section><para>
15520 #: tools.dbk:257
15521 msgid ""
15522 "A related package is <systemitem role=\"package\">pbuilder-uml</systemitem>, "
15523 "which goes even further by doing the build within a User Mode Linux "
15524 "environment."
15525 msgstr ""
15526 "Ein verwandtes Paket ist <systemitem role=\"package\">pbuilder-uml</"
15527 "systemitem>, das sogar noch weiter geht, indem es den Build innerhalb einer "
15528 "User-Mode-Linux-Umgebung durchführt."
15529
15530 #. type: Content of: <appendix><section><section><title>
15531 #: tools.dbk:264
15532 msgid "<systemitem role=\"package\">sbuild</systemitem>"
15533 msgstr "<systemitem role=\"package\">sbuild</systemitem>"
15534
15535 #. type: Content of: <appendix><section><section><para>
15536 #: tools.dbk:266
15537 msgid ""
15538 "<systemitem role=\"package\">sbuild</systemitem> is another automated "
15539 "builder.  It can use chrooted environments as well.  It can be used stand-"
15540 "alone, or as part of a networked, distributed build environment.  As the "
15541 "latter, it is part of the system used by porters to build binary packages "
15542 "for all the available architectures.  See <xref linkend=\"wanna-build\"/> "
15543 "for more information, and <ulink url=\"&url-buildd;\"></ulink> to see the "
15544 "system in action."
15545 msgstr ""
15546 "<systemitem role=\"package\">sbuild</systemitem> ist ein weiterer "
15547 "automatisierter Builder. Er kann auch Chroot-Umgebungen benutzen. Er kann "
15548 "eigenständig benutzt werden oder als Teil einer verteilten Build-Umgebung "
15549 "über ein Netzwerk. Als letzteres ist er Teil des Systems, das Portierer "
15550 "benutzen, um Binärpakete für all die verfügbaren Architekturen zu erstellen. "
15551 "Weitere Informationen finden Sie unter <xref linkend=\"wanna-build\"/> und "
15552 "das System können Sie unter <ulink url=\"&url-buildd;\"></ulink> in Aktion "
15553 "sehen."
15554
15555 #. type: Content of: <appendix><section><title>
15556 #: tools.dbk:278
15557 msgid "Package uploaders"
15558 msgstr "Programme zum Hochladen von Paketen"
15559
15560 #. type: Content of: <appendix><section><para>
15561 #: tools.dbk:280
15562 msgid ""
15563 "The following packages help automate or simplify the process of uploading "
15564 "packages into the official archive."
15565 msgstr ""
15566 "Die folgenden Pakete helfen den Prozess, Pakete in das offizielle Archiv "
15567 "hochzuladen, zu automatisieren oder zu vereinfachen."
15568
15569 #. type: Content of: <appendix><section><section><title>
15570 #: tools.dbk:284
15571 msgid "<systemitem role=\"package\">dupload</systemitem>"
15572 msgstr "<systemitem role=\"package\">dupload</systemitem>"
15573
15574 #. type: Content of: <appendix><section><section><para>
15575 #: tools.dbk:286
15576 msgid ""
15577 "<systemitem role=\"package\">dupload</systemitem> is a package and a script "
15578 "to automatically upload Debian packages to the Debian archive, to log the "
15579 "upload, and to send mail about the upload of a package.  You can configure "
15580 "it for new upload locations or methods."
15581 msgstr ""
15582 "<systemitem role=\"package\">dupload</systemitem> ist ein Paket und ein "
15583 "Skript, um Debian-Pakete automatisch in das Debian-Archiv hochzuladen, den "
15584 "Upload zu protokollieren und Mails über den Upload eines Pakets zu "
15585 "versenden. Sie können es für neue Upload-Orte und -Methoden konfigurieren."
15586
15587 #. type: Content of: <appendix><section><section><title>
15588 #: tools.dbk:294
15589 msgid "<systemitem role=\"package\">dput</systemitem>"
15590 msgstr "<systemitem role=\"package\">dput</systemitem>"
15591
15592 #. type: Content of: <appendix><section><section><para>
15593 #: tools.dbk:296
15594 msgid ""
15595 "The <systemitem role=\"package\">dput</systemitem> package and script does "
15596 "much the same thing as <systemitem role=\"package\">dupload</systemitem>, "
15597 "but in a different way.  It has some features over <systemitem role=\"package"
15598 "\">dupload</systemitem>, such as the ability to check the GnuPG signature "
15599 "and checksums before uploading, and the possibility of running "
15600 "<command>dinstall</command> in dry-run mode after the upload."
15601 msgstr ""
15602 "Das Paket und Skript <systemitem role=\"package\">dput</systemitem> tut das "
15603 "gleiche wie <systemitem role=\"package\">dupload</systemitem>, aber auf eine "
15604 "andere Art. Es hat einige Funktionalitäten mehr als <systemitem role="
15605 "\"package\">dupload</systemitem>, wie die Fähigkeit GnuPG-Signaturen und "
15606 "Prüfsummen vor dem Upload zu überprüfen und die Möglichkeit nach dem Upload "
15607 "<command>dinstall</command> im Leerlaufmodus auszuführen."
15608
15609 #. type: Content of: <appendix><section><section><title>
15610 #: tools.dbk:306
15611 msgid "<command>dcut</command>"
15612 msgstr "<command>dcut</command>"
15613
15614 #. type: Content of: <appendix><section><section><para>
15615 #: tools.dbk:308
15616 msgid ""
15617 "The <command>dcut</command> script (part of the package <systemitem role="
15618 "\"package\">dput</systemitem>, <xref linkend=\"dput\"/>) helps in removing "
15619 "files from the ftp upload directory."
15620 msgstr ""
15621 "Das Skript <command>dcut</command> (Teil des Pakets <systemitem role="
15622 "\"package\">dput</systemitem>, <xref linkend=\"dput\"/>) hilft beim "
15623 "Entfernen von Dateien aus dem FTP-Upload-Verzeichnis."
15624
15625 #. type: Content of: <appendix><section><title>
15626 #: tools.dbk:316
15627 msgid "Maintenance automation"
15628 msgstr "Verwaltungsautomatisierung"
15629
15630 #. type: Content of: <appendix><section><para>
15631 #: tools.dbk:318
15632 msgid ""
15633 "The following tools help automate different maintenance tasks, from adding "
15634 "changelog entries or signature lines and looking up bugs in Emacs to making "
15635 "use of the newest and official <filename>config.sub</filename>."
15636 msgstr ""
15637 "Die folgenden Werkzeuge helfen verschiedene Verwaltungsaufgaben "
15638 "vomHinzufügen von Änderungsprotokolleinträgen oder Signaturzeilen bis zum "
15639 "Nachschlagen von Fehlern in Emacs zum Gebrauch vom neusten und offiziellen "
15640 "<filename>config.sub</filename> zu automatisieren."
15641
15642 #. type: Content of: <appendix><section><section><title>
15643 #: tools.dbk:323
15644 msgid "<systemitem role=\"package\">devscripts</systemitem>"
15645 msgstr "<systemitem role=\"package\">devscripts</systemitem>"
15646
15647 #. type: Content of: <appendix><section><section><para>
15648 #: tools.dbk:325
15649 msgid ""
15650 "<systemitem role=\"package\">devscripts</systemitem> is a package containing "
15651 "wrappers and tools which are very helpful for maintaining your Debian "
15652 "packages.  Example scripts include <command>debchange</command> and "
15653 "<command>dch</command>, which manipulate your <filename>debian/changelog</"
15654 "filename> file from the command-line, and <command>debuild</command>, which "
15655 "is a wrapper around <command>dpkg-buildpackage</command>.  The <command>bts</"
15656 "command> utility is also very helpful to update the state of bug reports on "
15657 "the command line.  <command>uscan</command> can be used to watch for new "
15658 "upstream versions of your packages.  <command>debrsign</command> can be used "
15659 "to remotely sign a package prior to upload, which is nice when the machine "
15660 "you build the package on is different from where your GPG keys are."
15661 msgstr ""
15662 "<systemitem role=\"package\">devscripts</systemitem> ist ein Paket, das "
15663 "Wrapper und Werkzeuge enthält, die die sehr hilfreich für die Verwaltung von "
15664 "Debian-Paketen sind. Beispielskripte beinhalten <command>debchange</command> "
15665 "und <command>dch</command>, die Ihre <filename>debian/changelog</filename>-"
15666 "Datei von der Befehlszeile manipulieren und <command>debuild</command>, das "
15667 "ein Wrapper um <command>dpkg-buildpackage</command> ist. Außerdem ist das "
15668 "Hilfswerkzeug <command>bts</command> sehr hilfreich, um den Status von "
15669 "Fehlerberichten auf der Befehlszeile zu aktualisieren. <command>uscan</"
15670 "command>  kann benutzt werden, um neue Versionen Ihres Pakets von den "
15671 "Originalautoren zu beobachten. <command>debrsign</command> kann benutzt "
15672 "werden, um ein Paket vor dem Upload aus der Ferne zu signieren, was angenehm "
15673 "ist, wenn der Rechner, auf dem Sie das Paket erstellen, sich von dem "
15674 "unterscheidet, auf dem die GPG-Schlüssel liegen."
15675
15676 #. type: Content of: <appendix><section><section><para>
15677 #: tools.dbk:339
15678 msgid ""
15679 "See the <citerefentry> <refentrytitle>devscripts</refentrytitle> "
15680 "<manvolnum>1</manvolnum> </citerefentry> manual page for a complete list of "
15681 "available scripts."
15682 msgstr ""
15683 "Eine vollständige Liste der verfügbaren Skripte finden Sie auf der "
15684 "Handbuchseite <citerefentry> <refentrytitle>devscripts</refentrytitle> "
15685 "<manvolnum>1</manvolnum> </citerefentry>."
15686
15687 #. type: Content of: <appendix><section><section><title>
15688 #: tools.dbk:346
15689 msgid "<systemitem role=\"package\">autotools-dev</systemitem>"
15690 msgstr "<systemitem role=\"package\">autotools-dev</systemitem>"
15691
15692 #. type: Content of: <appendix><section><section><para>
15693 #: tools.dbk:348
15694 msgid ""
15695 "<systemitem role=\"package\">autotools-dev</systemitem> contains best "
15696 "practices for people who maintain packages which use <command>autoconf</"
15697 "command> and/or <command>automake</command>.  Also contains canonical "
15698 "<filename>config.sub</filename> and <filename>config.guess</filename> files "
15699 "which are known to work on all Debian ports."
15700 msgstr ""
15701 "<systemitem role=\"package\">autotools-dev</systemitem> enthält optimale "
15702 "Vorgehensweisen für Leute, die Pakete betreuen, die <command>autoconf</"
15703 "command> und/oder <command>automake</command> benutzen. Außerdem anthält es "
15704 "vorschriftsmäßige <filename>config.sub</filename>- und <filename>config."
15705 "guess</filename>-Dateien, von denen bekannt ist, dass sie auf allen Debian-"
15706 "Portierungen funktionieren."
15707
15708 #. type: Content of: <appendix><section><section><title>
15709 #: tools.dbk:357
15710 msgid "<systemitem role=\"package\">dpkg-repack</systemitem>"
15711 msgstr "<systemitem role=\"package\">dpkg-repack</systemitem>"
15712
15713 #. type: Content of: <appendix><section><section><para>
15714 #: tools.dbk:359
15715 msgid ""
15716 "<command>dpkg-repack</command> creates Debian package file out of a package "
15717 "that has already been installed.  If any changes have been made to the "
15718 "package while it was unpacked (e.g., files in <filename>/etc</filename> were "
15719 "modified), the new package will inherit the changes."
15720 msgstr ""
15721 "<command>dpkg-repack</command> erstellt eine Debian-Paketdatei aus einem "
15722 "Paket, das bereits installiert wurde. Falls irgendwelche Änderungen "
15723 "vorgenommen wurden, während das Pakert entpackt war (es wurden z.B. Dateien "
15724 "in <filename>/etc</filename> verändert), wird das neue Paket die Änderungen "
15725 "erben."
15726
15727 #. type: Content of: <appendix><section><section><para>
15728 #: tools.dbk:365
15729 msgid ""
15730 "This utility can make it easy to copy packages from one computer to another, "
15731 "or to recreate packages which are installed on your system but no longer "
15732 "available elsewhere, or to save the current state of a package before you "
15733 "upgrade it."
15734 msgstr ""
15735 "Dieses Hilfswerkzeug kann das Kopieren von Paketen von einem Rechner zu "
15736 "einem anderen, das Neuerstellen von Paketen, die auf Ihrem System "
15737 "installiert wurden, aber nirgendwo mehr verfügbar sind oder das Sichern des "
15738 "derzeitigen Paketstatus vor dem Upgrade vereinfachen."
15739
15740 #. type: Content of: <appendix><section><section><title>
15741 #: tools.dbk:372
15742 msgid "<systemitem role=\"package\">alien</systemitem>"
15743 msgstr "<systemitem role=\"package\">alien</systemitem>"
15744
15745 #. type: Content of: <appendix><section><section><para>
15746 #: tools.dbk:374
15747 msgid ""
15748 "<command>alien</command> converts binary packages between various packaging "
15749 "formats, including Debian, RPM (RedHat), LSB (Linux Standard Base), Solaris, "
15750 "and Slackware packages."
15751 msgstr ""
15752 "<command>alien</command> wandelt Binärpakete zwischen verschiedenen "
15753 "Paketformaten, einschließlich Debian, RPM (RedHat), LSB (Linux Standard "
15754 "Base), Solaris und Slackware um."
15755
15756 #. type: Content of: <appendix><section><section><title>
15757 #: tools.dbk:381
15758 msgid "<systemitem role=\"package\">debsums</systemitem>"
15759 msgstr "<systemitem role=\"package\">debsums</systemitem>"
15760
15761 #. type: Content of: <appendix><section><section><para>
15762 #: tools.dbk:383
15763 msgid ""
15764 "<command>debsums</command> checks installed packages against their MD5 "
15765 "sums.  Note that not all packages have MD5 sums, since they aren't required "
15766 "by Policy."
15767 msgstr ""
15768 "<command>debsums</command> überprüft die MD5-Prüfsummen von installierten "
15769 "Paketen. Beachten Sie, dass nicht alle Pakete MD5-Prüfsummen haben, da diese "
15770 "nicht von den Richtlinien vorgeschrieben werden."
15771
15772 #. type: Content of: <appendix><section><section><title>
15773 #: tools.dbk:389
15774 msgid "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
15775 msgstr "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
15776
15777 #. type: Content of: <appendix><section><section><para>
15778 #: tools.dbk:391
15779 msgid ""
15780 "<systemitem role=\"package\">dpkg-dev-el</systemitem> is an Emacs lisp "
15781 "package which provides assistance when editing some of the files in the "
15782 "<filename>debian</filename> directory of your package.  For instance, there "
15783 "are handy functions for listing a package's current bugs, and for finalizing "
15784 "the latest entry in a <filename>debian/changelog</filename> file."
15785 msgstr ""
15786 "<systemitem role=\"package\">dpkg-dev-el</systemitem> ist ein Emacs-Lisp-"
15787 "Paket, das Unterstützung beim Bearbeiten von Dateien im <filename>debian</"
15788 "filename>-Verzeichnis Ihres Pakets bietet. Es gibt dort zum Beispiel "
15789 "praktische Funktionen, um die aktuellen Fehler eines Programm aufzulisten "
15790 "und um den letzten Eintrag in einer <filename>debian/changelog</filename>-"
15791 "Datei zu beenden."
15792
15793 #. type: Content of: <appendix><section><section><title>
15794 #: tools.dbk:400
15795 msgid "<command>dpkg-depcheck</command>"
15796 msgstr "<command>dpkg-depcheck</command>"
15797
15798 #. type: Content of: <appendix><section><section><para>
15799 #: tools.dbk:402
15800 msgid ""
15801 "<command>dpkg-depcheck</command> (from the <systemitem role=\"package"
15802 "\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/>)  runs a "
15803 "command under <command>strace</command> to determine all the packages that "
15804 "were used by the said command."
15805 msgstr ""
15806 "<command>dpkg-depcheck</command> (aus dem Paket <systemitem role=\"package"
15807 "\">devscripts</systemitem>, <xref linkend=\"devscripts\"/>) führt einen "
15808 "Befehl unter <command>strace</command> aus, um festzustellen, welche Pakete "
15809 "vom angegebenen Befehl benutzt werden."
15810
15811 #. type: Content of: <appendix><section><section><para>
15812 #: tools.dbk:408
15813 msgid ""
15814 "For Debian packages, this is useful when you have to compose a "
15815 "<literal>Build-Depends</literal> line for your new package: running the "
15816 "build process through <command>dpkg-depcheck</command> will provide you with "
15817 "a good first approximation of the build-dependencies.  For example:"
15818 msgstr ""
15819 "Für Debian-Pakete ist dies nützlich, wenn Sie eine <literal>Build-Depends</"
15820 "literal>-Zeile für Ihr neues Paket verfassen müssen: den Build-Prozess durch "
15821 "<command>dpkg-depcheck</command> auszuführen wird Sie mit einer guten ersten "
15822 "Annäherung von Build-Abhängigkeiten versorgen. Zum Beispiel:"
15823
15824 #. type: Content of: <appendix><section><section><screen>
15825 #: tools.dbk:414
15826 #, no-wrap
15827 msgid "dpkg-depcheck -b debian/rules build\n"
15828 msgstr "dpkg-depcheck -b debian/rules build\n"
15829
15830 #. type: Content of: <appendix><section><section><para>
15831 #: tools.dbk:417
15832 msgid ""
15833 "<command>dpkg-depcheck</command> can also be used to check for run-time "
15834 "dependencies, especially if your package uses <citerefentry> "
15835 "<refentrytitle>exec</refentrytitle> <manvolnum>2</manvolnum> </citerefentry> "
15836 "to run other programs."
15837 msgstr ""
15838 "<command>dpkg-depcheck</command> kann außerdem benutzt werden um "
15839 "Laufzeitabhängigkeiten zu prüfen, insbesondere, wenn Ihr Paket "
15840 "<citerefentry> <refentrytitle>exec</refentrytitle> <manvolnum>2</manvolnum> "
15841 "</citerefentry> benutzt, um andere Programme auszuführen."
15842
15843 #. type: Content of: <appendix><section><section><para>
15844 #: tools.dbk:423
15845 msgid ""
15846 "For more information please see <citerefentry> <refentrytitle>dpkg-depcheck</"
15847 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
15848 msgstr ""
15849 "Weitere Informationen finden Sie unter <citerefentry> <refentrytitle>dpkg-"
15850 "depcheck</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
15851
15852 #. type: Content of: <appendix><section><title>
15853 #: tools.dbk:432
15854 msgid "Porting tools"
15855 msgstr "Portierungswerkzeuge"
15856
15857 #. type: Content of: <appendix><section><para>
15858 #: tools.dbk:434
15859 msgid "The following tools are helpful for porters and for cross-compilation."
15860 msgstr ""
15861 "Die folgenden Werkzeuge sind hilfreich für Portierer und Kompilierung für "
15862 "andere Plattformen."
15863
15864 #. type: Content of: <appendix><section><section><title>
15865 #: tools.dbk:437
15866 msgid "<systemitem role=\"package\">quinn-diff</systemitem>"
15867 msgstr "<systemitem role=\"package\">quinn-diff</systemitem>"
15868
15869 #. type: Content of: <appendix><section><section><para>
15870 #: tools.dbk:439
15871 msgid ""
15872 "<systemitem role=\"package\">quinn-diff</systemitem> is used to locate the "
15873 "differences from one architecture to another.  For instance, it could tell "
15874 "you which packages need to be ported for architecture <replaceable>Y</"
15875 "replaceable>, based on architecture <replaceable>X</replaceable>."
15876 msgstr ""
15877 "<systemitem role=\"package\">quinn-diff</systemitem> wird benutzt, um die "
15878 "Unterschiede zwischen zwei Architekturen zu finden. Es könnte zum Beispiel "
15879 "aufzeigen, welche Pakete für die Architektur <replaceable>Y</replaceable> "
15880 "basierend auf Architektur <replaceable>X</replaceable> portiert werden "
15881 "müssen."
15882
15883 #. type: Content of: <appendix><section><section><title>
15884 #: tools.dbk:447
15885 msgid "<systemitem role=\"package\">dpkg-cross</systemitem>"
15886 msgstr "<systemitem role=\"package\">dpkg-cross</systemitem>"
15887
15888 #. type: Content of: <appendix><section><section><para>
15889 #: tools.dbk:449
15890 msgid ""
15891 "<systemitem role=\"package\">dpkg-cross</systemitem> is a tool for "
15892 "installing libraries and headers for cross-compiling in a way similar to "
15893 "<systemitem role=\"package\">dpkg</systemitem>.  Furthermore, the "
15894 "functionality of <command>dpkg-buildpackage</command> and <command>dpkg-"
15895 "shlibdeps</command> is enhanced to support cross-compiling."
15896 msgstr ""
15897 "<systemitem role=\"package\">dpkg-cross</systemitem> ist ein Werkzeug, um "
15898 "Bibliotheken und Header zum Kompilieren auf anderen Plattformen auf eine Art "
15899 "zu installieren, die <systemitem role=\"package\">dpkg</systemitem> ähnlich "
15900 "ist. Weiterhin wird die Funktionalität von <command>dpkg-buildpackage</"
15901 "command> und <command>dpkg-shlibdeps</command> durch die Unterstützung vom "
15902 "Kompilieren auf anderen Plattformen verbessert."
15903
15904 #. type: Content of: <appendix><section><title>
15905 #: tools.dbk:460
15906 msgid "Documentation and information"
15907 msgstr "Dokumentation und Information"
15908
15909 #. type: Content of: <appendix><section><para>
15910 #: tools.dbk:462
15911 msgid ""
15912 "The following packages provide information for maintainers or help with "
15913 "building documentation."
15914 msgstr ""
15915 "Die folgenden Pakete stellen Informationen für Betreuer zur Verfügung oder "
15916 "helfen bei der Erstellung von Dokumentation."
15917
15918 #. type: Content of: <appendix><section><section><title>
15919 #: tools.dbk:467
15920 msgid "<systemitem role=\"package\">docbook-xml</systemitem>"
15921 msgstr "<systemitem role=\"package\">docbook-xml</systemitem>"
15922
15923 #. type: Content of: <appendix><section><section><para>
15924 #: tools.dbk:469
15925 msgid ""
15926 "<systemitem role=\"package\">docbook-xml</systemitem> provides the DocBook "
15927 "XML DTDs, which are commonly used for Debian documentation (as is the older "
15928 "debiandoc SGML DTD). This manual, for instance, is written in DocBook XML."
15929 msgstr ""
15930 "<systemitem role=\"package\">docbook-xml</systemitem> stellt die DocBook-XML-"
15931 "DTDen bereit, die häufig für Debian-Dokumentation benutzt werden (genauso "
15932 "wie die ältere Debiandoc-SGML-DTD). Dieses Handbuch wurde zum Beispiel in "
15933 "Docbook-XML verfasst."
15934
15935 #. type: Content of: <appendix><section><section><para>
15936 #: tools.dbk:475
15937 msgid ""
15938 "The <systemitem role=\"package\">docbook-xsl</systemitem> package provides "
15939 "the XSL files for building and styling the source to various output formats. "
15940 "You will need an XSLT processor, such as <systemitem role=\"package"
15941 "\">xsltproc</systemitem>, to use the XSL stylesheets.  Documentation for the "
15942 "stylesheets can be found in the various <systemitem role=\"package\">docbook-"
15943 "xsl-doc-*</systemitem> packages."
15944 msgstr ""
15945 "Das Paket <systemitem role=\"package\">docbook-xsl</systemitem> stellt die "
15946 "XSL-Dateien zum Erstellen und Gestalten der Quelle in verschiedenen "
15947 "Ausgabeformaten bereit. Sie benötigen ein XSLT-Bearbeitungsprogramm wie "
15948 "<systemitem role=\"package\">xsltproc</systemitem>, um die XSL-Stylesheets "
15949 "zu verwenden. Dokumentation für die Stylesheets kann in den verschiedenen "
15950 "<systemitem role=\"package\">docbook-xsl-doc-*</systemitem>-Paketen gefunden "
15951 "werden."
15952
15953 #. type: Content of: <appendix><section><section><para>
15954 #: tools.dbk:483
15955 msgid ""
15956 "To produce PDF from FO, you need an FO processor, such as <systemitem role="
15957 "\"package\">xmlroff</systemitem> or <systemitem role=\"package\">fop</"
15958 "systemitem>. Another tool to generate PDF from DocBook XML is <systemitem "
15959 "role=\"package\">dblatex</systemitem>."
15960 msgstr ""
15961 "Um PDF aus FO zu erstellen, benötigen Sie ein FO-Bearbeitungsprogramm wie "
15962 "<systemitem role=\"package\">xmlroff</systemitem> oder <systemitem role="
15963 "\"package\">fop</systemitem>. Ein weiteres Werkzeug, um PDF aus DocBook-XML "
15964 "zu generieren ist <systemitem role=\"package\">dblatex</systemitem>."
15965
15966 #. type: Content of: <appendix><section><section><title>
15967 #: tools.dbk:491
15968 msgid "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
15969 msgstr "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
15970
15971 #. type: Content of: <appendix><section><section><para>
15972 #: tools.dbk:493
15973 msgid ""
15974 "<systemitem role=\"package\">debiandoc-sgml</systemitem> provides the "
15975 "DebianDoc SGML DTD, which is commonly used for Debian documentation, but is "
15976 "now deprecated (<systemitem role=\"package\">docbook-xml</systemitem> should "
15977 "be used instead).  It also provides scripts for building and styling the "
15978 "source to various output formats."
15979 msgstr ""
15980 "<systemitem role=\"package\">debiandoc-sgml</systemitem> stellt die "
15981 "DebianDoc-SGML-DTD bereit, die normalerweise für Debian-Dokumentation "
15982 "benutzt aber nun missbilligt wird (stattdessen sollte <systemitem role="
15983 "\"package\">docbook-xml</systemitem> benutzt werden). Es stellt außerdem "
15984 "Skripte zum Erstellen und Gestalten der Quelle in verschiedenen "
15985 "Ausgabeformaten bereit."
15986
15987 #. type: Content of: <appendix><section><section><para>
15988 #: tools.dbk:502
15989 msgid ""
15990 "Documentation for the DTD can be found in the <systemitem role=\"package"
15991 "\">debiandoc-sgml-doc</systemitem> package."
15992 msgstr ""
15993 "Dokumentation für die DTD kann im Paket <systemitem role=\"package"
15994 "\">debiandoc-sgml-doc</systemitem> gefunden werden."
15995
15996 #. type: Content of: <appendix><section><section><title>
15997 #: tools.dbk:508
15998 msgid "<systemitem role=\"package\">debian-keyring</systemitem>"
15999 msgstr "<systemitem role=\"package\">debian-keyring</systemitem>"
16000
16001 #. type: Content of: <appendix><section><section><para>
16002 #: tools.dbk:510
16003 msgid ""
16004 "Contains the public GPG and PGP keys of Debian developers.  See <xref "
16005 "linkend=\"key-maint\"/> and the package documentation for more information."
16006 msgstr ""
16007 "enthält die öffentlichen GPG- und PGP-Schlüssel der Debian-Entwickler. Siehe "
16008 "<xref linkend=\"key-maint\"/> und die Paketdokumentation für weitere "
16009 "Informationen."
16010
16011 #. type: Content of: <appendix><section><section><title>
16012 #: tools.dbk:516
16013 msgid "<systemitem role=\"package\">debian-maintainers</systemitem>"
16014 msgstr "<systemitem role=\"package\">debian-maintainers</systemitem>"
16015
16016 #. type: Content of: <appendix><section><section><para>
16017 #: tools.dbk:518
16018 msgid ""
16019 "Contains the public GPG keys of Debian Maintainers.  See <ulink url=\"&url-"
16020 "wiki-dm;\"></ulink> for more information."
16021 msgstr ""
16022 "enthält die öffentlichen GPG-Schlüssel der Debian-Betreuer. Siehe <ulink url="
16023 "\"&url-wiki-dm;\"></ulink> für weitere Informationen."
16024
16025 #. type: Content of: <appendix><section><section><title>
16026 #: tools.dbk:524
16027 msgid "<systemitem role=\"package\">debview</systemitem>"
16028 msgstr "<systemitem role=\"package\">debview</systemitem>"
16029
16030 #. type: Content of: <appendix><section><section><para>
16031 #: tools.dbk:526
16032 msgid ""
16033 "<systemitem role=\"package\">debview</systemitem> provides an Emacs mode for "
16034 "viewing Debian binary packages.  This lets you examine a package without "
16035 "unpacking it."
16036 msgstr ""
16037 "<systemitem role=\"package\">debview</systemitem> stellt einen Emacs-Modus "
16038 "bereit, um Debian-Binärpakete anzusehen. Dies ermöglicht Ihnen ein Paket zu "
16039 "untersuchen ohne es zu installieren."