]> git.donarmstrong.com Git - debhelper.git/blobdiff - man/po4a/po/de.po
releasing version 9.20120518
[debhelper.git] / man / po4a / po / de.po
index eea1221879a998582eb312544171d399d47ba3e3..61b10432a4a2fe96f266396132d52dd85b6438d4 100644 (file)
@@ -1,14 +1,14 @@
 # Translation of the debhelper documentation to German.
 # Copyright (C) 1997-2011 Joey Hess.
 # This file is distributed under the same license as the debhelper package.
-# Copyright (C) of this file 2011 Chris Leick.
+# Copyright (C) of this file 2011, 2012 Chris Leick.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: debhelper 8.9.13\n"
+"Project-Id-Version: debhelper 9.20120419\n"
 "Report-Msgid-Bugs-To: debhelper@packages.debian.org\n"
-"POT-Creation-Date: 2012-01-15 14:43-0400\n"
-"PO-Revision-Date: 2011-12-27 22:22+0100\n"
+"POT-Creation-Date: 2012-05-18 11:05-0400\n"
+"PO-Revision-Date: 2012-04-27 18:45+0100\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
 "Language: de\n"
@@ -279,7 +279,7 @@ msgstr ""
 #. type: textblock
 #: debhelper.pod:90
 msgid ""
-"The syntax of these files is intentionally kept very simple to make then "
+"The syntax of these files is intentionally kept very simple to make them "
 "easy to read, understand, and modify. If you prefer power and complexity, "
 "you can make the file executable, and write a program that outputs whatever "
 "content is appropriate for a given situation. When you do so, the output is "
@@ -525,8 +525,8 @@ msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
 msgstr "verändert keine F<postinst>-, F<postrm>- etc. Skripte"
 
 #. type: =item
-#: debhelper.pod:185 dh_compress:52 dh_install:76 dh_installchangelogs:68
-#: dh_installdocs:75 dh_installexamples:41 dh_link:60 dh_makeshlibs:81
+#: debhelper.pod:185 dh_compress:52 dh_install:81 dh_installchangelogs:68
+#: dh_installdocs:75 dh_installexamples:41 dh_link:62 dh_makeshlibs:81
 #: dh_md5sums:37 dh_shlibdeps:30 dh_strip:39
 msgid "B<-X>I<item>, B<--exclude=>I<item>"
 msgstr "B<-X>I<Element>, B<--exclude=>I<Element>"
@@ -542,8 +542,8 @@ msgstr ""
 
 #. type: =item
 #: debhelper.pod:190 dh_bugfiles:54 dh_compress:59 dh_installdirs:35
-#: dh_installdocs:70 dh_installexamples:36 dh_installinfo:35 dh_installman:64
-#: dh_link:55
+#: dh_installdocs:70 dh_installexamples:36 dh_installinfo:35 dh_installman:65
+#: dh_link:57
 msgid "B<-A>, B<--all>"
 msgstr "B<-A>, B<--all>"
 
@@ -721,7 +721,7 @@ msgstr ""
 
 #. type: =head1
 #: debhelper.pod:260
-msgid "COMPATABILITY LEVELS"
+msgid "COMPATIBILITY LEVELS"
 msgstr "KOMPATIBILITÄTSSTUFEN"
 
 #. type: textblock
@@ -744,62 +744,44 @@ msgstr ""
 
 #. type: textblock
 #: debhelper.pod:269
-#, fuzzy
-#| msgid ""
-#| "Tell debhelper what compatibility level to use by writing a number to "
-#| "F<debian/compat>. For example, to turn on v8 mode:"
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
 "F<debian/compat>. For example, to turn on v9 mode:"
 msgstr ""
 "Schreiben Sie eine Zahl nach F<debian/compat>, um Debhelper mitzuteilen, "
 "welche Kompatibilitätsstufe es nutzen soll. Um beispielsweise in den Modus "
-"V8 zu schalten geben Sie Folgendes ein:"
+"V9 zu schalten geben Sie Folgendes ein:"
 
 #. type: verbatim
 #: debhelper.pod:272
-#, fuzzy, no-wrap
-#| msgid ""
-#| "  % echo 8 > debian/compat\n"
-#| "\n"
+#, no-wrap
 msgid ""
 "  % echo 9 > debian/compat\n"
 "\n"
 msgstr ""
-"  % echo 8 > debian/compat\n"
+"  % echo 9 > debian/compat\n"
 "\n"
 
 #. type: textblock
 #: debhelper.pod:274
-#, fuzzy
-#| msgid ""
-#| "Once your package uses debhelper to build, be sure to add debhelper to "
-#| "your Build-Depends line in F<debian/control>. You should build-depend on "
-#| "a version of debhelper equal to (or greater than) the debhelper "
-#| "compatibility level your package uses. So if your package used "
-#| "compatibility level 7:"
 msgid ""
 "Your package will also need a versioned build dependency on a version of "
 "debhelper equal to (or greater than) the compatibility level your package "
 "uses. So for compatibility level 9, ensure debian/control has:"
 msgstr ""
-"Sobald Ihr Paket zum Bauen Debhelper benutzt, fügen Sie Debhelper unbedingt "
-"Ihrer »Build-Depends«-Zeile in F<debian/control> hinzu. Sie sollen die "
-"Bauabhängigkeit auf eine Version von Debhelper setzen, die gleich (oder "
-"größer als) der Debhelper-Kompatibilitätsstufe ist, die Ihr Pakets "
-"verwendet. Falls also Ihr Paket Kompatibilitätsstufe 7 anwendet:"
+"Ihr Paket wird außerdem eine Bauabhängigkeit mit Versionspflege auf eine "
+"Debhelper-Version benötigen, die gleich (oder größer) als die ist, die von "
+"der Kompatibilitätsstufe Ihres Pakets verwandt wird. Daher müssen Sie für "
+"Kompatibilitätsstufe 9 sicherstellen, dass debian/control Folgendes hat:"
 
 #. type: verbatim
 #: debhelper.pod:278
-#, fuzzy, no-wrap
-#| msgid ""
-#| "  Build-Depends: debhelper (>= 7)\n"
-#| "\n"
+#, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 9)\n"
 "\n"
 msgstr ""
-"  Build-Depends: debhelper (>= 7)\n"
+"  Build-Depends: debhelper (>= 9)\n"
 "\n"
 
 #. type: textblock
@@ -1211,20 +1193,20 @@ msgstr "Standardmäßig aktiviert B<dh> nicht --with=python-support."
 #: debhelper.pod:507
 msgid ""
 "All of the B<dh_auto_>I<*> debhelper programs and B<dh> set environment "
-"variables listed by B<dpkg-buildflags>, unless they are already set. They "
-"support DEB_BUILD_OPTIONS=noopt too."
+"variables listed by B<dpkg-buildflags>, unless they are already set."
 msgstr ""
 "Alle B<dh_auto_>I<*>-Debhelper-Programme und B<dh> setzen "
 "Umgebungsvariablen, die durch B<dpkg-buildflags> aufgelistet werden, wenn "
-"sie nicht bereits gesetzt sind. Sie unterstützen auch "
-"DEB_BUILD_OPTIONS=noopt."
+"sie nicht bereits gesetzt sind."
 
 #. type: textblock
 #: debhelper.pod:513
 msgid ""
