-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index aaa8c78..a89849f 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,13 +1,14 @@ | |||
1 | Source: iii | 1 | Source: iii |
2 | Section: graphics | 2 | Section: graphics |
3 | Priority: optional | 3 | Priority: optional |
4 | Maintainer: Michael Krelin <hacker@klever.net> | 4 | Maintainer: Michael Krelin <hacker@klever.net> |
5 | Build-Depends: debhelper (>=7), gsoap, libssl-dev, libconfuse-dev, libarchive-dev, gettext | 5 | Build-Depends: debhelper, cdbs, gsoap, libssl-dev, libconfuse-dev, libarchive-dev, gettext, xsltproc, pkg-config |
6 | Standards-Version: 3.8.4 | 6 | Standards-Version: 3.9.1 |
7 | Homepage: http://kin.klever.net/iii | ||
7 | 8 | ||
8 | Package: iii | 9 | Package: iii |
9 | Architecture: any | 10 | Architecture: any |
10 | Depends: adduser, ${shlibs:Depends}, ${misc:Depends} | 11 | Depends: adduser, ${shlibs:Depends}, ${misc:Depends} |
11 | Description: Eye-Fi Manager implementation | 12 | Description: Eye-Fi Manager implementation |
12 | Implementation of Eye-Fi manager service for Linux | 13 | Implementation of Eye-Fi manager service for Linux |
13 | 14 | ||