Bug#1135156: trixie-pu: package epics-base/7.0.8.1+dfsg1-7+deb13u1

Santiago Vila sanvila at debian.org
Tue Apr 28 13:51:20 BST 2026


Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: epics-base at packages.debian.org, sanvila at debian.org
Control: affects -1 + src:epics-base
User: release.debian.org at packages.debian.org
Usertags: pu

[ Reason ]
Fixes Bug #1108052. FTBFS on some systems due to flaky tests.

[ Impact ]
Anybody trying to build the package from source may find that some tests fail.

[ Tests ]
I've checked that the package builds ok again on the systems where it used to fail.

[ Risks ]
Very low. No code changes. Only some tests are disabled.

[ Checklist ]
   [X] *all* changes are documented in the d/changelog
   [X] I reviewed all changes and I approve them
   [X] attach debdiff against the package in (old)stable
   [X] the issue is verified as fixed in unstable

[ Changes ]
Disable the tests in "testChannelAccess".

[ Other info ]
I've already uploaded the package.
-------------- next part --------------
diff -Nru epics-base-7.0.8.1+dfsg1/debian/changelog epics-base-7.0.8.1+dfsg1/debian/changelog
--- epics-base-7.0.8.1+dfsg1/debian/changelog	2025-01-03 12:10:00.000000000 +0100
+++ epics-base-7.0.8.1+dfsg1/debian/changelog	2026-04-28 14:35:00.000000000 +0200
@@ -1,3 +1,10 @@
+epics-base (7.0.8.1+dfsg1-7+deb13u1) trixie; urgency=medium
+
+  * Team upload.
+  * Skip testChannelAccess. Closes: #1108052.
+
+ -- Santiago Vila <sanvila at debian.org>  Tue, 28 Apr 2026 14:35:00 +0200
+
 epics-base (7.0.8.1+dfsg1-7) unstable; urgency=medium
 
   * Team upload.
diff -Nru epics-base-7.0.8.1+dfsg1/debian/gbp.conf epics-base-7.0.8.1+dfsg1/debian/gbp.conf
--- epics-base-7.0.8.1+dfsg1/debian/gbp.conf	2025-01-03 11:17:39.000000000 +0100
+++ epics-base-7.0.8.1+dfsg1/debian/gbp.conf	2026-04-28 12:00:00.000000000 +0200
@@ -1,5 +1,5 @@
 [DEFAULT]
-debian-branch = master
+debian-branch = debian/trixie
 upstream-branch = upstream
 pristine-tar = True
 
diff -Nru epics-base-7.0.8.1+dfsg1/debian/patches/series epics-base-7.0.8.1+dfsg1/debian/patches/series
--- epics-base-7.0.8.1+dfsg1/debian/patches/series	2025-01-03 11:17:39.000000000 +0100
+++ epics-base-7.0.8.1+dfsg1/debian/patches/series	2026-04-28 12:00:00.000000000 +0200
@@ -1,3 +1,4 @@
 verbose-install.patch
 0002-skip-expected-failing-test.patch
 fix-epics-header-path.patch
+skip-more-failing-tests.patch
diff -Nru epics-base-7.0.8.1+dfsg1/debian/patches/skip-more-failing-tests.patch epics-base-7.0.8.1+dfsg1/debian/patches/skip-more-failing-tests.patch
--- epics-base-7.0.8.1+dfsg1/debian/patches/skip-more-failing-tests.patch	1970-01-01 01:00:00.000000000 +0100
+++ epics-base-7.0.8.1+dfsg1/debian/patches/skip-more-failing-tests.patch	2026-04-28 12:04:00.000000000 +0200
@@ -0,0 +1,16 @@
+From: Santiago Vila <sanvila at debian.org>
+Subject: Skip more failing tests
+Bug-Debian: https://bugs.debian.org/1108052
+Forwarded: https://github.com/epics-base/pvAccessCPP/issues/223
+
+--- a/modules/pvAccess/testApp/remote/Makefile
++++ b/modules/pvAccess/testApp/remote/Makefile
+@@ -6,7 +6,7 @@
+ testChannelAccess_SRCS = channelAccessIFTest.cpp
+ testHarness_SRCS += channelAccessIFTest.cpp
+ ifneq (RTEMS,$(OS_CLASS))
+-TESTS += testChannelAccess
++# TESTS += testChannelAccess
+ endif
+ 
+ TESTPROD_HOST += testCodec


More information about the debian-science-maintainers mailing list