-"B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
+"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
+"to perl F<Makefile.PL> and F<Build.PL>"
 msgstr ""
-"B<dh_auto_configure> übergibt CFLAGS an Perls F<Makefile.PL> und F<Build.PL.>"
+"B<dh_auto_configure> übergibt CFLAGS, CPPFLAGS und LDFLAGS von B<dpkg-"
+"buildflags> an Perls F<Makefile.PL> und F<Build.PL.>"
 
 #. type: textblock
 #: debhelper.pod:518
@@ -1237,23 +1219,17 @@ msgstr ""
 
 #. type: textblock
 #: debhelper.pod:523
-#, fuzzy
-#| msgid ""
-#| "Executable debconf config files are run and their output used as the "
-#| "configuration."
 msgid ""
 "Executable debhelper config files are run and their output used as the "
 "configuration."
 msgstr ""
-"Ausführbare Debconf-Konfigurationsdateien werden ausgeführt und ihre Ausgabe "
-"wird als Konfiguration benutzt."
+"Ausführbare Debhelper-Konfigurationsdateien werden ausgeführt und ihre "
+"Ausgabe wird als Konfiguration benutzt."
 
 #. type: =item
 #: debhelper.pod:528
-#, fuzzy
-#| msgid "v1"
 msgid "v10"
-msgstr "v1"
+msgstr "v10"
 
 #. type: textblock
 #: debhelper.pod:530
@@ -1265,20 +1241,18 @@ msgstr ""
 
 #. type: textblock
 #: debhelper.pod:532
-#, fuzzy
-#| msgid "Changes from v3 are:"
 msgid "Changes from v9 are:"
-msgstr "Änderungen gegenüber v3 sind:"
+msgstr "Änderungen gegenüber v9 sind:"
 
 #. type: textblock
 #: debhelper.pod:538
 msgid "None yet.."
-msgstr ""
+msgstr "Bisher keine …"
 
 #. type: =head1
 #: debhelper.pod:544 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
-#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
-#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
+#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:128
+#: dh_installman:82 dh_installmime:51 dh_installmodules:60 dh_installudev:55
 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
 #: dh_usrlocal:49
 msgid "NOTES"
@@ -1489,17 +1463,9 @@ msgstr ""
 msgid "udebs"
 msgstr "Udebs"
 
+# FIXME : an udeb
 #. type: textblock
 #: debhelper.pod:623
-#, fuzzy
-#| msgid ""
-#| "Debhelper includes support for udebs. To create a udeb with debhelper, "
-#| "add \"B<Package-Type: udeb>\" to the package's stanza in F<debian/"
-#| "control>, and build-depend on debhelper (>= 4.2). Debhelper will try to "
-#| "create udebs that comply with debian-installer policy, by making the "
-#| "generated package files end in F<.udeb>, not installing any documentation "
-#| "into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, and F<config> "
-#| "scripts, etc."
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>.  "
@@ -1510,11 +1476,11 @@ msgid ""
 msgstr ""
 "Debhelper beinhaltet Unterstützung für Udebs. Um ein Udeb mit Debhelper zu "
 "erstellen, fügen Sie dem Absatz des Pakets in F<debian/control> »B<Package-"
-"Type: udeb>« hinzu und eine Bauabhängigkeit zu Debhelper (>= 4.2). Debhelper "
-"wird versuchen, Udebs zu erstellen, die der Debian-Installer-Richtlinie "
-"entsprechen, indem die erzeugten Paketdateien mit F<.udeb> enden, indem "
-"keine Dokumentation in ein Udeb installiert wird und indem F<preinst>-, "
-"F<postrm>-, F<prerm>- und F<config>-Skripte etc. übersprungen werden."
+"Type: udeb>« hinzu. Debhelper wird versuchen, Udebs zu erstellen, die der "
+"Debian-Installer-Richtlinie entsprechen, indem die erzeugten Paketdateien "
+"mit F<.udeb> enden, indem keine Dokumentation in ein Udeb installiert wird "
+"und indem F<preinst>-, F<postrm>-, F<prerm>- und F<config>-Skripte etc. "
+"übersprungen werden."
 
 #. type: =head1
 #: debhelper.pod:630
@@ -1629,18 +1595,18 @@ msgstr ""
 "getrennt werden, wie in B<DH_ALWAYS_EXCLUDE=CVS:.svn>."
 
 #. type: =head1
-#: debhelper.pod:674 dh:892 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:674 dh:893 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122
-#: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127
+#: dh_builddeb:124 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127
 #: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:258
 #: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77
 #: dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86
 #: dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106
-#: dh_installifupdown:69 dh_installinfo:77 dh_installinit:275
-#: dh_installlogcheck:78 dh_installlogrotate:50 dh_installman:259
+#: dh_installifupdown:69 dh_installinfo:77 dh_installinit:256
+#: dh_installlogcheck:78 dh_installlogrotate:50 dh_installman:261
 #: dh_installmanpages:197 dh_installmenu:87 dh_installmime:95
 #: dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115
-#: dh_installwm:108 dh_installxfonts:87 dh_link:226 dh_lintian:57
+#: dh_installwm:108 dh_installxfonts:87 dh_link:228 dh_lintian:57
 #: dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170
 #: dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171
 #: dh_strip:242 dh_suidregister:117 dh_testdir:44 dh_testroot:27
@@ -1671,18 +1637,18 @@ msgid "Debhelper web site."
 msgstr "Debhelper-Website"
 
 #. type: =head1
-#: debhelper.pod:688 dh:898 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:688 dh:899 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130
-#: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133
+#: dh_builddeb:130 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133
 #: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:264
 #: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83
 #: dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92
 #: dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112
 #: dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:84
-#: dh_installlogrotate:56 dh_installman:265 dh_installmanpages:203
+#: dh_installlogrotate:56 dh_installman:267 dh_installmanpages:203
 #: dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65
 #: dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93
-#: dh_link:232 dh_lintian:65 dh_listpackages:36 dh_makeshlibs:264
+#: dh_link:234 dh_lintian:65 dh_listpackages:36 dh_makeshlibs:264
 #: dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286
 #: dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:248 dh_suidregister:123
 #: dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:120
@@ -1690,16 +1656,16 @@ msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: textblock
-#: debhelper.pod:690 dh:900 dh_auto_build:55 dh_auto_clean:58
-#: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128
+#: debhelper.pod:690 dh:901 dh_auto_build:55 dh_auto_clean:58
+#: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:132
 #: dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90
 #: dh_install:266 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
 #: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315
 #: dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77
-#: dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58
-#: dh_installman:267 dh_installmanpages:205 dh_installmenu:97
+#: dh_installinfo:85 dh_installinit:264 dh_installlogrotate:58
+#: dh_installman:269 dh_installmanpages:205 dh_installmenu:97
 #: dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73
-#: dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234
+#: dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:236
 #: dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178
 #: dh_prep:68 dh_shlibdeps:179 dh_strip:250 dh_suidregister:125 dh_testdir:52
 #: dh_testroot:35 dh_undocumented:36
@@ -1784,15 +1750,15 @@ msgstr ""
 
 #. type: =head1
 #: dh:43 dh_auto_build:28 dh_auto_clean:30 dh_auto_configure:31
