File: rules

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

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

## impose a value for package as DESCRIPTION has this as 'Bundle: VR'
## and not 'Package: VR' which breaks older r-cran.mk versions
## (but is fixed in Debian's r-base-core_2.3.1 and above)
package		:= r-cran-vr

## 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)