===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
neurodebian-0.40.1/pkgs/fsl.rst-101-Note the dot at the beginning. If you want to have this done automatically, you
neurodebian-0.40.1/pkgs/fsl.rst:102:could add those line to e.g. your `$HOME/.bashrc` file (or a corresponding
neurodebian-0.40.1/pkgs/fsl.rst-103-config file of another POSIX-compatible shell). Once you have done that, you
##############################################
neurodebian-0.40.1/sphinx/blog/2011/2011-07-10_booth_hbm2011.rst-11-experience at last year's SfN in San Diego <chap_debian_booth_sfn2010>` and
neurodebian-0.40.1/sphinx/blog/2011/2011-07-10_booth_hbm2011.rst:12:enthusiasm of our scientific adviser, `James V. Haxby`_, we hosted another
neurodebian-0.40.1/sphinx/blog/2011/2011-07-10_booth_hbm2011.rst-13-NeuroDebian booth. The setup was pretty much the same as last year: Some chairs
##############################################
neurodebian-0.40.1/sphinx/reportbug.rst-19-
neurodebian-0.40.1/sphinx/reportbug.rst:20:      $ dpkg -S `readlink -f $(which COMMAND)`
neurodebian-0.40.1/sphinx/reportbug.rst-21-
##############################################
neurodebian-0.40.1/tools/backport-dsc-233-# We need CLOPTS as the `eval set --' would nuke the return value of getopt.
neurodebian-0.40.1/tools/backport-dsc:234:CLOPTS=`getopt -o h,d:,s:,p: --long help,verbose-help,version,target-distribution:,version-suffix:,version-prefix:,maint-name:,maint-email:,no-color,no-backport-patches,verbose,mod-control:,no-maintainer-update, -n 'backport-dsc' -- "$@"`
neurodebian-0.40.1/tools/backport-dsc-235-
##############################################
neurodebian-0.40.1/tools/nd-autoinstall-101-# We need CLOPTS as the `eval set --' would nuke the return value of getopt.
neurodebian-0.40.1/tools/nd-autoinstall:102:CLOPTS=`getopt -o h,e:,p:,t:,f,F:,v --long help,version,environment-file:,package:,title:,verbose,force,file: -n 'nd-autoinstall' -- "$@"`
neurodebian-0.40.1/tools/nd-autoinstall-103-
##############################################
neurodebian-0.40.1/tools/nd-configurerepo-101-        else
neurodebian-0.40.1/tools/nd-configurerepo:102:            error $? "Command $@ failed with exit code $?.  Output was: `cat $ae_tempdir/eval.log`"
neurodebian-0.40.1/tools/nd-configurerepo-103-        fi
##############################################
neurodebian-0.40.1/tools/nd-configurerepo-376-# We need CLOPTS as the `eval set --' would nuke the return value of getopt.
neurodebian-0.40.1/tools/nd-configurerepo:377:CLOPTS=`getopt -o h,r:,m:,f:,c:,q,v,n --long help,version,quiet,verbose,mirror:,release:,flavor:,components:,suffix:,overwrite,sources,no-sources,install,dry-run,do-not-update,print-releases,print-release,print-mirrors,print-best-mirror,print-flavor -n 'nd-configurerepo' -- "$@"`
neurodebian-0.40.1/tools/nd-configurerepo-378-
##############################################
neurodebian-0.40.1/tools/nd-configurerepo-521-        # error 3
neurodebian-0.40.1/tools/nd-configurerepo:522:        print_verbose 1 "File $ae_output_file already exists, containing:\n`cat \"$ae_output_file\"`\n\nI: New configuration is different:\n$apt_list"
neurodebian-0.40.1/tools/nd-configurerepo-523-        if get_apt_policy NeuroDebian >/dev/null; then
##############################################
neurodebian-0.40.1/tools/nd_rebuildarchive-88-# filtered out incoming from pkgs with versions in official distribution
neurodebian-0.40.1/tools/nd_rebuildarchive:89:for c in *changes; do pkg_ver=`grep '\.deb$' $c | head -1  | sed -e 's,.* \([^_]*\)_\(.*\)_.*,\1 \2,g'`;  echo $pkg_ver; done | uniq | while read p v; do  uver=$(whohas -D Ubuntu --strict $p | grep "/$dist/" | awk '{print $3;}');  dpkg --compare-versions $v lt "$uver" && echo $c $p $v $uver; done 2>&1 | tee up-to-date-list.txt
neurodebian-0.40.1/tools/nd_rebuildarchive-90-
neurodebian-0.40.1/tools/nd_rebuildarchive-91-# and moved corresponding changelogs away
neurodebian-0.40.1/tools/nd_rebuildarchive:92:mv `awk '{print $1,$2;}' up-to-date-list.txt | while read p v; do grep -l "${p}_${v}" *changes; done | sort | uniq` NOT_UPLOADED/
neurodebian-0.40.1/tools/nd_rebuildarchive-93-
##############################################
neurodebian-0.40.1/vm/tools/nd_createappliance-71-# Figure out our IP address for VM to reach webserver
neurodebian-0.40.1/vm/tools/nd_createappliance:72:eth=`route | awk '/default/{print $8;}'`
neurodebian-0.40.1/vm/tools/nd_createappliance:73:di_host=`ip addr show dev $eth | sed -ne '/inet /s, *inet \([0-9.]*\)/.*,\1,gp'`
neurodebian-0.40.1/vm/tools/nd_createappliance-74-