From: Rafael L. <ra...@la...> - 2012-10-15 07:57:01
|
* Carnë Draug <car...@gm...> [2012-10-12 17:22]: > a new release of the geometry package is out, version 1.6.0, by Juan > Carbajal. Enjoy Octave responsibly. Thanks for this new release. When trying to build the Debian package for geometry, I have found two problems in the tarball: 1) The directories src/octclip/ and inst/octclip/src/ seem to be duplicated. I think that the second one should be removed from the tarball. 2) The file _oc_polybool.oct is correctly built but does not get installed into the architecture-dependent directory. The very thin patch attached below fixes the problem. It simply copies the file from src/octclip/ into src/, after its compilation. That may not be an elegant way of addressing this issue but it works, at least. Please, fix these issues in the next release. Rafael |