diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
commit | 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch) | |
tree | c6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/applications/adept/debian/control.in | |
parent | 211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff) | |
download | tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip |
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/applications/adept/debian/control.in')
-rw-r--r-- | ubuntu/raring/applications/adept/debian/control.in | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/ubuntu/raring/applications/adept/debian/control.in b/ubuntu/raring/applications/adept/debian/control.in new file mode 100644 index 000000000..4f4c950b3 --- /dev/null +++ b/ubuntu/raring/applications/adept/debian/control.in @@ -0,0 +1,88 @@ +Source: adept-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: @@@MAINTAINER@@@ +Uploaders: @@@UPLOADERS@@@ +Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, libapt-front-dev (>= 0.4.0-0.1ubuntu5), libapt-front-dev (<< 0.5), libept-dev (>= 0.5.7), libept-dev (<< 0.6), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libwibble-dev (>= 0.1.10), libwibble-dev (<< 0.2), tdelibs4-trinity-dev (>= 3.5.0), sharutils, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev +Standards-Version: 3.8.3 + +Package: adept-trinity +Section: tde +Depends: adept-manager-trinity, adept-installer-trinity, adept-updater-trinity, adept-notifier-trinity, adept-batch-trinity +Architecture: all +Description: package management suite for Trinity + These packages belong to the adept suite: + * adept-manager-trinity - package manager + * adept-installer-trinity - application manager + * adept-updater-trinity - system upgrade wizard + * adept-notifier-trinity - systray notification of available updates + +Package: adept-common-trinity +Section: tde +Depends: debtags (>= 1.6.1), konsole-trinity (>= 3.5.0), ${shlibs:Depends} +Architecture: all +Description: package manager for Trinity -- common files + Icons and other common files for all adept components. + +Package: adept-manager-trinity +Section: tde +Depends: adept-common-trinity, ${shlibs:Depends} +Recommends: libtqt-perl +Architecture: any +Description: package manager for Trinity + Adept Manager is a graphical user interface for package management. + . + Besides these basic functions the following features are provided: + * Search and filter the list of available packages (also using debtags) + * Perform smart system upgrades + * Edit the list of used repositories (sources.list) + * Configure packages through the debconf system + . + Please also install libtqt-perl if you want the KDE Debconf frontend + to function. + +Package: adept-installer-trinity +Section: tde +Depends: adept-common-trinity, app-install-data, ${shlibs:Depends} +Recommends: libtqt-perl +Architecture: any +Description: simple user interface for application management (for Trinity) + Adept Installer presents a list of applications available through the + Advanced Package Tool (APT). An application is considered a package + that contains a .desktop file for use with KDE, GNOME or other + desktop environment. + . + Please also install libtqt-perl if you want the KDE Debconf frontend + to function. + +Package: adept-updater-trinity +Section: tde +Depends: adept-common-trinity, ${shlibs:Depends} +Recommends: libtqt-perl +Architecture: any +Description: system update tool for Trinity + Adept Updater provides a simple wizard-style user interface to system + upgrades. It uses same algorithms as apt-get dist-upgrade. + . + Please also install libtqt-perl if you want the KDE Debconf frontend + to function. + +Package: adept-notifier-trinity +Section: tde +Depends: ${shlibs:Depends}, adept-updater-trinity, update-notifier-common +Architecture: any +Description: system tray notifier of available system updates + Adept Notifier provides a system tray icon notifying the user of + available updates. It will run Adept Updater for the user when + clicked. + +Package: adept-batch-trinity +Section: tde +Depends: ${shlibs:Depends}, adept-manager-trinity +Architecture: any +Description: command line install for Adept + Adept Batch lets you install packages with Adept from the + command line. It is intended for shell scripts and being run + by external applications. + |