Pull new git checkout for applying the patches we submitted upstream.

This commit is contained in:
Ulises Vitulli
2010-08-23 12:56:11 +00:00
parent c3c3419512
commit c744d42325
29 changed files with 904 additions and 39869 deletions
+7 -2
View File
@@ -23,6 +23,7 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
./autogen.sh
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-z,defs"
@@ -38,10 +39,14 @@ build-stamp: config.status
clean:
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
rm -rf config.log
# Remove auto* cache
rm -rf m4 aclocal.m4 build-stamp
rm -rf Makefile.in config.log compile config.guess \
config.h.in config.sub configure depcomp \
doc/Makefile.in examples/Makefile.in install-sh \
libfprint/Makefile.in ltmain.sh missing
dh_clean
install: build