File: rules

package info (click to toggle)
foreign 0.8.17-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,440 kB
  • ctags: 675
  • sloc: ansic: 7,003; sh: 24; makefile: 6; asm: 4
file content (15 lines) | stat: -rwxr-xr-x 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# 							-*- makefile -*-
# debian/rules file for the Debian/GNU Linux r-cran-foreign package
# Copyright 2004-2006 by Dirk Eddelbuettel <edd@debian.org>

include /usr/share/R/debian/r-cran.mk

## override the default as this is r-recommended package 
debRlib		:= $(CURDIR)/debian/$(package)/usr/lib/R/library

## additional chmod to silence lintian (NB -arch or -indep needed!!)
lintiandir	:= $(CURDIR)/debian/$(package)/usr/share/lintian/overrides
common-binary-post-install-arch::
		install -d $(lintiandir)
		install -m 0644 debian/overrides $(lintiandir)/$(package)