-#: dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:21
+#: dh_auto_install:43 dh_auto_test:31 dh_bugfiles:50 dh_builddeb:24
 #: dh_clean:41 dh_compress:48 dh_fixperms:31 dh_gconf:39 dh_gencontrol:26
-#: dh_icons:25 dh_install:54 dh_installcatalogs:49 dh_installchangelogs:56
+#: dh_icons:25 dh_install:59 dh_installcatalogs:49 dh_installchangelogs:56
 #: dh_installcron:40 dh_installdebconf:61 dh_installdirs:31 dh_installdocs:66
 #: dh_installemacsen:48 dh_installexamples:32 dh_installifupdown:39
-#: dh_installinfo:31 dh_installinit:48 dh_installlogcheck:42
-#: dh_installlogrotate:22 dh_installman:60 dh_installmanpages:40
+#: dh_installinfo:31 dh_installinit:47 dh_installlogcheck:42
+#: dh_installlogrotate:22 dh_installman:61 dh_installmanpages:40
 #: dh_installmenu:41 dh_installmime:41 dh_installmodules:44 dh_installpam:31
-#: dh_installppp:35 dh_installudev:35 dh_installwm:34 dh_link:51
+#: dh_installppp:35 dh_installudev:35 dh_installwm:34 dh_link:53
 #: dh_makeshlibs:43 dh_md5sums:28 dh_movefiles:38 dh_perl:31 dh_prep:26
 #: dh_python:39 dh_shlibdeps:26 dh_strip:35 dh_testdir:23 dh_usrlocal:39
 msgid "OPTIONS"
@@ -1832,6 +1798,9 @@ msgid ""
 "repeated more than once, or multiple addons to disable can be listed, "
 "separated by commas."
 msgstr ""
+"das Gegenteil von B<--with>, deaktiviert die Benutzung des angegebenen Add-"
+"ons. Diese Option kann mehrfach wiederholt werden oder es können mehrere Add-"
+"ons zum Deaktivieren durch Kommas getrennt aufgelistet werden."
 
 #. type: textblock
 #: dh:64
@@ -1858,7 +1827,7 @@ msgstr ""
 "oder B<-N> sowie spezialisiertere Optionen zu setzen."
 
 #. type: =head1
-#: dh:76 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
+#: dh:76 dh_installdocs:105 dh_link:75 dh_makeshlibs:97 dh_shlibdeps:69
 msgid "EXAMPLES"
 msgstr "BEISPIELE"
 
@@ -2406,17 +2375,17 @@ msgstr ""
 "der letzte in der Sequenz benutzt."
 
 #. type: textblock
-#: dh:894 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
-#: dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144
+#: dh:895 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
+#: dh_auto_install:87 dh_auto_test:61 dh_builddeb:126 dh_clean:144
 #: dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84
 #: dh_install:260 dh_installcatalogs:118 dh_installchangelogs:173
 #: dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88
 #: dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108
-#: dh_installifupdown:71 dh_installinfo:79 dh_installinit:277
-#: dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:261
+#: dh_installifupdown:71 dh_installinfo:79 dh_installinit:258
+#: dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:263
 #: dh_installmanpages:199 dh_installmime:97 dh_installmodules:126
 #: dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110
-#: dh_installxfonts:89 dh_link:228 dh_listpackages:32 dh_makeshlibs:260
+#: dh_installxfonts:89 dh_link:230 dh_listpackages:32 dh_makeshlibs:260
 #: dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282
 #: dh_strip:244 dh_suidregister:119 dh_testdir:46 dh_testroot:29
 #: dh_undocumented:30 dh_usrlocal:116
@@ -2424,17 +2393,17 @@ msgid "L<debhelper(7)>"
 msgstr "L<debhelper(7)>"
 
 #. type: textblock
-#: dh:896 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
-#: dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124
+#: dh:897 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
+#: dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:128
 #: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103
 #: dh_gencontrol:86 dh_icons:69 dh_install:262 dh_installchangelogs:175
 #: dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90
 #: dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110
-#: dh_installifupdown:73 dh_installinfo:81 dh_installinit:279
-#: dh_installlogrotate:54 dh_installman:263 dh_installmanpages:201
+#: dh_installifupdown:73 dh_installinfo:81 dh_installinit:260
+#: dh_installlogrotate:54 dh_installman:265 dh_installmanpages:201
 #: dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63
 #: dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91
-#: dh_link:230 dh_lintian:61 dh_listpackages:34 dh_makeshlibs:262
+#: dh_link:232 dh_lintian:61 dh_listpackages:34 dh_makeshlibs:262
 #: dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284
 #: dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:246 dh_suidregister:121
 #: dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:118
@@ -2495,8 +2464,8 @@ msgstr ""
 
 #. type: =item
 #: dh_auto_build:35 dh_auto_clean:37 dh_auto_configure:38 dh_auto_install:56
-#: dh_auto_test:38 dh_builddeb:35 dh_gencontrol:30 dh_installdebconf:69
-#: dh_installinit:99 dh_makeshlibs:91 dh_shlibdeps:37
+#: dh_auto_test:38 dh_builddeb:38 dh_gencontrol:30 dh_installdebconf:69
+#: dh_installinit:93 dh_makeshlibs:91 dh_shlibdeps:37
 msgid "B<--> I<params>"
 msgstr "B<--> I<Parameter>"
 
@@ -2707,7 +2676,7 @@ msgstr ""
 "und »make install« nur manuell auszuführen."
 
 #. type: =item
-#: dh_auto_install:50 dh_builddeb:25
+#: dh_auto_install:50 dh_builddeb:28
 msgid "B<--destdir=>I<directory>"
 msgstr "B<--destdir=>I<Verzeichnis>"
 
@@ -2826,9 +2795,9 @@ msgstr ""
 #: dh_installcatalogs:35 dh_installchangelogs:32 dh_installcron:21
 #: dh_installdeb:22 dh_installdebconf:34 dh_installdirs:21 dh_installdocs:21
 #: dh_installemacsen:27 dh_installexamples:22 dh_installifupdown:22
-#: dh_installinfo:21 dh_installinit:27 dh_installlogcheck:21 dh_installman:50
+#: dh_installinfo:21 dh_installinit:26 dh_installlogcheck:21 dh_installman:51
 #: dh_installmenu:25 dh_installmime:25 dh_installmodules:29 dh_installpam:21
-#: dh_installppp:21 dh_installudev:25 dh_installwm:24 dh_link:39 dh_lintian:21
+#: dh_installppp:21 dh_installudev:25 dh_installwm:24 dh_link:41 dh_lintian:21
 #: dh_makeshlibs:29 dh_movefiles:26
 msgid "FILES"
 msgstr "DATEIEN"
@@ -2942,7 +2911,14 @@ msgstr ""
 "Pakete zu bauen."
 
 #. type: textblock
-#: dh_builddeb:27
+#: dh_builddeb:21
+msgid ""
+"It supports building multiple binary packages in parallel, when enabled by "
+"DEB_BUILD_OPTIONS."
+msgstr ""
+
+#. type: textblock
+#: dh_builddeb:30
 msgid ""
 "Use this if you want the generated F<.deb> files to be put in a directory "
 "other than the default of \"F<..>\"."
