Makefile.am: Redo target for ChangeLog to use git2cl. NEWS: Note NetBSD driver added. Reset: git administrivia.

This commit is contained in:
R. Bernstein
2008-12-06 20:04:23 -05:00
parent dbba9a7f6b
commit f434186567
37 changed files with 203 additions and 173 deletions

View File

@@ -1,64 +0,0 @@
.gdb_history
ABOUT-NLS
COPYING
ChangeLog
Makefile
Makefile.in
aclocal.m4
autom4te.cache
codeset.m4
compile
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
depcomp
gettext.m4
glibc21.m4
iconv.m4
install-sh
intdiv0.m4
intmax.m4
inttypes-pri.m4
inttypes.m4
inttypes_h.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
libcdio*.tar.gz
libcdio*.tar.bz2
libcdio*.tar.gz.directive
libcdio*.tar.gz.directive.asc
libcdio*.tar.gz.sig
libcdio++.pc
libcdio.pc
libcdio_cdda.pc
libcdio_paranoia.pc
libiso9660++.pc
libiso9660.pc
libtool
libudf.pc
longdouble.m4
longlong.m4
ltmain.sh
missing
mkinstalldirs
nls.m4
po.m4
printf-posix.m4
progtest.m4
signed.m4
size_max.m4
stamp-h1
stdint_h.m4
uintmax_t.m4
ulonglong.m4
wchar_t.m4
wint_t.m4
xsize_t.m4

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
/*~
/COPYING
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/depcomp
/install-sh
/libcdio++.pc
/libcdio.pc
/libcdio_cdda.pc
/libcdio_paranoia.pc
/libiso9660++.pc
/libiso9660.pc
/libtool
/libudf.pc
/ltmain.sh
/m4
/missing
/stamp-h1

View File

@@ -130,7 +130,7 @@ if MAINTAINER_MODE
.PHONY: ChangeLog
ChangeLog:
( cd $(srcdir); $(CVS2CL) -W 450 --header cvs2cl_header --utc -w -I ChangeLog --usermap cvs2cl_usermap -P --stdout ) > ChangeLog
git log --pretty --numstat --summary | $(GIT2CL) >$@
ACLOCAL_AMFLAGS=-I m4

2
NEWS
View File

@@ -27,6 +27,8 @@ version 0.81
- OSX fixes
- Add NetBSD driver
version 0.80
2008-03-15

View File

@@ -38,7 +38,7 @@ LIBCDIO_VERSION_NUM=`echo RELEASE_NUM | cut -d . -f 1 | tr -d a-z`
AC_SUBST(LIBCDIO_VERSION_NUM)
AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
AM_MISSING_PROG(CVS2CL, cvs2cl, $missing_dir)
AM_MISSING_PROG(GIT2CL, git2cl, $missing_dir)
AM_MAINTAINER_MODE
AM_SANITY_CHECK

View File

@@ -1,4 +0,0 @@
##
## autogenerated ChangeLog -- don't edit
##

View File

@@ -1,7 +0,0 @@
edsdead:Robert William Fuller
flameeyes:Diego 'Flameeyes' Petten<65>
hvr:Herbert Valerio Riedel
karl:Karl Berry
nboullis:Nicolas Boullis
rocky:Rocky Bernstein
thesin:Justin F. Hallett

7
doc/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
/Makefile
/Makefile.in
/libcdio.info
/mdate-sh
/stamp-vti
/texinfo.tex
/version.texi

1
doc/doxygen/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/Doxyfile

View File

@@ -1,30 +0,0 @@
.cvsignore
.deps
.gdb_history
.libs
Makefile
Makefile.in
audio
cdio-eject
cdtext
copying
device
drives
eject
isofile
isofile2
isolist
isolsn
isofuzzy
mmc1
mmc2
mmc2a
mmc3
paranoia
paranoia2
sample?
tracks
udf1
udf2
cdchange
udffile

28
example/.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/audio
/cdchange
/cdio-eject
/cdtext
/device
/drives
/eject
/isofile
/isofile2
/isofuzzy
/isolist
/isolsn
/mmc1
/mmc2
/mmc2a
/mmc3
/paranoia
/paranoia2
/sample3
/sample4
/tracks
/udf1
/udffile

3
example/C++/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/.deps
/Makefile
/Makefile.in

3
example/C++/OO/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/.deps
/Makefile
/Makefile.in

2
include/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/Makefile
/Makefile.in

2
include/cdio++/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/Makefile
/Makefile.in

4
include/cdio/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/Makefile
/Makefile.in
/cdio_config.h
/version.h

View File

@@ -1,3 +0,0 @@
Makefile
Makefile.in

2
lib/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/Makefile
/Makefile.in

8
lib/cdda_interface/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/*.lo
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/libcdio_cdda.la
/libcdio_cdda.la.ver

7
lib/cdio++/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
/.deps
/.libs
/Makefile
/Makefile.in
/*.lo
/*.la
/*.o

8
lib/driver/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/*.lo
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/libcdio.la
/libcdio.la.ver

8
lib/iso9660/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/*.lo
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/libiso9660.la
/libiso9660.la.ver

8
lib/paranoia/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/*.lo
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/libcdio_paranoia.la
/libcdio_paranoia.la.ver

7
lib/udf/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
/*.la
/*.lo
/*.o
/.deps
/.libs
/Makefile
/Makefile.in

View File

@@ -1,9 +0,0 @@
cue.tab.c
cue.tab.h
cuelexer
cueparser
toc.tab.c
toc.tab.h
tocparser
lex.cuelex.c
lex.cue.c

9
parse/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
/cue.tab.c
/cue.tab.h
/cuelexer
/cueparser
/toc.tab.c
/toc.tab.h
/tocparser
/lex.cuelex.c
/lex.cue.c

17
src/.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/cd-drive
/cd-drive.1
/cd-info
/cd-info.1
/cd-read
/cd-read.1
/cdda-player
/iso-info
/iso-info.1
/iso-read
/iso-read.1
/mmc-tool

View File

@@ -1,8 +0,0 @@
.deps
.libs
Makefile
Makefile.in
*.o
cd-paranoia
usage.h
usage.txt

8
src/cd-paranoia/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/cd-paranoia
/usage.h
/usage.txt

View File

@@ -1,2 +0,0 @@
Makefile
Makefile.in

2
src/cd-paranoia/doc/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/Makefile
/Makefile.in

View File

@@ -1,4 +0,0 @@
Makefile
Makefile.in
cd-paranoia.1

3
src/cd-paranoia/doc/en/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/Makefile
/Makefile.in
/cd-paranoia.1

View File

@@ -1,3 +0,0 @@
Makefile
Makefile.in
cd-paranoia.1

3
src/cd-paranoia/doc/ja/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/Makefile
/Makefile.in
/cd-paranoia.1

View File

@@ -1,37 +0,0 @@
.deps
.libs
Makefile
Makefile.in
cdda.raw
cdda-orig.wav
cdda-try.wav
cdda-1.raw
cdda-2.raw
cdda-good.raw
cdda-jitter.raw
cdda-underrun.raw
check_cue.sh
check_paranoia.sh
check_common_fn
check_iso.sh
check_nrg.sh
check_sizeof
testassert
testbincue
testbincue.c
testdefault
testischar
testiso9660
testisocd
testisocd2
testisocd2.c
testnrg
testnrg.c
testparanoia
testpregap
testpregap.c
testtoc
*.dump
*.cue
*.bin
*.nrg

30
test/.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
/*.o
/.deps
/.libs
/Makefile
/Makefile.in
/cdda-1.raw
/cdda-2.raw
/cdda-good.raw
/cdda-jitter.raw
/cdda-underrun.raw
/check_common_fn
/check_cue.sh
/check_iso.sh
/check_nrg.sh
/check_paranoia.sh
/check_sizeof
/testassert
/testbincue
/testbincue.c
/testischar
/testiso9660
/testisocd
/testisocd2
/testisocd2.c
/testnrg
/testnrg.c
/testparanoia
/testpregap
/testpregap.c
/testtoc