summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-01 17:32:57 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-01 17:32:57 -0400
commit4839c4003b54b6f030e5ea58db5b591dc1088080 (patch)
treefe42c572f89ea4c42909f82727532e16489fe151
parentec666dc94becbdb665a12c1d741a1358cfde6338 (diff)
dh: Fix typo in example. Closes: #500836
-rw-r--r--debian/changelog1
-rwxr-xr-xdh1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 96582500..dc358aa5 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 <joeyh@debian.org> Wed, 10 Sep 2008 13:58:00 -0400
diff --git a/dh b/dh
index 289e7fc2..7c37d8d5 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