Bas Couwenberg pushed to branch master at Debian GIS Project / mapbox-polylabel
Commits: a21ec04c by Bas Couwenberg at 2024-04-18T10:06:48+02:00 Compile and run test executable manually, mason buildsystem not available. - - - - - d96d33e6 by Bas Couwenberg at 2024-04-18T10:06:48+02:00 Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - + debian/clean - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mapbox-polylabel (1.1.0-1) unstable; urgency=medium + + * Compile and run test executable manually, mason buildsystem not available. + * Move from experimental to unstable. + + -- Bas Couwenberg <[email protected]> Thu, 18 Apr 2024 09:59:42 +0200 + mapbox-polylabel (1.1.0-1~exp1) experimental; urgency=medium * Initial release (Closes: #1069086) ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +test/test ===================================== debian/control ===================================== @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Bas Couwenberg <[email protected]> Build-Depends: debhelper-compat (= 13), - libmapbox-geometry-dev + libmapbox-geometry-dev, + rapidjson-dev <!nocheck> Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapbox-polylabel/ Vcs-Git: https://salsa.debian.org/debian-gis-team/mapbox-polylabel.git ===================================== debian/rules ===================================== @@ -10,4 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all # mason buildsystem not used override_dh_auto_build: + override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -Iinclude test/test.cpp -o test/test + ./test/test +endif View it on GitLab: https://salsa.debian.org/debian-gis-team/mapbox-polylabel/-/compare/28383ee6faf4346f9d1ce948365c6aaa8f6e5ad7...d96d33e6191094e2c297bc916a7be82b227813df -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapbox-polylabel/-/compare/28383ee6faf4346f9d1ce948365c6aaa8f6e5ad7...d96d33e6191094e2c297bc916a7be82b227813df 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