@@ -2951,12 +2927,12 @@ msgstr ""
 "Verzeichnis als dem vorgegebenen »F<..>« ablegen."
 
 #. type: =item
-#: dh_builddeb:30
+#: dh_builddeb:33
 msgid "B<--filename=>I<name>"
 msgstr "B<--filename=>I<Name>"
 
 #. type: textblock
-#: dh_builddeb:32
+#: dh_builddeb:35
 msgid ""
 "Use this if you want to force the generated .deb file to have a particular "
 "file name. Does not work well if more than one .deb is generated!"
@@ -2966,19 +2942,19 @@ msgstr ""
 "deb erzeugt wird."
 
 #. type: textblock
-#: dh_builddeb:37
+#: dh_builddeb:40
 msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
 msgstr ""
 "I<Parameter> wird an L<dpkg-deb(1)> übergeben, wenn es zum Bauen des Pakets "
 "benutzt wird."
 
 #. type: =item
-#: dh_builddeb:40
+#: dh_builddeb:43
 msgid "B<-u>I<params>"
 msgstr "B<-u>I<Parameter>"
 
 #. type: textblock
-#: dh_builddeb:42
+#: dh_builddeb:45
 msgid ""
 "This is another way to pass I<params> to L<dpkg-deb(1)>.  It is deprecated; "
 "use B<--> instead."
@@ -3472,7 +3448,7 @@ msgstr ""
 
 #. type: =item
 #: dh_icons:29 dh_installcatalogs:53 dh_installdebconf:65 dh_installemacsen:52
-#: dh_installinit:52 dh_installmenu:45 dh_installmime:45 dh_installmodules:48
+#: dh_installinit:51 dh_installmenu:45 dh_installmime:45 dh_installmodules:48
 #: dh_installudev:49 dh_installwm:44 dh_makeshlibs:77 dh_python:60
 #: dh_usrlocal:43
 msgid "B<-n>, B<--noscripts>"
@@ -3501,10 +3477,10 @@ msgstr "dh_install - installiert Dateien in Bauverzeichnisse von Paketen"
 #: dh_install:15
 msgid ""
 "B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] "
-"[S<I<debhelper options>>] [S<I<file> ... I<dest>>]"
+"[S<I<debhelper options>>] [S<I<file|dir> ... I<destdir>>]"
 msgstr ""
 "B<dh_install> [B<-X>I<Element>] [B<--autodest>] [B<--sourcedir=>I<Verz>] "
-"[S<I<Debhelper-Optionen>>] [S<I<Datei> … I<Ziel>>]"
+"[S<I<Debhelper-Optionen>>] [S<I<Datei|Verz> … I<Ziel>>]"
 
 #. type: textblock
 #: dh_install:19
@@ -3583,13 +3559,31 @@ msgstr ""
 "wird. Sie können Platzhalter in den Namen der zu installierenden Dateien "
 "benutzen (im Modus v3 und darüber)."
 
+#. type: textblock
+#: dh_install:52
+#, fuzzy
+#| msgid ""
+#| "Note that if you list exactly one filename or wildcard-pattern on a line "
+#| "by itself in a F<debian/package.install> file, with no explicit "
+#| "destination, then B<dh_install> will automatically guess the destination "
+#| "even if this flag is not set."
+msgid ""
+"Note that if you list exactly one filename or wildcard-pattern on a line by "
+"itself, with no explicit destination, then B<dh_install> will automatically "
+"guess the destination to use, the same as if the --autodest option were used."
+msgstr ""
+"Beachten Sie, falls Sie genau einen Dateinamen oder ein Platzhaltermuster "
+"allein auf einer Zeile in einer F<debian/Paket.install>-Datei ohne "
+"explizites Ziel aufführen, B<dh_install> automatisch das Ziel abschätzen "
+"wird, sogar wenn dieser Schalter nicht gesetzt ist."
+
 #. type: =item
-#: dh_install:58
+#: dh_install:63
 msgid "B<--list-missing>"
 msgstr "B<--list-missing>"
 
 #. type: textblock
-#: dh_install:60
+#: dh_install:65
 msgid ""
 "This option makes B<dh_install> keep track of the files it installs, and "
 "then at the end, compare that list with the files in the source directory. "
@@ -3603,7 +3597,7 @@ msgstr ""
 "auf der Standardfehlerausgabe warnen."
 
 #. type: textblock
-#: dh_install:65
+#: dh_install:70
 msgid ""
 "This may be useful if you have a large package and want to make sure that "
 "you don't miss installing newly added files in new upstream releases."
@@ -3613,7 +3607,7 @@ msgstr ""
 "Veröffentlichungen der Originalautoren übersehen."
 
 #. type: textblock
-#: dh_install:68
+#: dh_install:73
 msgid ""
 "Note that files that are excluded from being moved via the B<-X> option are "
 "not warned about."
@@ -3622,12 +3616,12 @@ msgstr ""
 "Option B<-X> ausgeschlossen wurden."
 
 #. type: =item
-#: dh_install:71
+#: dh_install:76
 msgid "B<--fail-missing>"
 msgstr "B<--fail-missing>"
 
 #. type: textblock
-#: dh_install:73
+#: dh_install:78
 msgid ""
 "This option is like B<--list-missing>, except if a file was missed, it will "
 "not only list the missing files, but also fail with a nonzero exit code."
@@ -3637,7 +3631,7 @@ msgstr ""
 "Rückgabewert ungleich Null fehlschlägt."
 
 #. type: textblock
-#: dh_install:78 dh_installexamples:43
+#: dh_install:83 dh_installexamples:43
 msgid ""
 "Exclude files that contain I<item> anywhere in their filename from being "
 "installed."
@@ -3646,18 +3640,18 @@ msgstr ""
 "I<Element> enthalten"
 
 #. type: =item
-#: dh_install:81 dh_movefiles:42
+#: dh_install:86 dh_movefiles:42
 msgid "B<--sourcedir=>I<dir>"
 msgstr "B<--sourcedir=>I<Verz>"
 
 #. type: textblock
-#: dh_install:83
+#: dh_install:88
 msgid "Look in the specified directory for files to be installed."
 msgstr ""
 "sucht im angegebenen Verzeichnis nach Dateien, die installiert werden sollen."
 
 #. type: textblock
-#: dh_install:85
+#: dh_install:90
 msgid ""
 "Note that this is not the same as the B<--sourcedirectory> option used by "
 "the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
@@ -3671,12 +3665,12 @@ msgstr ""
 "sucht."
 
 #. type: =item
-#: dh_install:90
+#: dh_install:95
 msgid "B<--autodest>"
 msgstr "B<--autodest>"
 
 #. type: textblock
-#: dh_install:92
+#: dh_install:97
 msgid ""
 "Guess as the destination directory to install things to. If this is "
 "specified, you should not list destination directories in F<debian/package."
@@ -3689,7 +3683,7 @@ msgstr ""
 "B<dh_install> wie folgt raten:"
 
 #. type: textblock
-#: dh_install:97
+#: dh_install:102
 msgid ""
 "Strip off F<debian/tmp> (or the sourcedir if one is given) from the front of "
 "the filename, if it is present, and install into the dirname of the "
