This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository libssw.
commit dad7ee61f6413e8a93103b5dcea98a2a9543eb88 Author: Sascha Steinbiss <[email protected]> Date: Sun Jun 26 09:38:35 2016 +0000 fix archs to supported ones Thanks to Aaron M. Ucko for the hint. --- debian/control | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 7aba6c8..46ef369 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/libssw.git Homepage: https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library Package: libssw0 -Architecture: any +Architecture: any-amd64 any-i386 any-x32 Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, @@ -36,7 +36,7 @@ Description: fast SIMD parallelized implementation of the Smith-Waterman algorit Package: libssw-dev Provides: libssw-dev -Architecture: any +Architecture: any-amd64 any-i386 any-x32 Multi-Arch: same Section: libdevel Depends: ${shlibs:Depends}, @@ -50,7 +50,7 @@ Description: Development headers and static libraries for libssw algorithm at the instruction level. Package: libssw-java -Architecture: any +Architecture: any-amd64 any-i386 any-x32 Section: java Depends: ${java:Depends}, ${shlibs:Depends}, @@ -63,7 +63,7 @@ Description: Java bindings for libssw instruction level. Package: ssw-align -Architecture: any +Architecture: any-amd64 any-i386 any-x32 Depends: ${shlibs:Depends}, ${misc:Depends}, libssw0 (= ${binary:Version}) @@ -74,4 +74,3 @@ Description: Smith-Waterman aligner based on libssw can contain multiple sequences. Each sequence in the query file will be aligned with all sequences in the target file. Output is provided in SAM or BLAST-like text format. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libssw.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
