From ade1bf8af778ff1f7ecb4333f35a431d867cae11 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 14 Aug 2014 13:46:21 -0400 Subject: [PATCH] thanks to lintian -- fixed typos, remove /bin for ls call --- debian/changelog | 2 +- debian/neurodebian.config | 4 ++-- tools/nd-configurerepo | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a55e02c..9a3b56f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,7 +26,7 @@ neurodebian (0.34) unstable; urgency=medium * tools/neurodebian.{preinst,templates,config} - add an explicit question either NeuroDebian APT configuration should be installed (i.e. NeuroDebian repository being enabled). debconf - default/value could be overriden from the environment using + default/value could be overridden from the environment using NEURODEBIAN_ENABLE. -- Yaroslav Halchenko Wed, 13 Aug 2014 13:43:13 -0400 diff --git a/debian/neurodebian.config b/debian/neurodebian.config index 572eedc..ef88786 100755 --- a/debian/neurodebian.config +++ b/debian/neurodebian.config @@ -31,7 +31,7 @@ STATE=1 while [ "$STATE" != 0 -a "$STATE" -lt 9 ]; do case $STATE in 1) - # allow to be overriden by environment variable as discussed with + # allow to be overridden by environment variable as discussed with # ftpmaster if [ ! -z "${NEURODEBIAN_ENABLE:-}" ]; then case "${NEURODEBIAN_ENABLE}" in @@ -78,7 +78,7 @@ while [ "$STATE" != 0 -a "$STATE" -lt 9 ]; do db_get neurodebian/enable # get new value if [ "$RET" = "false" ]; then # no need to proceed with further questions - if /bin/ls /etc/apt/sources.list.d/neurodebian.sources*.list &>/dev/null; then + if ls /etc/apt/sources.list.d/neurodebian.sources*.list &>/dev/null; then # we have configuration present -- display a note about apt-get update STATE=8 else diff --git a/tools/nd-configurerepo b/tools/nd-configurerepo index d8e3868..b21b434 100755 --- a/tools/nd-configurerepo +++ b/tools/nd-configurerepo @@ -152,7 +152,7 @@ Options: Return a list (with abbreviation) of known NeuroDebian mirrors. --overwrite, - If apt file already present, it would not be overriden (by default). + If apt file already present, it would not be overridden (by default). Use this option to overwrite. --suffix=SUFFIX -- 2.39.2