diff options
Diffstat (limited to 'ubuntu/raring/tdeadmin/debian/control.in')
-rw-r--r-- | ubuntu/raring/tdeadmin/debian/control.in | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/ubuntu/raring/tdeadmin/debian/control.in b/ubuntu/raring/tdeadmin/debian/control.in new file mode 100644 index 000000000..8958b98e4 --- /dev/null +++ b/ubuntu/raring/tdeadmin/debian/control.in @@ -0,0 +1,156 @@ +Source: tdeadmin +Section: tde +Priority: optional +Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com> +XSBC-Original-Maintainer: @@@MAINTAINER@@@ +Uploaders: @@@UPLOADERS@@@ +Build-Depends: cdbs (>= 0.4.39-0.1), autotools-dev, debhelper (>= 5.0.31), docbook-to-man, gawk, gettext, tdelibs4-dev, libbz2-dev, libpam0g-dev, lilo [i386 amd64], sharutils, texinfo, rpm +Standards-Version: 3.7.2 + +Package: tdeadmin +Section: tde +Architecture: all +Depends: kcron (>= ${Source-Version}), kdat (>= ${Source-Version}), tdeadmin-tdefile-plugins (>= ${Source-Version}), knetworkconf (>= ${Source-Version}), kpackage (>= ${Source-Version}), ksysv (>= ${Source-Version}), kuser (>= ${Source-Version}) +Recommends: lilo-config (>= ${Source-Version}) +Suggests: tdeadmin-doc-html (>= ${Source-Version}) +Description: system administration tools from the official KDE release + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes a collection of system administration tools + provided with the official release of KDE. + +Package: tdeadmin-doc-html +Architecture: all +Section: doc +Suggests: konqueror | www-browser, tdebase +Description: KDE administration documentation in HTML format + By default the modules provided by KDE only provide their documentation + in KDE docbook format, which can only be read by Konqueror or KHelpCenter. + This package provides all of the KDE administration documentation + converted to HTML format so it can be read with any web browser. + . + The documentation will be installed into the usual directories + /usr/share/doc/tde/HTML/<language>/<app>/, for instance + /usr/share/doc/tde/HTML/en/kcron/. Documentation is provided for most + KDE administration packages. + . + This package is part of KDE, and a component of the KDE administration + module. See the 'kde' and 'tdeadmin' packages for more information. + +Package: kcron +Section: admin +Architecture: any +Depends: ${shlibs:Depends} +Suggests: khelpcenter +Description: the KDE crontab editor + KCron is an application for scheduling programs to run in the background. + It is a graphical user interface to cron, the UNIX system scheduler. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: kdat +Section: admin +Architecture: any +Depends: ${shlibs:Depends} +Suggests: khelpcenter +Description: a KDE tape backup tool + KDat is a tar-based tape archiver. It is designed to work with multiple + archives on a single tape. + . + Main features are: + * Simple graphical interface to local filesystem and tape contents. + * Multiple archives on the same physical tape. + * Complete index of archives and files is stored on local hard disk. + * Selective restore of files from an archive. + * Backup profiles for frequently used backups. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: tdeadmin-tdefile-plugins +Section: tde +Architecture: any +Depends: ${shlibs:Depends} +Description: KDE file metainfo plugins for deb and rpm files + File metainfo plugins for deb and rpm package files. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: knetworkconf +Section: tde +Architecture: any +Depends: ${shlibs:Depends} +Description: KDE network configuration tool + This is a KDE control center module to configure TCP/IP settings. It + can be used to manage network devices and settings for each device. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: kpackage +Section: admin +Architecture: any +Depends: ${shlibs:Depends} +Recommends: rpm +Suggests: khelpcenter +Description: KDE package management tool + This is a frontend to both .rpm and .deb package formats. It allows you + to view currently installed packages, browse available packages, and + install/remove them. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: ksysv +Section: admin +Architecture: any +Depends: ${shlibs:Depends} +Suggests: khelpcenter +Description: KDE SysV-style init configuration editor + This program allows you to edit your start and stop scripts using a + drag and drop GUI. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: kuser +Section: admin +Architecture: any +Depends: ${shlibs:Depends} +Suggests: khelpcenter +Description: KDE user/group administration tool + A user/group administration tool for KDE. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: lilo-config +Section: tde +Architecture: i386 amd64 +Depends: ${shlibs:Depends}, kcontrol +Recommends: tdebase-bin +Suggests: lilo +Description: KDE frontend for lilo configuration + lilo-config is a KDE based frontend to the lilo boot manager configuration. + It runs out of the KDE Control Center. + . + If you want to use the menu entry to launch lilo-config, you need to install + tdebase-bin since it uses the tdesu command to gain root privileges. + . + This package is part of KDE, as a component of the KDE administration module. + See the 'kde' and 'tdeadmin' packages for more information. + +Package: tdeadmin-dbg +Section: libdevel +Architecture: any +Depends: tdelibs-dbg +Priority: extra +Description: debugging symbols for tdeadmin + This package contains the debugging symbols associated with tdeadmin. + They will automatically be used by gdb for debugging tdeadmin-related + issues. |