=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pkg-haskell-tools-0.12.2/dht-99-__END__ pkg-haskell-tools-0.12.2/dht:100: system ("$DHT_SCRIPT_DIR/$script", "--manpage"); pkg-haskell-tools-0.12.2/dht-101- } ############################################## pkg-haskell-tools-0.12.2/scripts/dch-47- my @options = ("--release-heuristic", "changelog", "--no-auto-nmu"); pkg-haskell-tools-0.12.2/scripts/dch:48: if (system(qw/git show-ref --quiet/, "refs/tags/$tag") == 0) { pkg-haskell-tools-0.12.2/scripts/dch-49- if ($suite eq "UNRELEASED") { ############################################## pkg-haskell-tools-0.12.2/scripts/dch-69- # override this by passing the '-D' option. pkg-haskell-tools-0.12.2/scripts/dch:70: system("debchange", @options, "-D", $suite, @ARGV); pkg-haskell-tools-0.12.2/scripts/dch-71- } ############################################## pkg-haskell-tools-0.12.2/scripts/debian2dsc-78- pkg-haskell-tools-0.12.2/scripts/debian2dsc:79: VERSION=`dpkg-parsechangelog -l$DIR/changelog -c1 -SVersion` pkg-haskell-tools-0.12.2/scripts/debian2dsc:80: PACKAGE=`dpkg-parsechangelog -l$DIR/changelog -c1 -SSource` pkg-haskell-tools-0.12.2/scripts/debian2dsc:81: UPSTREAM_DFSG=`echo $VERSION | cut -d- -f1` # this could be improved pkg-haskell-tools-0.12.2/scripts/debian2dsc-82- if echo $UPSTREAM_DFSG | fgrep -q : ; then pkg-haskell-tools-0.12.2/scripts/debian2dsc:83: UPSTREAM_DFSG=`echo $UPSTREAM_DFSG | cut -d: -f2-` pkg-haskell-tools-0.12.2/scripts/debian2dsc:84: VERSION=`echo $VERSION | cut -d: -f2-` pkg-haskell-tools-0.12.2/scripts/debian2dsc-85- fi ############################################## pkg-haskell-tools-0.12.2/scripts/tag-61- } else { pkg-haskell-tools-0.12.2/scripts/tag:62: if (system(qw/git show-ref --verify --quiet/, "refs/tags/$tag") == 0) { pkg-haskell-tools-0.12.2/scripts/tag-63- # tag exists ############################################## pkg-haskell-tools-0.12.2/scripts/tag-67- if (not $dryrun) { pkg-haskell-tools-0.12.2/scripts/tag:68: my $rev = `git log -n 1 --pretty=format:%h -- $dir`; pkg-haskell-tools-0.12.2/scripts/tag:69: my $ret = system(qw/git tag -a -m/, $msg, $tag, $rev); pkg-haskell-tools-0.12.2/scripts/tag-70- die (sprintf "Failed to tag %s: %d\n", $tag, $?>>8) if $ret != 0; ############################################## pkg-haskell-tools-0.12.2/scripts/upload-4- pkg-haskell-tools-0.12.2/scripts/upload:5:args=`getopt -n "$0" -o "h:" -l "help,manpage" -- "$@"` pkg-haskell-tools-0.12.2/scripts/upload-6-eval set -- "$args"