This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository snap-aligner.
commit 87edd4412393498be1b17eccbb410ae094ee9e49 Author: Andreas Tille <[email protected]> Date: Thu Dec 21 09:22:22 2017 +0100 Restrict package to 64 bit architectures only --- debian/README.Debian | 21 +++++++++++++++++++++ debian/changelog | 8 ++++++++ debian/control | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..1010fcc --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,21 @@ +snap-aligner for Debian +======================= + +Please note that the name "snap" was just used inside Debian (even for +a package in the scope of bioinformatics). Thus this package was named +snap-aligner. + +According to + + https://github.com/amplab/snap/issues/111 + +this program is intended to be used on 64 bit architectures only and +thus the architectures list is restricted to 64 bit architectures. + +Please note that at the time of writing this README.Debian the test +suite failed for ppc64 and sparc64 architecture which was reported +upstream at + + https://github.com/amplab/snap/issues/112 + + -- Andreas Tille <[email protected]> Thu, 21 Dec 2017 09:16:04 +0100 diff --git a/debian/changelog b/debian/changelog index eb12e58..26d7fe7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +snap-aligner (1.0~beta.18+dfsg-2) UNRELEASED; urgency=medium + + * Team upload + * Restrict package to 64 bit architectures only + Closes: #860652 + + -- Andreas Tille <[email protected]> Thu, 21 Dec 2017 09:16:04 +0100 + snap-aligner (1.0~beta.18+dfsg-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 330a7ab..22dcc82 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/snap-aligner.git Homepage: http://snap.cs.berkeley.edu/ Package: snap-aligner -Architecture: any +Architecture: amd64 arm64 mips64el ppc64el alpha kfreebsd-amd64 ppc64 sparc64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: Scalable Nucleotide Alignment Program -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snap-aligner.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
