summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..37afdfb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: chrysalide
+Section: devel
+Priority: optional
+Maintainer: Cyrille Bagard <nocbos@gmail.com>
+Build-Depends: debhelper (>= 9), autotools-dev, bison, flex, gettext, libtool, git, libgtk-3-dev, libxml2-dev, libpython3-dev, python3-gi, python-gi-dev, libarchive-dev, libsqlite3-dev, libssl-dev
+Standards-Version: 3.9.5
+Homepage: http://chrysalide.re/
+Vcs-Git: http://git.0xdeadc0de.fr/chrysalide.git
+Vcs-Browser: http://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/
+
+Package: chrysalide
+Architecture: amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Reverse Engineering Factory focused on embedded systems
+ Chrysalide is a fast tool collection for binary analysis. It is written using
+ the GTK+ toolkit and support several file formats and architectures. Python
+ bindings are also available.
+
+Package: chrysalide-dev
+Architecture: amd64
+Section: devel
+Depends: ${misc:Depends}
+Description: Reverse Engineering Factory focused on embedded systems - development files
+ Chrysalide is a fast tool collection for binary analysis. It is written using
+ the GTK+ toolkit and support several file formats and architectures. Python
+ bindings are also available.
+ .
+ This package contains development files for Chrysalide and its plugins.
+ It is needed to develop and build other plugins for Chrysalide.