@@ -3704,23 +3698,10 @@ msgstr ""
 "usr/> kopiert. Falls der Dateiname F<debian/tmp/etc/passwd> ist, wird es "
 "nach F<debian/Paket/etc/> kopiert."
 
-#. type: textblock
-#: dh_install:103
-msgid ""
-"Note that if you list exactly one filename or wildcard-pattern on a line by "
-"itself in a F<debian/package.install> file, with no explicit destination, "
-"then B<dh_install> will automatically guess the destination even if this "
-"flag is not set."
-msgstr ""
-"Beachten Sie, falls Sie genau einen Dateinamen oder ein Platzhaltermuster "
-"allein auf einer Zeile in einer F<debian/Paket.install>-Datei ohne "
-"explizites Ziel aufführen, B<dh_install> automatisch das Ziel abschätzen "
-"wird, sogar wenn dieser Schalter nicht gesetzt ist."
-
 #. type: =item
 #: dh_install:108
-msgid "I<file> ... I<dest>"
-msgstr "<I<Datei> … I<Ziel>"
+msgid "I<file|dir> ... I<destdir>"
+msgstr "<I<Datei|Verz> … I<Zielverz>"
 
 #. type: textblock
 #: dh_install:110
@@ -3825,13 +3806,13 @@ msgstr ""
 "anzeigt. I<Ziel> sollte mit F</usr/share/sgml/> beginnen."
 
 #. type: textblock
-#: dh_installcatalogs:55 dh_installinit:54
+#: dh_installcatalogs:55 dh_installinit:53
 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts."
 msgstr "ändert keine F<postinst>-/F<postrm>/F<prerm>-Skripte."
 
 #. type: textblock
 #: dh_installcatalogs:61 dh_installdocs:122 dh_installemacsen:69
-#: dh_installinit:135 dh_installmime:53 dh_installmodules:62 dh_installudev:57
+#: dh_installinit:130 dh_installmime:53 dh_installmodules:62 dh_installudev:57
 #: dh_installwm:56 dh_usrlocal:51
 msgid ""
 "Note that this command is not idempotent. L<dh_prep(1)> should be called "
@@ -4046,7 +4027,7 @@ msgstr ""
 "installiert im passenden F<etc/cron.*/>-Verzeichnis im Paketbauverzeichnis"
 
 #. type: =item
-#: dh_installcron:44 dh_installifupdown:43 dh_installinit:104
+#: dh_installcron:44 dh_installifupdown:43 dh_installinit:98
 #: dh_installlogcheck:46 dh_installlogrotate:26 dh_installmodules:52
 #: dh_installpam:35 dh_installppp:39 dh_installudev:39
 msgid "B<--name=>I<name>"
@@ -4241,12 +4222,6 @@ msgstr ""
 
 #. type: textblock
 #: dh_installdebconf:29
-#, fuzzy
-#| msgid ""
-#| "Note that for your config script to be called by B<dpkg>, your "
-#| "F<postinst> needs to source debconf's confmodule. B<dh_installdebconf> "
-#| "does not install this statement into the F<postinst> automatically as it "
-#| "it too hard to do it right."
 msgid ""
 "Note that for your config script to be called by B<dpkg>, your F<postinst> "
 "needs to source debconf's confmodule. B<dh_installdebconf> does not install "
@@ -4511,7 +4486,7 @@ msgstr ""
 "mehrere doc-base-Dateien und können sie so benennen."
 
 #. type: textblock
-#: dh_installdocs:72 dh_installinfo:37 dh_installman:66
+#: dh_installdocs:72 dh_installinfo:37 dh_installman:67
 msgid ""
 "Install all files specified by command line parameters in ALL packages acted "
 "on."
@@ -4904,10 +4879,10 @@ msgstr ""
 #. type: textblock
 #: dh_installinit:5
 msgid ""
-"dh_installinit - install upstart jobs or init scripts into package build "
+"dh_installinit - install init scripts and/or upstart jobs into package build "
 "directories"
 msgstr ""
-"dh_installinit - installiert Upstart-Jobs oder Init-Skripte in "
+"dh_installinit - installiert Init-Skripte und/oder Upstart-Jobs in "
 "Paketbauverzeichnisse."
 
 #. type: textblock
@@ -4923,17 +4898,15 @@ msgstr ""
 #: dh_installinit:18
 msgid ""
 "B<dh_installinit> is a debhelper program that is responsible for installing "
-"upstart job files or init scripts with associated defaults files into "
-"package build directories, and in the former case providing compatibility "
-"handling for non-upstart systems."
+"init scripts with associated defaults files, as well as upstart job files "
+"into package build directories."
 msgstr ""
 "B<dh_installinit> ist ein Debhelper-Programm, das für die Installation von "
-"Upstart-Job-Dateien oder Init-Skripten mit zugehörigen »defaults«-Dateien in "
-"Paketbauverzeichnisse zuständig ist und im erstgenannten Fall die "
-"Kompatibilität für nicht Upstart-Systeme handhabt."
+"Init-Skripten mit zugehörigen Standarddateien sowie Upstart-Job-Dateien in "
+"Paketbauverzeichnisse zuständig ist."
 
 #. type: textblock
-#: dh_installinit:23
+#: dh_installinit:22
 msgid ""
 "It also automatically generates the F<postinst> and F<postrm> and F<prerm> "
 "commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop "
@@ -4944,40 +4917,26 @@ msgstr ""
 "einzurichten und die Init-Skripte zu starten und zu stoppen."
 
 #. type: =item
-#: dh_installinit:31
-msgid "debian/I<package>.upstart"
-msgstr "debian/I<Paket>.upstart"
-
-#. type: textblock
-#: dh_installinit:33
-msgid ""
-"If this exists, it is installed into etc/init/I<package>.conf in the package "
-"build directory."
-msgstr ""
-"Falls dies existiert, wird es in etc/init/I<Paket>.conf im "
-"Paketbauverzeichnis installiert."
-
-#. type: =item
-#: dh_installinit:36
+#: dh_installinit:30
 msgid "debian/I<package>.init"
 msgstr "debian/I<Paket>.init"
 
 #. type: textblock
-#: dh_installinit:38
+#: dh_installinit:32
 msgid ""
-"Otherwise, if this exists, it is installed into etc/init.d/I<package> in the "
-"package build directory."
+"If this exists, it is installed into etc/init.d/I<package> in the package "
+"build directory."
 msgstr ""
-"Andernfalls, wenn dies existiert, wird es in etc/init.d/I<Paket>.conf im "
+"Falls dies existiert, wird es in etc/init.d/I<Paket>.conf im "
 "Paketbauverzeichnis installiert."
 
 #. type: =item
-#: dh_installinit:41
+#: dh_installinit:35
 msgid "debian/I<package>.default"
 msgstr "debian/I<Paket>.default"
 
 #. type: textblock
-#: dh_installinit:43
+#: dh_installinit:37
 msgid ""
 "If this exists, it is installed into etc/default/I<package> in the package "
 "build directory."
@@ -4986,12 +4945,26 @@ msgstr ""
 "installiert."
 
 #. type: =item
