1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
packagekit (0.2.4) intrepid; urgency=low
* debian/copyright: Fix copyright statement
* debian/control: Set required minimum version of libdbus-glib-1-dev to 0.76
* debian/packagekit.post(inst|rm):
- reload dbus configuration
- add/remove the packagkitd system user
* debian/patches/00_allow_root_own_dbus.patch:
- allow the root user to own org.freedesktop.PackageKit
* debian/rules: only run the apt backend as root and use the packagekit
user for the packagekit daemon
* New upstream bugfix release:
- Bump the soname as we changed ABI some time ago (Richard Hughes)
- Don't optimise for the common case in pk-import-desktop as we
really want to regenerate the cache even if it's slow (Richard Hughes)
- Fix doing pk_transaction_list_remove() on a transaction waiting to
timeout, to avoid walking on freed memory (Richard Hughes)
- Don't print the '%' chars on the console from python exceptions,
else we can crash the daemon when running in verbose mode (Richard Hughes)
- Backport a small memory leak in the daemon from master (Richard Hughes)
- AllowCancel(FALSE) is allowed when we are finished, but not TRUE (Richard
Hughes)
-- Sebastian Heinlein <glatzor@ubuntu.com> Wed, 06 Aug 2008 05:32:05 +0200
packagekit (0.2.3-0ubuntu1) intrepid; urgency=low
* New upstream release:
- Remove 01_build_format_string.patch, applied upstream.
* debian/control: Fix obsolete ${Source-Version}.
* debian/control: Bump Standards-Version.
* debian/packagekit-dev.install: Adapt to new structure of documentation.
* debian/copyright: Update FSF address and small lintian fixes.
* debian/control: Make packagekit-dev Arch: any, since it ships architecture
dependent static library.
* Add 01_apt_license.patch: GetDetails(): Set license field to "free" for
main/universe/contrib sections. This gives a slightly better heuristics
than always leaving it to "unknown".
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 09 Jul 2008 12:17:41 +0200
packagekit (0.2.2-0ubuntu2) intrepid; urgency=low
* debian/control: Replaced 'cash' with 'cache' in description (LP: #238438)
(thanks to Nathan Handler)
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 20 Jun 2008 10:07:31 +0200
packagekit (0.2.2-0ubuntu1) intrepid; urgency=low
* New upstream release, with much improved apt support.
* debian/control: Bump PolicyKit build dependencies to >= 0.8.
* debian/control: Drop superfluous python-all-dev build dependency, we do not
build compiled Python extensions.
* debian/rules: Configure with --enable-apt --with-default-backend=apt.
* debian/rules: Use simple-patchsys.
* Add debian/patches/01_build_format_string.patch: Fix building with
-Wformat-security.
* Add debian/patches/02_fix_apt_doresolve.patch: Fix doResolve() in apt
backend. (apt backend was completely broken before)
* debian/packagekit.install: Do not install the sysconfig, cron.daily, and
udev bits, they do not apply to Debian/Ubuntu.
* debian/control: Point out that -dev contains documentation as well.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 19 Jun 2008 12:50:59 -0400
packagekit (0.1.6-0ubuntu2) hardy; urgency=low
* debian/packagekit.install:
+ Don't install .la files (they break the packagekit-gnome build).
-- Michael Bienia <geser@ubuntu.com> Sun, 09 Mar 2008 14:40:00 +0100
packagekit (0.1.6-0ubuntu1) hardy; urgency=low
* New upstream release
* Don't ship the test and dummy backend
* Explicitly build the plain search backend
* Add build dependency on xmlto, docbook-utils and gtk-doc-tools
-- Sebastian Heinlein <glatzor@ubuntu.com> Mon, 11 Feb 2008 16:13:04 +0100
packagekit (0.1.3-ubuntu1) gutsy; urgency=low
* Initial release
-- Sebastian Heinlein <glatzor@ubuntu.com> Wed, 21 Nov 2007 01:12:42 +0100
|