[Debian-med-packaging] Bug#1077441: cmtk: diff for NMU version 3.3.1p2+dfsg-2.1

Sudip Mukherjee sudipm.mukherjee at gmail.com
Wed Feb 26 09:05:53 GMT 2025


Control: tags 1077441 + patch
Control: tags 1077441 + pending
--

Dear maintainer,

I've prepared an NMU for cmtk (versioned as 3.3.1p2+dfsg-2.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.

-- 
Regards
Sudip


diff -Nru cmtk-3.3.1p2+dfsg/debian/changelog cmtk-3.3.1p2+dfsg/debian/changelog
--- cmtk-3.3.1p2+dfsg/debian/changelog	2022-05-12 08:30:57.000000000 +0100
+++ cmtk-3.3.1p2+dfsg/debian/changelog	2025-02-26 08:56:16.000000000 +0000
@@ -1,3 +1,10 @@
+cmtk (3.3.1p2+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/rules: Fix FTBFS by passing test arguments properly. (Closes: #1077441)
+
+ -- Sudip Mukherjee <sudipm.mukherjee at gmail.com>  Wed, 26 Feb 2025 08:56:16 +0000
+
 cmtk (3.3.1p2+dfsg-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru cmtk-3.3.1p2+dfsg/debian/rules cmtk-3.3.1p2+dfsg/debian/rules
--- cmtk-3.3.1p2+dfsg/debian/rules	2022-05-12 08:30:57.000000000 +0100
+++ cmtk-3.3.1p2+dfsg/debian/rules	2025-02-26 08:47:17.000000000 +0000
@@ -61,8 +61,8 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	ARGS=--verbose xvfb-run --auto-servernum --server-num=20 \
-		dh_auto_test
+	export ARGS="--verbose"
+	xvfb-run --auto-servernum --server-num=20 dh_auto_test
 endif
 
 override_dh_auto_install:



More information about the Debian-med-packaging mailing list