projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9342f
)
fixed some typos
author
Ralf Treinen
<treinen@debian.org>
Sun, 2 Jul 2006 21:23:06 +0000
(21:23 +0000)
committer
Ralf Treinen
<treinen@debian.org>
Sun, 2 Jul 2006 21:23:06 +0000
(21:23 +0000)
debian/policy/chapter-progpack.xml
patch
|
blob
|
history
diff --git
a/debian/policy/chapter-progpack.xml
b/debian/policy/chapter-progpack.xml
index 353bbe30998bd07006a3db3f5bac1a20d7fd5592..3adeeededfe5184faa73c4948010f72bf2bba3c2 100644
(file)
--- a/
debian/policy/chapter-progpack.xml
+++ b/
debian/policy/chapter-progpack.xml
@@
-10,7
+10,7
@@
</para>
<para>
- Programs which are not particularly CPU
a
ngry should be compiled in
+ Programs which are not particularly CPU
hu
ngry 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>