This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository fermi-lite.
commit f357a158dae22f5cfe348060fad40461ab57b92c Author: Sascha Steinbiss <[email protected]> Date: Thu Aug 4 05:40:48 2016 +0000 restrict archs to SSE2 compatible ones --- debian/changelog | 6 ++++-- debian/control | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8170e5b..1bf8302 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -fermi-lite (0.1-2) UNRELEASED; urgency=medium +fermi-lite (0.1-2) unstable; urgency=medium * Autopkgtest: build example outside of upstream source tree. + * Restrict architectures to those with SSE2 support. + See also upstream's comment at https://github.com/lh3/fermi-lite/issues/4 - -- Sascha Steinbiss <[email protected]> Sun, 31 Jul 2016 17:59:00 +0000 + -- Sascha Steinbiss <[email protected]> Thu, 04 Aug 2016 05:37:30 +0000 fermi-lite (0.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 296d3f0..932bc3d 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/fermi-lite.git Homepage: https://github.com/lh3/fermi-lite Package: fml-asm -Architecture: any +Architecture: any-amd64 x32 Depends: ${misc:Depends}, ${shlibs:Depends}, zlib1g @@ -29,7 +29,7 @@ Description: tool for assembling Illumina short reads in small regions Package: libfml0 Section: libs -Architecture: any +Architecture: any-amd64 x32 Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g @@ -42,7 +42,7 @@ Description: library for assembling Illumina short reads in small regions Package: libfml-dev Section: libdevel -Architecture: any +Architecture: any-amd64 x32 Depends: ${shlibs:Depends}, ${misc:Depends}, libfml0 (= ${binary:Version}), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fermi-lite.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
