cleaning debian/rules from odds of configure-clean target
authorAlexandr Popov <alex@deb-home.myhome.local>
Tue, 24 Feb 2009 18:52:08 +0000 (21:52 +0300)
committerAlexandr Popov <alex@deb-home.myhome.local>
Tue, 24 Feb 2009 18:52:08 +0000 (21:52 +0300)
debian/rules

index aedf80a..9ef9da7 100755 (executable)
@@ -5,7 +5,7 @@
 
 build: build-stamp
 
-build-stamp: configure-stamp
+build-stamp:
        dh_testdir
 
        # Add here commands to compile the package.
@@ -17,7 +17,7 @@ build-stamp: configure-stamp
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
+       rm -f build-stamp
        rm -rf $(CURDIR)/ru
 
        # Add here commands to clean up after the build process.
@@ -51,4 +51,4 @@ binary-indep: build install
 binary-arch: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install
\ No newline at end of file