=== modified file 'debian/changelog' --- debian/changelog 2009-04-15 20:02:04 +0000 +++ debian/changelog 2009-04-27 12:37:01 +0000 @@ -1,3 +1,9 @@ +packagekit (0.3.14-0ubuntu6~ppa1) jaunty; urgency=low + + * Up timeout in 11_lax_backend_timeout.patch to 5 seconds + + -- Jonathan Riddell Mon, 27 Apr 2009 13:36:24 +0100 + packagekit (0.3.14-0ubuntu5) jaunty; urgency=low * debian/patches/15_cache_open.patch: === modified file 'debian/patches/11_lax_backend_timeout.patch' --- debian/patches/11_lax_backend_timeout.patch 2009-03-02 23:50:52 +0000 +++ debian/patches/11_lax_backend_timeout.patch 2009-04-27 12:36:17 +0000 @@ -7,7 +7,7 @@ * - what should happen is the program fork()'s and processes the request. */ -#define PK_BACKEND_DBUS_MAX_SYNC_RUNTIME 500 /* ms */ -+#define PK_BACKEND_DBUS_MAX_SYNC_RUNTIME 1000 /* ms */ ++#define PK_BACKEND_DBUS_MAX_SYNC_RUNTIME 5000 /* ms */ struct PkBackendDbusPrivate {