]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Unification with mysqltcl rules files
authorSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 19:03:05 +0000 (19:03 +0000)
committerSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 19:03:05 +0000 (19:03 +0000)
debian/rules

index 1045a76ef37836e5433b466197499bdda99fc1a5..b059de0b9bea232eec26135edd0feefcf10125e9 100755 (executable)
@@ -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