Merge lp:~debfx/packagekit/ubuntu-maverick into lp:~packagekit/packagekit/ubuntu-maverick

Proposed by Felix Geyer
Status: Merged
Merged at revision: 226
Proposed branch: lp:~debfx/packagekit/ubuntu-maverick
Merge into: lp:~packagekit/packagekit/ubuntu-maverick
Diff against target: 92 lines (+16/-35)
4 files modified
debian/changelog (+12/-0)
debian/control (+4/-2)
debian/patches/20packagekit_error.diff (+0/-32)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~debfx/packagekit/ubuntu-maverick
Reviewer Review Type Date Requested Status
Jonathan Riddell Pending
Review via email: mp+32048@code.launchpad.net

Description of the change

  * New upstream release.
  * Drop 20packagekit_error.diff, applied upstream.
  * Make packagekit depend on packagekit-backend-aptcc without alternative
    dependencies as the default config requires it. (LP: #613412)
    - Move the apt and smart backends to Suggests.
  * Add python and python-packagekit to the packagekit-backend-aptcc
    dependencies as get-distro-upgrade.py requires them. (LP: #614168)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-08-05 15:36:06 +0000
3+++ debian/changelog 2010-08-08 12:49:40 +0000
4@@ -1,3 +1,15 @@
5+packagekit (0.6.7-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release.
8+ * Drop 20packagekit_error.diff, applied upstream.
9+ * Make packagekit depend on packagekit-backend-aptcc without alternative
10+ dependencies as the default config requires it. (LP: #613412)
11+ - Move the apt and smart backends to Suggests.
12+ * Add python and python-packagekit to the packagekit-backend-aptcc
13+ dependencies as get-distro-upgrade.py requires them. (LP: #614168)
14+
15+ -- Felix Geyer <debfx-pkg@fobos.de> Sun, 08 Aug 2010 12:46:44 +0200
16+
17 packagekit (0.6.6+20100703a-0ubuntu3) maverick; urgency=low
18
19 * debian/control:
20
21=== modified file 'debian/control'
22--- debian/control 2010-08-04 14:20:40 +0000
23+++ debian/control 2010-08-08 12:49:40 +0000
24@@ -48,7 +48,8 @@
25 ${python:Depends},
26 libpackagekit-glib2-14 (= ${binary:Version}),
27 dbus,
28- packagekit-backend-aptcc | packagekit-backend-apt | packagekit-backend-smart
29+ packagekit-backend-aptcc
30+Suggests: packagekit-backend-apt, packagekit-backend-smart
31 Replaces: packagekit-backend-apt (<< 0.6.6+20100703-0ubuntu1)
32 Description: provides a software installation daemon
33 PackageKit allows to perform simple software management tasks over a DBus
34@@ -214,6 +215,8 @@
35 Architecture: any
36 Depends: ${shlibs:Depends},
37 ${misc:Depends},
38+ python,
39+ python-packagekit (= ${source:Version})
40 Description: Alternative APT backend for packagekit written in C++
41 PackageKit allows to perform simple software management tasks over a DBus
42 interface e.g. refreshing the cache, updating, installing and removing
43@@ -221,4 +224,3 @@
44 .
45 This package provides an alternative backend which is writtin in C++ to
46 target systems with low memory.
47-
48
49=== removed file 'debian/patches/20packagekit_error.diff'
50--- debian/patches/20packagekit_error.diff 2010-08-05 15:30:59 +0000
51+++ debian/patches/20packagekit_error.diff 1970-01-01 00:00:00 +0000
52@@ -1,32 +0,0 @@
53---- packagekit/backends/apt/20packagekit 2010-08-02 22:09:58.000000000 +0100
54-+++ packagekit/backends/apt/20packagekit 2010-08-03 16:10:14.305782651 +0100
55-@@ -3,10 +3,10 @@
56- // Whenever the dpkg is called we might have different updates
57- // i.e. a user removes a package that had an update
58- DPkg::Post-Invoke {
59--"/usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null";
60-+"/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null; /bin/echo > /dev/null";
61- };
62--
63-+
64- // When the apt cache is updated (i.e. apt-cache update)
65- APT::Update::Post-Invoke-Success {
66--"/usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null";
67-+"/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null; /bin/echo > /dev/null";
68- };
69---- packagekit/backends/aptcc/20packagekit 2010-08-02 22:09:58.000000000 +0100
70-+++ packagekit/backends/aptcc/20packagekit 2010-08-03 16:10:14.305782651 +0100
71-@@ -3,10 +3,10 @@
72- // Whenever the dpkg is called we might have different updates
73- // i.e. a user removes a package that had an update
74- DPkg::Post-Invoke {
75--"/usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null";
76-+"/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null; /bin/echo > /dev/null";
77- };
78--
79-+
80- // When the apt cache is updated (i.e. apt-cache update)
81- APT::Update::Post-Invoke-Success {
82--"/usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null";
83-+"/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/dbus-send --print-reply --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update' > /dev/null; /bin/echo > /dev/null";
84- };
85
86=== modified file 'debian/patches/series'
87--- debian/patches/series 2010-08-05 15:30:59 +0000
88+++ debian/patches/series 2010-08-08 12:49:40 +0000
89@@ -1,3 +1,2 @@
90 vendor.patch
91 defaults.patch
92-20packagekit_error.diff

Subscribers

People subscribed via source and target branches