[Forensics-changes] [yara] 01/02: Limit Architecture: The tests that were introduced in 3.5.0 crash and cause FTBFS on big-endian architectures

Hilko Bengen bengen at moszumanska.debian.org
Thu Sep 22 08:46:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository yara.

commit ce2b2f2d0f6039ff0364b65807a13ed6c0676b61
Author: Hilko Bengen <bengen at debian.org>
Date:   Mon Sep 12 20:22:37 2016 +0200

    Limit Architecture: The tests that were introduced in 3.5.0 crash and cause FTBFS on big-endian architectures
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 295a708..c878d02 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Git: git://anonscm.debian.org/forensics/yara.git
 Vcs-Browser: http://anonscm.debian.org/cgit/forensics/yara.git
 
 Package: yara
-Architecture: any
+Architecture: any-amd64 any-arm64 armel armhf any-i386 any-mips64el any-mipsel any-ppc64el any-m68k powerpcspe any-sh4 x32
 Multi-Arch: allowed
 Depends: ${shlibs:Depends}, ${misc:Depends},
 Description: Pattern matching swiss knife for malware researchers
@@ -31,7 +31,7 @@ Description: Pattern matching swiss knife for malware researchers
  expressions and many other features.
 
 Package: libyara3
-Architecture: any
+Architecture: any-amd64 any-arm64 armel armhf any-i386 any-mips64el any-mipsel any-ppc64el any-m68k powerpcspe any-sh4 x32
 Multi-Arch: same
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
@@ -51,7 +51,7 @@ Description: YARA shared library
 
 Package: libyara-dev
 Section: libdevel
-Architecture: any
+Architecture: any-amd64 any-arm64 armel armhf any-i386 any-mips64el any-mipsel any-ppc64el any-m68k powerpcspe any-sh4 x32
 Multi-Arch: same
 Depends: ${misc:Depends}, libyara3 (= ${binary:Version})
 Description: YARA development libraries and headers

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list