From baf956813b135f7688f47bc4faef002234e51af8 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 23 Nov 2007 04:39:05 +0200 Subject: [PATCH] dpkg-gensymbols: Remove duplicated declaration of @librarypaths --- ChangeLog | 5 +++++ scripts/dpkg-gensymbols.pl | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e3816e37..73ace93e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-23 Guillem Jover + + * scripts/dpkg-gensymbols.pl (@librarypaths): Remove duplicated + declaration. + 2007-11-23 Guillem Jover * scripts/Dpkg/Fields.pm (%fieldimps): Declare with 'my' instead diff --git a/scripts/dpkg-gensymbols.pl b/scripts/dpkg-gensymbols.pl index 8186e14c..bab05c08 100755 --- a/scripts/dpkg-gensymbols.pl +++ b/scripts/dpkg-gensymbols.pl @@ -18,7 +18,6 @@ require 'controllib.pl'; our (%f, %fi); our %p2i; -our @librarypaths; my $controlfile = 'debian/control'; my $changelogfile = 'debian/changelog'; -- 2.39.5