I was wondering, did you scroll up and read about why checkpkg thinks that CSWlibruby1-9-1-1 or CSWruby or CSWruby18 or CSWruby191 are needed as dependencies? The reason could be different than you think.
2014-11-11 20:45 GMT+00:00 <to...@users.sourceforge.net>: > Revision: 24326 > http://sourceforge.net/p/gar/code/24326 > Author: tosmi > Date: 2014-11-11 20:45:36 +0000 (Tue, 11 Nov 2014) > Log Message: > ----------- > fixed checkpkg errors > > Modified Paths: > -------------- > csw/mgar/pkg/facter/trunk/Makefile > > Modified: csw/mgar/pkg/facter/trunk/Makefile > =================================================================== > --- csw/mgar/pkg/facter/trunk/Makefile 2014-11-11 20:36:08 UTC (rev 24325) > +++ csw/mgar/pkg/facter/trunk/Makefile 2014-11-11 20:45:36 UTC (rev 24326) > @@ -32,10 +32,14 @@ > TEST_SCRIPTS = > INSTALL_SCRIPTS = facter > > -CHECKPKG_OVERRIDES_CSWfacter += > file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/ssh.rb > -CHECKPKG_OVERRIDES_CSWfacter += > file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/Cfkey.rb > -CHECKPKG_OVERRIDES_CSWfacter += > file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/util/manufacturer.rb > +CHECKPKG_OVERRIDES_CSWfacter += > file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/ssh.rb > +CHECKPKG_OVERRIDES_CSWfacter += > file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/Cfkey.rb > +CHECKPKG_OVERRIDES_CSWfacter += > file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/2.0.0/facter/util/manufacturer.rb > > +# we depend on ruby20 but checkpkg does not know anything about it > +CHECKPKG_OVERRIDES_CSWfacter += > missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 > +CHECKPKG_OVERRIDES_CSWfacter += surplus-dependency|CSWruby20 > + > include gar/category.mk > > install-facter: > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > >