author | Michael Krelin <hacker@klever.net> | 2011-10-13 10:15:25 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-10-13 19:57:45 (UTC) |
commit | 0d4910ba75f2b2034b105a6ed44c88a53e36064c (patch) (unidiff) | |
tree | dcfcd3b46fc21089502527cbf35795a7be2dc9e1 /debian/control | |
parent | 250d8adf52a71b6a9a7f678d2432cdb64ae5c4c7 (diff) | |
download | iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.zip iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.tar.gz iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.tar.bz2 |
redebianization
Signed-off-by: Michael Krelin <hacker@klever.net>
-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 | ||