[Git][debian-gis-team/pylibtiff][master] 2 commits: Disable autopkgtests on unsupported architectures

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Mon Aug 14 18:35:26 BST 2023



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


Commits:
5b08bcf6 by Antonio Valentino at 2023-08-14T17:33:47+00:00
Disable autopkgtests on unsupported architectures

- - - - -
0c6a1cc7 by Antonio Valentino at 2023-08-14T17:34:16+00:00
Set distribution to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+pylibtiff (0.5.1-4) unstable; urgency=medium
+
+  * debian/rules:
+    - Disable autopkgtests on unsupported architectures.
+      The test suite seems to be broken on BE atchitectures
+      and platforms not supporting memmaps.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 14 Aug 2023 17:33:54 +0000
+
 pylibtiff (0.5.1-3) unstable; urgency=medium
 
   [ Bas Couwenberg ]


=====================================
debian/rules
=====================================
@@ -10,6 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/{install_dir}/libtiff/src
 export PYBUILD_DISABLE=clean
 export PYBUILD_TEST_ARGS=$(CURDIR)/libtiff/tests
+ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel s390x ppc64 hppa))
+export PYBUILD_DISABLE=test
+endif
 
 %:
 	dh $@ --with python3,numpy3 --buildsystem=pybuild



View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/compare/ca5afb75f37facaab643208b57eac6e49474f295...0c6a1cc7da542587b23e06d4a8c15dadb7bf3207

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/compare/ca5afb75f37facaab643208b57eac6e49474f295...0c6a1cc7da542587b23e06d4a8c15dadb7bf3207
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/20230814/690b2f55/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list