[Python-modules-commits] [androguard] 06/12: patches to fix install process

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Wed Feb 17 19:59:28 UTC 2016


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

eighthave pushed a commit to branch master
in repository androguard.

commit dcf4bf3b2f247a074fa26eb5d311f2efdc306456
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed Feb 17 17:31:42 2016 +0100

    patches to fix install process
---
 debian/patches/fix-version-in-setup-py | 13 +++++++++++++
 debian/patches/force-add-elsim-package | 11 +++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/patches/fix-version-in-setup-py b/debian/patches/fix-version-in-setup-py
new file mode 100644
index 0000000..42f8ff8
--- /dev/null
+++ b/debian/patches/fix-version-in-setup-py
@@ -0,0 +1,13 @@
+Description: upstream put the wrong version in setup.py
+
+--- a/setup.py
++++ b/setup.py
+@@ -4,7 +4,7 @@
+ 
+ setup(
+     name = 'androguard',
+-    version = '3.0',
++    version = '2.0',
+     packages = find_packages(),
+     scripts = ['androaxml.py', 'androcsign.py', 'androdiff.py', 'androgexf.py',
+                'androlyze.py', 'androsign.py', 'androsim.py', 'apkviewer.py',
diff --git a/debian/patches/force-add-elsim-package b/debian/patches/force-add-elsim-package
new file mode 100644
index 0000000..945f93b
--- /dev/null
+++ b/debian/patches/force-add-elsim-package
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -5,7 +5,7 @@
+ setup(
+     name = 'androguard',
+     version = '2.0',
+-    packages = find_packages(),
++    packages = find_packages() + ['elsim'],
+     scripts = ['androaxml.py', 'androcsign.py', 'androdiff.py', 'androgexf.py',
+                'androlyze.py', 'androsign.py', 'androsim.py', 'apkviewer.py',
+                'androdd.py', 'androgui.py',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..94a6c59
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-version-in-setup-py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/androguard.git



More information about the Python-modules-commits mailing list