Code

rules: clean: Do not remove 'configure-stamp'.
authorSebastian Harl <sh@tokkee.org>
Mon, 31 Jan 2011 15:00:18 +0000 (16:00 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 31 Jan 2011 15:00:18 +0000 (16:00 +0100)
This file is no longer created by any target.

debian/rules

index fc3effee0e0fdb5da1e5b997d8e73282d6848c96..ceec4cc4fa721d627018d48c31a5db6d79f56435 100755 (executable)
@@ -18,7 +18,7 @@ build-stamp:
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
+       rm -f build-stamp
 
        dh_clean