/usr/share/doc/dose-doc/README.testing is in dose-doc 5.0.1-9build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # To test the apt-cudf behaviour in the apt toolchain,
# 1) dump in EDSP the state of the repositories
apt-get -s --solver dump install gnome
# it is in /tmp/dump.edsp
# 2) dump the CUDF translation of the EDSP file
./apt-cudf.native --dump --solver aspcud --noop /tmp/dump.edsp
# it is stored in a file in /tmp/ whose name is shown in stdout
# something like /tmp/apt-cudf-universedd360b.cudf
# and /tmp/dump.edsp
|