There are a few caveats for these packages. First of all, although I've signed these packages and my PGP key has been signed by a Debian developer, I am not an official Debian developer myself. You have absolutely no reason to trust me with root access to your box. Therefore, you should download all of the package files (apt-get source is the easiest way) and verify them manually by doing the following:
- Verify the MD5 checksums of the .orig.tar.gz match those of the current scoop-0.9-nightly.tar.gz from scoop.kuro5hin.org. If they don't match, do a 'diff -u -r ...' against both unpacked sources to verify nothing is drastically different.
-
Inspect the .diff.gz to ensure I'm not doing
anything hellacious.
Once you've done that, you can unpack the sources if you haven't done so
already, 'cd' into the directory and issue a 'fakeroot debian/rules
binary' command. Or, if you're more trusting, you can download the debs
and install those.
Another thing to note is that these packages are available for unstable
only. Once they have stabilized a bit, I'll backport the scoop package
and the required perl modules to woody, as well as upload the unstable
packages to Debian.
The packages are available here: http://bignachos.com/~nelson/debian/.
The following lines in your sources.list will work:
deb http://bignachos.com/~nelson/debian/ ./
deb-src http://bignachos.com/~nelson/debian/ ./
I'm interested to hear how the packages work, whether good or bad.
Please post your results/death threats here.