diff options
Diffstat (limited to 'debian/control')
| -rwxr-xr-x | debian/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100755 index 0000000..d106fd5 --- /dev/null +++ b/debian/control | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Source: vchat-client | ||
| 2 | Section: unknown | ||
| 3 | Priority: optional | ||
| 4 | Maintainer: Andreas Kotes <count@flatline.de> | ||
| 5 | Build-Depends: debhelper (>> 3.0.0), libreadline4-dev, libncurses-dev, libssl-dev, docbook-to-man | ||
| 6 | Standards-Version: 3.5.2 | ||
| 7 | |||
| 8 | Package: vchat-client | ||
| 9 | Architecture: any | ||
| 10 | Depends: ${shlibs:Depends} | ||
| 11 | Description: client for the vchat | ||
| 12 | This client uses ssl | ||
