[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1166 - trunk/testset/binary/debian



Author: rra
Date: 2008-02-04 05:05:55 +0100 (Mon, 04 Feb 2008)
New Revision: 1166

Modified:
   trunk/testset/binary/debian/rules
Log:
Use a hard link to reduce the arch-dependent part of binary so that
the huge usr/share check will still trigger.  Thanks, Chris Lamb.


Modified: trunk/testset/binary/debian/rules
===================================================================
--- trunk/testset/binary/debian/rules	2008-02-04 03:58:44 UTC (rev 1165)
+++ trunk/testset/binary/debian/rules	2008-02-04 04:05:55 UTC (rev 1166)
@@ -22,8 +22,7 @@
 	strip $(tmp)/usr/bin/hello-static
 	install -m 755 hello-static $(tmp)/usr/bin/hello.static
 	strip --remove-section=.comment --remove-section=.note $(tmp)/usr/bin/hello.static
-	install -m 755 hello-static $(tmp)/usr/bin/static-hello
-	strip --remove-section=.comment --remove-section=.note $(tmp)/usr/bin/static-hello
+	ln $(tmp)/usr/bin/hello.static $(tmp)/usr/bin/static-hello
 	install -m 755 hello-static $(tmp)/boot/hello
 	strip --remove-section=.comment --remove-section=.note $(tmp)/boot/hello/hello-static
 	install -d $(tmp)/usr/share/doc/binary


Reply to: