]> git.siccegge.de Git - frida/frida.git/blobdiff - debian/control
Basic Debian packaging
[frida/frida.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..4221d2d
--- /dev/null
@@ -0,0 +1,33 @@
+Source: frida
+Section: devel
+Priority: optional
+Maintainer: Christoph Egger <christoph@debian.org>
+Build-Depends:
+ debhelper (>= 9~),
+ cmake,
+ pkg-config,
+ llvm-3.5-dev | llvm-3.6-dev,
+ libquazip-qt5-dev,
+ liblog4cxx10-dev,
+ qtbase5-dev,
+ guile-2.0-dev,
+ google-mock,
+ swig,
+ libboost-dev,
+ libedit-dev
+Standards-Version: 3.9.6
+Homepage: https://www.frida.xyz
+Vcs-Git: https://git.siccegge.de/frida/frida.git -b debian
+Vcs-Browser: https://git.siccegge.de/?p=frida/frida.git;a=shortlog;h=refs/heads/debian
+
+Package: frida
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: interactive disassembler based on LLVM and Qt
+ Frida is a tool to better understand how some binary program works –
+ an Interactive Disassembler. Instead of the long instruction listing
+ you get by running objdump, FrIDa provides you with a control flow
+ graph and lets you annotate parts of the program you already
+ understood. It lets you add names to things (like functions) to
+ actually describe their function – even if the binary has been
+ stripped and the original names are gone.
\ No newline at end of file