=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libnet-z3950-zoom-perl-1.30/debian/changelog-143- [ Jose Luis Rivas ] libnet-z3950-zoom-perl-1.30/debian/changelog:144: * debian/rules: `touch $@' instead of `touch *-stamp' libnet-z3950-zoom-perl-1.30/debian/changelog-145- * debian/copyright: ############################################## libnet-z3950-zoom-perl-1.30/debian/patches/pkg-config.patch-16--my $yazconf = "yaz-config"; libnet-z3950-zoom-perl-1.30/debian/patches/pkg-config.patch:17:-my $yazver = `$yazconf --version`; libnet-z3950-zoom-perl-1.30/debian/patches/pkg-config.patch:18:-my $yazinc = `$yazconf --cflags threads`; libnet-z3950-zoom-perl-1.30/debian/patches/pkg-config.patch:19:-my $yazlibs = `$yazconf --libs threads`; libnet-z3950-zoom-perl-1.30/debian/patches/pkg-config.patch-20-+use ExtUtils::PkgConfig; ############################################## libnet-z3950-zoom-perl-1.30/.pc/pkg-config.patch/Makefile.PL-8-my $yazconf = "yaz-config"; libnet-z3950-zoom-perl-1.30/.pc/pkg-config.patch/Makefile.PL:9:my $yazver = `$yazconf --version`; libnet-z3950-zoom-perl-1.30/.pc/pkg-config.patch/Makefile.PL:10:my $yazinc = `$yazconf --cflags threads`; libnet-z3950-zoom-perl-1.30/.pc/pkg-config.patch/Makefile.PL:11:my $yazlibs = `$yazconf --libs threads`; libnet-z3950-zoom-perl-1.30/.pc/pkg-config.patch/Makefile.PL-12-if (!$yazver || !$yazinc || !$yazlibs) {