-#: dh_installinit:56
+#: dh_installinit:40
+msgid "debian/I<package>.upstart"
+msgstr "debian/I<Paket>.upstart"
+
+#. type: textblock
+#: dh_installinit:42
+msgid ""
+"If this exists, it is installed into etc/init/I<package>.conf in the package "
+"build directory."
+msgstr ""
+"Falls dies existiert, wird es in etc/init/I<Paket>.conf im "
+"Paketbauverzeichnis installiert."
+
+#. type: =item
+#: dh_installinit:55
 msgid "B<-o>, B<--onlyscripts>"
 msgstr "B<-o>, B<--onlyscripts>"
 
 #. type: textblock
-#: dh_installinit:58
+#: dh_installinit:57
 msgid ""
 "Only modify F<postinst>/F<postrm>/F<prerm> scripts, do not actually install "
 "any init script, default files, or upstart job. May be useful if the init "
@@ -5004,26 +4977,13 @@ msgstr ""
 "Art mitgeliefert/installiert wird, die es B<dh_installinit> nicht leicht "
 "macht, es zu finden."
 
-#. type: textblock
-#: dh_installinit:63
-msgid ""
-"If no upstart job file is installed in the target directory when "
-"B<dh_installinit --onlyscripts> is called, this program will assume that an "
-"init script is being installed and not provide the compatibility symlinks or "
-"upstart dependencies."
-msgstr ""
-"Falls keine Upstart-Job-Datei im Zielverzeichnis installiert ist, wenn "
-"B<dh_installinit --onlyscripts> aufgerufen wird, wird dieses Programm davon "
-"ausgehen, dass ein Init-Skript installiert ist und die symbolischen "
-"Kompatibilitätsverweise oder Upstart-Abhängigkeiten nicht bereitstellen."
-
 #. type: =item
-#: dh_installinit:68
+#: dh_installinit:62
 msgid "B<-R>, B<--restart-after-upgrade>"
 msgstr "B<-R>, B<--restart-after-upgrade>"
 
 #. type: textblock
-#: dh_installinit:70
+#: dh_installinit:64
 msgid ""
 "Do not stop the init script until after the package upgrade has been "
 "completed. This is different than the default behavior, which stops the "
@@ -5034,7 +4994,7 @@ msgstr ""
 "F<prerm> stoppt und es in F<postinst> wieder startet."
 
 #. type: textblock
-#: dh_installinit:74
+#: dh_installinit:68
 msgid ""
 "This can be useful for daemons that should not have a possibly long downtime "
 "during upgrade. But you should make sure that the daemon will not get "
@@ -5047,22 +5007,22 @@ msgstr ""
 "gebracht wird, während er läuft, bevor diese Option benutzt wird."
 
 #. type: =item
-#: dh_installinit:79
+#: dh_installinit:73
 msgid "B<-r>, B<--no-restart-on-upgrade>"
 msgstr "B<-r>, B<--no-restart-on-upgrade>"
 
 #. type: textblock
-#: dh_installinit:81
+#: dh_installinit:75
 msgid "Do not stop init script on upgrade."
 msgstr "stoppt das Init-Skript nicht beim Upgrade."
 
 #. type: =item
-#: dh_installinit:83
+#: dh_installinit:77
 msgid "B<--no-start>"
 msgstr "B<--no-start>"
 
 #. type: textblock
-#: dh_installinit:85
+#: dh_installinit:79
 msgid ""
 "Do not start the init script on install or upgrade, or stop it on removal.  "
 "Only call B<update-rc.d>. Useful for rcS scripts."
@@ -5072,15 +5032,16 @@ msgstr ""
 "für rcS-Skripte."
 
 #. type: =item
-#: dh_installinit:88
+#: dh_installinit:82
 msgid "B<-d>, B<--remove-d>"
 msgstr "B<-d>, B<--remove-d>"
 
+# FIXME s#F<etc/default/> .#F<etc/default/>.#
 #. type: textblock
-#: dh_installinit:90
+#: dh_installinit:84
 msgid ""
 "Remove trailing B<d> from the name of the package, and use the result for "
-"the filename the upstart job file is installed as in F<etc/init/> , or for "
+"the filename the upstart job file is installed as in F<etc/init/> , and for "
 "the filename the init script is installed as in etc/init.d and the default "
 "file is installed as in F<etc/default/> . This may be useful for daemons "
 "with names ending in B<d>. (Note: this takes precedence over the B<--init-"
@@ -5088,18 +5049,18 @@ msgid ""
 msgstr ""
 "entfernt abschließende B<d> vom Namen des Pakets und benutzt das Ergebnis "
 "als Dateiname, unter dem die Upstart-Job-Datei in F<etc/init/> installiert "
-"wird, oder als Dateiname, unter dem das Init-Skript in etc/init.d und die "
+"wird und als Dateiname, unter dem das Init-Skript in etc/init.d und die "
 "Standarddatei in F<etc/default/> installiert wird. Dies kann nützlich für "
 "Daemons sein, deren Namen mit B<d> enden. (Anmerkung: Dies hat Vorrang "
 "gegenüber dem im Folgenden beschriebenen Parameter B<--init-script>.)"
 
 #. type: =item
-#: dh_installinit:97
+#: dh_installinit:91
 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>"
 msgstr "B<-u>I<Parameter> B<--update-rcd-params=>I<Parameter>"
 
 #. type: textblock
-#: dh_installinit:101
+#: dh_installinit:95
 msgid ""
 "Pass I<params> to L<update-rc.d(8)>. If not specified, B<defaults> will be "
 "passed to L<update-rc.d(8)>."
@@ -5108,30 +5069,30 @@ msgstr ""
 "B<defaults> an L<update-rc.d(8)> übergeben."
 
 #. type: textblock
-#: dh_installinit:106
+#: dh_installinit:100
 msgid ""
-"Install the upstart job file or the init script (and default file) using the "
-"filename I<name> instead of the default filename, which is the package "
-"name.  When this parameter is used, B<dh_installinit> looks for and installs "
-"files named F<debian/package.name.upstart>, F<debian/package.name.init> and "
-"F<debian/package.name.default>, instead of the usual F<debian/package."
-"upstart>, F<debian/package.init> and F<debian/package.default>."
+"Install the init script (and default file) as well as upstart job file using "
+"the filename I<name> instead of the default filename, which is the package "
+"name. When this parameter is used, B<dh_installinit> looks for and installs "
+"files named F<debian/package.name.init>, F<debian/package.name.default> and "
+"F<debian/package.name.upstart> instead of the usual F<debian/package.init>, "
+"F<debian/package.default> and F<debian/package.upstart>."
 msgstr ""
-"installiert den Upstart-Job oder das Init-Skript (und die Standarddatei) "
-"unter Benutzung des Dateinamens I<Name> an Stelle des Standarddateinamens, "
-"der dem Paketnamen entspricht. Wenn dieser Parameter verwandt wird, sucht "
-"und installiert B<dh_installinit> Dateien mit dem Namen F<debian/Paket.Name."
-"upstart>, F<debian/Paket.Name.init> und F<debian/Paket.Name.default> an "
-"Stelle der üblichen F<debian/Paket.upstart>, F<debian/Paket.init> und "
-"F<debian/Paket.default>."
+"installiert das Init-Skript (und die Standarddatei) ebenso wie den Upstart-"
+"Job unter Benutzung des Dateinamens I<Name> an Stelle des "
+"Standarddateinamens, der dem Paketnamen entspricht. Wenn dieser Parameter "
+"verwandt wird, sucht und installiert B<dh_installinit> Dateien mit dem Namen "
+"F<debian/package.name.init>, F<debian/package.name.default> und F<debian/"
+"package.name.upstart> an Stelle der üblichen F<debian/package.init>, "
+"F<debian/package.default> and F<debian/package.upstart>."
 
 #. type: =item
