From dcdc0b6cd176fb65ce65e0596a85fee1f9aa1e6a Mon Sep 17 00:00:00 2001 From: aph Date: Sat, 22 Feb 2003 20:54:02 +0000 Subject: [PATCH] proper escaping of single quotes in the pkg description/TOC requires newest debhelper git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2176 313b444b-1b9f-4f58-a734-7bb04f332e8d --- debian/changelog | 4 +++- debian/control | 2 +- debian/tocsubstvars | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9693006..083e200 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,7 +26,9 @@ developers-reference (3.3) unstable; urgency=low table of contents (TOC) with a new script 'debian/tocsubstvars'; note that the TOC displayed in the developers-reference-{fr,ja} package descriptions are in English until UTF8 control files are - allowed + allowed; proper escaping of single quotes here requires newest + debhelper + - editorial changes on the additions in this release -- Adam Di Carlo diff --git a/debian/control b/debian/control index b5c8727..af543bd 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Adam Di Carlo Uploaders: Manoj Srivastava , Raphael Hertzog Standards-Version: 3.5.8 -Build-Depends-Indep: debiandoc-sgml (>= 1.1.48), tetex-bin, tetex-extra, debhelper (>= 4.0) +Build-Depends-Indep: debiandoc-sgml (>= 1.1.48), tetex-bin, tetex-extra, debhelper (>= 4.1.32) Package: developers-reference Architecture: all diff --git a/debian/tocsubstvars b/debian/tocsubstvars index 72bdd0b..ac7fed6 100755 --- a/debian/tocsubstvars +++ b/debian/tocsubstvars @@ -30,9 +30,6 @@ verbose_print("found " . $#entoc . " entries in TOC"); my $entoc = " " . join('${Newline} ', @entoc); -# note debhelper Bug#178524: single quote not allowed -$entoc =~ s/\'//g; - foreach my $package (@{$dh{DOPACKAGES}}) { addsubstvar($package, "TOC:en", $entoc); } -- 2.30.2