=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== s5-1.1.dfsg.2/debian/get-orig-source.sh-13- s5-1.1.dfsg.2/debian/get-orig-source.sh:14:PKG_NAME=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'` s5-1.1.dfsg.2/debian/get-orig-source.sh:15:PKG_VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}'` s5-1.1.dfsg.2/debian/get-orig-source.sh-16-UP_VERSION=`dpkg-parsechangelog | \ ############################################## s5-1.1.dfsg.2/debian/get-orig-source.sh-24-UP_SITE="https://meyerweb.com/eric/tools/s5/v/$UP_VERSION/" s5-1.1.dfsg.2/debian/get-orig-source.sh:25:UP_DISTVER=`echo "$UP_VERSION" | tr -d '.'` s5-1.1.dfsg.2/debian/get-orig-source.sh-26-UP_DISTNAME="$PKG_NAME-$UP_DISTVER" ############################################## s5-1.1.dfsg.2/debian/rules-31- cd $S && env TZ=UTC unzip -x $(CURDIR)/s5-blank.zip s5-1.1.dfsg.2/debian/rules:32: for p in `cat $(CURDIR)/debian/patches/series`; do \ s5-1.1.dfsg.2/debian/rules-33- (cd $S/s5-blank; patch -p1 < $(CURDIR)/debian/patches/$$p); \ ############################################## s5-1.1.dfsg.2/debian/s5.sh-134- [ -z "$v" ] || echo " - about to check $file for $args" 1>&2 s5-1.1.dfsg.2/debian/s5.sh:135: o=`cd "$1" && $CKSUM $CKSUM_ARGS "$file"` s5-1.1.dfsg.2/debian/s5.sh-136- [ -z "$v" ] || echo " - got checksum $o" 1>&2 ############################################## s5-1.1.dfsg.2/debian/s5.sh-141- if [ -n "$SHADOWDIR" ]; then s5-1.1.dfsg.2/debian/s5.sh:142: d=`dirname "$file"` s5-1.1.dfsg.2/debian/s5.sh-143- mkdir -p "$SHADOWDIR"/t/"$d" ############################################## s5-1.1.dfsg.2/debian/s5.sh-192- if [ -n "$v" ]; then s5-1.1.dfsg.2/debian/s5.sh:193: cnt=`egrep -ce '^CKSUM ' "$cksumfile"` s5-1.1.dfsg.2/debian/s5.sh-194- echo "- $cnt checksums recorded into $cksumfile" 1>&2 ############################################## s5-1.1.dfsg.2/debian/s5.sh-201- if expr "$line" : 'CKSUM ' > /dev/null; then s5-1.1.dfsg.2/debian/s5.sh:202: cnt=`expr "$cnt" + 1` s5-1.1.dfsg.2/debian/s5.sh-203- fi ############################################## s5-1.1.dfsg.2/debian/s5.sh-211-{ s5-1.1.dfsg.2/debian/s5.sh:212: o=`$CKSUM $CKSUM_ARGS "$1"` s5-1.1.dfsg.2/debian/s5.sh-213- echo "FILE $1" ############################################## s5-1.1.dfsg.2/debian/s5.sh-421-done s5-1.1.dfsg.2/debian/s5.sh:422:shift `expr "$OPTIND" - 1` s5-1.1.dfsg.2/debian/s5.sh-423-