This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository rna-star.
commit b5f93ed7d960ace9144856f62457a4ef290b1300 Author: Sascha Steinbiss <[email protected]> Date: Sun May 22 13:55:50 2016 +0000 limit architectures to 64bit --- debian/changelog | 8 ++++++++ debian/control | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea492e0..df78920 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rna-star (2.5.2a+dfsg-3) unstable; urgency=medium + + * Limit architectures to amd64 as supported by upstream. + - Closes: #824997 + * Add myself to Uploaders. + + -- Sascha Steinbiss <[email protected]> Sun, 22 May 2016 12:34:12 +0000 + rna-star (2.5.2a+dfsg-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 8a8de2e..3668a3a 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: rna-star Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Sascha Steinbiss <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), @@ -14,7 +15,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/rna-star.git Homepage: https://github.com/alexdobin/STAR/ Package: rna-star -Architecture: any +Architecture: amd64 arm64 ppc64el mips64el x32 Depends: ${misc:Depends}, ${shlibs:Depends} Description: ultrafast universal RNA-seq aligner -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rna-star.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