-#: dh_installinit:113
+#: dh_installinit:108
 msgid "B<--init-script=>I<scriptname>"
 msgstr "B<--init-script=>I<Skriptname>"
 
 #. type: textblock
-#: dh_installinit:115
+#: dh_installinit:110
 msgid ""
 "Use I<scriptname> as the filename the init script is installed as in F<etc/"
 "init.d/> (and also use it as the filename for the defaults file, if it is "
@@ -5149,21 +5110,21 @@ msgstr ""
 "die normalerweise installiert werden."
 
 #. type: textblock
-#: dh_installinit:122
+#: dh_installinit:117
 msgid ""
 "This parameter is deprecated, use the B<--name> parameter instead. This "
-"parameter will be ignored completely for upstart jobs."
+"parameter is incompatible with the use of upstart jobs."
 msgstr ""
 "Dieser Parameter ist missbilligt. Benutzen Sie stattdessen den Parameter B<--"
-"name>. Dieser Parameter wird für Upstart-Jobs vollständig ignoriert."
+"name>. Dieser Parameter ist für die Benutzung mit Upstart-Jobs inkompatibel."
 
 #. type: =item
-#: dh_installinit:125
+#: dh_installinit:120
 msgid "B<--error-handler=>I<function>"
 msgstr "B<--error-handler=>I<Funktion>"
 
 #. type: textblock
-#: dh_installinit:127
+#: dh_installinit:122
 msgid ""
 "Call the named shell I<function> if running the init script fails. The "
 "function should be provided in the F<prerm> and F<postinst> scripts, before "
@@ -5174,12 +5135,12 @@ msgstr ""
 "F<postinst>-Skripten vor der Markierung B<#DEBHELPER#> bereitgestellt werden."
 
 #. type: =head1
-#: dh_installinit:281
+#: dh_installinit:262
 msgid "AUTHORS"
 msgstr "AUTOREN"
 
 #. type: textblock
-#: dh_installinit:285
+#: dh_installinit:266
 msgid "Steve Langasek <steve.langasek@canonical.com>"
 msgstr "Steve Langasek <steve.langasek@canonical.com>"
 
@@ -5314,16 +5275,27 @@ msgstr "B<dh_installman> [S<I<Debhelper-Optionen>>] [S<I<Handbuchseite> …>]"
 
 #. type: textblock
 #: dh_installman:19
+#, fuzzy
+#| msgid ""
+#| "B<dh_installman> is a debhelper program that handles installing man pages "
+#| "into the correct locations in package build directories. You tell it what "
+#| "man pages go in your packages, and it figures out where to install them "
+#| "based on the section field in their B<.TH> line. If you have a properly "
+#| "formatted B<.TH> line, your man page will be installed into the right "
+#| "directory, with the right name (this includes proper handling of pages "
+#| "with a subsection, like B<3perl>, which are placed in F<man3>, and given "
+#| "an extension of F<.3perl>). If your B<.TH> line is incorrect or missing, "
+#| "the program may guess wrong based on the file extension."
 msgid ""
 "B<dh_installman> is a debhelper program that handles installing man pages "
 "into the correct locations in package build directories. You tell it what "
 "man pages go in your packages, and it figures out where to install them "
-"based on the section field in their B<.TH> line. If you have a properly "
-"formatted B<.TH> line, your man page will be installed into the right "
-"directory, with the right name (this includes proper handling of pages with "
-"a subsection, like B<3perl>, which are placed in F<man3>, and given an "
-"extension of F<.3perl>). If your B<.TH> line is incorrect or missing, the "
-"program may guess wrong based on the file extension."
+"based on the section field in their B<.TH> or B<.Dt> line. If you have a "
+"properly formatted B<.TH> or B<.Dt> line, your man page will be installed "
+"into the right directory, with the right name (this includes proper handling "
+"of pages with a subsection, like B<3perl>, which are placed in F<man3>, and "
+"given an extension of F<.3perl>). If your B<.TH> or B<.Dt> line is incorrect "
+"or missing, the program may guess wrong based on the file extension."
 msgstr ""
 "B<dh_installman> ist ein Debhelper-Programm, das die Installation von "
 "Handbuchseiten an die korrekten Speicherorte in Paketbauverzeichnissen "
@@ -5349,15 +5321,26 @@ msgstr ""
 
 #. type: textblock
 #: dh_installman:32
+#, fuzzy
+#| msgid ""
+#| "If B<dh_installman> seems to install a man page into the wrong section or "
+#| "with the wrong extension, this is because the man page has the wrong "
+#| "section listed in its B<.TH> line. Edit the man page and correct the "
+#| "section, and B<dh_installman> will follow suit. See L<man(7)> for details "
+#| "about the B<.TH> section. If B<dh_installman> seems to install a man page "
+#| "into a directory like F</usr/share/man/pl/man1/>, that is because your "
+#| "program has a name like F<foo.pl>, and B<dh_installman> assumes that "
+#| "means it is translated into Polish. Use B<--language=C> to avoid this."
 msgid ""
 "If B<dh_installman> seems to install a man page into the wrong section or "
 "with the wrong extension, this is because the man page has the wrong section "
-"listed in its B<.TH> line. Edit the man page and correct the section, and "
-"B<dh_installman> will follow suit. See L<man(7)> for details about the B<."
-"TH> section. If B<dh_installman> seems to install a man page into a "
-"directory like F</usr/share/man/pl/man1/>, that is because your program has "
-"a name like F<foo.pl>, and B<dh_installman> assumes that means it is "
-"translated into Polish. Use B<--language=C> to avoid this."
+"listed in its B<.TH> or B<.Dt> line. Edit the man page and correct the "
+"section, and B<dh_installman> will follow suit. See L<man(7)> for details "
+"about the B<.TH> section, and L<mdoc(7)> for the B<.Dt> section. If "
+"B<dh_installman> seems to install a man page into a directory like F</usr/"
+"share/man/pl/man1/>, that is because your program has a name like F<foo.pl>, "
+"and B<dh_installman> assumes that means it is translated into Polish. Use "
+"B<--language=C> to avoid this."
 msgstr ""
 "Falls B<dh_installman> eine Handbuchseite in den falschen Abschnitt oder mit "
 "der falschen Endung zu installieren scheint, ist dies, weil die "
@@ -5371,7 +5354,7 @@ msgstr ""
 "B<--language=C>, um dies zu vermeiden."
 
 #. type: textblock
-#: dh_installman:41
+#: dh_installman:42
 msgid ""
 "After the man page installation step, B<dh_installman> will check to see if "
 "any of the man pages in the temporary directories of any of the packages it "
@@ -5383,7 +5366,7 @@ msgstr ""
 "Falls dies so ist, ändert es sie in symbolische Verweise."
 
 #. type: textblock
