Bugzilla – Attachment 12574 Details for
Bug 8623
Javascript libraries should be outside theme directories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8623 - Fix YUI path for OPAC in debian/rules
Bug-8623---Fix-YUI-path-for-OPAC-in-debianrules.patch (text/plain), 3.22 KB, created by
Kyle M Hall (khall)
on 2012-09-28 12:55:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8623 - Fix YUI path for OPAC in debian/rules
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 12:55:40 UTC
Size:
3.22 KB
patch
obsolete
>From 12c7e74f6de14099e627886cfb27dd2cd6fe4a07 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 17 Sep 2012 15:45:57 -0300 >Subject: [PATCH] Bug 8623 - Fix YUI path for OPAC in debian/rules >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="utf-8" > >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> >--- > debian/rules | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/debian/rules b/debian/rules >index 7fed07e..9a759e3 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -35,9 +35,9 @@ override_dh_auto_install: > ln -s /usr/share/javascript/yui \ > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/yui > rm -r \ >- $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/lib/yui >+ $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui > ln -s /usr/share/javascript/yui \ >- $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/lib/yui >+ $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui > install -d $(TMP)/etc/apache2/sites-available > install -d $(TMP)/etc/apache2/sites-enabled > install -d $(TMP)/etc/apache2/conf.d >@@ -50,11 +50,11 @@ override_dh_auto_install: > sed -i $(TMP)/usr/share/koha/koha-conf.xml.in \ > -e '/^ <user>/s/>.*</>_DBC_DBUSER_</' \ > -e '/^ <pass>/s/>.*</>_DBC_DBPASS_</' >- install -m 0644 koha-tmpl/opac-tmpl/prog/en/lib/yui/skin.css \ >- koha-tmpl/opac-tmpl/prog/en/lib/yui/reset-fonts-grids.css \ >+ install -m 0644 koha-tmpl/opac-tmpl/lib/yui/skin.css \ >+ koha-tmpl/opac-tmpl/lib/yui/reset-fonts-grids.css \ > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/css >- install -m 0644 koha-tmpl/opac-tmpl/prog/en/lib/yui/skin.css \ >- koha-tmpl/opac-tmpl/prog/en/lib/yui/reset-fonts-grids.css \ >+ install -m 0644 koha-tmpl/opac-tmpl/lib/yui/skin.css \ >+ koha-tmpl/opac-tmpl/lib/yui/reset-fonts-grids.css \ > $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/css > install -m 0644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow-disabled.png \ > $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/css >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8623
:
11564
|
11570
|
11581
|
11582
|
12289
|
12554
|
12555
| 12574 |
12575