r40966 - /website/howto/quilt.pod

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 29 02:40:32 UTC 2009


Author: jawnsy-guest
Date: Wed Jul 29 02:40:27 2009
New Revision: 40966

URL: http://svn.debian.org/wsvn/?sc=1&rev=40966
Log:
It appears <pre> doesn't work well with empty lines, so add &nbsp; sometimes and remove the blank lines otherwise

Modified:
    website/howto/quilt.pod

Modified: website/howto/quilt.pod
URL: http://svn.debian.org/wsvn/website/howto/quilt.pod?rev=40966&op=diff
==============================================================================
--- website/howto/quilt.pod (original)
+++ website/howto/quilt.pod Wed Jul 29 02:40:27 2009
@@ -171,9 +171,7 @@
 
 =begin html
 
-<pre>#!/usr/bin/make -f
-
-%:
+<pre>%:
 &#09;dh --with quilt $@</pre>
 
 =end html
@@ -223,15 +221,11 @@
 
 =begin html
 
-<pre>#!/usr/bin/make -f
-
-%:
+<pre>%:
 &#09;dh --with quilt $@
-
 override_dh_quilt_patch:
 &#09;dh_quilt_patch
 &#09;[ -f bin/some_utility ] || mv bin/some_utility.pl bin/some_utility
-
 override_dh_quilt_unpatch:
 &#09;[ -f bin/some_utility.pl ] || mv bin/some_utility bin/some_utility.pl
 &#09;dh_quilt_unpatch
@@ -253,7 +247,7 @@
 <pre>This package uses quilt to manage all modifications to the upstream
 source.  Changes are stored in the source package as diffs in
 debian/patches and applied during the build.
-
+&nbsp;
 See /usr/share/doc/quilt/README.source for a detailed explanation.</pre>
 
 =end html




More information about the Pkg-perl-cvs-commits mailing list