On Wed, 2006-19-07 at 11:32 -0400, Jerry DuVal wrote: > >installed automatically in /usr/lib, or failing that is there a way to > >have a package automatically install a package that the app being > > In the debian/control file add a depends like so > > Package: epace-database > Version: @DEB-VERSION@ > Section: base > Priority: optional > Architecture: i386 > Depends: epace-support-files ([EMAIL PROTECTED]@), monitoring-client > (>=1.0-19), > postgresql (>=7.4) > Maintainer: Jerry Duval <[EMAIL PROTECTED]> > Description: database package for ePace print management solution > > >-----Original Message----- > >From: Steven Hill [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, July 19, 2006 10:27 AM > >To: [email protected] > >Subject: library files in package > > > >Is there a way to include library files in a package and have them > >installed automatically in /usr/lib, or failing that is there a way to > >have a package automatically install a package that the app being > >installed depends on? > > > >Any help would be greatly appreciated - thank you > > > >Steve Hill > > > > > >-- > >To UNSUBSCRIBE, email to [EMAIL PROTECTED] > >with a subject of "unsubscribe". Trouble? Contact > >[EMAIL PROTECTED] > >From what I have seen, unsatisfied dependencies that are listed in the Depends: section just cause the installation to abort and warn the user of the unsatisfied dependency - am I missing something? I would like the missing dependency to be satisfied automatically by the installer by invoking "apt-get install" or some similar process...
Steve hill -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

