[xiph-cvs] cvs commit: vorbis-tools/ogg123 cmdline_options.c
Jack Moffitt
jack at xiph.org
Mon Dec 31 18:22:15 PST 2001
jack 01/12/31 18:22:14
Modified: debian control
ogg123 cmdline_options.c
Log:
Added libcurl-ssl-dev to Build-depends for debian. Also fixed attribution
for ogg123 again per Kenneth's suggestion.
Revision Changes Path
1.19 +1 -1 vorbis-tools/debian/control
Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/debian/control,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- control 2001/12/19 06:55:13 1.18
+++ control 2002/01/01 02:22:13 1.19
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper (>> 3.0.0), libcurl-dev, libao-dev (>> 0.8.2), libogg-dev (>> 1.0rc3), libvorbis-dev (>> 1.0rc3), autotools-dev, devscripts
+Build-Depends: debhelper (>> 3.0.0), libcurl-dev | libcurl-ssl-dev, libao-dev (>> 0.8.2), libogg-dev (>> 1.0rc3), libvorbis-dev (>> 1.0rc3), autotools-dev, devscripts
Standards-Version: 3.5.6.0
Package: vorbis-tools
1.9 +2 -2 vorbis-tools/ogg123/cmdline_options.c
Index: cmdline_options.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/cmdline_options.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cmdline_options.c 2002/01/01 01:31:09 1.8
+++ cmdline_options.c 2002/01/01 02:22:14 1.9
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: cmdline_options.c,v 1.8 2002/01/01 01:31:09 jack Exp $
+ last mod: $Id: cmdline_options.c,v 1.9 2002/01/01 02:22:14 jack Exp $
********************************************************************/
@@ -243,7 +243,7 @@
printf (
"ogg123 from " PACKAGE " " VERSION "\n"
- " by the Xiphophorus Team (http://www.xiph.org/) and others\n\n"
+ " by the Xiphophorus Team (http://www.xiph.org/)\n\n"
"Usage: ogg123 [<options>] <input file> ...\n\n"
" -h, --help this help\n"
" -V, --version display Ogg123 version\n"
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list