r67234 - /website/debhelper.pod

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Jan 10 08:04:07 UTC 2011


Author: carnil
Date: Mon Jan 10 08:03:51 2011
New Revision: 67234

URL: http://svn.debian.org/wsvn/?sc=1&rev=67234
Log:
fix for newlines

Modified:
    website/debhelper.pod

Modified: website/debhelper.pod
URL: http://svn.debian.org/wsvn/website/debhelper.pod?rev=67234&op=diff
==============================================================================
--- website/debhelper.pod (original)
+++ website/debhelper.pod Mon Jan 10 08:03:51 2011
@@ -306,14 +306,14 @@
 =begin html
 
 <pre>BUILDHOME = $(CURDIR)/debian/build<br>
-
+<br>
 %:
-&#09;dh $@
-
+&#09;dh $@<br>
+<br>
 override_dh_clean:
 &#09;dh_clean
-&#09;rm -rf $(BUILDHOME)
-
+&#09;rm -rf $(BUILDHOME)<br>
+<br>
 override_dh_auto_test:
 &#09;mkdir -p $(BUILDHOME)
 &#09;HOME=$(BUILDHOME) dh_auto_test




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