File: rules

package info (click to toggle)
dbi 0.1.11-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 468 kB
  • ctags: 87
  • sloc: perl: 190; makefile: 22; sh: 22
file content (14 lines) | stat: -rwxr-xr-x 580 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-dbi package
# Copyright 2003-2006 by Dirk Eddelbuettel <edd@debian.org>
#                    and Steffen Moeller <moeller@inb.uni-luebeck.de>

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-arch::
		install -d $(lintiandir)
		install -m 0644 debian/overrides $(lintiandir)/$(package)
		chmod 444 '$(debRlib)/DBI/doc/DBI.pdf'