[Forensics-changes] [yara] 01/01: yara Debian release 2.1.0-3

Eriberto Mota eriberto-guest at moszumanska.debian.org
Mon Jul 7 13:31:23 UTC 2014


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

eriberto-guest pushed a commit to branch debian
in repository yara.

commit bfef3e3115930d45bdfd9a8d13d31164b1fbf78f
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date:   Mon Jul 7 10:29:34 2014 -0300

    yara Debian release 2.1.0-3
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13df3bd..ec5c04f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+yara (2.1.0-3) unstable; urgency=medium
+
+  * Add missing python{3}:Depends substvars in debian/control so proper
+    python depends on included for python{3}-yara (Closes: #750625).
+    Thanks to Scott Kitterman.
+
+ -- Hilko Bengen <bengen at debian.org>  Sat, 07 Jun 2014 11:36:02 +0200
+
 yara (2.1.0-2) unstable; urgency=medium
 
   * Restored symbols file
diff --git a/debian/control b/debian/control
index 67d9f7b..3672c64 100644
--- a/debian/control
+++ b/debian/control
@@ -100,7 +100,7 @@ Description: help to identify and classify malwares (development files)
 Package: python-yara
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 Description: help to identify and classify malwares (Python bindings)
  YARA is a tool aimed at helping malware researchers to identify
  and classify malware samples. With YARA you can create descriptions
@@ -129,7 +129,7 @@ Description: help to identify and classify malwares (Python bindings)
 Package: python3-yara
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
 Description: help to identify and classify malwares (Python 3 bindings)
  YARA is a tool aimed at helping malware researchers to identify
  and classify malware samples. With YARA you can create descriptions

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