Subversion Repositories liboop-bad

Compare Revisions

Regard whitespace Rev 13 → Rev 12

/trunk/debian/rules
16,6 → 16,8
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
 
include /usr/share/dpatch/dpatch.make
 
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
83,11 → 85,9
packaging-files: $(GENFILES)
 
configure: packaging-files configure-stamp
configure-stamp:
configure-stamp: $(DPATCH_STAMPFN)
dh_testdir
 
autoreconf -sfi
 
env CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
 
101,15 → 101,14
 
touch $@
 
clean:
clean: clean-patched unpatch
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
 
[ ! -f Makefile ] || $(MAKE) distclean
$(MAKE) -C liboop.org distclean
[ ! -f liboop.org/Makefile ] || $(MAKE) -C liboop.org distclean
 
rm -rf Makefile.in aclocal.m4 ltmain.sh configure mkinstalldirs config.sub config.guess autom4te.cache missing depcomp install-sh
dh_clean
 
install-indep: