diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:08:14 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:08:14 +0200 |
commit | 62cbcd271283070848a0d924ba25a061a2dff2da (patch) | |
tree | e57e4c1a2103dab7bcbc59dfc74cf8445816c605 /debian/control | |
parent | 1efec3952b780cc675ae111313017c3b91d20a01 (diff) | |
download | erlang-slang-fork-62cbcd271283070848a0d924ba25a061a2dff2da.tar.gz |
applied debian erlang-slang_1.0-3 patch: some slang_drv updates
most of this are useless whitespace changes, but slang_drv is updated
and debian files are added
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1bf6cab --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: erlang-slang +Section: non-us/interpreters +Priority: optional +Maintainer: Mark Ng <ng@debian.org> +Standards-Version: 3.5.6 +Build-Depends: debhelper (>> 3.0.0), slang1-dev (>= 1.4.4), erlang (>= 50), c-compiler, findutils, grep + +Package: erlang-slang +Architecture: any +Depends: ${shlibs:Depends}, erlang (>= 50) +Description: S-Lang interface for Erlang + This is an erlang interface to S-Lang the amazing highly portable tty + interface that gave us such nice tty applications as mutt and slrn + . + It's distributed as an erlang application (without a start mod) which makes + it possible to integrate into a larger build environment. |