From: Joey Hess Date: Wed, 1 Oct 2008 21:32:57 +0000 (-0400) Subject: dh: Fix typo in example. Closes: #500836 X-Git-Tag: 7.1.0~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4839c4003b54b6f030e5ea58db5b591dc1088080;p=debhelper.git dh: Fix typo in example. Closes: #500836 --- diff --git a/debian/changelog b/debian/changelog index 9658250..dc358aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ debhelper (7.0.18) UNRELEASED; urgency=low with ".txt". Closes: #498460 * dh_gencontrol: Ensure misc:Depends is set in substvars to avoid dpkg complaining about it when it's empty. Closes: #498666 + * dh: Fix typo in example. Closes: #500836 -- Joey Hess Wed, 10 Sep 2008 13:58:00 -0400 diff --git a/dh b/dh index 289e7fc..7c37d8d 100755 --- a/dh +++ b/dh @@ -143,6 +143,7 @@ This is a simple rules file that is a good starting place for customisation. #!/usr/bin/make -f build: build-stamp + build-stamp: dh build touch build-stamp