File: rules

package info (click to toggle)
opsin 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,020 kB
  • sloc: java: 33,715; xml: 6,569; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

JQUERY_DIR = $(CURDIR)/debian/libopsin-java-doc/usr/share/doc/libopsin-java/api/jquery

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs ReleaseNotes.txt

override_dh_installdocs:
	dh_installdocs
	ln -fs /usr/share/javascript/jquery/jquery.js ${JQUERY_DIR}/external/jquery/jquery.js
	ln -fs /usr/share/javascript/jquery/jquery.js ${JQUERY_DIR}/jquery-3*.js
	ln -fs /usr/share/javascript/jquery-ui/themes/base/jquery-ui.css ${JQUERY_DIR}/jquery-ui.css
	ln -fs /usr/share/javascript/jquery-ui/jquery-ui.js ${JQUERY_DIR}/jquery-ui.js
	ln -fs /usr/share/javascript/jquery-ui/themes/base/jquery-ui.min.css ${JQUERY_DIR}/jquery-ui.min.css
	ln -fs /usr/share/javascript/jquery-ui/jquery-ui.min.js ${JQUERY_DIR}/jquery-ui.min.js