From e52e358fe62bf35950dc2bee3c9d45f159fb4420 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 28 Jan 2011 14:44:57 +1000 Subject: [PATCH] stop touching the wrong stamp filename after configuring --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index adfa1cc..6f61237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ sudo (1.7.4p5-1) UNRELEASED; urgency=low * new upstream version + * touch the right stamp name after configuring, closes: #611287 - -- Bdale Garbee Sat, 15 Jan 2011 19:32:32 -0700 + -- Bdale Garbee Fri, 28 Jan 2011 14:44:39 +1000 sudo (1.7.4p4-6) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 826cca9..c1849db 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ configure-stamp: --libexecdir=/usr/lib/sudo \ --with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" - touch config-stamp + touch configure-stamp build: build-stamp build-stamp: configure-stamp -- 2.30.2