aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..18ece7e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: dhex
+Section: editors
+Priority: optional
+Maintainer: Gürkan Sengün <gurkan@phys.ethz.ch>
+Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev
+Standards-Version: 3.9.1
+Homepage: http://www.dettus.net/dhex/
+
+Package: dhex
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ncurses based hex editor with diff mode
+ This is more than just another hex editor: It includes a diff mode, which
+ can be used to easily and conveniently compare two binary files. Since it is
+ based on ncurses and is themeable, it can run on any number of systems and
+ scenarios. With its utilization of search logs, it is possible to track
+ changes in different iterations of files easily.