===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sgml2x-1.0.0/debian/preinst-20-	    printf >&2 "Note: moving old sgml2x conffile: "
sgml2x-1.0.0/debian/preinst:21:	    mkdir -p `dirname ${NEWCONFDIR}/$i`
sgml2x-1.0.0/debian/preinst-22-	    mv --verbose ${OLDCONFDIR}/$i ${NEWCONFDIR}/$i
##############################################
sgml2x-1.0.0/Makefile-71-checkversion:
sgml2x-1.0.0/Makefile:72:	test `head -1 debian/changelog | sed 's/^.*(\(.*\)-.*$$/\1/'` = ${VERSION}
sgml2x-1.0.0/Makefile-73-