summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index d00f00d3b2..706392488f 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1328,9 +1328,9 @@
1328 </para></listitem> 1328 </para></listitem>
1329 <listitem><para><emphasis><filename>debug-deps:</filename></emphasis> 1329 <listitem><para><emphasis><filename>debug-deps:</filename></emphasis>
1330 Checks that all packages except <filename>-dbg</filename> 1330 Checks that all packages except <filename>-dbg</filename>
1331 packages only depend on other <filename>-dbg</filename> 1331 packages do not depend on <filename>-dbg</filename>
1332 packages and not on any other types of packages, 1332 packages, which would cause a packaging bug.
1333 which would cause a packaging bug.</para></listitem> 1333 </para></listitem>
1334 <listitem><para><emphasis><filename>debug-files:</filename></emphasis> 1334 <listitem><para><emphasis><filename>debug-files:</filename></emphasis>
1335 Checks for <filename>.debug</filename> directories in anything but the 1335 Checks for <filename>.debug</filename> directories in anything but the
1336 <filename>-dbg</filename> package. 1336 <filename>-dbg</filename> package.
@@ -1357,9 +1357,9 @@
1357 <filename>.desktop</filename> files.</para></listitem> 1357 <filename>.desktop</filename> files.</para></listitem>
1358 <listitem><para><emphasis><filename>dev-deps:</filename></emphasis> 1358 <listitem><para><emphasis><filename>dev-deps:</filename></emphasis>
1359 Checks that all packages except <filename>-dev</filename> 1359 Checks that all packages except <filename>-dev</filename>
1360 or <filename>-staticdev</filename> packages depend on 1360 or <filename>-staticdev</filename> packages do not depend on
1361 <filename>-dev</filename> packages and not on any other types 1361 <filename>-dev</filename> packages, which would be a
1362 of packages, which would be a packaging bug.</para></listitem> 1362 packaging bug.</para></listitem>
1363 <listitem><para><emphasis><filename>dev-so:</filename></emphasis> 1363 <listitem><para><emphasis><filename>dev-so:</filename></emphasis>
1364 Checks that the <filename>.so</filename> symbolic links are in the 1364 Checks that the <filename>.so</filename> symbolic links are in the
1365 <filename>-dev</filename> package and not in any of the other packages. 1365 <filename>-dev</filename> package and not in any of the other packages.