File: rules

package info (click to toggle)
r-cran-xml2 1.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: cpp: 1,823; xml: 333; javascript: 238; ansic: 171; sh: 71; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	find debian -name r-project.html -exec \
		sed -i -e 's|http.*/jquery.min.js|file://usr/share/javascript/jquery/jquery.min.js|' \{\} \;