[Forensics-changes] [yara] 02/09: Added -dbg package

Hilko Bengen bengen at moszumanska.debian.org
Tue Feb 10 13:44:20 UTC 2015


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

bengen pushed a commit to branch master
in repository yara.

commit e988446ca008371349b7e39fe8c146e696d1ba21
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Feb 6 16:55:11 2015 +0100

    Added -dbg package
---
 debian/control | 21 +++++++++++++++++++++
 debian/rules   |  3 +++
 2 files changed, 24 insertions(+)

diff --git a/debian/control b/debian/control
index 140bc7c..b627a49 100644
--- a/debian/control
+++ b/debian/control
@@ -121,3 +121,24 @@ Description: HTML documentation for YARA
  expressions and many other features.
  .
  This package contains the documentation in HTML format.
+
+Package: yara-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libyara3 (= ${binary:Version}) | yara (= ${binary:Version})
+Description: Debug symbols for YARA
+ YARA is a tool aimed at helping malware researchers to identify and
+ classify malware samples. With YARA, it is possible to create
+ descriptions of malware families based on textual or binary patterns
+ contained in samples of those families. Each description consists of
+ a set of strings and a Boolean expression which determines its logic.
+ .
+ Complex and powerful rules can be created by using binary strings with
+ wild-cards, case-insensitive text strings, special operators, regular
+ expressions and many other features.
+ .
+ This package provides debug symbols for binaries and shared
+ libraries.
diff --git a/debian/rules b/debian/rules
index 9889d70..5f3fbc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,9 @@ override_dh_autoreconf:
 	mkdir -p m4 libyara/m4
 	dh_autoreconf
 
+override_dh_strip:
+	dh_strip --dbg-package=yara-dbg
+
 override_dh_install:
 	dh_install --fail-missing -X.la
 

-- 
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