]> err.no Git - dpkg/commitdiff
remove debug statement
authorWichert Akkerman <wakkerma@debian.org>
Sun, 22 Oct 2000 20:25:42 +0000 (20:25 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sun, 22 Oct 2000 20:25:42 +0000 (20:25 +0000)
scripts/dpkg-gencontrol.pl
scripts/dpkg-shlibdeps.pl

index 8410010c1e9f041123220a273d4be8d9ac77f1db..adf151c86f62af628c803afba96e04e0bb72e0aa 100755 (executable)
@@ -49,7 +49,7 @@ $i=100;grep($fieldimps{$_}=$i--,
              Pre-Depends Depends Recommends Suggests Enhances Optional 
             Conflicts Replaces Provides Installed-Size Maintainer Source
             Description Build-Depends Build-Depends-Indep Build-Conflicts
-            Build-Conflicts-Indep Source Bugs-Submit-To Bugs-Submit-Style ));
+            Build-Conflicts-Indep Source Bugs-Submit-To ));
 
 while (@ARGV) {
     $_=shift(@ARGV);
@@ -111,7 +111,7 @@ for $_ (keys %fi) {
     $v= $fi{$_};
     if (s/^C //) {
 #print STDERR "G key >$_< value >$v<\n";
-        if (m/^Origin|Bugs-(Submit-To|Submit-Style)|Maintainer$/) { $f{$_}=$v; }
+        if (m/^Origin|Bugs-Submit-To|Maintainer$/) { $f{$_}=$v; }
         elsif (m/^Source$/) { &setsourcepackage; }
         elsif (s/^X[CS]*B[CS]*-//i) { $f{$_}= $v; }
        elsif (m/^X[CS]+-|^Standards-Version$|^Build-(Depends|Conflicts)(-Indep)?$/i) { }
index 2ae6481f9719f181bd8cd75ec687a3c48929fcff..1877dc47bd4fd23b49602170ffc49f365f0a7250 100755 (executable)
@@ -106,7 +106,6 @@ for ($i=0;$i<=$#exec;$i++) {
 # Now: See if it is in this package.  See if it is in any other package.
 sub searchdir {
     my $dir = shift;
-print STDERR "DEBUG: searching in $dir\n";
     if(opendir(DIR, $dir)) {
        my @dirents = readdir(DIR);
        closedir(DIR);