Francesco Paolo Lovergine pushed to branch master at Debian GIS Project / jeolib-miallib
Commits: c5afb19a by Francesco Paolo Lovergine at 2025-02-24T18:49:10+00:00 Workaround for a problem with paths in .cmake output file. - - - - - 75cd1548 by Francesco Paolo Lovergine at 2025-02-24T20:52:13+01:00 Preparing for release. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -jeolib-miallib (1.1.6-2) UNRELEASED; urgency=medium +jeolib-miallib (1.1.6-2) unstable; urgency=medium [ Bas Couwenberg ] * Team upload. @@ -11,8 +11,10 @@ jeolib-miallib (1.1.6-2) UNRELEASED; urgency=medium [ Francesco Paolo Lovergine ] * Minimal changes to descriptions in d/control. + * Fixed d/rules to manage correctly the .cmake output file (needs a proper + fix in CMakeLists.txt) - -- Bas Couwenberg <[email protected]> Tue, 18 Feb 2025 13:16:18 +0100 + -- Francesco Paolo Lovergine <[email protected]> Mon, 24 Feb 2025 20:51:47 +0100 jeolib-miallib (1.1.6-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -22,4 +22,4 @@ override_dh_auto_configure: -DCMAKE_BUILD_TYPE=RelWithDebInfo execute_after_dh_auto_install: - sed -i "s|$(CURDIR)||g" debian/tmp/usr/lib/*/cmake/miallib/miallib-config.cmake + sed -i -e "s|$(CURDIR)/build||g" -e "s|/include|/usr/include|" debian/tmp/usr/lib/*/cmake/miallib/miallib-config.cmake View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/compare/5e2ee997f8a3b4fa2ee3078c3316fd6c9bf6513b...75cd15485f53c5f4db12bcbd05c3efc3d4f659ad -- View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/compare/5e2ee997f8a3b4fa2ee3078c3316fd6c9bf6513b...75cd15485f53c5f4db12bcbd05c3efc3d4f659ad You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
