The following commit has been merged in the master branch:
commit 63169c548c286048f6766c22a61182651b33927b
Author: Niels Thykier <[email protected]>
Date: Thu May 9 10:18:10 2013 +0200
t: Don't assume debian/<pkg> exists
In debhelper 9.20130507, debian/<pkg> dirs are not created
automatically when dh_installdirs is skipped. Note this does not fix
the -udeb related issues caused by #707336.
Signed-off-by: Niels Thykier <[email protected]>
diff --git a/t/tests/binaries-misplaced/debian/debian/rules
b/t/tests/binaries-misplaced/debian/debian/rules
index e717577..c21b066 100755
--- a/t/tests/binaries-misplaced/debian/debian/rules
+++ b/t/tests/binaries-misplaced/debian/debian/rules
@@ -4,7 +4,7 @@ pkg=binaries-misplaced
dh $@
override_dh_install:
- mkdir debian/$(pkg)/etc/
+ mkdir -p debian/$(pkg)/etc/
cp -a /bin/true debian/$(pkg)/etc/foo
# explicitly call dh_shlibdeps since debhelper is being
# "smart" and not calling it in newer versons (8.9.something)
--
Debian package checker
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]