[r-cran-eco] 01/30: Import Debian changes 2.2-1-1

Andreas Tille tille at debian.org
Thu Sep 7 07:20:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-eco.

commit 98dea368843dcfa9989a643306ce544af7d5e0c7
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Fri Jan 13 04:40:19 2006 -0500

    Import Debian changes 2.2-1-1
    
    r-cran-eco (2.2-1-1) unstable; urgency=low
    
      * Initial Release.  (Closes: #347880)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 22 ++++++++++++++++++++++
 debian/copyright | 27 +++++++++++++++++++++++++++
 debian/docs      |  2 ++
 debian/rules     | 24 ++++++++++++++++++++++++
 debian/watch     |  2 ++
 7 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4ae207e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-eco (2.2-1-1) unstable; urgency=low
+
+  * Initial Release.  (Closes: #347880)
+
+ -- Chris Lawrence <lawrencc at debian.org>  Fri, 13 Jan 2006 04:40:19 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..968b55f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: r-cran-eco
+Section: math
+Priority: optional
+Maintainer: Chris Lawrence <lawrencc at debian.org>
+Build-Depends: debhelper (>> 4.0.0), r-base-dev (>> 2.0.0), r-cran-vr (>= 7.2.8-1), cdbs
+Standards-Version: 3.6.2
+
+Package: r-cran-eco
+Architecture: any
+Depends: r-base-core (>> 2.0.0), ${shlibs:Depends}, r-cran-vr (>= 7.2.8-1)
+Suggests: r-cran-mcmcpack
+Description: GNU R routines for Bayesian ecological inference
+ This is a set of routines for GNU R that implement Imai and Lu's
+ parametric and nonparametric Bayesian ecological inference algorithms
+ using Markov chain Monte Carlo estimation.  Ecological inference is a
+ statistical technique designed to recover individual-level information
+ from aggregate-level data.
+ .
+ The suggested r-cran-mcmcpack package includes other EI estimators that
+ may be useful alternatives to those included in this package.
+ .
+ For more information, see http://imai.princeton.edu/research/eco.html
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..11129a4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Chris Lawrence <lawrencc at debian.org> on
+January 13, 2006.
+
+It was downloaded from http://cran.us.r-project.org/
+
+Upstream Authors: Kosuke Imai <kimai at princeton.edu>,
+                  Ying Lu <ylu at iq.harvard.edu>.
+
+Copyright:
+   (C) 2005 Kosuke Imai and Ying Lu.
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..116fefb
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+DESCRIPTION
+eco.pdf
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..020be59
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-car package
+# Copyright 2003 by Dirk Eddelbuettel <edd at 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) .
+		rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..301bc3d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://cran.us.r-project.org/src/contrib/eco_(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-eco.git



More information about the debian-science-commits mailing list