[Git][debian-gis-team/mapbox-polylabel][master] 2 commits: Compile and run test executable manually, mason buildsystem not available.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Apr 18 09:09:27 BST 2024



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 <sebastic at debian.org>  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 <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Bas Couwenberg <sebastic at debian.org>
 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240418/f5b591ef/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list