From: Sven Hoexter Date: Tue, 25 Dec 2007 19:03:05 +0000 (+0000) Subject: Unification with mysqltcl rules files X-Git-Tag: debian/7.17.1-1~13 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=476c8e654a822761433b85815b02f7245fc25bbf Unification with mysqltcl rules files --- diff --git a/debian/rules b/debian/rules index 1045a76..b059de0 100755 --- a/debian/rules +++ b/debian/rules @@ -51,8 +51,8 @@ clean: cleaner unpatch cleaner: dh_testdir dh_testroot - [ ! -f Makefile ] || $(MAKE) distclean rm -f build-stamp configure-stamp + [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build @@ -60,8 +60,8 @@ install: build dh_testroot dh_clean -k dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tclcurl - dh_movefiles # Build architecture-independent files here. binary-indep: build install @@ -87,4 +87,4 @@ binary-arch: build install binary: binary-indep binary-arch -.PHONY: binary binary-arch binary-indep build clean configure install +.PHONY: build clean binary-arch binary-indep binary install configure