View | Details | Raw Unified | Return to bug 13979
Collapse All | Expand All

(-)a/debian/control (-5 / +1 lines)
Lines 31-37 Build-Depends: libalgorithm-checkdigits-perl, Link Here
31
 libdate-calc-perl,
31
 libdate-calc-perl,
32
 libdate-manip-perl,
32
 libdate-manip-perl,
33
 libdatetime-event-ical-perl,
33
 libdatetime-event-ical-perl,
34
 libdatetime-format-dateparse-perl,
35
 libdatetime-format-ical-perl,
34
 libdatetime-format-ical-perl,
36
 libdatetime-format-mysql-perl,
35
 libdatetime-format-mysql-perl,
37
 libdatetime-perl,
36
 libdatetime-perl,
Lines 123-129 Build-Depends: libalgorithm-checkdigits-perl, Link Here
123
 libyaml-perl,
122
 libyaml-perl,
124
 libyaml-syck-perl,
123
 libyaml-syck-perl,
125
 perl,
124
 perl,
126
 perl-modules, 
125
 perl-modules,
127
 debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
126
 debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
128
 libxml2-utils, bash-completion
127
 libxml2-utils, bash-completion
129
128
Lines 138-144 Depends: ${misc:Depends}, ${koha:Depends}, Link Here
138
 debconf,
137
 debconf,
139
 idzebra-2.0,
138
 idzebra-2.0,
140
 libjs-jquery,
139
 libjs-jquery,
141
 libjs-yui,
142
 mysql-client,
140
 mysql-client,
143
 perl-doc,
141
 perl-doc,
144
 pwgen,
142
 pwgen,
Lines 186-192 Depends: ${misc:Depends}, Link Here
186
 debconf,
184
 debconf,
187
 idzebra-2.0,
185
 idzebra-2.0,
188
 libjs-jquery,
186
 libjs-jquery,
189
 libjs-yui,
190
 mysql-client,
187
 mysql-client,
191
 mysql-server,
188
 mysql-server,
192
 perl-doc,
189
 perl-doc,
Lines 228-234 Depends: libalgorithm-checkdigits-perl, Link Here
228
 libdate-calc-perl,
225
 libdate-calc-perl,
229
 libdate-manip-perl,
226
 libdate-manip-perl,
230
 libdatetime-event-ical-perl,
227
 libdatetime-event-ical-perl,
231
 libdatetime-format-dateparse-perl,
232
 libdatetime-format-ical-perl,
228
 libdatetime-format-ical-perl,
233
 libdatetime-format-mysql-perl,
229
 libdatetime-format-mysql-perl,
234
 libdatetime-perl,
230
 libdatetime-perl,
(-)a/debian/control.in (-2 lines)
Lines 24-30 Depends: ${misc:Depends}, ${koha:Depends}, Link Here
24
 debconf,
24
 debconf,
25
 idzebra-2.0,
25
 idzebra-2.0,
26
 libjs-jquery,
26
 libjs-jquery,
27
 libjs-yui,
28
 mysql-client,
27
 mysql-client,
29
 perl-doc,
28
 perl-doc,
30
 pwgen,
29
 pwgen,
Lines 72-78 Depends: ${misc:Depends}, Link Here
72
 debconf,
71
 debconf,
73
 idzebra-2.0,
72
 idzebra-2.0,
74
 libjs-jquery,
73
 libjs-jquery,
75
 libjs-yui,
76
 mysql-client,
74
 mysql-client,
77
 mysql-server,
75
 mysql-server,
78
 perl-doc,
76
 perl-doc,
(-)a/debian/rules (-9 lines)
Lines 27-40 override_dh_auto_install: Link Here
27
		$(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce
27
		$(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce
28
	ln -s /usr/share/tinymce/www \
28
	ln -s /usr/share/tinymce/www \
29
              $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce
29
              $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce
30
	rm -r \
31
		$(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/yui
32
	ln -s /usr/share/javascript/yui \
33
		$(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/yui
34
	rm -r \
35
              $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui
36
	ln -s /usr/share/javascript/yui \
37
         $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui
38
	install -d $(TMP)/etc/apache2/sites-available
30
	install -d $(TMP)/etc/apache2/sites-available
39
	install -d $(TMP)/etc/apache2/sites-enabled
31
	install -d $(TMP)/etc/apache2/sites-enabled
40
	install -d $(TMP)/etc/apache2/conf.d
32
	install -d $(TMP)/etc/apache2/conf.d
41
- 

Return to bug 13979