===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
maqview-0.2.5/zlib.h-968-     8: DEBUG
maqview-0.2.5/zlib.h:969:     9: ASMV or ASMINF -- use ASM code
maqview-0.2.5/zlib.h-970-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
maqview-0.2.5/deflate.c-87-#ifdef ASMV
maqview-0.2.5/deflate.c:88:      void match_init OF((void)); /* asm code initialization */
maqview-0.2.5/deflate.c-89-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
maqview-0.2.5/deflate.c-1007-#ifdef ASMV
maqview-0.2.5/deflate.c:1008:    match_init(); /* initialize the asm code */
maqview-0.2.5/deflate.c-1009-#endif
##############################################
maqview-0.2.5/deflate.c-1023-#ifndef ASMV
maqview-0.2.5/deflate.c:1024:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
maqview-0.2.5/deflate.c-1025- * match.S. The code will be functionally equivalent.
##############################################
maqview-0.2.5/crc32.c-202-/* =========================================================================
maqview-0.2.5/crc32.c:203: * This function can be used by asm versions of crc32()
maqview-0.2.5/crc32.c-204- */
##############################################
maqview-0.2.5/debian/get-orig-source-6-
maqview-0.2.5/debian/get-orig-source:7:PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
maqview-0.2.5/debian/get-orig-source-8-
maqview-0.2.5/debian/get-orig-source-9-if ! echo $@ | grep -q upstream-version ; then
maqview-0.2.5/debian/get-orig-source:10:    VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
maqview-0.2.5/debian/get-orig-source-11-else