Changeset 744
- Timestamp:
- Dec 2, 2007 3:15:01 AM (5 years ago)
- Location:
- trunk/libvorbisidec
- Files:
-
- 3 edited
-
configure.in (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libvorbisidec/configure.in
r741 r744 22 22 AC_SUBST(V_LIB_REVISION) 23 23 AC_SUBST(V_LIB_AGE) 24 25 dnl dkg added this line to try to get this stuff to build:26 AC_CONFIG_HEADERS(config.h)27 24 28 25 dnl -------------------------------------------------- -
trunk/libvorbisidec/debian/control
r742 r744 13 13 Section: libdevel 14 14 Architecture: any 15 Depends: libvorbisidec1 (= ${ Source-Version})15 Depends: libvorbisidec1 (= ${binary:Version}) 16 16 Description: Integer-only Ogg Vorbis decoder, AKA "tremor" (Development Files) 17 17 libvorbisidec is an Ogg Vorbis audio decoder (also known as -
trunk/libvorbisidec/debian/rules
r532 r744 53 53 54 54 # Add here commands to clean up after the build process. 55 -$(MAKE) clean56 -$(MAKE) distclean55 $(MAKE) clean 56 [ ! -f Makefile ] || $(MAKE) distclean 57 57 dh_clean 58 58 rm -f config.guess ltmain.sh config.sub install-sh depcomp missing aclocal.m4 configure Makefile.in config.h.in
Note: See TracChangeset
for help on using the changeset viewer.

