Author: rra
Date: 2008-02-10 19:19:49 +0100 (Sun, 10 Feb 2008)
New Revision: 1203

Modified:
   trunk/testset/debug/debian/rules
Log:
Exclude debug from dh_shlibdeps so that we can test what we intended
to test even with a fixed debhelper.


Modified: trunk/testset/debug/debian/rules
===================================================================
--- trunk/testset/debug/debian/rules    2008-02-09 19:29:23 UTC (rev 1202)
+++ trunk/testset/debug/debian/rules    2008-02-10 18:19:49 UTC (rev 1203)
@@ -64,7 +64,7 @@
        dh_fixperms
        dh_makeshlibs -X debug
        dh_installdeb
-       dh_shlibdeps
+       dh_shlibdeps -X debug
        dh_gencontrol
        dh_md5sums
        dh_builddeb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to