~packagekit/packagekit/ubuntu-maverick

« back to all changes in this revision

Viewing changes to debian/patches/defaults.patch

  • 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:
1
 
Index: packagekit-0.5.4+20091104/etc/PackageKit.conf.in
 
1
Index: packagekit-0.6.7/etc/PackageKit.conf.in
2
2
===================================================================
3
 
--- packagekit-0.5.4+20091104.orig/etc/PackageKit.conf.in       2009-10-23 08:41:09.000000000 +0200
4
 
+++ packagekit-0.5.4+20091104/etc/PackageKit.conf.in    2009-11-05 10:40:27.000000000 +0100
5
 
@@ -115,14 +115,14 @@
 
3
--- packagekit-0.6.7.orig/etc/PackageKit.conf.in        2010-07-07 11:26:16.000000000 +0100
 
4
+++ packagekit-0.6.7/etc/PackageKit.conf.in     2010-08-25 23:35:41.595452001 +0100
 
5
@@ -116,14 +116,14 @@
6
6
 # NOTE: Don't enable this for backends that are slow doing SearchFile()
7
7
 #
8
8
 # default=true
19
19
 
20
20
 # Check for running processes when we update packages
21
21
 #
22
 
@@ -130,7 +130,7 @@
 
22
@@ -131,7 +131,7 @@
23
23
 # installed files.
24
24
 #
25
25
 # default=true
28
28
 
29
29
 # Check for shared libraries that are in use, that are replaced by packages
30
30
 # that are marked as security updates.
31
 
--- packagekit/etc/PackageKit.conf.in   2010-01-05 09:17:53.000000000 +0000
32
 
+++ packagekit/etc/PackageKit.conf.in   2010-01-27 18:34:43.000000000 +0000
33
 
@@ -175,7 +175,7 @@
 
31
@@ -176,7 +176,7 @@
34
32
 # should be updated to reflect reality.
35
33
 #
36
34
 # default=5
39
37
 
40
38
 # The time in seconds to wait after the computer has been resumed or any non
41
39
 # package related system event
 
40
@@ -202,7 +202,7 @@
 
41
 # packages in one method.
 
42
 #
 
43
 # default=100
 
44
-MaximumItemsToResolve=100
 
45
+MaximumItemsToResolve=5000
 
46
 
 
47
 # The maximum number of packages that can be processed in one method
 
48
 #