[pkg-cinnamon] Bug#827128: Please provide/conflict/replace python-nemo

James Lu bitflip3 at gmail.com
Sun Jun 12 16:59:24 UTC 2016


Package: nemo-python
Version: 3.0.0-2
Tags: patch
Severity: wishlist

Many upstream and 3rd party extensions (e.g.
https://launchpad.net/folder-color and
https://github.com/linuxmint/nemo-extensions) still hardcode python-nemo
as a dependency, and this makes transitioning to the new name
(nemo-python) a lot easier. A provides/conflicts/replaces entry should
allow the dependency of python-nemo to be satisfied, but simultaneously
block the upstream python-nemo from being installed.

A patch to do this is attached.

Thanks,
James
-------------- next part --------------
From ffb1f8beebf65c6180391fefb75a80c4069e697d Mon Sep 17 00:00:00 2001
From: James Lu <bitflip3 at gmail.com>
Date: Sun, 12 Jun 2016 09:18:32 -0700
Subject: [PATCH] d/control: Provide/Conflict/Replace upstream name python-nemo

Many upstream and 3rd party extensions (e.g. https://launchpad.net/folder-color and https://github.com/linuxmint/nemo-extensions) still hardcode python-nemo as a dependency, so this makes transitioning to the new name a lot easier.
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 8538ee2..75bbece 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,9 @@ Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          gir1.2-nemo-3.0,
+Provides: python-nemo
+Conflicts: python-nemo
+Replaces: python-nemo
 Description: Python bindings for nemo components
  Python bindings for Nemo, to allow creation of Nemo extensions in Python.
  This allows creating property page and menu item extensions.
-- 
2.8.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-cinnamon-team/attachments/20160612/07b1f587/attachment.sig>


More information about the pkg-cinnamon-team mailing list