[r-cran-vgam] 02/63: Import Debian patch 0.7-1-1

Andreas Tille tille at debian.org
Tue Jan 24 13:54:20 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-vgam.

commit d6de192c33d2eb60bf12feab9b79aefa8759238e
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Thu Oct 26 22:05:10 2006 -0500

    Import Debian patch 0.7-1-1
---
 debian/changelog | 24 ++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 25 +++++++++++++++++++++++++
 debian/copyright | 19 +++++++++++++++++++
 debian/rules     | 24 ++++++++++++++++++++++++
 debian/watch     |  2 ++
 6 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3988867
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,24 @@
+r-cran-vgam (0.7-1-1) unstable; urgency=low
+
+  * New upstream release.
+  * First upload to unstable, since VGAM is now GPL'd (yeay!).
+
+ -- Chris Lawrence <lawrencc at debian.org>  Thu, 26 Oct 2006 22:05:10 -0500
+
+r-other-yee-vgam (0.6-9-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org>  Thu,  8 Jun 2006 20:39:52 -0400
+
+r-other-yee-vgam (0.6-3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Chris Lawrence <lawrencc at debian.org>  Sat,  9 Jul 2005 02:42:23 -0500
+
+r-other-yee-vgam (0.5-19-1) unstable; urgency=low
+
+  * Initial Debian Release.
+
+ -- Chris Lawrence <lawrencc at debian.org>  Mon, 19 Apr 2004 19:12:44 -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..f204535
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: r-cran-vgam
+Section: math
+Priority: optional
+Maintainer: Chris Lawrence <lawrencc at debian.org>
+Build-Depends: debhelper (>> 4.1.0), r-base-dev (>> 2.4.0), cdbs
+Standards-Version: 3.7.2
+
+Package: r-cran-vgam
+Architecture: any
+Depends: r-base-core (>= 2.4.0)
+Enhances: r-cran-zelig
+Description: GNU R package for estimating vector generalized additive models
+ This package implements a variety of functions for estimating vector
+ generalized additive models (VGAMs), as well as vector generalized
+ linear models (VGLMs), reduced-rank VGLMs, and quadratic reduced-rank
+ VGLMs.
+ .
+ Specific models that can be fit include a wide variety of
+ categorical-response models (with nominal and ordinal dependent
+ variables), bivariate binary-response models (bivariate
+ logit/probit), and seemingly-unrelated regressions.  The package also
+ includes a number of standard and non-standard distribution functions
+ of use to statisticians.
+ .
+ Home Page: http://www.stat.auckland.ac.nz/~yee/VGAM/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b9fa094
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+This is the Debian package of the GNU R package known as "VGAM".  The
+upstream author is Thomas W. Yee <yee at stat.auckland.ac.nz>.
+
+This package was created by Chris Lawrence <lawrencc at debian.org>.
+
+The sources were downloaded from 
+	http://us.cran.r-project.org/src/contrib/VGAM_0.7-1.tar.gz
+
+The package was renamed from its upstream name 'bayesm' to 'r-cran-bayesm'
+to fit the pattern of CRAN (and non-CRAN) packages for R.
+
+This package is copyrighted by Thomas W. Yee.  It has been placed
+under the GNU General Public License, version 2.
+
+On Debian systems, the GPL is included in the file
+/usr/share/common-licenses/GPL.
+
+The upstream DESCRIPTION file for this package is available in
+/usr/lib/R/site-library/VGAM/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..654830c
--- /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-vgam
+## 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)/$(cranName)/COPYING
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0cd678a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://us.cran.r-project.org/src/contrib/VGAM_(.*)\.tar\.gz

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



More information about the debian-science-commits mailing list