[Forensics-changes] [yara] 01/02: 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 moszumanska.debian.org
Tue Jul 22 14:40:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch debian
in repository yara.
commit 5bb1151f030e1538fe9c4accb5d2ae4a740bfd13
Author: Hilko Bengen <bengen at debian.org>
Date: Sat Jun 7 11:37:22 2014 +0200
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.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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