~packagekit/packagekit/ubuntu-maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Jonathan Riddell
  • Date: 2010-08-25 23:43:59 UTC
  • Revision ID: jriddell@canonical.com-20100825234359-qnt0hx2tehg0jnw2
* Add branch_update.diff from Daniel Nicoletti for updates to aptcc:
 - downloadSpeed is now emmited
 - when downloading multiple files at the same time
   do it properly
 - Installing progress was highly improved
 - Detection of update type is fixed and improved
 - Turn off autoremove
* In defaults.patch set MaximumItemsToResolve=5000, aptcc is fast
  enough to handle a large number
* Fix typo in packagekit-backend-aptcc description
* Build-dep on gobject-introspection because autoconf is being autoconfy

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
               libcppunit-dev,
35
35
               libqt4-dev,
36
36
               libxt-dev,
37
 
               pm-utils
 
37
               pm-utils,
 
38
               gobject-introspection
38
39
Standards-Version: 3.8.3
39
40
XS-Python-Version: current
40
41
Homepage: http://www.packagekit.org
222
223
 interface e.g. refreshing the cache, updating, installing and removing 
223
224
 software packages or searching for multimedia codecs and file handlers.
224
225
 .
225
 
 This package provides an alternative backend which is writtin in C++ to
226
 
 target systems with low memory.
 
226
 This package provides an alternative backend which is written in C++ for
 
227
 faster performance and to target systems with low memory.