From: Bdale Garbee Date: Fri, 28 Jan 2011 04:44:57 +0000 (+1000) Subject: stop touching the wrong stamp filename after configuring X-Git-Tag: debian/1.7.4p6-1~6 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e52e358fe62bf35950dc2bee3c9d45f159fb4420;p=debian%2Fsudo stop touching the wrong stamp filename after configuring --- 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