File: rules

package info (click to toggle)
r-cran-git2r 0.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,956 kB
  • sloc: ansic: 8,203; sh: 4,104; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

execute_before_dh_auto_clean:
	if [ -e tools/config.rpath~ ] ; then mv tools/config.rpath~ tools/config.rpath ; fi

execute_before_dh_autoreconf:
	mv tools/config.rpath tools/config.rpath~
	touch tools/config.rpath