Package: rna-star Version: 2.5.2a+dfsg-3 Severity: important Tags: patch User: [email protected] Usertags: origin-ubuntu yakkety ubuntu-patch
The latest upload of rna-star to Debian has disabled all builds on all architectures except for amd64, arm64, ppc64el, mips64el, and x32. The package had previously built without error in Ubuntu on s390x, which is also a 64-bit architecture. Please re-enable s390x in the architecture list for rna-star. A trivial patch is attached. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [email protected] [email protected]
diff -Nru rna-star-2.5.2a+dfsg/debian/control rna-star-2.5.2a+dfsg/debian/control --- rna-star-2.5.2a+dfsg/debian/control 2016-05-24 02:40:54.000000000 -0700 +++ rna-star-2.5.2a+dfsg/debian/control 2016-07-09 22:28:38.000000000 -0700 @@ -16,7 +16,7 @@ Homepage: https://github.com/alexdobin/STAR/ Package: rna-star -Architecture: amd64 arm64 ppc64el mips64el x32 +Architecture: amd64 arm64 ppc64el mips64el x32 s390x Depends: ${misc:Depends}, ${shlibs:Depends} Description: ultrafast universal RNA-seq aligner

