Pig do-component-build hardcodes dist.dir as debian/tmp
-------------------------------------------------------
Key: BIGTOP-115
URL: https://issues.apache.org/jira/browse/BIGTOP-115
Project: Bigtop
Issue Type: Bug
Components: Debian, General
Affects Versions: 0.1.0
Reporter: Andrew Bayer
Fix For: 0.2.0
The Pig do-component-build script specifies "-Ddist.dir=debian/tmp", which is
where the contents of the Pig distribution tarball are copied to and tar'd up
from. Ideally we'd be using the contents of that directory as the contents for
the package itself (see BIGTOP-114), but the "debian/tmp" aspect of things
creates confusion. We should probably remove the -Ddist.dir entirely from
do-component-build, and then add "-Ddist.dir=debian/tmp" to the call to
do-component-build in the Debian rules. This way, the RPM build can find it in
the default location (build/pig-(version)), while the Debian build will still
have it be in debian/tmp.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira