Subversion Repositories liboop-bad

Compare Revisions

Regard whitespace Rev 12 → Rev 13

/trunk/debian/control
2,7 → 2,8
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>> 4.0.0), dpatch, libadns1-dev,
Build-Depends: libtool, autoconf, automake1.9,
debhelper (>> 4.0.0), dpatch, libadns1-dev,
libglib1.2-dev | libglib-dev,
libreadline5-dev | libreadline-dev,
tcl8.4-dev | tcl8.3-dev
/trunk/debian/changelog
4,11 → 4,12
* Fix documentation file name extensions (Closes: #307732).
* Build liboop-doc in binary-indep target (Closes: #475573).
* 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.
* Move sharutils to Build-Depends-Indep.
* debian/copyright: Update postal address of the FSF.
* Patch configure.ac as suggested in bug 359930, run autoreconf for good
measure and remove autogenerated files in clean target. I don't like
huge Debian diffs.
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 11:01:23 +0200
 
/trunk/debian/rules
16,8 → 16,6
# 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)
85,9 → 83,11
packaging-files: $(GENFILES)
 
configure: packaging-files configure-stamp
configure-stamp: $(DPATCH_STAMPFN)
configure-stamp:
dh_testdir
 
autoreconf -sfi
 
env CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
 
101,14 → 101,15
 
touch $@
 
clean: clean-patched unpatch
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
 
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f liboop.org/Makefile ] || $(MAKE) -C liboop.org distclean
$(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: