[Fingerforce-commits] r126 - /packages/fprint/libfprint/async-lib/trunk/debian/rules

dererk-guest at users.alioth.debian.org dererk-guest at users.alioth.debian.org
Fri Jan 2 22:52:17 UTC 2009


Author: dererk-guest
Date: Fri Jan  2 22:52:17 2009
New Revision: 126

URL: http://svn.debian.org/wsvn/fingerforce/?sc=1&rev=126
Log:
Make clean and distclean targets work.
Next step, finishing understanding why dbus module doesn't work :-)

Modified:
    packages/fprint/libfprint/async-lib/trunk/debian/rules

Modified: packages/fprint/libfprint/async-lib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/libfprint/async-lib/trunk/debian/rules?rev=126&op=diff
==============================================================================
--- packages/fprint/libfprint/async-lib/trunk/debian/rules (original)
+++ packages/fprint/libfprint/async-lib/trunk/debian/rules Fri Jan  2 22:52:17 2009
@@ -6,7 +6,7 @@
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 
 # These are used for cross-compiling and for saving the configure script
@@ -23,7 +23,7 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./autogen.sh 
+	./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"
 
 
@@ -39,7 +39,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp config.sub config.guess
+	rm -f build-stamp configure aclocal.m4 
+	find $(CURDIR) -type f -name Makefile.in -exec rm {} \;
 	
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
@@ -80,4 +81,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build  binary-indep binary-arch binary install 
+.PHONY: build binary-indep binary-arch binary install 




More information about the Fingerforce-commits mailing list