From 81bc6204b5e55cb49c86639809d99dc2b77d200e Mon Sep 17 00:00:00 2001 From: data Date: Sun, 7 Nov 2004 18:47:57 +0000 Subject: [PATCH] Preparing for 2.2 release git-svn-id: http://abcde.googlecode.com/svn/trunk@27 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- FAQ | 13 ++-- Makefile | 2 +- README | 20 +++--- TODO | 6 +- abcde | 1 + abcde.1 | 161 ++++++++++++++++++++++++++++------------------- abcde.conf | 27 +++++--- changelog | 64 +++++++++++++++++++ debian/changelog | 33 +++++++--- debian/control | 2 +- 10 files changed, 227 insertions(+), 102 deletions(-) diff --git a/FAQ b/FAQ index 7e934bc..731e78f 100644 --- a/FAQ +++ b/FAQ @@ -44,10 +44,11 @@ A. abcde can take advantage of SMP systems, just like make. Try 'abcde -j 2' - address). Use this in combination with '-j 0' to shift all encoding off the local machine. -Having trouble getting cdparanoia to read from your drive as a user? Add -yourself to the cdrom group, change the permissions on your cdrom device to 660, -and if you have a SCSI cdrom drive, check the permissions on -/dev/sg* as well. +Q. I am having problems with *my CD reading program* reading the drive as a + user. +A. You might have to add yourself (or the users who want to use abcde) to the + cdrom group and change the permissions of the cdrom device to 660. If you + have a SCSI cdrom drive, check the permissions of /dev/sg* as well. Q. I would like to give the trackname and the artist_name directly to the encoder (in my case oggenc), but found no documentation. @@ -120,7 +121,9 @@ A. Set abcde to rip the first CD and give it the option "-t 101". Use a generic add a comment about the CD you are ripping (-w "disc #"). Alternatively you can use only the "-t ###" option and then move all the files to the same directory. If you want the tagged track number to be set to the modified - number you should use "-T ###". + number you should use "-T ###". Even more! If you use "-W ", + abcde will put a comment to every CD set ("CD ") and use modify the + number of the tracks. Q. I have a live concert. I want to encode it in a single file. How do i do it? A. Use "-1" and it will be encoded in a single file. diff --git a/Makefile b/Makefile index 7945441..3ece318 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.1pre2.2.0 +VERSION = 2.2.0 INSTALL = /usr/bin/install -c # Installation directories diff --git a/README b/README index 813a79d..b0b674e 100644 --- a/README +++ b/README @@ -25,17 +25,20 @@ ID3TAGV=1 MAJOR CHANGES ============= -Changes in 2.2-pre2: +Changes in 2.2: -* Support for MPP/MP+(Musepack) format. It can be downloaded from +* Support for MPP/MP+(Musepack) format. It can be downloaded from corecodecs.org. It is supposed to be Free (not only free), and released under the GPL... -* New "-w " option to add a comment for a given CD on the command - line. -* New "-t " option for starting the numbering of the output files at - a given starting number. Ideal for albums with more than one CD. - New "-T " option, similar to "-s" but also modifies the tag entries +* New "-t " option for starting the numbering of the output files at a + given starting number. Ideal for albums with more than one CD. +* New "-T " option, similar to "-t" but also modifies the tag entries on the files themselves. +* New "-w " to add a comment to the tracks of a given CD rip. Use + quotes. +* New "-W " option to combine both a comment with "CD #number" and a + starting number for both the tracks and the tags with "#01" (that is, 101 for + the 1st CD, 201 for the second...) * Support for keeping an existing playlist (and not add new entries to it), erase the existing one (overwrite) or append new entries to the existing one. @@ -46,9 +49,6 @@ Changes in 2.2-pre2: system. * New mungegenre function to switch off (or modify) the default behaviour of transforming uppercase characters to lowercase. - -Changes in 2.2-pre1: - * cdparanoia permits performing a query to the CD drive and obtain a list of valid audio tracks. So, now we perform such query and process the results. * Support for "None of the above" has been added with the "0" selection. A diff --git a/TODO b/TODO index 7746bd4..0201a12 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,10 @@ TODO: * move the wav files to a different dir if the user wants to keep the tracks * read the TOC and CDTEXT files and store them -* read the complete CD to a single file, storing TOC seems a good idea to - recreate the index entries if we decide to burn the cd. + +DONE: read the complete CD to a single file. +* storing TOC seems a good idea to recreate the index entries if we decide to + burn the cd. * read_and_encode function that uses named pipes for further ripping/encoding parallelization where possible diff --git a/abcde b/abcde index bd8ead5..9ac7733 100755 --- a/abcde +++ b/abcde @@ -1266,6 +1266,7 @@ do_cddbedit () # I'll take CDDB read #3 for $400, Alex echo -n "Which entry would you like abcde to use (0 for none)? [0-$CDDBCHOICES]: " >&2 read CDDBCHOICE + [ X"$CDDBCHOICE" = "X" ] && CDDBCHOICE=1 # Make sure we get a valid choice CDCHOICENUM=$(echo $CDDBCHOICE | xargs printf %d 2>/dev/null) while [ $CDCHOICENUM -lt 0 ] || [ $CDCHOICENUM -gt $CDDBCHOICES ]; do diff --git a/abcde.1 b/abcde.1 index 418594a..223d5b7 100644 --- a/abcde.1 +++ b/abcde.1 @@ -66,9 +66,8 @@ CD\-ROM block device that contains audio tracks to be read. Capture debugging information (you'll want to redirect this \- try 'abcde \-D 2>logfile') .TP -.B \-f -Force the use of a locally cached CDDB entry and fallback to a template if none -is found. For faster network-disconnected operation. +.B \-h +Get help information. .TP .B \-j [number] Start [number] encoder processes at once. Useful for SMP systems. Overrides @@ -84,14 +83,14 @@ Use the low-diskspace algorithm. See the LOWDISK configuration variable. .B \-L Use a local CDDB repository. See CDDBLOCALDIR variable. .TP -.B -n +.B \-n Do not query CDDB database. Create and use a template. Edit the template to provide song names, artist(s), ... .TP -.B -N +.B \-N Non interactive mode. Do not ask anything from the user. Just go ahead. .TP -.B -m +.B \-m Create DOS-style playlists, modifying the resulting one by adding CRLF line endings. Some hardware players insist on having those to work. .TP @@ -107,6 +106,10 @@ Pads track numbers with 0\'s. Remote encode on this comma-delimited list of machines using distmp3. See the REMOTEHOSTS configuration variable. .TP +.B \-R +Add replaygain information to the id3 or tag information for play +normalization. Only works with MP3 and Ogg/Vorbis. +.TP .B \-s [number] [DEPRECATED: use -t, see below] .TP @@ -133,8 +136,12 @@ sensation nothins is happening. Eject the CD when all tracks have been read. See the EJECTCD configuration variable. .TP -.B \-h -Get help information. +.B \-w [comment] +Add a comment to the tracks ripped from the CD. +.TP +.B \-W [number] +Concatenate CD\'s. It uses the number provided to define a comment "CD #" and +to modify the numbering of the tracks, starting with "#01". .TP .B [tracks] A list of tracks you want abcde to process. If this isn't specified, abcde @@ -165,6 +172,25 @@ Here is a list of options abcde recognizes: .B CDDBURL Specifies a server to use for CDDB lookups. .TP +.B HELLOINFO +Specifies the Hello information to send to the CDDB server. The CDDB +protocol requires you to send a valid username and hostname each time you +connect. The format of this is username@hostname. +.TP +.B CDDBLOCALDIR +Specifies a directory where we store a local CDDB repository. The entries must +be standard CDDB entries, with the filename being the DISCID value. Other +CD playing and ripping programs (like Grip) store the entries under ~/.cddb +and we can make use of those entries. +.TP +.B CDDBCOPYLOCAL +Store local copies of the CDDB entries under the $CDDBLOCALDIR directory. +.TP +.B CDDBUSELOCAL +Actually use the stored copies of the CDDB entries. Can be overriden using the +"-L" flag (if is CDDBUSELOCAL in "n"). If an entry is found, we always give +the choice of retrieving a CDDB entry from the internet. +.TP .B OGGENCODERSYNTAX Specifies the style of encoder to use for the Ogg/Vorbis encoder. Valid options are \'oggenc\' (default for Ogg/Vorbis) and \'vorbize\'. @@ -191,26 +217,58 @@ point we only have \'mppenc\' available, from corecodecs.org. .TP .B NORMALIZERSYNTAX Specifies the style of normalizer to use. Valid options are \'default\' -and \'normalize'\ (and both run \'normalize-audio\'), since we only support it, ATM. +and \'normalize'\ (and both run \'normalize-audio\'), since we only support it, +ATM. .TP -.B HELLOINFO -Specifies the Hello information to send to the CDDB server. The CDDB -protocol requires you to send a valid username and hostname each time you -connect. The format of this is username@hostname. +.B CDROMREADERSYNTAX +Specifies the style of cdrom reader to use. Valid options are \'cdparanoia\' +and \'debug\'. It is used for querying the CDROM and obtain a list of valid +tracks and DATA tracks. Right now, only cdparanoia is supported. .TP -.B CDDBLOCALDIR -Specifies a directory where we store a local CDDB repository. The entries must -be standard CDDB entries, with the filename being the DISCID value. Other -CD playing and ripping programs (like Grip) store the entries under ~/.cddb -and we can make use of those entries. +.B KEEPWAVS +It defaults to no, so if you want to keep those wavs ripped from your CD, +set it to "y". You can use the "-k" switch in the command line. The default +behaviour with KEEPWAVS set is the keep the temporary directory and the wav +files even you have requested the "clean" action. .TP -.B CDDBCOPYLOCAL -Store local copies of the CDDB entries under the $CDDBLOCALDIR directory. +.B PADTRACKS +If set to "y", it adds 0's to the file numbers to complete a two-number +holder. Usefull when encoding tracks 1-9. .TP -.B CDDBUSELOCAL -Actually use the stored copies of the CDDB entries. Can be overriden using the -"-L" flag (if is CDDBUSELOCAL in "n"). If an entry is found, we always give -the choice of retrieving a CDDB entry from the internet. +.B INTERACTIVE +Set to "n" if you want to perform automatic rips, without user intervention. +.TP +.B NICE VALUES +Define the values for priorities (nice values) for the different CPU-hungry +processes: encoding (ENCNICE), CDROM read (READNICE) and distributed encoder +with distmp3 (DISTMP3NICE). +.TP +.B PATHNAMES +The following configuration file options specify the pathnames of their +respective utilities: LAME, GOGO, BLADEENC, L3ENC, XINGMP3ENC, MP3ENC, VORBIZE, +OGGENC, FLAC, SPEEXENC, MPPENC, ID3, ID3V2, CDPARANOIA, CDDA2WAV, CDDAFS, +CDDISCID, CDDBTOOL, EJECT, MD5SUM, DISTMP3, VORBISCOMMENT, NORMALIZE, CDSPEED +and HTTPGET. +.TP +.B COMMAND-LINE OPTIONS +If you wish to specify command-line options to any of the programs abcde +uses, set the following configuration file options: LAMEOPTS, GOGOOPTS, +BLADEENCOPTS, L3ENCOPTS, XINGMP3ENCOPTS, MP3ENCOPTS, VORBIZEOPTS, OGGENCOPTS, +FLACOPTS, SPEEXENCOPTS, MPPENCOPTS, ID3OPTS, ID3V2OPTS, CDPARANOIAOPTS, +CDDA2WAVOPTS, CDDAFSOPTS, CDDBTOOLOPTS, EJECTOPTS, DISTMP3OPTS, NORMALIZEOPTS, +CDSPEEDOPTS and HTTPGETOPTS. +.TP +.B CDSPEEDVALUE +Set the value of the CDROM speed. The default is to read the disc as fast as +the reading program and the system permits. The steps are defined as 150kB/s +(1x). +.TP +.B ACTIONS +The default actions to be performed when reading a disc. +.TP +.B CDROM +If set, it points to the CD-Rom device which has to be used for audio +extraction. Abcde tries to guess the right device, but it may fail. .TP .B OUTPUTDIR Specifies the directory to place completed tracks/playlists in. @@ -220,55 +278,36 @@ Specifies the temporary directory to store .wav files in. Abcde may use up to 700MB of temporary space for each session (although it is rare to use over 100MB for a machine that can encode music as fast as it can read it). .TP -.B OUTPUTFORMAT -Specifies the format for completed Ogg/Vorbis, MP3, FLAC, Ogg/Speex or MPP/MP+ -(Musepack) filenames. -Variables are included -using standard shell syntax. Allowed variables are GENRE, ALBUMFILE, ARTISTFILE, -TRACKFILE, TRACKNUM, and YEAR. Default is -\'${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}-${TRACKFILE}\'. -Make sure to use single quotes around this variable. TRACKNUM is -automatically zero-padded, when the number of encoded tracks is higher than -9. When lower, you can force with '-p' in the command line. -.TP .B OUTPUTTYPE Specifies the encoding format to output, as well as the default extension and encoder. Defaults to "ogg". Valid settings are "ogg" (Ogg/Vorbis), "mp3" (MPEG-1 Audio Layer III), "flac" (Free Lossless Audio Codec), "spx" (Ogg/Speex) and "mpc" (MPP/MP+ (Musepack)). Values like "ogg,mp3" encode the tracks in both Ogg/Vorbis and MP3 formats. -.P +.br For each value in OUTPUTTYPE, abcde expands a different process for encoding, tagging and moving, so you can use the format placeholder, OUTPUT, to create different subdirectories to hold the different types. The variable OUTPUT will be 'ogg', 'mp3', 'flac', 'spx' and/or 'mpc', depending on the OUTPUTTYPE you define. For example -.P +.br OUTPUTFORMAT='${OUTPUT}/${ARTISTFILE}/${ALBUMFILE}/${TRACKNUM}._${TRACKFILE}' .TP +.B OUTPUTFORMAT +Specifies the format for completed Ogg/Vorbis, MP3, FLAC, Ogg/Speex or MPP/MP+ +(Musepack) filenames. +Variables are included +using standard shell syntax. Allowed variables are GENRE, ALBUMFILE, ARTISTFILE, +TRACKFILE, TRACKNUM, and YEAR. Default is +\'${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}-${TRACKFILE}\'. +Make sure to use single quotes around this variable. TRACKNUM is +automatically zero-padded, when the number of encoded tracks is higher than +9. When lower, you can force with '-p' in the command line. +.TP .B VAOUTPUTFORMAT Just like OUTPUTFORMAT but for Various Artists discs. Default is whatever OUTPUTFORMAT is set to. .TP -.B PATHNAMES -The following configuration file options specify the pathnames of their -respective utilities: LAME, GOGO, BLADEENC, L3ENC, XINGMP3ENC, MP3ENC, -VORBIZE, OGGENC, FLAC, SPEECENC, MPPENC, ID3, ID3V2, CDPARANOIA, CDDA2WAV, -HTTPGET, CDDISCID, CDDBTOOL, EJECT, NORMALIZE, DISTMP3, VORBISCOMMENT, and -CDSPEED. -.TP -.B COMMAND-LINE OPTIONS -If you wish to specify command-line options to any of the programs abcde -uses, set the following configuration file options: LAMEOPTS, GOGOOPTS, -BLADEENCOPTS, L3ENCOPTS, XINGMP3ENCOPTS, MP3ENCOPTS, VORBIZEOPTS, -OGGENCOPTS, FLACOPTS, SPEEXENCOPTS, MPPENCOPTS, ID3OPTS, ID3V2OPTS, -CDPARANOIAOPTS, CDDA2WAVOPTS, HTTPGETOPTS, CDDBTOOLOPTS, EJECTOPTS, -DISTMP3OPTS, NORMALIZEOPTS, CDSPEEDOPTS, and CDSPEEDVALUE. -.TP -.B CDROM -If set, it points to the CD-Rom device which has to be used for audio -extraction. Abcde tries to guess the right device, but it may fail. -.TP .B MAXPROCS Defines how many encoders to run at once. This makes for huge speedups on SMP systems. You should run one encoder per CPU at once for maximum @@ -287,16 +326,6 @@ If set to y, enables batch mode normalization, which preserves relative volume differences between tracks of an album. Also enables nogap encoding when using the \'lame\' encoder. .TP -.B KEEPWAVS -It defaults to no, so if you want to keep those wavs ripped from your CD, -set it to "y". You can use the "-k" switch in the command line. The default -behaviour with KEEPWAVS set is the keep the temporary directory and the wav -files even you have requested the "clean" action. -.TP -.B PADTRACKS -If set to "y", it adds 0's to the file numbers to complete a two-number -holder. Usefull when encoding tracks 1-9. -.TP .B PLAYLISTFORMAT Specifies the format for completed playlist filenames. Works like the OUTPUTFORMAT configuration variable. Default is diff --git a/abcde.conf b/abcde.conf index 02a02d4..68f014d 100644 --- a/abcde.conf +++ b/abcde.conf @@ -4,6 +4,8 @@ # If you wish to override these system-wide settings, create your own # .abcde.conf file in your home directory. +# CDDB options + # If you wish to use a different CDDB server, edit this line. # If you just wanted to use a proxy server, just set your http_proxy # environment variable - wget will use it correctly. @@ -22,6 +24,16 @@ #CDDBCOPYLOCAL="n" #CDDBLOCALDIR="$HOME/.cddb" +# If NOSUBMIT is set to y, then abcde will never prompt asking if you +# wish to submit your edited cddb file. +#NOSUBMIT=n + +# If NOCDDBQUERY is set to y, then abcde will never even try to access +# the CDDB server; running abcde will automatically drop you into a +# blank cddb file to edit at your leisure. This is the same as the +# -n option. NOCDDBQUERY=y implies NOSUBMIT=y. +#NOCDDBQUERY=n + # Select here if you want to use the locally stored CDDB entries. # This is useful if you do a lot of editing to those CDDB entries. # Also, other tools like Grip store CDDB entries under $HOME/.cddb, @@ -161,16 +173,6 @@ # The default action list is defined in the following comment. #ACTIONS=cddb,read,encode,tag,move,clean -# CDDB options -# If NOSUBMIT is set to y, then abcde will never prompt asking if you -# wish to submit your edited cddb file. -#NOSUBMIT=n -# If NOCDDBQUERY is set to y, then abcde will never even try to access -# the CDDB server; running abcde will automatically drop you into a -# blank cddb file to edit at your leisure. This is the same as the -# -n option. NOCDDBQUERY=y implies NOSUBMIT=y. -#NOCDDBQUERY=n - # CD device you want to read from #CDROM=/dev/cdrom @@ -210,6 +212,11 @@ # y: No parallelization (rip, encode, rip, encode...) #LOWDISK=n +# If set to y, enables batch mode normalization, which preserves relative +# volume differences between tracks of an album. Also enables nogap encoding +# when using the 'lame' encoder. +#BATCH=n + # Set the playlist file location format. Uses the same variables and format # as OUTPUTFORMAT. If the playlist is specified to be in a subdirectory, it # will be created for you and the playlist will reference files from that diff --git a/changelog b/changelog index 9fac8ff..3286ad8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,67 @@ +abcde 2.2.0 + + * New release! Let's see if abcde 2.2 gets into Sarge. + * Added support for MPP/MP+(Musepack) encoding. Although I am trying to + get 2.2 for Debian Sarge release, mpc seems safe enough to introduce. See + corecodec.org for code. + * Some POSIX shell corrections (making the code more portable). Thanks to + Guillem Jover for pointing the problem out. + * CDYEAR is also passed to do_move(), so one can use it for sorting the + directories. + * Small MacOS X fix, allowing directories with "()" to work. Thanks to Evan + Jones. + - On the MacOS X, I still do not know if abcde works correctly. If does + not, please, drop a note. Or else. + * DOSPLAYLIST also changes "/" with "\". + * DATA tracks are now excluded from the ripping process using internally + the cdparanoia "-Q" query option. If using another ripper, it does not + work (at least there is no support for them in abcde) + (Closes: #112692, #117412). + * New "0" choice for "None of the above" has been introduced. If selected, a + template is created and the user encouraged to edit it (Closes: #147683). + * New options for when the PLAYLIST already exists: erase, append or keep. + * Bug fixes along the code: + - abcde.1 corrections and additions + - abcde corrections and code reorganization. abcde now exits earlier if + some of the options are incompatible. Also the actions are set as + variables earlier, so we use less calls to external tools. + - abcde.conf additions + * The GENRE is munged now in its own mungegenre function, so that no more + upper-to-lowercase is done (forced) except if the default is used. + * Examples added to the tarball and /usr/share/doc/abcde/examples with two + scripts to make abcde kind-of-a ripper daemon. + * Changed to experimental to have an stable 2.1.x version in Sarge. + * Add CDDB information to Ogg/Vorbis and FLAC files (Closes: #265358). + * Added INTERACTIVE option. Set it to "n" and there you go, without user + interaction. + * Changes normalize to normalize-audio (Closes: #267053) + * Copes with wav files being erased by the ripping tool. + * Small patch to support ()'s in the path under MacOSX. Thanks to Evan Jones + for noticing and sending the patch. + * Added -w for COMMENT seed. Used to give a comment to a given CD. + * Option "-t " added to modify the numbering from a starting point + (Closes: #95828). Geez! That is low bug number... + * Added -T to modify also the tag entries on the songs. Currently available + for FLAC and Ogg/Vorbis. + + -- Jesus Climent Sun, 7 Nov 2004 03:11:22 +0200 + +abcde 2.1.21 + + * Changed normalize with normalize-audio (Closes: #267053). + + -- Jesus Climent Fri, 20 Aug 2004 13:16:46 +0000 + +abcde 2.1.20 + + * The "Let's have a good abcde in Sarge" release. + * The mungefile() function changes * with + by default to avoid creating + directories with the start expanded to the files found in the current + directory. abcde2.2 will most likelly contain a better workaround. + * Correct default OUTPUTFORMAT in man page (Closes: #250649) + + -- Jesus Climent Fri, 30 Jul 2004 10:16:46 +0300 + abcde 2.1.19 * Encoding the whole CD in one file is now possible. Use "-1" as a flag diff --git a/debian/changelog b/debian/changelog index 4be44c0..bdf51c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ -abcde (2.1pre2.2.0-1) experimental; urgency=low +abcde (2.2.0-1) unstable; urgency=low + * New release! Let's see if abcde 2.2 gets into Sarge. + * debian/control + - Bumped to 3.6.1.1. No changes needed. * Added support for MPP/MP+(Musepack) encoding. Although I am trying to get 2.2 for Debian Sarge release, mpc seems safe enough to introduce. See corecodec.org for code. @@ -29,7 +32,6 @@ abcde (2.1pre2.2.0-1) experimental; urgency=low upper-to-lowercase is done (forced) except if the default is used. * Examples added to the tarball and /usr/share/doc/abcde/examples with two scripts to make abcde kind-of-a ripper daemon. - * Changed to experimental to have an stable 2.1.x version in Sarge. * Add CDDB information to Ogg/Vorbis and FLAC files (Closes: #265358). * Added INTERACTIVE option. Set it to "n" and there you go, without user interaction. @@ -37,13 +39,30 @@ abcde (2.1pre2.2.0-1) experimental; urgency=low * Copes with wav files being erased by the ripping tool. * Small patch to support ()'s in the path under MacOSX. Thanks to Evan Jones for noticing and sending the patch. - * Added -w for COMMENT seed. Used to give a comment to a given CD. - * Option "-t " added to modify the numbering from a starting point + * Added "-w ". Used to give a comment to a given CD. + * Added "-W ". Used to combine "-T #01 -w CD #". + * Added "-t " to modify the numbering from a starting point (Closes: #95828). Geez! That is low bug number... - * Added -T to modify also the tag entries on the songs. Currently available - for FLAC and Ogg/Vorbis. + * Added "-T " to modify also the tag entries on the songs. Currently + available for FLAC and Ogg/Vorbis. - -- Jesus Climent Sat, 2 Oct 2004 10:31:23 +0000 + -- Jesus Climent Sun, 7 Nov 2004 03:25:21 +0200 + +abcde (2.1.21-1) unstable; urgency=low + + * Changed normalize with normalize-audio (Closes: #267053). + + -- Jesus Climent Fri, 20 Aug 2004 13:16:46 +0000 + +abcde (2.1.20-1) unstable; urgency=low + + * The "Let's have a good abcde in Sarge" release. + * The mungefile() function changes * with + by default to avoid creating + directories with the start expanded to the files found in the current + directory. abcde2.2 will most likelly contain a better workaround. + * Correct default OUTPUTFORMAT in man page (Closes: #250649) + + -- Jesus Climent Fri, 30 Jul 2004 10:16:46 +0300 abcde (2.1.19-1) unstable; urgency=low diff --git a/debian/control b/debian/control index faa06ad..e2d3ce1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: abcde Section: sound Priority: optional Maintainer: Jesus Climent -Standards-Version: 3.6.0 +Standards-Version: 3.6.1.1 Build-Depends: debhelper Package: abcde -- 2.20.1