Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Advice is uncountable ⇒ cannot be plural
· e7b78722
Andrej Shadura
authored
Sep 24, 2018
e7b78722
Rephrase a little bit
· b44eb4b1
Andrej Shadura
authored
Sep 24, 2018
b44eb4b1
Hide whitespace changes
Inline
Side-by-side
debian-java-policy.xml
View file @
b44eb4b1
...
...
@@ -92,7 +92,7 @@
<para>
This is the Java policy for Debian. It begins with a
background description, continues with the real policy, some
issues to discuss and ends with some advice
s
to Java packagers.
issues to discuss and ends with some advice to Java packagers.
</para>
<para>
The policy covers Java virtual machines, Java compilers, Java
...
...
@@ -512,11 +512,11 @@
</itemizedlist>
</chapter>
<chapter
id=
"advice
s
"
>
<title>
Advice
s
to Java packagers
</title>
<chapter
id=
"advice"
>
<title>
Advice to Java packagers
</title>
<para>
Warning: These are just advi
ces
, they are not part of the policy.
Warning: These
recommendations
are just advi
sory
, they are not part of the policy.
</para>
<itemizedlist>
...
...
@@ -532,8 +532,9 @@
<listitem>
<para>
Many calls in
<filename>
debian/rules
</filename>
can be removed
which are meaningless for Java, like dh_strip and dh_shlibdeps.
In hand-written
<filename>
debian/rules
</filename>
, a lot of calls
can be removed since they are useless for Java packages, e.g.
dh_strip and dh_shlibdeps.
</para>
</listitem>
...
...