[med-svn] [Git][med-team/liblemon][master] 2 commits: d/rules: fix tab-missing formatting

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Sat Mar 21 15:59:21 GMT 2026



Michael R. Crusoe pushed to branch master at Debian Med / liblemon


Commits:
3c51ad65 by Michael R. Crusoe at 2026-03-20T17:06:11+01:00
d/rules: fix tab-missing formatting

- - - - -
bf6fa915 by Michael R. Crusoe at 2026-03-20T17:08:57+01:00
d/rules: build & run the tests in parallel

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+liblemon (1.3.1+dfsg-8) UNRELEASED; urgency=medium
+
+  * d/rules: fix tab-missing formatting
+  * d/rules: build & run the tests in parallel
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Fri, 20 Mar 2026 15:15:21 +0100
+
 liblemon (1.3.1+dfsg-7) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -2,6 +2,7 @@
 
 # DH_VERBOSE := 1
 
+include /usr/share/dpkg/default.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 CMAKE_EXTRA_FLAGS += -DBUILD_SHARED_LIBS=TRUE -DLEMON_DOC_USE_MATHJAX=YES
@@ -15,8 +16,8 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	cd obj-* && make check
-	cd obj-* && ctest -E lgf_reader_writer_test
+	cd obj-* && make check $(DEB_BUILD_OPTION_PARALLEL:%=-j %)
+	cd obj-* && ctest -E lgf_reader_writer_test $(DEB_BUILD_OPTION_PARALLEL:%=-j %)
 endif
 
 override_dh_install:
@@ -34,7 +35,7 @@ override_dh_install:
 		    --movedev "debian/tmp/usr/lib/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
 		    --movedev "debian/tmp/usr/share/lemon/cmake/*" usr/lib/$(DEB_HOST_MULTIARCH)/cmake/lemon \
                     debian/tmp/usr/lib/*.so
-        # dh_missing stumbles upon this file
+	# dh_missing stumbles upon this file
 	find debian -name lemon-0.x-to-1.x.sh -delete
 	find debian -name "lib*.la" -delete
 



View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/257a755b0aaec2c2635ebea2bbbd28a0b8506dc3...bf6fa915aec269739c7d5753b664c4b0a111068e

-- 
View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/257a755b0aaec2c2635ebea2bbbd28a0b8506dc3...bf6fa915aec269739c7d5753b664c4b0a111068e
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/debian-med-commit/attachments/20260321/9b57131f/attachment-0001.htm>


More information about the debian-med-commit mailing list