-#: dh_installman:45
+#: dh_installman:46
 msgid ""
 "Also, B<dh_installman> will use man to guess the character encoding of each "
 "manual page and convert it to UTF-8. If the guesswork fails for some reason, "
@@ -5396,22 +5379,22 @@ msgstr ""
 "benutzen. Einzelheiten finden Sie unter L<manconv(1)>."
 
 #. type: =item
-#: dh_installman:54
+#: dh_installman:55
 msgid "debian/I<package>.manpages"
 msgstr "debian/I<Paket>.manpages"
 
 #. type: textblock
-#: dh_installman:56
+#: dh_installman:57
 msgid "Lists man pages to be installed."
 msgstr "listet zu installierende Handbuchseiten auf."
 
 #. type: =item
-#: dh_installman:69
+#: dh_installman:70
 msgid "B<--language=>I<ll>"
 msgstr "B<--language=>I<ll>"
 
 #. type: textblock
-#: dh_installman:71
+#: dh_installman:72
 msgid ""
 "Use this to specify that the man pages being acted on are written in the "
 "specified language."
@@ -5420,12 +5403,12 @@ msgstr ""
 "auswirkt, in der angegebenen Sprache geschrieben sind."
 
 #. type: =item
-#: dh_installman:74
+#: dh_installman:75
 msgid "I<manpage> ..."
 msgstr "I<Handbuchseite> …>"
 
 #. type: textblock
-#: dh_installman:76
+#: dh_installman:77
 msgid ""
 "Install these man pages into the first package acted on. (Or in all packages "
 "if B<-A> is specified)."
@@ -5434,7 +5417,7 @@ msgstr ""
 "auswirkt (oder in allen Paketen, falls B<-A> angegeben wurde)."
 
 #. type: textblock
-#: dh_installman:83
+#: dh_installman:84
 msgid ""
 "An older version of this program, L<dh_installmanpages(1)>, is still used by "
 "some packages, and so is still included in debhelper.  It is, however, "
@@ -6144,6 +6127,11 @@ msgstr ""
 
 #. type: textblock
 #: dh_link:36
+msgid "Any pre-existing destination files will be replaced with symlinks."
+msgstr ""
+
+#. type: textblock
+#: dh_link:38
 msgid ""
 "B<dh_link> also scans the package build tree for existing symlinks which do "
 "not conform to Debian policy, and corrects them (v4 or later)."
@@ -6153,12 +6141,12 @@ msgstr ""
 "entsprechen und korrigiert sie (v4 und neuer)."
 
 #. type: =item
-#: dh_link:43
+#: dh_link:45
 msgid "debian/I<package>.links"
 msgstr "debian/I<Paket>.links"
 
 #. type: textblock
-#: dh_link:45
+#: dh_link:47
 msgid ""
 "Lists pairs of source and destination files to be symlinked. Each pair "
 "should be put on its own line, with the source and destination separated by "
@@ -6169,7 +6157,7 @@ msgstr ""
 "der Quell- und Zieldatei durch Leerzeichen getrennt sind."
 
 #. type: textblock
-#: dh_link:57
+#: dh_link:59
 msgid ""
 "Create any links specified by command line parameters in ALL packages acted "
 "on, not just the first."
@@ -6178,7 +6166,7 @@ msgstr ""
 "Paketen, auf die es sich auswirkt, nicht nur im ersten."
 
 #. type: textblock
-#: dh_link:62
+#: dh_link:64
 msgid ""
 "Exclude symlinks that contain I<item> anywhere in their filename from being "
 "corrected to comply with Debian policy."
@@ -6187,12 +6175,12 @@ msgstr ""
 "Richtlinie aus, die irgendwo in ihrem Dateinamen I<Element> enthalten."
 
 #. type: =item
-#: dh_link:65
+#: dh_link:67
 msgid "I<source destination> ..."
 msgstr "I<Quelle Ziel> …"
 
 #. type: textblock
-#: dh_link:67
+#: dh_link:69
 msgid ""
 "Create a file named I<destination> as a link to a file named I<source>. Do "
 "this in the package build directory of the first package acted on.  (Or in "
@@ -6203,7 +6191,7 @@ msgstr ""
 "es sich auswirkt (oder in allen Paketen, falls B<-A> angegeben wurde)."
 
 #. type: verbatim
-#: dh_link:75
+#: dh_link:77
 #, no-wrap
 msgid ""
 " dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1\n"
@@ -6213,12 +6201,12 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh_link:77
+#: dh_link:79
 msgid "Make F<bar.1> be a symlink to F<foo.1>"
 msgstr "sorgt dafür, dass F<bar.1> ein symbolischer Verweis auf F<foo.1> ist."
 
 #. type: verbatim
-#: dh_link:79
+#: dh_link:81
 #, no-wrap
 msgid ""
 " dh_link var/lib/foo usr/lib/foo \\\n"
@@ -6230,7 +6218,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh_link:82
+#: dh_link:84
 msgid ""
 "Make F</usr/lib/foo/> be a link to F</var/lib/foo/>, and F<bar.1> be a "
 "symlink to the F<foo.1>"
@@ -7617,6 +7605,35 @@ msgstr "Debian-Richtlinie, Version 2.2"
 msgid "Andrew Stribblehill <ads@debian.org>"
 msgstr "Andrew Stribblehill <ads@debian.org>"
 
+#~ msgid ""
+#~ "B<dh_installinit> is a debhelper program that is responsible for "
+#~ "installing upstart job files or init scripts with associated defaults "
+#~ "files into package build directories, and in the former case providing "
+#~ "compatibility handling for non-upstart systems."
+#~ msgstr ""
+#~ "B<dh_installinit> ist ein Debhelper-Programm, das für die Installation "
+#~ "von Upstart-Job-Dateien oder Init-Skripten mit zugehörigen »defaults«-"
+#~ "Dateien in Paketbauverzeichnisse zuständig ist und im erstgenannten Fall "
+#~ "die Kompatibilität für nicht Upstart-Systeme handhabt."
+
+#~ msgid ""
+#~ "Otherwise, if this exists, it is installed into etc/init.d/I<package> in "
+#~ "the package build directory."
+#~ msgstr ""
+#~ "Andernfalls, wenn dies existiert, wird es in etc/init.d/I<Paket>.conf im "
+#~ "Paketbauverzeichnis installiert."
+
+#~ msgid ""
+#~ "If no upstart job file is installed in the target directory when "
+#~ "B<dh_installinit --onlyscripts> is called, this program will assume that "
+#~ "an init script is being installed and not provide the compatibility "
+#~ "symlinks or upstart dependencies."
+#~ msgstr ""
+#~ "Falls keine Upstart-Job-Datei im Zielverzeichnis installiert ist, wenn "
+#~ "B<dh_installinit --onlyscripts> aufgerufen wird, wird dieses Programm "
+#~ "davon ausgehen, dass ein Init-Skript installiert ist und die symbolischen "
+#~ "Kompatibilitätsverweise oder Upstart-Abhängigkeiten nicht bereitstellen."
+
 #~ msgid "The inverse of B<--with>, disables using the given addon."
 #~ msgstr ""
 #~ "das Gegenteil von B<--with>, deaktiviert die Benutzung des angegebenen "