Bug 8623 - Fix YUI path for OPAC in debian/rules
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 17 Sep 2012 18:45:57 +0000 (15:45 -0300)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 5 Oct 2012 09:47:51 +0000 (11:47 +0200)
commit9f98800b99cc8f1f1818f9ccb2c4db62d2495dc9
tree481667b58cdd62a93ef661eb878666ae5ce2b66d
parent51078703591fbce3dae36f39943eb2320925fd05
Bug 8623 - Fix YUI path for OPAC in debian/rules

After the changes to YUI path the build process is broken. For testing this I had
to set the build process to ommit the tests as there are some db_dependent test being
called (which failed).

To do this I ran the build script like this:

sudo DEB_BUILD_OPTIONS=nocheck ./debian/build-git-snapshot -distribution precise -D precise -r ~/ubuntu -v 3.9.0-046~git -d

Note: Even when this is fixed, there are still issues with some files missing

dh_install: etc/koha/searchengine/solr/config.yaml exists in debian/tmp but is not installed to anywhere
dh_install: etc/koha/searchengine/solr/indexes.yaml exists in debian/tmp but is not installed to anywhere
dh_install: etc/koha/solr/indexes.yaml exists in debian/tmp but is not installed to anywhere
dh_install: missing files, aborting
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Please note that debian/rules *must* use tabs. If you have a git hook
that automatically replaces tabs with spaces, please undo those changes.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
debian/rules