Bug #372
missing files in tarball ?
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/06/2010
Due date:
% Done:
100%
Resolution:
Description
When running installation script:
$ python setup.py install --root=debian/tmp --prefix=/usr --install-layout=deb [...] creating debian/tmp/share/doc/prelude-correlator/sample-plugin error: can't copy 'docs/sample-plugin/setup.py': doesn't exist or not a regular file
And indeed:
$ tar tvaf ../prelude-correlator-1.0.0rc3.tar.gz | grep docs |wc -l 0
Associated revisions
Include docs/sample-plugin to SOURCES
Closes #372.
History
#1 Updated by Anonymous over 14 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset c82ad3f2f36440d7799dfd662134d453239fabb9.
#2 Updated by Yoann VANDOORSELAERE over 14 years ago
Thanks for the report! Prelude-Correlator 1.0.0rc4 has been released, with a fix for this issue.