diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-09-16 18:34:58 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-09-16 18:34:58 +0000 |
commit | 40deb7367e66fe47e1df12cf00893aac172f5d2b (patch) | |
tree | a295cc8d5d63dba765b3192dee4b17ea5925604c /debian/rules | |
parent | 3fe9ed2e702124f1a5454072db0bf18d4ac88910 (diff) |
Neue Version ohne deibianization.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@39 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index c82d270..0000000 --- a/debian/rules +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# debian/rules file for the Debian/GNU Linux r-cran packages -# Copyright 2004 by Dirk Eddelbuettel <edd@debian.org> - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/langcore.mk - -## We need the CRAN (upstream) name -cranName := $(shell grep Package: DESCRIPTION | cut -f2 -d" ") -## and we need to build a Debian Policy-conformant lower-case package name -cranNameLC := $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" ) -## which we can use to build the package directory -package := r-cran-$(cranNameLC) -## which we use for the to-be-installed-in directory -debRlib := $(CURDIR)/debian/$(package)/usr/lib/R/site-library - -common-install-indep:: R_any_arch -common-install-arch:: R_any_arch - -R_any_arch: - dh_installdirs usr/lib/R/site-library - R CMD INSTALL -l $(debRlib) --clean . - rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING |