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.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index d87126c4a1..d00f00d3b2 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1259,6 +1259,10 @@
1259 Typically, failures for new tests generate a warning. 1259 Typically, failures for new tests generate a warning.
1260 Subsequent failures for the same test would then generate an error 1260 Subsequent failures for the same test would then generate an error
1261 message once the metadata is in a known and good condition. 1261 message once the metadata is in a known and good condition.
1262 See the
1263 "<link linkend='ref-qa-checks'>QA Error and Warning Messages</link>"
1264 Chapter for a list of all the warning and error messages
1265 you might encounter using a default configuration.
1262 </para> 1266 </para>
1263 1267
1264 <para> 1268 <para>
@@ -1323,8 +1327,9 @@
1323 build output. 1327 build output.
1324 </para></listitem> 1328 </para></listitem>
1325 <listitem><para><emphasis><filename>debug-deps:</filename></emphasis> 1329 <listitem><para><emphasis><filename>debug-deps:</filename></emphasis>
1326 Checks that <filename>-dbg</filename> packages only depend on other 1330 Checks that all packages except <filename>-dbg</filename>
1327 <filename>-dbg</filename> packages and not on any other types of packages, 1331 packages only depend on other <filename>-dbg</filename>
1332 packages and not on any other types of packages,
1328 which would cause a packaging bug.</para></listitem> 1333 which would cause a packaging bug.</para></listitem>
1329 <listitem><para><emphasis><filename>debug-files:</filename></emphasis> 1334 <listitem><para><emphasis><filename>debug-files:</filename></emphasis>
1330 Checks for <filename>.debug</filename> directories in anything but the 1335 Checks for <filename>.debug</filename> directories in anything but the
@@ -1351,9 +1356,10 @@
1351 their contents against the specification for 1356 their contents against the specification for
1352 <filename>.desktop</filename> files.</para></listitem> 1357 <filename>.desktop</filename> files.</para></listitem>
1353 <listitem><para><emphasis><filename>dev-deps:</filename></emphasis> 1358 <listitem><para><emphasis><filename>dev-deps:</filename></emphasis>
1354 Checks that <filename>-dev</filename> packages only depend on other 1359 Checks that all packages except <filename>-dev</filename>
1355 <filename>-dev</filename> packages and not on any other types of packages, 1360 or <filename>-staticdev</filename> packages depend on
1356 which would be a packaging bug.</para></listitem> 1361 <filename>-dev</filename> packages and not on any other types
1362 of packages, which would be a packaging bug.</para></listitem>
1357 <listitem><para><emphasis><filename>dev-so:</filename></emphasis> 1363 <listitem><para><emphasis><filename>dev-so:</filename></emphasis>
1358 Checks that the <filename>.so</filename> symbolic links are in the 1364 Checks that the <filename>.so</filename> symbolic links are in the
1359 <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.