Mathieu Malaterre pushed to branch master at Debian Med / charls
Commits: 19f1428c by Mathieu Malaterre at 2021-01-27T16:58:19+01:00 d/rules: Make sure to install cmake specific files - - - - - 0094b26c by Mathieu Malaterre at 2021-01-27T17:00:13+01:00 d/changelog: Upload 2.2.0-2 to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +charls (2.2.0+dfsg-2) unstable; urgency=medium + + * Team upload. + * d/rules: Make sure to install cmake specific files + + -- Mathieu Malaterre <[email protected]> Wed, 27 Jan 2021 16:59:40 +0100 + charls (2.2.0+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -31,6 +31,8 @@ override_dh_install-arch: # Development Package dh_install -p$(pkg_dev) usr/include dh_install -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so + dh_install -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/cmake/charls/*.cmake + dh_install -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/charls.pc # 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 View it on GitLab: https://salsa.debian.org/med-team/charls/-/compare/91eea2077412a82b0bade06535bbe4579ef9d5b7...0094b26c14838fde1d108ffc3ad1eb002886c0e7 -- View it on GitLab: https://salsa.debian.org/med-team/charls/-/compare/91eea2077412a82b0bade06535bbe4579ef9d5b7...0094b26c14838fde1d108ffc3ad1eb002886c0e7 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
