[Python-modules-commits] [androguard] 02/05: initial skeleton packaging

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Mon Jan 18 22:38:56 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 431305fe775c00d86f3eee17d29b32fcc0ed7c17
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Jan 18 23:08:16 2016 +0100

    initial skeleton packaging
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 21 +++++++++++++++++++++
 debian/rules          |  4 ++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 6 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..eb28e60
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+androguard (2.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #)
+
+ -- Hans-Christoph Steiner <hans at eds.org>  Mon, 18 Jan 2016 20:54:01 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..84e5e3b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: androguard
+Maintainer: Hans-Christoph Steiner <hans at eds.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3),
+               python-all (>= 2.6.6-3),
+               debhelper (>= 9~)
+Standards-Version: 3.9.6
+
+Package: androguard
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: full Python tool to play with Android files
+ Androguard is a full python tool to play with Android files.
+ .
+  * DEX, ODEX
+  * APK
+  * Android's binary xml
+  * Android resources
+  * Disassemble DEX/ODEX bytecodes
+  * Decompiler for DEX/ODEX files
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4647c9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file

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