chiark / gitweb /
Fix debian/tocsubstvars to cope with the new way dpkg-dev handles multi-lines substit...
authorhertzog <hertzog@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Wed, 24 Nov 2010 22:53:13 +0000 (22:53 +0000)
committerhertzog <hertzog@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Wed, 24 Nov 2010 22:53:13 +0000 (22:53 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@7780 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
debian/tocsubstvars

index 036a2894d37584b88b6096ba0c067ea555d5f973..86e390a52d487cfb94fa56238ae4b6315a19a102 100644 (file)
@@ -52,6 +52,8 @@ developers-reference (3.4.4) unstable; urgency=low
     patch. Closes: #573110
   * Update standards-version to 3.9.1 and add missing ${misc:Depends} in
     dependencies.
+  * Fix debian/tocsubstvars to cope with the new way dpkg-dev handles
+    multi-lines substitution variables.
 
   [ David Prévot ]
   * Update outdated mentions, typos and tags. Closes: #578664
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);