From b7878aebdf8527352aea7fa68c9886debfa0e912 Mon Sep 17 00:00:00 2001 From: hertzog Date: Wed, 24 Nov 2010 22:53:13 +0000 Subject: [PATCH] Fix debian/tocsubstvars to cope with the new way dpkg-dev handles multi-lines substitution variables. git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@7780 313b444b-1b9f-4f58-a734-7bb04f332e8d --- debian/changelog | 2 ++ debian/tocsubstvars | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 036a289..86e390a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/tocsubstvars b/debian/tocsubstvars index ac7fed6..9a09779 100755 --- a/debian/tocsubstvars +++ b/debian/tocsubstvars @@ -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); -- 2.30.2