Page 1 of 1

query about slapt-get update info

Posted: 23. Aug 2012, 21:20
by mimosa
When you do

slapt-get -u

... where does the information go?

I'm curious to have a look at the file(s). These presumably include information about dependencies.

Re: query about slapt-get update info

Posted: 24. Aug 2012, 07:38
by gapan
/var/slapt-get/package_data

Re: query about slapt-get update info

Posted: 24. Aug 2012, 10:03
by mimosa
Thanks. That file looks eminently parsable (and the same as PACKAGES.TXT). I'm thinking of writing a little script to compare the package data for stable and current to work out the most basic unmet dependency for any package in stable that one might be thinking of repackaging for current. Then if that's an upstream package (Slackware) or not doable yet for some reason, leave it alone for now. I'm hoping it could save some time (though it won't help with build-time deps.)