From e324851ea50c64b435bc7a0a0357017d1735c76b Mon Sep 17 00:00:00 2001 From: aba Date: Mon, 27 Sep 2004 08:31:23 +0000 Subject: [PATCH] spelling fixes git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2600 313b444b-1b9f-4f58-a734-7bb04f332e8d --- developers-reference.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developers-reference.sgml b/developers-reference.sgml index 5351168..5f55eac 100644 --- a/developers-reference.sgml +++ b/developers-reference.sgml @@ -6,7 +6,7 @@ %commondata; - + @@ -4106,17 +4106,17 @@ LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date Make transition packages deborphan compliant

Deborphan is a program helping users to detect which packages can be safely -removed from the system, ie the ones that have no packages depending on +removed from the system, i.e. the ones that have no packages depending on them. The default operation is to search only within the libs and oldlibs sections, to hunt down unused libraries. But when passed the right argument, it tries to catch other useless packages.

-For example, with --guess-dummy, tries to search all transitionnal packages +For example, with --guess-dummy, tries to search all transitional packages which were needed for upgrade but which can now safely be removed. For that, it looks for the string "dummy" or "transitional" in their short description.

-So, when you are creating ssuch a package, please make sure to add this text +So, when you are creating such a package, please make sure to add this text to your short description. If you are looking for example, just run: apt-cache search .|grep dummy or apt-cache search .|grep transitional. -- 2.30.2