Source: gnome-packagekit
Severity: normal

For the Jessie release, we are going to drop update-manager and
update-notifier from Debian. For this, we need gnome-packagekit
to provide a transition path.

I have attached an early patch. It would be good to discuss
this further on IRC.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
From 5d159d020e5356bc5c86822a32b912e62b68f7d8 Mon Sep 17 00:00:00 2001
From: Julian Andres Klode <j...@debian.org>
Date: Fri, 10 May 2013 15:29:31 +0200
Subject: [PATCH] Provide a transition from update-manager / update-notifier

Provide transitional packages and appropriate Breaks/Provides
in the gnome-packagekit package.
---
 debian/control |   21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 36ccd20..b44e6a2 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,10 @@ Depends: gnome-packagekit-session (>= ${source:Version}),
          ${shlibs:Depends}
 Suggests: gnome-packagekit-tools
 Replaces: gnome-software-manager (<< 3.6.0-1)
-Breaks: gnome-software-manager (<< 3.6.0-1)
+Breaks: gnome-software-manager (<< 3.6.0-1),
+        update-notifier (<< ${source:Version}),
+        update-manager-gnome (<< ${source:Version})
+Provides: update-notifier, update-manager-gnome
 Description: Graphical distribution neutral software manager
  PackageKit allows performing simple software management tasks over a DBus
  interface  e.g. refreshing the cache, updating, installing and removing
@@ -108,3 +111,19 @@ Description: Python GTK+ widgets for PackageKit clients
  software packages or searching for multimedia codecs and file handlers.
  .
  This package provides Python GTK+2 widgets to be used in client applications.
+
+Package: update-manager-gnome
+Architecture: all
+Priority: extra
+Depends: gnome-packagekit (>= ${source:Version})
+Description: Transitional package (update-manager-gnome -> gnome-packagekit)
+ Transitional dummy package replacing update-manager-gnome with
+ gnome-packagekit.
+
+Package: update-notifier
+Architecture: all
+Priority: extra
+Depends: gnome-packagekit (>= ${source:Version})
+Description: Transitional package (update-notifier -> gnome-packagekit)
+ Transitional dummy package replacing update-notifier with
+ gnome-packagekit.
-- 
1.7.10.4

Attachment: pgpYnl_NUNuwU.pgp
Description: PGP signature

Reply via email to