Andreas Tille pushed to branch master at Debian Med / bart


Commits:
1ac7a77c by Andreas Tille at 2020-09-21T16:05:48+02:00
Remove redundant d/gbp.conf

- - - - -
d5d476cd by Andreas Tille at 2020-09-21T16:16:08+02:00
Run tests on i386, mips64el and s390x but make the test succeed in any case

- - - - -
57c30a05 by Andreas Tille at 2020-09-21T16:24:51+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- − debian/gbp.conf
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+bart (0.6.00-3) unstable; urgency=medium
+
+  * Team upload
+  * Remove redundant d/gbp.conf
+  * Run tests on i386, mips64el and s390x but make the test succeed in any case
+
+ -- Andreas Tille <[email protected]>  Mon, 21 Sep 2020 16:16:16 +0200
+
 bart (0.6.00-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/gbp.conf deleted
=====================================
@@ -1,6 +0,0 @@
-[DEFAULT]
-upstream-branch = upstream
-debian-branch = master
-upstream-tag = v%(version)s
-debian-tag = debian/%(version)s
-pristine-tar = True


=====================================
debian/rules
=====================================
@@ -7,7 +7,10 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 # Some tests fail on the following architectures probably
 # due to minor differences in floating point processing.
 # For now, just turn it off...
-NOTEST_ARCHS=armel armhf i386 mips mips64el mipsel hurd-i386 kfreebsd-i386 
m68k powerpcspe sh4
+NOTEST_ARCHS=armel armhf mips mipsel hurd-i386 kfreebsd-i386 m68k powerpcspe 
sh4
+
+# For this architesture the test will be run but it will pass in any case even 
when errors occure
+PRINT_ERRORS_WHEN_TESTING=i386 mips64el s390x
 
 %:
        dh $@
@@ -15,6 +18,11 @@ NOTEST_ARCHS=armel armhf i386 mips mips64el mipsel hurd-i386 
kfreebsd-i386 m68k
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 ifeq (,$(filter $(NOTEST_ARCHS), $(DEB_BUILD_ARCH)))
+ifeq (,$(filter $(PRINT_ERRORS_WHEN_TESTING), $(DEB_BUILD_ARCH)))
        make utest
+else
+       # the test will be run but its passing in any case
+       make utest || true
+endif
 endif
 endif



View it on GitLab: 
https://salsa.debian.org/med-team/bart/-/compare/dee87990f47b3d9a8093063fa66480e7513baf90...57c30a05f093e67a1445ba93dea39e42e44730e8

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/bart/-/compare/dee87990f47b3d9a8093063fa66480e7513baf90...57c30a05f093e67a1445ba93dea39e42e44730e8
You're receiving this email because of your account on salsa.debian.org.


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

Reply via email to