summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-09-01 09:57:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-09-01 09:57:04 (GMT)
commitb8a78a6262e60d825334b6c81dd2da24b202e18f (patch)
treede59c99bcbec30c58435ffe4a78f2eb37dde0e1d /debian/control
parentd68c83ea4f9e8bbe467f95eea11dd01d4260ff9d (diff)
Added the first steps to build a Debian package.
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.