Author: rra Date: 2006-11-15 09:53:13 +0100 (Wed, 15 Nov 2006) New Revision: 782
Added: trunk/testset/manpages/debian/postinst trunk/testset/manpages/foo.info Log: Add missing test suite files from the previous commit. Added: trunk/testset/manpages/debian/postinst =================================================================== --- trunk/testset/manpages/debian/postinst 2006-11-15 08:52:44 UTC (rev 781) +++ trunk/testset/manpages/debian/postinst 2006-11-15 08:53:13 UTC (rev 782) @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +install-info /usr/share/info/foo.info.gz +install-info /usr/share/info/bar.gz Added: trunk/testset/manpages/foo.info =================================================================== --- trunk/testset/manpages/foo.info 2006-11-15 08:52:44 UTC (rev 781) +++ trunk/testset/manpages/foo.info 2006-11-15 08:53:13 UTC (rev 782) @@ -0,0 +1,6 @@ +This is foo.info, produced by hand from thin air. + +INFO-DIR-SECTION Lintian +START-INFO-DIR-ENTRY +* foo: (foo). A miracle occurs. +END-INFO-DIR-ENTRY -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

