From 61f1b969a78703cec96ea790b320b4486c7c899f Mon Sep 17 00:00:00 2001 From: data Date: Mon, 16 Oct 2006 06:12:39 +0000 Subject: [PATCH] Last bug fixes git-svn-id: http://abcde.googlecode.com/svn/trunk@227 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 9 ++++++++- debian/changelog | 18 +++++++++++++----- debian/control | 1 + 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/abcde b/abcde index 60aca3f..7c84283 100755 --- a/abcde +++ b/abcde @@ -360,6 +360,13 @@ checkexec () if [ "$(which $X)" = "" ]; then log error "$X is not in your path." >&2 log info "Define the full path to the executable if it exists on your system." >&2 + if [ -e /etc/debian_release ] ; then + case $X in + oggenc) MISSING_PACKAGE=vorbis-tools ;; + lame) MISSING_PACKAGE=lame ;; + flac) MISSING_PACKAGE=flac ;; + esac + log info "Hint: apt-get install $MISSING_PACKAGE" >&2 exit 1 elif [ ! -x "$(which $X)" ]; then log error "$X is not executable." >&2 @@ -3382,7 +3389,7 @@ if [ "$BATCHNORM" = "y" ] && [ "$DONORMALIZE" = "n" ]; then BATCHNORM=n fi -# Check the encoding format from the ones available in the system, if nothing has been configured in the system. +# Check the encoding format from the ones available in the system, if nothing has been configured. if [ X"$OUTPUTTYPE" = "X" ]; then for DEFAULT_OUTPUT in $( echo "$DEFAULT_OUTPUT_BINARIES" | tr , \ ); do DEFAULT_OUTPUT_FORMAT="$(echo $DEFAULT_OUTPUT | cut -d ":" -f 1)" diff --git a/debian/changelog b/debian/changelog index 6a59b7e..aef1a93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,22 @@ abcde (2.3.99.7-1) unstable; urgency=low * abcde.1: remove -M in favour of "-a cue" (Closes: #382614). + * Added a check for a DOCUE already set in the command line + (Closes: #385663). * Added -q as a quality option. * PREGAP was not set in some situations (Closes: #390170). * Corrected debian/changelog. - * Added -nv for "no verbose" output, to avoid wget complaining it cannot be - quiet and verbose at the same time if "verbose = on" is set in ~/.wgetrc - (Closes: #388715). - - -- Jesus Climent Sun, 1 Oct 2006 17:14:47 +0300 + * Added -nv to wget for "no verbose" output, to avoid wget complaining it + cannot be quiet and verbose at the same time if "verbose = on" is set in + ~/.wgetrc (Closes: #388715). + * Added XS-Vcs-Svn: field to control file. + * Added some hints if we are using Debian for what packages need to be + installed if their binaries are not found. + * Spelling mistakes corrected (thanks to Ville Skytta). + * Unset GREP_OPTIONS to avoid things like printing number in the begining of + the line (Closes: #383771). + + -- Jesus Climent Sun, 15 Oct 2006 01:32:14 +0300 abcde (2.3.99.6-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 7c5e943..f41c537 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Jesus Climent Standards-Version: 3.7.2.1 Build-Depends: debhelper (>= 5) +XS-Vcs-Svn: http://svn.hispalinux.es/svn/abcde/trunk Package: abcde Architecture: all -- 2.20.1