[med-svn] [libssw] 02/02: fix architecture field
Sascha Steinbiss
satta at debian.org
Tue Jul 19 09:36:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository libssw.
commit b2ae78e99289afd949dfe71228b1f5e49d9a5880
Author: Sascha Steinbiss <satta at debian.org>
Date: Tue Jul 19 09:33:08 2016 +0000
fix architecture field
---
debian/changelog | 4 +++-
debian/control | 8 ++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2067019..fdcb972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
libssw (1.0-4) unstable; urgency=medium
- * Fix output issues when compiled with GCC 5
+ * Fix output issues when compiled with GCC 5.
+ * Change 'any-x32' to 'x32' -- there is only one x32 arch.
+ Silences Lintian warning.
-- Sascha Steinbiss <satta at debian.org> Tue, 19 Jul 2016 03:53:25 +0000
diff --git a/debian/control b/debian/control
index 39d5fda..e3791f4 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,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-amd64 any-x32
+Architecture: any-amd64 x32
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
@@ -37,7 +37,7 @@ Description: fast SIMD parallelized implementation of the Smith-Waterman algorit
Package: libssw-dev
Provides: libssw-dev
-Architecture: any-amd64 any-x32
+Architecture: any-amd64 x32
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
@@ -51,7 +51,7 @@ Description: Development headers and static libraries for libssw
algorithm at the instruction level.
Package: libssw-java
-Architecture: any-amd64 any-x32
+Architecture: any-amd64 x32
Section: java
Depends: ${java:Depends},
${shlibs:Depends},
@@ -64,7 +64,7 @@ Description: Java bindings for libssw
instruction level.
Package: ssw-align
-Architecture: any-amd64 any-x32
+Architecture: any-amd64 x32
Depends: ${shlibs:Depends},
${misc:Depends},
libssw0 (= ${binary:Version})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libssw.git
More information about the debian-med-commit
mailing list