1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: qtsmbstatus
Section: net
Priority: optional
Maintainer: Alessio Treglia <quadrispro@ubuntu.com>
Build-Depends: debhelper (>= 7.0.50~),
libqt4-dev,
libpam0g-dev
Standards-Version: 3.8.4
DM-Upload-Allowed: yes
Homepage: http://qtsmbstatus.free.fr/
Package: qtsmbstatus-language
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: qtsmbstatus-client (<= 2.0.99)
Description: QtSmbstatus languages package
QtSmbstatus is a smbstatus graphical interface (GUI).
It is meant to provide the possibility of administering remote machines.
QtSmbstatus was designed as a client/server system secured with SSL.
.
This package will install additional languages for qtsmbstatus-client
and qtsmbstatus-light packages.
Package: qtsmbstatus-light
Architecture: any
Depends: ${shlibs:Depends},
qtsmbstatus-language,
libqt4-sql,
${misc:Depends}
Description: GUI (graphical user interface) for smbstatus
QtSmbstatus is a smbstatus graphical interface (GUI).
It is meant to provide the possibility of administering remote machines.
QtSmbstatus was designed as a client/server system secured with SSL.
.
This package provides the lightweight client-side application which
works only locally and doesn't require qtsmbstatus-server.
Package: qtsmbstatus-client
Architecture: any
Depends: ${shlibs:Depends},
qtsmbstatus-language,
libqt4-sql,
${misc:Depends}
Description: GUI (graphical user interface) for smbstatus (client)
QtSmbstatus is a smbstatus graphical interface (GUI).
It is meant to provide the possibility of administering remote machines.
QtSmbstatus was designed as a client/server system secured with SSL.
.
This package provides the qtsmbtatus client application.
Package: qtsmbstatus-server
Architecture: any
Depends: ${shlibs:Depends},
libqt4-sql,
samba,
${misc:Depends}
Description: GUI (graphical user interface) for smbstatus (server)
QtSmbstatus is a smbstatus graphical interface (GUI).
It is meant to provide the possibility of administering remote machines.
QtSmbstatus was designed as a client/server system secured with SSL.
.
This package provides the server-side application.
|