File: rules

package info (click to toggle)
r-cran-ggplot2 3.3.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,184 kB
  • sloc: sh: 15; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	# fix broken relative dir in HTML index (see #912254)
	find debian -name "index.html" -exec sed -i 's+../../../library/ggplot2/doc/++' \{\} \;