The following commit has been merged in the master branch:
commit cd4c8f3731ca8aa5d202d31f97136fd047f51e6b
Author: Jakub Wilk <[email protected]>
Date:   Tue Sep 13 23:26:12 2011 +0200

    Call dh_shlibdeps manually since newer debhelpers are "too" smart
    
    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 7f87ad2..eb7d50e 100755
--- a/t/tests/binaries-misplaced/debian/debian/rules
+++ b/t/tests/binaries-misplaced/debian/debian/rules
@@ -6,4 +6,7 @@ binary:
        dh --before dh_install binary
        mkdir 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)
+       dh_shlibdeps
        dh --remaining binary

-- 
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]

Reply via email to