From 4839c4003b54b6f030e5ea58db5b591dc1088080 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Oct 2008 17:32:57 -0400 Subject: [PATCH] dh: Fix typo in example. Closes: #500836 --- debian/changelog | 1 + dh | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5