Skip to content
Commits on Source (2)
......@@ -33,7 +33,6 @@ https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-un
It is recommended to use the dpkg-maintscript-helper commands
'dir_to_symlink' and 'symlink_to_dir' (available since dpkg 1.17.14)
to perform the conversion, ideally using d/$PACKAGE.maintscript.
Do not forget to add 'Pre-Depends: ${misc:Pre-Depends}' in d/control.
See dpkg-maintscript-helper(1) and dh_installdeb(1) for details.
......
......@@ -36,7 +36,6 @@ https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-un
It is recommended to use the dpkg-maintscript-helper commands
'dir_to_symlink' and 'symlink_to_dir' (available since dpkg 1.17.14)
to perform the conversion, ideally using d/$PACKAGE.maintscript.
Do not forget to add 'Pre-Depends: ${misc:Pre-Depends}' in d/control.
See dpkg-maintscript-helper(1) and dh_installdeb(1) for details.
......
......@@ -29,6 +29,9 @@ piuparts (0.95) UNRELEASED; urgency=medium
[ Andreas Beckmann ]
* Clarify errors from installing objects over existing symlinks.
* bug-templates/copyright_file_missing_after_upgrade and
bug-templates/unhandled_symlink_to_directory_conversion: adjust advice as
symlink_to_dir/dir_to_symlink are supported by dpkg in oldstable.
-- Holger Levsen <holger@debian.org> Thu, 08 Nov 2018 12:12:21 +0100
......