Mathieu Malaterre pushed to branch master at Debian Med / charls
Commits: dac981f6 by Sebastiaan Couwenberg at 2020-11-03T10:54:20+01:00 d/*.maintscript: Switching a directory to symlink dpkg-maintscript-helper dir_to_symlink may do what you want, see: https://manpages.debian.org/unstable/dpkg/dpkg-maintscript-helper.1.en.html#Switching_a_directory_to_symlink - - - - - b28c1bca by Mathieu Malaterre at 2020-11-03T10:59:46+01:00 d/changelog: Upload -6 to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/libcharls-dev.maintscript - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +charls (2.1.0+dfsg-6) unstable; urgency=medium + + [ Mathieu Malaterre ] + * Team upload. + * d/patches: Remove change_library_name patch + * d/rules: Provide symlinks to mimic CharLS 2.0.x behavior. Closes: #972867 + + [ Sebastiaan Couwenberg ] + * d/*.maintscript: Switching a directory to symlink + + -- Mathieu Malaterre <[email protected]> Tue, 03 Nov 2020 10:55:49 +0100 + charls (2.1.0+dfsg-5) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -18,6 +18,7 @@ Multi-Arch: same Section: libdevel Depends: libcharls2 (= ${binary:Version}), ${misc:Depends} +Pre-Depends: dpkg (>= 1.17.14) Description: Implementation of the JPEG-LS standard (development libraries) CharLS is an optimized implementation of the JPEG-LS standard for lossless and near-lossless image compression ===================================== debian/libcharls-dev.maintscript ===================================== @@ -0,0 +1,2 @@ +# See #971425, #971431 & #971435: +dir_to_symlink /usr/include/CharLS /usr/include/charls 2.1.0+dfsg~ libcharls-dev ===================================== debian/rules ===================================== @@ -34,7 +34,6 @@ override_dh_install-arch: # See #971425, #971431 & #971435: dh_link -p$(pkg_run) usr/lib/$(DEB_HOST_MULTIARCH)/libcharls.so.2 usr/lib/$(DEB_HOST_MULTIARCH)/libCharLS.so.2 dh_link -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/libcharls.so usr/lib/$(DEB_HOST_MULTIARCH)/libCharLS.so - dh_link -p$(pkg_dev) usr/include/charls usr/include/CharLS # dh_install -a # d-shlibmove --commit \ # --multiarch \ View it on GitLab: https://salsa.debian.org/med-team/charls/-/compare/8afea0a6d1a77507370e5f55f5e67a4ffa7ae942...b28c1bca28b12c33aa880ab8aee9797da4ab7718 -- View it on GitLab: https://salsa.debian.org/med-team/charls/-/compare/8afea0a6d1a77507370e5f55f5e67a4ffa7ae942...b28c1bca28b12c33aa880ab8aee9797da4ab7718 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
