File: rules

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

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

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