On 2019-02-10 00:04, Sandro Tosi wrote: >> your .maintscript files are wrong. Obviously you wanted symlink_to_dir, >> but you used dir_to_symlink. > > mh not really, i want /usr/share/doc/python-dmidecode-dbg/ to be a > symlink to /usr/share/doc/python-dmidecode/ (and the same for the py3k > packages) - isnt symlink_to_dir the right helper to use in that case?
Well, as long as the package ships a directory full of files in /usr/share/doc: /usr/share/doc/python-dmidecode-dbg /usr/share/doc/python-dmidecode-dbg/AUTHORS /usr/share/doc/python-dmidecode-dbg/AUTHORS.upstream /usr/share/doc/python-dmidecode-dbg/README /usr/share/doc/python-dmidecode-dbg/README.types /usr/share/doc/python-dmidecode-dbg/README.upstream.gz /usr/share/doc/python-dmidecode-dbg/changelog.Debian.gz /usr/share/doc/python-dmidecode-dbg/changelog.gz /usr/share/doc/python-dmidecode-dbg/copyright trying to use d-m-h to change that into a symlink will only cause a great mess. Andreas

