Package: debhelper
Version: 12.1
Severity: normal

In src:libfann, a subdirectory examples/datasets is provided with
datasets for the examples.

I used to have a dh_compress -Xexamples but when dropping this after
moving to compat 12, these got compressed anyway, so there might be an
issue with subdirectories, or with the new doc-main-package feature.

In src:libfann, I have

  libfann-doc.examples
  ----
  datasets
  examples/*.c
  examples/*.data

The examples and datasets get installed in libfann-doc as

 /usr/share/doc/libfann-dev/examples/TESTNAME.c
 /usr/share/doc/libfann-dev/examples/datasets/<DATASETNAME>.gz

(Note the libfann-dev resulting from the doc-main-package feature, which
is nice!)

The tests expect the datasets uncompressed, however, which is why they
were excluded in the past.

Regards,
Christian

Reply via email to