[med-svn] [libssw] 01/01: remove i386 arch
Sascha Steinbiss
satta at debian.org
Sun Jun 26 16:53:37 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 8c7b28ba6a4da18948b6fedb0107f973c89e534a
Author: Sascha Steinbiss <satta at debian.org>
Date: Sun Jun 26 16:46:27 2016 +0000
remove i386 arch
---
debian/control | 8 ++++----
debian/rules | 2 --
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 46ef369..ff3101a 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-amd64 any-i386 any-x32
+Architecture: any-amd64 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-amd64 any-i386 any-x32
+Architecture: any-amd64 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-amd64 any-i386 any-x32
+Architecture: any-amd64 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-amd64 any-i386 any-x32
+Architecture: any-amd64 any-x32
Depends: ${shlibs:Depends},
${misc:Depends},
libssw0 (= ${binary:Version})
diff --git a/debian/rules b/debian/rules
index c95f383..9ba2f1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
PKG_VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/-.*//')
-export CFLAGS += -msse2
-export CXXFLAGS += -msse2
%:
dh $@
--
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