Package: libmdds-dev Version: 1.4.3-1 Severity: minor User: m...@linux.it Usertags: usrmerge
Hi, while investigating package builds producing different results on merged-/usr vs. non-merged-/usr systems, I noticed that libmdds-dev ships a `Makefile` in /usr/share/doc/libmdds-dev/examples which shows such differences. I wonder if it is really useful to ship this as many variables depend on the build environment, for example: +--- | abs_builddir = /build/mdds-Fcl28G/mdds-1.4.3/example | abs_srcdir = /build/mdds-Fcl28G/mdds-1.4.3/example | abs_top_builddir = /build/mdds-Fcl28G/mdds-1.4.3 | abs_top_srcdir = /build/mdds-Fcl28G/mdds-1.4.3 +--- The directory also includes compressed object files (for example flat_segment_tree.o.gz), compressed ELF binaries (e.g. mtv-collection) and log output (*.log, *.trs) which I'm not sure if they are useful to include. Ansgar