[med-svn] [r-cran-gtable] 01/14: Initial release, closes #700861 and fixes #700862

Andreas Tille tille at debian.org
Fri Sep 29 07:22:59 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-gtable.

commit 1e8cef08c01af9b59e1727c6fb7153264f5e3bfb
Author: Ivo Maintz <ivo at maintz.de>
Date:   Sun Feb 24 15:41:09 2013 +0000

    Initial release, closes #700861 and fixes #700862
---
 debian/README.Debian |  7 +++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 16 ++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/upstream      |  7 +++++++
 debian/watch         |  3 +++
 10 files changed, 76 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..4d4750a
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+r-cran-gtable for Debian
+------------------------
+
+This package can be tested by loading it into R with the command
+'library(gtable)' in order to confirm its integrity.
+
+ -- Ivo Maintz <ivo at maintz.de>  Mon, 10 Dec 2012 10:03:04 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bdd568c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gtable (0.1.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #700861)
+
+ -- Ivo Maintz <ivo at maintz.de>  Sun, 24 Feb 2013 16:24:01 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..54fb211
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: gtable
+Section: gnu-r
+Priority: optional
+Maintainer: Ivo Maintz <ivo at maintz.de>
+Build-Depends: debhelper (>= 8.0.0),
+ cdbs,
+ r-base-dev
+Standards-Version: 3.9.3
+Homepage: http://cran.r-project.org/web/packages/gtable/index.html
+
+Package: r-cran-gtable
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
+Description: Arrange grobs in tables
+ This GNU R package  contains tools to make it easier to work
+ with "tables" of grobs.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..659611c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gtable
+Source: http://cran.r-project.org/web/packages/gtable/index.html
+
+Files: *
+Copyright: 2012 Hadley Wickham <h.wickham at gmail.com>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2012 Ivo Maintz <ivo at maintz.de>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ 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; either version 2 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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..edc0071
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+NEWS
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8c50502
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/INDEX
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/upstream b/debian/upstream
new file mode 100644
index 0000000..222a1f4
--- /dev/null
+++ b/debian/upstream
@@ -0,0 +1,7 @@
+Archive: CRAN
+Contact: Hadley Wickham <h.wickham at gmail.com>
+Download: http://cran.r-project.org/src/contrib/
+Homepage: http://cran.r-project.org/web/packages/gtable/
+CRAN: gtable
+Name: gtable
+Watch: http://cran.r-project.org/src/contrib/gtable_([\d.-]*)\.tar.gz
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0d0dd1e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-/./" \
+http://cran.r-project.org/src/contrib/gtable_([\d.-]*)\.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-gtable.git



More information about the debian-med-commit mailing list