... so I discovered a quite important thing: the documentation built
with sphinx requires the file templatebuiltins.js, but the docs
tarball doesn't contain it. It's a file from django (the template
puddletag doc uses) so I think it just need to be copied in the docs
dir and added to the license file (it's practically what I've done in
Debian to tick this point).
Ok, something has come up, related to puddlestuff/resource.py: IIUICthat file is generated by pyrcc4 from puddlestuff/resourec.qrc which
in turn is a "bundle" of the images contained in puddlestuff/data .
Now, as per Debian policy, we need the puddlestuff/resourec.qrc and
all the data/ images in the tarball: currently we have only some image
(we need all of them) and we mist he .qrc file.
concentricpuddle: could you please add them and release a new tarball ?