Changeset 744


Ignore:
Timestamp:
Dec 2, 2007 3:15:01 AM (5 years ago)
Author:
dkg
Message:

reverting change already applied to configure.in upstream, making debian/control and debian/rules lintian clean in light of changes in policy and better error reporting.

Location:
trunk/libvorbisidec
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libvorbisidec/configure.in

    r741 r744  
    2222AC_SUBST(V_LIB_REVISION) 
    2323AC_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) 
    2724 
    2825dnl --------------------------------------------------   
  • trunk/libvorbisidec/debian/control

    r742 r744  
    1313Section: libdevel 
    1414Architecture: any 
    15 Depends: libvorbisidec1 (= ${Source-Version}) 
     15Depends: libvorbisidec1 (= ${binary:Version}) 
    1616Description: Integer-only Ogg Vorbis decoder, AKA "tremor" (Development Files) 
    1717 libvorbisidec is an Ogg Vorbis audio decoder (also known as 
  • trunk/libvorbisidec/debian/rules

    r532 r744  
    5353 
    5454        # Add here commands to clean up after the build process. 
    55         -$(MAKE) clean 
    56         -$(MAKE) distclean 
     55        $(MAKE) clean 
     56        [ ! -f Makefile ] || $(MAKE) distclean 
    5757        dh_clean 
    5858        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.