[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

playground/sysadmin/adept



SVN commit 546042 by mornfall:

Split up the debian package into
adept-{manager,installer,updater,notifier}. Keep "adept" as a
metapackage. Pull this together into a 2.0.1 release.


 _M            . (directory)  
 A             debian/adept-common.install  
 A             debian/adept-installer.install  
 A             debian/adept-manager.install  
 A             debian/adept-notifier.install  
 A             debian/adept-updater.install  
 D             debian/adept.install  
 M  +8 -0      debian/changelog  
 M  +64 -12    debian/control  


--- trunk/playground/sysadmin/adept/debian/changelog #546041:546042
@@ -1,3 +1,11 @@
+adept (2.0.1) unstable; urgency=low
+
+  * Release 2.0.1 Cruiser,
+  * rename the source package to adept,
+  * split up the package per component.
+
+ -- Peter Rockai <me@mornfall.net>  Thu, 25 May 2006 20:58:11 +0200
+
 ept (2.0) unstable; urgency=low
 
   * Release 2.0 Destroyer,
--- trunk/playground/sysadmin/adept/debian/control #546041:546042
@@ -1,29 +1,81 @@
-Source: ept
+Source: adept
 Section: kde
 Priority: optional
 Maintainer: Peter Rockai <me@mornfall.net>
 Uploaders: Isaac Clerencia <isaac@debian.org>
-Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, libapt-front-dev (>= 0.3.7.2), libapt-front-dev (<< 0.4), libtool, kdelibs4-dev (>= 3.5.0)
-Standards-Version: 3.6.2.0
+Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, libapt-front-dev (>= 0.3.9), libapt-front-dev (<< 0.4), libtool, kdelibs4-dev (>= 3.5.0)
+Standards-Version: 3.7.2.0
 
 Package: adept
 Section: kde
-Depends: debtags, app-install-data, konsole (>= 3.5.0), ${shlibs:Depends}
+Depends: adept-manager, adept-installer, adept-updater, adept-notifier
+Architecture: all
+Description: package management suite for KDE
+ These packages belong to the adept suite:
+  * adept-manager - package manager
+  * adept-installer - application manager
+  * adept-updater - system upgrade wizard
+  * adept-notifier - systray notification of available updates
+
+Package: adept-common
+Section: kde
+Depends: apt-index-watcher, konsole (>= 3.5.0), ${shlibs:Depends}
 Recommends: libqt-perl
+Architecture: all
+Description: package manager for KDE -- common files
+ Icons and other common files for all adept components.
+
+Package: adept-manager
+Section: kde
+Depends: adept-common, ${shlibs:Depends}
+Recommends: libqt-perl
 Architecture: any
 Description: package manager for KDE
- Adept is a graphical package management tool based on the libapt-front API
- and KDE libraries. Adept is in alpha version, but already enables you to
- install, upgrade and remove software packages in a user friendly way.
+ 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 (debtags support!)
+  * 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 install libqt-perl if you want the KDE Debconf frontend to function.
+ Please also install libqt-perl if you want the KDE Debconf frontend
+ to function.
+
+Package: adept-installer
+Section: kde
+Depends: adept-common, app-install-data, ${shlibs:Depends}
+Recommends: libqt-perl
+Architecture: any
+Description: simple user interface for application management (for KDE)
+ 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.
  .
- The package also includes adept-notifier (a systray application that watches
- for available updates) and adept-updater (a simple application to perform
- complete system updates).
+ Please also install libqt-perl if you want the KDE Debconf frontend
+ to function.
+
+Package: adept-updater
+Section: kde
+Depends: adept-common, ${shlibs:Depends}
+Recommends: libqt-perl
+Architecture: any
+Description: system update tool for KDE
+ Adept Updater provides a simple wizard-style user interface to system
+ upgrades. It uses same algorithms as apt-get dist-upgrade.
+ .
+ Please also install libqt-perl if you want the KDE Debconf frontend
+ to function.
+
+Package: adept-notifier
+Section: kde
+Depends: ${shlibs:Depends}, adept-updater
+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.
+ .
+ Please also install libqt-perl if you want the KDE Debconf frontend
+ to function.



Reply to: