From 361f3d9d8a0b9d792a57d4b64b1e8e06ed9b9b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 17 Dec 2019 21:30:28 +0100 Subject: [PATCH] Manual.md: add package to removed-packages on removal --- Manual.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 4f954b840be..386daa24362 100644 --- a/Manual.md +++ b/Manual.md @@ -929,7 +929,7 @@ can be used to pass arguments during compilation. If your package does not make extensions consider using the `gem` build style instead. - `gem` For packages that are installed using gems from [RubyGems](https://rubygems.org/). -The gem command can be overridden by `gem_cmd`. +The gem command can be overridden by `gem_cmd`. `distfiles` is set by the build style if the template does not do so. If your gem provides extensions which must be compiled consider using the `gemspec` build style instead. @@ -1652,6 +1652,9 @@ generally those packages are the same but have been split as to avoid cyclic dependencies. Make sure that the package you're removing is not the source of those patches/files. - Remove package template. +- Add `pkgname<=version_revision` to `replaces` variable of `removed-packages` +template. All removed subpkgs should be added too. +This will uninstall package from systems where it is installed. - Remove the package from the repository index or contact a team member that can do so.