Martin Uecker pushed to branch master at Debian Med / bart


Commits:
8d5232fe by Martin Uecker at 2026-06-04T13:20:19+02:00
remove unused rules

- - - - -
5a21fff0 by Martin Uecker at 2026-06-04T13:21:41+02:00
some archs still needs to turn of expensive optimizations

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all noparallel
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/architecture.mk
 DPKG_EXPORT_BUILDTOOLS=1
 include /usr/share/dpkg/buildtools.mk
@@ -9,12 +9,7 @@ include /usr/share/dpkg/buildtools.mk
 export PREFIX=/usr/
 
 # some archs require turning of some optimizations
-NOEXPOPT_ARCHS=
-
-# turn off hanging tests on i386
-ifeq ($(DEB_BUILD_ARCH), i386)
-export ODE_SIMU_OFF=1
-endif
+NOEXPOPT_ARCHS=s390x powerpc ppc64
 
 ifneq (,$(filter $(NOEXPOPT_ARCHS), $(DEB_BUILD_ARCH)))
 export DEB_CFLAGS_MAINT_APPEND = -fno-expensive-optimizations
@@ -28,7 +23,7 @@ export AR_LOCK_NEEDED=0
 NOTEST_ARCHS=i386 hurd-i386
 
 # For this architesture the test will be run but it will pass in any case even 
when errors occure
-PRINT_ERRORS_WHEN_TESTING=sh4 arc m68k alpha
+PRINT_ERRORS_WHEN_TESTING=sh4 m68k alpha
 
 %:
        dh $@



View it on GitLab: 
https://salsa.debian.org/med-team/bart/-/compare/17ef720212ea88fee346dd41a460176428110be0...5a21fff0123fb230e2a41c21c142b0ebad129350

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/bart/-/compare/17ef720212ea88fee346dd41a460176428110be0...5a21fff0123fb230e2a41c21c142b0ebad129350
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


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to