[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

partial package list



folks, i've just finished my first version of dplist.pl, a perl script
parse debian Packages file and generate a list of selected packages and
the depended. we can later write a script to run a partial mirror
containing these packages.

the script is at http://home.garyshi.net/~garyshi/dplist.pl

usage: perl dplist.pl <Packages_file>
feed the packages you want from stdin, one per line, without the version
numbers. e.g.:

echo vim | perl dplist.pl Packages
echo -e "enlightenment\nkdm" | perl dplist.pl Packages

uncomment line 20 to include all packages with priority listed in @PRIO.

-- 
regards,
Gary Shi




Reply to: