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
From ffb1f8beebf65c6180391fefb75a80c4069e697d Mon Sep 17 00:00:00 2001 From: James Lu <bitfl...@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
signature.asc
Description: OpenPGP digital signature