Bas Couwenberg pushed to branch master at Debian GIS Project / jeolib-miallib
Commits: 9fa7db4d by Bas Couwenberg at 2025-02-25T16:01:26+01:00 Strip trailing whitespace. - - - - - a1b6536c by Bas Couwenberg at 2025-02-25T16:02:08+01:00 Append CPPFLAGS to CFLAGS. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -46,6 +46,6 @@ jeolib-miallib (1.1.5-1) unstable; urgency=medium jeolib-miallib (1.1.3-1) unstable; urgency=medium - * Initial release. + * Initial release. -- Francesco Paolo Lovergine <[email protected]> Wed, 03 Jul 2024 15:58:31 +0200 ===================================== debian/control ===================================== @@ -32,7 +32,7 @@ Depends: libmiallib1 (= ${binary:Version}), ${misc:Depends} Recommends: pkgconf Description: JRC morphological and image processing library - Development files - Miallib is a C library including image processing and + Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. @@ -46,10 +46,9 @@ Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: JRC morphological and image processing library - Miallib is a C library including image processing and + Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. . This package contains the shared library. - ===================================== debian/rules ===================================== @@ -10,6 +10,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Package maintainers to append LDFLAGS. #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +CFLAGS += $(CPPFLAGS) + include /usr/share/dpkg/pkg-info.mk UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/compare/77abf5396904a17c6677939508b64b5a2520e0b3...a1b6536cfa274a524d1668e0930d9b237b17af12 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/compare/77abf5396904a17c6677939508b64b5a2520e0b3...a1b6536cfa274a524d1668e0930d9b237b17af12 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
