Andreas Tille pushed to branch master at Debian Med / libvcflib
Commits: 70a9cc73 by Andreas Tille at 2023-02-07T21:09:29+01:00 Restrict architectures to 64bit only - - - - - 3ad94e98 by Andreas Tille at 2023-02-07T21:10:26+01:00 Do not build for i386 on Salsa - - - - - 058df1f3 by Andreas Tille at 2023-02-07T21:18:06+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libvcflib (1.0.7+dfsg-2) unstable; urgency=medium + + * Restrict architectures to 64bit only + + -- Andreas Tille <[email protected]> Tue, 07 Feb 2023 21:10:50 +0100 + libvcflib (1.0.7+dfsg-1) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/control ===================================== @@ -25,7 +25,7 @@ Homepage: https://github.com/vcflib/vcflib Rules-Requires-Root: no Package: libvcflib1 -Architecture: any +Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 alpha Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, @@ -46,7 +46,7 @@ Description: C++ library for parsing and manipulating VCF files manipulations on VCF files. Package: libvcflib-dev -Architecture: any +Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 alpha Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, @@ -74,7 +74,7 @@ Description: C++ library for parsing and manipulating VCF files (development) This package contains the static library and the header files. Package: libvcflib-tools -Architecture: any +Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 alpha Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any, ===================================== debian/salsa-ci.yml ===================================== @@ -2,3 +2,6 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +# Does not build on i386 + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 View it on GitLab: https://salsa.debian.org/med-team/libvcflib/-/compare/8d2351f1202aff38bbf93441f13ce1dc70b59f84...058df1f3b6f945dd6e9d9417163175de2ef67dfb -- View it on GitLab: https://salsa.debian.org/med-team/libvcflib/-/compare/8d2351f1202aff38bbf93441f13ce1dc70b59f84...058df1f3b6f945dd6e9d9417163175de2ef67dfb 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
