openpreserve / scape-toolwrapper

SCAPE project for creating debian packages from command line tools.
http://openplanets.github.io/scape-toolwrapper
Apache License 2.0
5 stars 1 forks source link

Allow to define debian architecture #11

Closed luis100 closed 10 years ago

luis100 commented 10 years ago

Lintian will not let the Debian creation happen if the architecture is not right for a with an architecture dependant included executable.

https://github.com/openplanets/scape-toolwrapper/blob/master/toolwrapper-bash-debian-generator/src/main/resources/debian_package_template/control#L10

luis100 commented 10 years ago

If architecture is not independent, files cannot be in usr/share, so this needs also to be changed in

https://github.com/openplanets/scape-toolwrapper/blob/master/toolwrapper-bash-debian-generator/src/main/resources/debian_package_template/install#L10

luis100 commented 10 years ago

Allow binaries to be created and added to /usr/bin Also, allow lintian overrides.

luis100 commented 10 years ago

Example necessary changes were implemented in the following branch but they are specific for raw2nexus binary. https://github.com/openplanets/scape-toolwrapper/tree/raw2nexus