diff -Nru holotz-castle-1.3.14/debian/changelog holotz-castle-1.3.14/debian/changelog --- holotz-castle-1.3.14/debian/changelog 2015-11-26 16:30:05.000000000 +0000 +++ holotz-castle-1.3.14/debian/changelog 2017-03-15 18:23:28.000000000 +0000 @@ -1,3 +1,21 @@ +holotz-castle (1.3.14-9) unstable; urgency=medium + + * Team upload. + * Split maintscript file into $PACKAGE.maintscript files. (Closes: #857845) + Thanks to Andreas Beckmann for the report. + + -- Markus Koschany Wed, 15 Mar 2017 19:23:28 +0100 + +holotz-castle (1.3.14-8) unstable; urgency=medium + + * Team upload. + * Remove override for dh_installdocs and do not use unsupported --link-doc + option for arch:all packages. Add maintscript file and use symlink_to_dir + function to convert symlinked directories to real directories. Thanks to + Axel Beckert for the report. (Closes: #857236) + + -- Markus Koschany Sun, 12 Mar 2017 21:50:38 +0100 + holotz-castle (1.3.14-7) unstable; urgency=medium * Team upload. diff -Nru holotz-castle-1.3.14/debian/holotz-castle-editor.maintscript holotz-castle-1.3.14/debian/holotz-castle-editor.maintscript --- holotz-castle-1.3.14/debian/holotz-castle-editor.maintscript 1970-01-01 00:00:00.000000000 +0000 +++ holotz-castle-1.3.14/debian/holotz-castle-editor.maintscript 2017-03-15 18:23:28.000000000 +0000 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/holotz-castle-editor /usr/share/doc/holotz-castle-data 1.3.14-9~ holotz-castle-editor diff -Nru holotz-castle-1.3.14/debian/holotz-castle.maintscript holotz-castle-1.3.14/debian/holotz-castle.maintscript --- holotz-castle-1.3.14/debian/holotz-castle.maintscript 1970-01-01 00:00:00.000000000 +0000 +++ holotz-castle-1.3.14/debian/holotz-castle.maintscript 2017-03-15 18:23:28.000000000 +0000 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/holotz-castle /usr/share/doc/holotz-castle-data 1.3.14-8~ holotz-castle diff -Nru holotz-castle-1.3.14/debian/rules holotz-castle-1.3.14/debian/rules --- holotz-castle-1.3.14/debian/rules 2015-11-26 16:30:05.000000000 +0000 +++ holotz-castle-1.3.14/debian/rules 2017-03-15 18:23:28.000000000 +0000 @@ -3,9 +3,6 @@ %: dh $@ -override_dh_installdocs: - dh_installdocs --link-doc=holotz-castle-data - override_dh_fixperms: dh_fixperms if [ -d debian/holotz-castle-data ]; then \