Last bug fixes
authordata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 16 Oct 2006 06:12:39 +0000 (06:12 +0000)
committerdata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 16 Oct 2006 06:12:39 +0000 (06:12 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@227 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
debian/changelog
debian/control

diff --git a/abcde b/abcde
index 60aca3f..7c84283 100755 (executable)
--- 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)"
index 6a59b7e..aef1a93 100644 (file)
@@ -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 <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 <jesus.climent@hispalinux.es>  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 <jesus.climent@hispalinux.es>  Sun, 15 Oct 2006 01:32:14 +0300
 
 abcde (2.3.99.6-1) unstable; urgency=low
 
index 7c5e943..f41c537 100644 (file)
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Jesus Climent <jesus.climent@hispalinux.es>
 Standards-Version: 3.7.2.1
 Build-Depends: debhelper (>= 5)
+XS-Vcs-Svn: http://svn.hispalinux.es/svn/abcde/trunk
 
 Package: abcde
 Architecture: all