[Git][debian-gis-team/flox][master] 2 commits: Disable autopkgtests on 32bit architectures

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Mon Jan 9 22:02:32 GMT 2023



Antonio Valentino pushed to branch master at Debian GIS Project / flox


Commits:
9eaa001b by Antonio Valentino at 2023-01-09T21:44:40+00:00
Disable autopkgtests on 32bit architectures

- - - - -
e1d194db by Antonio Valentino at 2023-01-09T21:45:08+00:00
Set distribution to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,12 @@
-flox (0.6.5-2) UNRELEASED; urgency=medium
+flox (0.6.5-2) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Enable Salsa CI.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 08 Jan 2023 15:15:56 +0100
+  [ Antonio Valentino ]
+  * Disable autopkgtests on 32not architectures.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 09 Jan 2023 21:44:50 +0000
 
 flox (0.6.5-1) unstable; urgency=medium
 


=====================================
debian/tests/python3
=====================================
@@ -1,6 +1,15 @@
 #!/bin/sh
 set -efu
 
+# Skip tests on problematic architectures
+ARCH="$(dpkg-architecture -qDEB_BUILD_ARCH)"
+
+if [ "${ARCH}" = "armel" -o "${ARCH}" = "armhf" -o "${ARCH}" = "i386" ]
+then
+  echo "Skipping tests on problematic architectures"
+  exit 77
+fi
+
 PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
 TESTPKG=${TESTPKG:-flox}
 TESTDIR=${PWD}/tests



View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/c318cd663f083abe60c23ebb2d755689bda55876...e1d194dbb0094b4999712beedb6205daf332883f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/c318cd663f083abe60c23ebb2d755689bda55876...e1d194dbb0094b4999712beedb6205daf332883f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230109/4c60c3da/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list