playground/sysadmin/adept

2006-06-02 Thread Peter Rockai
SVN commit 547608 by mornfall:

Let's make this 2.1. Update changelog as well.


 _M. (directory)  
 M  +5 -3  debian/changelog  


--- trunk/playground/sysadmin/adept/debian/changelog #547607:547608
@@ -1,8 +1,10 @@
-adept (2.0.1) unstable; urgency=low
+adept (2.1) unstable; urgency=low
 
-  * Release 2.0.1 Cruiser,
+  * Release 2.1 Cruiser,
   * rename the source package to adept,
-  * split up the package per component.
+  * split up the package per component,
+  * improve startup perception (early GUI, lazy init),
+  * user can now skip the fetch lists part of updater.
 
  -- Peter Rockai [EMAIL PROTECTED]  Thu, 25 May 2006 20:58:11 +0200
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



playground/sysadmin/adept

2006-06-02 Thread Peter Rockai
SVN commit 547609 by mornfall:

Rename namespace ept to namepsace adept. Things should be mostly
consistent by now.


 _M. (directory)  
 M  +1 -1  adept/acqprogress.cpp  
 M  +1 -1  adept/acqprogress.h  
 M  +1 -1  adept/acqprogresswidget.cpp  
 M  +1 -1  adept/acqprogresswidget.h  
 M  +4 -4  adept/acqprogresswidgetui.ui  
 M  +1 -1  adept/actor.h  
 M  +2 -2  adept/application.cpp  
 M  +1 -1  adept/application.h  
 M  +1 -1  adept/commitprogress.cpp  
 M  +2 -2  adept/commitprogress.h  
 M  +1 -1  adept/commitprogressui.ui  
 M  +2 -2  adept/desktopentryui.ui  
 M  +1 -1  adept/desktoplist.cpp  
 M  +1 -1  adept/desktoplist.h  
 M  +5 -5  adept/dpkgpm-gui.cpp  
 M  +1 -1  adept/dpkgpm-gui.h  
 M  +1 -1  adept/easytagfilter.cpp  
 M  +1 -1  adept/easytagfilter.h  
 M  +2 -2  adept/easytagfilterui.ui  
 M  +1 -1  adept/extendablelist.cpp  
 M  +1 -1  adept/extendablelist.h  
 M  +1 -1  adept/filterlist.cpp  
 M  +1 -1  adept/filterlist.h  
 M  +1 -1  adept/filtersidebar.cpp  
 M  +1 -1  adept/filtersidebar.h  
 M  +6 -6  adept/filtersidebarui.ui  
 M  +1 -1  adept/filterwidget.cpp  
 M  +1 -1  adept/filterwidget.h  
 M  +1 -1  adept/groupeddesktopselector.cpp  
 M  +1 -1  adept/groupeddesktopselector.h  
 M  +1 -1  adept/installerview.cpp  
 M  +1 -1  adept/installerview.h  
 M  +2 -2  adept/installerviewui.ui  
 M  +1 -1  adept/lister.cpp  
 M  +3 -3  adept/lister.h  
 M  +4 -4  adept/listerextenderui.ui  
 M  +1 -1  adept/listerpredicate.h  
 M  +1 -1  adept/packagedetails.cpp  
 M  +1 -1  adept/packagedetails.h  
 M  +6 -6  adept/packagedetailsui.ui  
 M  +9 -9  adept/packageinfo.cpp  
 M  +1 -1  adept/packageinfo.h  
 M  +1 -1  adept/progress.cpp  
 M  +1 -1  adept/progress.h  
 M  +1 -1  adept/quickfilter.cpp  
 M  +1 -1  adept/quickfilter.h  
 M  +2 -2  adept/quickfilterui.ui  
 M  +1 -1  adept/sourceseditor.cpp  
 M  +1 -1  adept/sourceseditor.h  
 M  +3 -3  adept/sourceseditorui.ui  
 M  +1 -1  adept/statefilter.cpp  
 M  +1 -1  adept/statefilter.h  
 M  +2 -2  adept/statefilterui.ui  
 M  +1 -1  adept/tagchooser.cpp  
 M  +1 -1  adept/tagchooser.h  
 M  +1 -1  adept/tagfilter.cpp  
 M  +1 -1  adept/tagfilter.h  
 M  +5 -5  adept/tagfilterui.ui  
 M  +1 -1  adept/taglist.cpp  
 M  +1 -1  adept/taglist.h  
 M  +1 -1  adept/threadutils.cpp  
 M  +1 -1  adept/utils.h  
 M  +1 -1  adept/view.cpp  
 M  +1 -1  adept/view.h  
 M  +2 -2  batch/app.cpp  
 M  +4 -4  batch/app.h  
 M  +0 -4  debian/control  
 M  +2 -2  installer/app.cpp  
 M  +7 -7  installer/app.h  
 M  +6 -6  manager/app.cpp  
 M  +7 -7  manager/app.h  
 M  +1 -1  notifier/app.cpp  
 M  +7 -7  updater/app.cpp  
 M  +5 -5  updater/app.h  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



playground/sysadmin/adept

2006-05-28 Thread Peter Rockai
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 -12debian/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 [EMAIL PROTECTED]  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 [EMAIL PROTECTED]
 Uploaders: Isaac Clerencia [EMAIL PROTECTED]
-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.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]