From fb99f579d58d360b85942d81f069a028f78f3344 Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Thu, 17 Jan 2008 09:08:48 +0100 Subject: [PATCH] dpkg-source: Don't use any substvarsfile by default * scripts/dpkg-source.pl: Revert to the old behaviour of not using any substvars file. * man/dpkg-source.1: Fix the default value of the -T option. --- man/ChangeLog | 4 ++++ man/dpkg-source.1 | 3 +-- scripts/dpkg-source.pl | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index 9e292196..8fd69a20 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2008-01-17 Raphael Hertzog + + * dpkg-source.1: Fix default value of -T parameter. + 2008-01-13 Frank Lichtenheld * dpkg-parsechangelog.1: Document the new diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 index 1b06d1b2..d1613b9e 100644 --- a/man/dpkg-source.1 +++ b/man/dpkg-source.1 @@ -93,8 +93,7 @@ See \fBdeb\-substvars\fP(5) for a discussion of output substitution. .BI \-T substvarsfile Read substitution variables in .IR substvarsfile ; -the default is -.BR debian/substvars . +the default is to not read any file. .TP .BI \-D field = value Override or add an output control file field. diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 8c956b09..92e82bd4 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -25,7 +25,7 @@ my %notfileobject; my $fn; my $ur; -my $varlistfile = "debian/substvars"; +my $varlistfile; my $controlfile; my $changelogfile; my $changelogformat; -- 2.39.5