diff --git a/packager/cleanpkgdeps.pas b/packager/cleanpkgdeps.pas index c38eb1d921..88a75b874d 100644 --- a/packager/cleanpkgdeps.pas +++ b/packager/cleanpkgdeps.pas @@ -19,6 +19,11 @@ *************************************************************************** Author: Mattias Gaertner + + Abstract: Dialog to show all not needed package dependencies. + At the moment it shows dependencies that exists already through other + packages. For example using LCL automatically uses LazUtils, so LazUtils + will be shown as not needed. } unit CleanPkgDeps;