From fb85e1faf23194f20efc3fc8cd160087eada60ba Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 3 Apr 2007 02:27:28 +0000 Subject: [PATCH] * scripts/dpkg-checkbuilddeps.pl ($control): Remove redundant variable. --- ChangeLog | 5 +++++ scripts/dpkg-checkbuilddeps.pl | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 33839cb0..e921ca8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-03 Guillem Jover + + * scripts/dpkg-checkbuilddeps.pl ($control): Remove redundant + variable. + 2007-04-03 Guillem Jover * scripts/dpkg-source.pl (fieldimps): Add 'Uploaders'. diff --git a/scripts/dpkg-checkbuilddeps.pl b/scripts/dpkg-checkbuilddeps.pl index d367efd6..93837440 100755 --- a/scripts/dpkg-checkbuilddeps.pl +++ b/scripts/dpkg-checkbuilddeps.pl @@ -7,7 +7,6 @@ use Getopt::Long; my $dpkglibdir="/usr/lib/dpkg"; my $admindir = "/var/lib/dpkg"; push(@INC,$dpkglibdir); -#my $controlfile; require 'controllib.pl'; require 'dpkg-gettext.pl'; @@ -39,8 +38,7 @@ if ($want_help) { exit(0); } -my $control=shift || "debian/control"; -$controlfile=$control; +my $controlfile = shift || "debian/control"; parsecontrolfile($controlfile); -- 2.39.5