summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-07-01 16:45:28 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-07-01 16:45:28 +0200
commit2ada69fe971ecc8881d5eb01dfbf337996472c40 (patch)
treecfb5e62fb3b48399770c292ab73e0b16698de366 /debian/control
Initial import
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2b11c65
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: lfhex
+Section: editors
+Priority: optional
+Maintainer: Tobias Klauser <tklauser@access.unizh.ch>
+Build-Depends: debhelper (>= 6), libqt4-dev, flex, bison
+Standards-Version: 3.8.0
+Homepage: http://stoopidsimple.com/lfhex
+
+Package: lfhex
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: large file hex editor
+ lfhex is an application for viewing and editing files in hex, octal,
+ binary, or ascii text. The main strength of lfhex is its ability to
+ work with files much larger than system memory or address space.