summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-09 10:34:16 -0400
committerJoey Hess <joey@kitenet.net>2013-05-09 10:34:16 -0400
commit136f0c7517ce5bffbbebec5bf710fc810510f3bd (patch)
treeaf26d27f229e262dab2b3f6815e9e0e56258c72a /debian
parentd934f613e9b584840e351f0a0e00e433cd7b466a (diff)
dh: As a workaround for anything not in debhelper that may rely on debhelper command that is now skipped creating the package build directory, the directory is created when a command is skipped. This workaround is disabled in compat level 10. Closes: #707336
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3fae5b73..f917d82c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,11 @@ debhelper (9.20130508) UNRELEASED; urgency=low
* dh_installinfo: Stop inserting dependencies for partial upgrades
from lenny to squeeze. Closes: #707218
* dh_compress, dh_perl: Avoid failing if the package build directory does
- not exist.
+ not exist. (Audited all the rest.)
+ * dh: As a workaround for anything not in debhelper that may rely
+ on debhelper command that is now skipped creating the package build
+ directory, the directory is created when a command is skipped.
+ This workaround is disabled in compat level 10. Closes: #707336
-- Joey Hess <joeyh@debian.org> Tue, 07 May 2013 19:42:52 -0400