chiark / gitweb /
Fix debian/tocsubstvars to cope with the new way dpkg-dev handles multi-lines substit...
[developers-reference.git] / debian / tocsubstvars
index ac7fed636dc561924ad49bc3b27e3830ad595b0f..9a09779f3a9c71c33695875f1ca26c5fcbfb0551 100755 (executable)
@@ -28,7 +28,7 @@ if ( $#entoc == -1 ) {
 }
 verbose_print("found " . $#entoc . " entries in TOC");
 
-my $entoc = "   " . join('${Newline}    ', @entoc);
+my $entoc = "   " . join('${Newline}   ', @entoc);
 
 foreach my $package (@{$dh{DOPACKAGES}}) {
     addsubstvar($package, "TOC:en", $entoc);