Просмотр исходного кода

dpkg-gensymbols: Remove duplicated declaration of @librarypaths

Guillem Jover лет назад: 18
Родитель
Сommit
baf956813b
2 измененных файлов с 5 добавлено и 1 удалено
  1. 5 0
      ChangeLog
  2. 0 1
      scripts/dpkg-gensymbols.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2007-11-23  Guillem Jover  <guillem@debian.org>
+
+	* scripts/dpkg-gensymbols.pl (@librarypaths): Remove duplicated
+	declaration.
+
 2007-11-23  Guillem Jover  <guillem@debian.org>
 
 	* scripts/Dpkg/Fields.pm (%fieldimps): Declare with 'my' instead

+ 0 - 1
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';