Santiago Vila wrote: > Hmm, what about "Place the junkfilter files wherever you want them. > $PMDIR/junkfilter is a likely choice"? This is from README.gz. Do you > think it's not enough? Should I perhaps remove README.Debian so that > people who only read a single file read the original README instead? > (This is not a rethorical question. The README.Debian file does not > really say anything which is not already said in the upstream README, > so removing it is a real possibility here).
Sure. I think my original concern was with the sysadmin being able to update rules by running the "make all" command as indicated in the README file. The original list files are not included in the package, and neither is the Makefile used to regenerate them. The TODO file shows that Greg intended on rewriting jf with a Makefile, which he does include in the source but is not included in the package. In any case, it doesn't sound like either of us are really interested in the package. As it stands, the package is probably fine the way it is. The only changes I'd make would be to include the Makefile and original lists /usr/share/junkfilter. If someone was really interested in the package and wanted to make it sysadmin friendly for site-wide filtering(i.e. it works out of the box), then let that person pick up the mantel of maintainer. In the mean time, here's a simple patch to include the list files and Makefile with the package. -- Chad Walstrom <[EMAIL PROTECTED]> http://www.wookimus.net/ assert(expired(knowledge)); /* core dump */
--- debian/rules.orig 2005-03-09 11:12:02.000000000 -0600
+++ debian/rules 2005-03-09 11:27:39.000000000 -0600
@@ -18,7 +18,9 @@
rm -rf debian/tmp
install -d debian/tmp/DEBIAN $(docdir)/examples
cd debian/tmp && install -d usr/share/$(package) usr/lib
- cp -p jf* junkfilter* debian/tmp/usr/share/junkfilter
+ cp -p jf* junkfilter* Makefile address bodychk dialup headers \
+ ip white debian/tmp/usr/share/junkfilter
+ cp -pr domain debian/tmp/usr/share/junkfilter
# Temporary hack:
rm -f debian/tmp/usr/share/junkfilter/junkfilter.four.orig
signature.asc
Description: Digital signature

