===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gff2ps-0.98l/debian/get-orig-source-13-
gff2ps-0.98l/debian/get-orig-source:14:NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
gff2ps-0.98l/debian/get-orig-source-15-
##############################################
gff2ps-0.98l/debian/get-orig-source-18-if ! echo $@ | grep -q upstream-version ; then
gff2ps-0.98l/debian/get-orig-source:19:    # VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
gff2ps-0.98l/debian/get-orig-source-20-    VERSION=`uscan --force-download 2>/dev/null | grep ftp://genome.imim.es/pub/gff_tools/gff2ps/gff2ps_v0.98l.gz | sed 's#^.*ftp://genome.imim.es/pub/gff_tools/gff2ps/gff2ps_v\(.*\)\.gz#\1#' || true`
##############################################
gff2ps-0.98l/debian/get-orig-source-22-else
gff2ps-0.98l/debian/get-orig-source:23:    VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) .*BRIG.*-dist.*?\1?"`
gff2ps-0.98l/debian/get-orig-source-24-    if echo "$VERSION" | grep -q "upstream-version" ; then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-85-RCSVERSION='$Id: gff2ps,v 1.111 2008/08/27 13:37:35 lopep Exp lopep $';
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:86:AAA=`echo $RCSVERSION | $GAWK '{ print substr($0,2,length($0)-2); }'`;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-87-#
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-94-  CREATIONDATE="1999/03/01"; # PSCREATION="1999/03/01"
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:95:  REVISION=`echo $RCSVERSION | $GAWK '{print $3}'`;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:96:  DATERELEASE=`echo $RCSVERSION | $GAWK '{print $3,$4}'`;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-97-  PSPROGRAM="PostScript Output from gff2ps";
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1308-CheckInt () {
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1309:  if [ `expr $1 : '[-]?[0-9]*'` -eq `expr $1 : '[-]?.*'` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1310-    then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1440-      s) v07=$OPTARG;;                # page_bbox
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1441:         # v12=`chkpagesize $v07`;;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1442-      p) v06="Portrait";;             # page_orientation
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1443:      G) v19=`CheckColor $OPTARG $v19`;;  # foreground_color
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1444:      g) v20=`CheckColor $OPTARG $v20`;;  # background_color
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1445:      P) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1446-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1448-           fi;;               # page_number
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1449:      S) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1450-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1452-           fi;;               # zoom_begin
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1453:      E) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1454-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1456-           fi;;               # zoom_end
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1457:      B) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1458-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1460-           fi;;               # blocks_x_page
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1461:      N) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1462-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1471-      o) v24="off";;          # show_time
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1472:      M) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1473-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1475-           fi;;               # major_tickmarks_num
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1476:      K) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1477-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1479-           fi;;               # major_tickmarks_nucleotides
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1480:      m) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1481-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1483-           fi;;               # minor_tickmarks_num
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1484:      k) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1485-           then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1490-      i) v29="off";;          # strand_show_independent
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1491:      0) v30=`CheckColor $OPTARG $fgcolor`;;  # frame0_color
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1492:      1) v31=`CheckColor $OPTARG $fgcolor`;;  # frame1_color
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1493:      2) v32=`CheckColor $OPTARG $fgcolor`;;  # frame2_color
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1494:      3) v33=`CheckColor $OPTARG $fgcolor`;;  # frame_unknown_color
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1495-      n) v17="true";;         # show_positions
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1509-incr=1;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1510:while [ $OPTIND -gt $incr ]; do shift; incr=`expr $incr + 1`; done;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1511-
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1558-             shift; ck=1;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1559:             hmf=`expr $hmf + 1`;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1560-             rd_std=1;
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1565-           else
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1566:             if [ `ExistFile $files` -eq 1 ];  # Checks any kind of input files (*, ./*, path/*).
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1567-               then
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1573-                 shift; ck=1;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1574:                 hmf=`expr $hmf + 1`;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1575-               fi;
##############################################
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1594-
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l:1595:v04=`ExistCustomfile "$v03"`;
gff2ps-0.98l/.pc/exit_with_zero_when_success.patch/gff2ps_v0.98l-1596-
##############################################
gff2ps-0.98l/gff2ps_v0.98l-86-RCSVERSION='$Id: gff2ps,v 1.111 2008/08/27 13:37:35 lopep Exp lopep $';
gff2ps-0.98l/gff2ps_v0.98l:87:AAA=`echo $RCSVERSION | $GAWK '{ print substr($0,2,length($0)-2); }'`;
gff2ps-0.98l/gff2ps_v0.98l-88-#
##############################################
gff2ps-0.98l/gff2ps_v0.98l-95-  CREATIONDATE="1999/03/01"; # PSCREATION="1999/03/01"
gff2ps-0.98l/gff2ps_v0.98l:96:  REVISION=`echo $RCSVERSION | $GAWK '{print $3}'`;
gff2ps-0.98l/gff2ps_v0.98l:97:  DATERELEASE=`echo $RCSVERSION | $GAWK '{print $3,$4}'`;
gff2ps-0.98l/gff2ps_v0.98l-98-  PSPROGRAM="PostScript Output from gff2ps";
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1309-CheckInt () {
gff2ps-0.98l/gff2ps_v0.98l:1310:  if [ `expr $1 : '[-]?[0-9]*'` -eq `expr $1 : '[-]?.*'` ];
gff2ps-0.98l/gff2ps_v0.98l-1311-    then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1441-      s) v07=$OPTARG;;                # page_bbox
gff2ps-0.98l/gff2ps_v0.98l:1442:         # v12=`chkpagesize $v07`;;
gff2ps-0.98l/gff2ps_v0.98l-1443-      p) v06="Portrait";;             # page_orientation
gff2ps-0.98l/gff2ps_v0.98l:1444:      G) v19=`CheckColor $OPTARG $v19`;;  # foreground_color
gff2ps-0.98l/gff2ps_v0.98l:1445:      g) v20=`CheckColor $OPTARG $v20`;;  # background_color
gff2ps-0.98l/gff2ps_v0.98l:1446:      P) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1447-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1449-           fi;;               # page_number
gff2ps-0.98l/gff2ps_v0.98l:1450:      S) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1451-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1453-           fi;;               # zoom_begin
gff2ps-0.98l/gff2ps_v0.98l:1454:      E) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1455-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1457-           fi;;               # zoom_end
gff2ps-0.98l/gff2ps_v0.98l:1458:      B) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1459-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1461-           fi;;               # blocks_x_page
gff2ps-0.98l/gff2ps_v0.98l:1462:      N) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1463-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1472-      o) v24="off";;          # show_time
gff2ps-0.98l/gff2ps_v0.98l:1473:      M) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1474-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1476-           fi;;               # major_tickmarks_num
gff2ps-0.98l/gff2ps_v0.98l:1477:      K) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1478-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1480-           fi;;               # major_tickmarks_nucleotides
gff2ps-0.98l/gff2ps_v0.98l:1481:      m) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1482-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1484-           fi;;               # minor_tickmarks_num
gff2ps-0.98l/gff2ps_v0.98l:1485:      k) if [ `CheckInt $OPTARG` ];
gff2ps-0.98l/gff2ps_v0.98l-1486-           then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1491-      i) v29="off";;          # strand_show_independent
gff2ps-0.98l/gff2ps_v0.98l:1492:      0) v30=`CheckColor $OPTARG $fgcolor`;;  # frame0_color
gff2ps-0.98l/gff2ps_v0.98l:1493:      1) v31=`CheckColor $OPTARG $fgcolor`;;  # frame1_color
gff2ps-0.98l/gff2ps_v0.98l:1494:      2) v32=`CheckColor $OPTARG $fgcolor`;;  # frame2_color
gff2ps-0.98l/gff2ps_v0.98l:1495:      3) v33=`CheckColor $OPTARG $fgcolor`;;  # frame_unknown_color
gff2ps-0.98l/gff2ps_v0.98l-1496-      n) v17="true";;         # show_positions
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1510-incr=1;
gff2ps-0.98l/gff2ps_v0.98l:1511:while [ $OPTIND -gt $incr ]; do shift; incr=`expr $incr + 1`; done;
gff2ps-0.98l/gff2ps_v0.98l-1512-
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1559-             shift; ck=1;
gff2ps-0.98l/gff2ps_v0.98l:1560:             hmf=`expr $hmf + 1`;
gff2ps-0.98l/gff2ps_v0.98l-1561-             rd_std=1;
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1566-           else
gff2ps-0.98l/gff2ps_v0.98l:1567:             if [ `ExistFile $files` -eq 1 ];  # Checks any kind of input files (*, ./*, path/*).
gff2ps-0.98l/gff2ps_v0.98l-1568-               then
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1574-                 shift; ck=1;
gff2ps-0.98l/gff2ps_v0.98l:1575:                 hmf=`expr $hmf + 1`;
gff2ps-0.98l/gff2ps_v0.98l-1576-               fi;
##############################################
gff2ps-0.98l/gff2ps_v0.98l-1595-
gff2ps-0.98l/gff2ps_v0.98l:1596:v04=`ExistCustomfile "$v03"`;
gff2ps-0.98l/gff2ps_v0.98l-1597-