[med-svn] [Git][med-team/gwyddion][master] 2 commits: Remove debugging code
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed May 6 20:40:12 BST 2026
Andreas Tille pushed to branch master at Debian Med / gwyddion
Commits:
6b5c901b by Andreas Tille at 2026-05-06T21:33:41+02:00
Remove debugging code
- - - - -
2b6d0287 by Andreas Tille at 2026-05-06T21:40:06+02:00
Exclude further tests
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gwyddion (3.10-3) UNRELEASED; urgency=medium
+
+ * Exclude further tests
+
+ -- Andreas Tille <tille at debian.org> Wed, 06 May 2026 21:39:51 +0200
+
gwyddion (3.10-2) unstable; urgency=medium
* Build-Depends: architecture-is-64-bit, architecture-is-little-endian
=====================================
debian/rules
=====================================
@@ -16,17 +16,19 @@ execute_after_dh_install:
override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter $(DEB_HOST_ARCH),loong64 ppc64el))
- set -x ; \
- sed -i '/field.*extend.*undefined/d' tests/test-list.txt ; \
- set +x
+ sed -i '/field.*extend.*undefined/d' tests/test-list.txt
+endif
+ifneq (,$(filter $(DEB_HOST_ARCH),loong64))
+ sed -i '/math.*refine-maximum.*1d/d' tests/test-list.txt
+endif
+ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el))
+ sed -i '/field.*tip.*blind-estimate/d' tests/test-list.txt
endif
ifneq (,$(filter $(DEB_HOST_ARCH),ppc64))
- set -x ; \
sed -i -e '/serialization.*less-trivial.*native/d' \
-e '/serialization.*less-trivial.*64bit/d' \
-e '/serialization.*less-trivial.*32bit/d' \
- -e '/serialization.*extra-item/d' tests/test-list.txt ; \
- set +x
+ -e '/serialization.*extra-item/d' tests/test-list.txt
endif
dh_auto_test
endif
View it on GitLab: https://salsa.debian.org/med-team/gwyddion/-/compare/0d8b05c372fbf94a513fb37bcf2e1c76df6498a8...2b6d0287b808a3e08832822c74e1f005ed0ca83a
--
View it on GitLab: https://salsa.debian.org/med-team/gwyddion/-/compare/0d8b05c372fbf94a513fb37bcf2e1c76df6498a8...2b6d0287b808a3e08832822c74e1f005ed0ca83a
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260506/2a0e4b0e/attachment-0001.htm>
More information about the debian-med-commit
mailing list