[Pkg-ocaml-maint-commits] r2874 - /trunk/packages/ocaml/trunk/debian/policy/chapter-progpack.xml

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sun Jul 2 21:23:06 UTC 2006


Author: treinen
Date: Sun Jul  2 21:23:06 2006
New Revision: 2874

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2874
Log:
fixed some typos

Modified:
    trunk/packages/ocaml/trunk/debian/policy/chapter-progpack.xml

Modified: trunk/packages/ocaml/trunk/debian/policy/chapter-progpack.xml
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/policy/chapter-progpack.xml?rev=2874&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/policy/chapter-progpack.xml (original)
+++ trunk/packages/ocaml/trunk/debian/policy/chapter-progpack.xml Sun Jul  2 21:23:06 2006
@@ -10,7 +10,7 @@
     </para>
 
     <para>
-      Programs which are not particularly CPU angry should be compiled in
+      Programs which are not particularly CPU hungry should be compiled in
       bytecode form and the corresponding binary packages should be
       <code>Architecture: all</code> in order to minimize archive usage and
       avoid the need of rebuilding them on all architectures.  Other programs
@@ -49,7 +49,7 @@
 
 		if [ -x /usr/bin/ocamlopt ]; then \
 			$(MAKE) opt; \
-		else; \
+		else \
 			$(MAKE) all; \
 		fi
       </programlisting>




More information about the Pkg-ocaml-maint-commits mailing list