From: short <> Date: Sun, 9 Oct 2005 09:49:01 +0000 (+0000) Subject: Implemented workarounds for Pod::Html bugs. X-Git-Tag: udpgate-1_1 X-Git-Url: http://git.jankratochvil.net/?p=macros.git;a=commitdiff_plain;h=6c85eb2b6c2a7eea5b9c1561e6d735ad9dff74f9 Implemented workarounds for Pod::Html bugs. - XHTML validity requires patch of: Perl Bug # 37250 - From: --- diff --git a/AutoGen.pm b/AutoGen.pm index 0a533f6..4fd02a9 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -646,20 +646,12 @@ B(1) and similiar tools. This project has some additional features: =over -=item - Clean the checkout directory without Bs for 'make clean'. -=item - Maintain B<.cvsignore> files containing the files being cleaned. -=item - Single-command package building of B<.rpm>/B<.deb> out of CVS checkout. -=item - Supports: B, B, B, B, B. =back @@ -757,9 +749,7 @@ B or B variables of Bs. There are several formats of B field possible entries: -=over - -=item B<./path/to/file.c> +=item B entry: B<./path/to/file.c> Full project-basedir relative path to the deleted file. Rule applies only to the one specified directory. Although B would be also possible @@ -767,18 +757,16 @@ it is not recommended to have unified format with B<./only_basedir.c> entries to delete file just in the root directory (as B would delete it in ALL subdirectories incl. the root one). -=item B +=item B entry: B Delete B found in any subdirectory of the project. It has the same effect as B<./*/basename_generated.c> entry. -=item B<./subdir/*/name.c> +=item B entry: B<./subdir/*/name.c> Delete B in B<./subdir> and all of its subdirector descendants. Entry B would have the same effect. -=back - =item B @@ -825,7 +813,7 @@ This section applies to projects where you patch foreign existing packages. =over -=item +=item Prolog Use the following alternate B prolog if your branch does not belong to the B
CVS branch: @@ -838,12 +826,12 @@ to the B
CVS branch: use lib "./macros/"; use AutoGen; -=item +=item Original archive Put B archive to the project root directory as B. -=item +=item Versioning Set B<$VERSION> in B file with you vendor prefix such as B<1.2.3joe1>. Set B<$VERSION_BASE> to B<1.2.3> and B<$VERSION_EXT> to B. @@ -851,55 +839,31 @@ B() them both. =item B<.spec> file changes -=over - -=item - Change B to B. -=item - Change (expected) line B to B. -=item - Change B to B. -=item - Add line B. This patch file name is not mandatory. -=item - Remember to call B commands manually in the B<%build> section if their source files were modified in your vendor branch. -=back - =item B-specific changes -=over - -=item - Include both B and B to B. -=item - Include B to B field in B. -=item - Use B<@VERSION@> in B. Package will be built as Debian-native package (no I<.diff> file) as the patches are not just for Debian packages, it is a new package (read: dpkg does not support branch patches). =back -=back - =head1 AUTHOR Jan Kratochvil >, - I +I