Subversion Repositories liboop-bad

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/trunk/debian/changelog
6,6 → 6,7
* Add debian/compat; remove DH_COMPAT from debian/rules.
* Add dpatch.
* Don't ignore "make distclean" errors.
* Let 01_config.dpatch update config.guess and config.sub.
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 10:50:23 +0200
 
/trunk/debian/rules
85,7 → 85,7
packaging-files: $(GENFILES)
 
configure: packaging-files configure-stamp
configure-stamp:
configure-stamp: $(DPATCH_STAMPFN)
dh_testdir
 
env CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
101,7 → 101,7
 
touch $@
 
clean:
clean: clean-patched unpatch
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
109,11 → 109,6
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f liboop.org/Makefile ] || $(MAKE) -C liboop.org distclean
 
-test -r /usr/share/misc/config.sub && \
cp -f /usr/share/misc/config.sub config.sub
-test -r /usr/share/misc/config.guess && \
cp -f /usr/share/misc/config.guess config.guess
 
dh_clean
 
install-indep: