[r-cran-geepack] 02/17: Imported Debian patch 1.2-0-1

Andreas Tille tille at debian.org
Fri Dec 16 15:38:40 UTC 2016


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

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

commit 64a947882806d6abf7d3841f16425701d1c8d1f2
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Sun Nov 15 20:48:18 2015 -0500

    Imported Debian patch 1.2-0-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 15 +++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/docs          |  0
 debian/rules         | 21 +++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 73 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..734858d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-geepack (1.2-0-1) unstable; urgency=low
+
+  * Initial release (Closes: #805258).
+
+ -- Chris Lawrence <lawrencc at debian.org>  Sun, 15 Nov 2015 20:48:18 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1357247
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: r-cran-geepack
+Section: gnu-r
+Priority: optional
+Maintainer: Chris Lawrence <lawrencc at debian.org>
+Build-Depends: debhelper (>= 9), r-base-dev, cdbs
+Standards-Version: 3.9.6
+Homepage: https://cran.r-project.org/web/packages/geepack/index.html
+
+Package: r-cran-geepack
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
+Description: Generalized Estimating Equation Package for R
+ Generalized estimating equations solver for parameters in mean,
+ scale, and correlation structures, through mean link, scale link, and
+ correlation link. Can also handle clustered categorical responses.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ab097ab
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: geepack
+Source: https://cran.r-project.org/src/contrib/geepack_1.2-0.tar.gz
+
+Files: *
+Copyright: 2002-2014 Søren Højsgaard <sorenh at math.aau.dk>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2015 Chris Lawrence <lawrencc at debian.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program 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, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ 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 program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cb19a0c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-geepack package
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
+PKG_CFLAGS=$(CFLAGS)
+PKG_CXXFLAGS=$(CXXFLAGS)
+PKG_CPPFLAGS=$(CPPFLAGS)
+PKG_FFLAGS=$(FFLAGS)
+
+export PKG_CFLAGS PKG_CXXFLAGS PKG_CPPFLAGS PKG_FFLAGS
+
+makeFlags="LDFLAGS=$(LDFLAGS)"
+
+include /usr/share/R/debian/r-cran.mk
+
+## Fixup permissions
+common-install-arch::
+	chmod -x debian/r-cran-geepack/usr/lib/R/site-library/geepack/include/*.h debian/r-cran-geepack/usr/lib/R/site-library/geepack/include/tnt/*.h debian/r-cran-geepack/usr/lib/R/site-library/geepack/CITATION debian/r-cran-geepack/usr/lib/R/site-library/geepack/doc/geepack-manual.Rnw
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b2c6dbe
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://cran.r-project.org/src/contrib/geepack_(.*)\.tar\.(gz|bz2|xz)

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



More information about the debian-science-commits mailing list