[med-svn] [r-cran-cairo] 01/06: Inject r-cran-cairo
Andreas Tille
tille at debian.org
Thu Oct 19 07:34:16 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-cairo.
commit 049b607b0567a329a6c4c521138a5094dfcdaa6f
Author: Andreas Tille <tille at debian.org>
Date: Mon Aug 22 10:10:17 2016 +0000
Inject r-cran-cairo
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 36 ++++++++++++++++++++++++++++++++++++
debian/copyright | 25 +++++++++++++++++++++++++
debian/rules | 3 +++
debian/source/format | 1 +
debian/watch | 2 ++
7 files changed, 73 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bba3662
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-cairo (1.5-9-1) UNRELEASED; urgency=medium
+
+ * Initial upload (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org> Wed, 01 Jul 2015 08:17:22 +0200
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..8f18e6b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: r-cran-cairo
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ libcairo2-dev,
+ libxt-dev,
+ r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-cairo/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-cairo/
+Homepage: http://cran.r-project.org/web/packages/Cairo
+
+Package: r-cran-cairo
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${R:Depends}
+Description: GNU R graphics device using cairo graphics library
+ GNUR R graphics device using cairo graphics library for creating high-
+ quality bitmap (PNG, JPEG, TIFF), vector (PDF, SVG, PostScript) and
+ display (X11 and Win32) output
+ .
+ Cairo graphics device that can be use to create high-quality vector
+ (PDF, PostScript and SVG) and bitmap output (PNG,JPEG,TIFF), and high-
+ quality rendering in displays (X11 and Win32). Since it uses the same
+ back-end for all output, copying across formats is WYSIWYG. Files are
+ created without the dependence on X11 or other external programs. This
+ device supports alpha channel (semi-transparent drawing) and resulting
+ images can contain transparent and semi-transparent regions. It is ideal
+ for use in server environments (file output) and as a replacement for
+ other devices that don't have Cairo's capabilities such as alpha support
+ or anti-aliasing. Backends are modular such that any subset of backends
+ is supported.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..26b0179
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Simon Urbanek <Simon.Urbanek at r-project.org>
+Upstream-Name: Cairo
+Source: http://cran.r-project.org/web/packages/Cairo
+
+Files: *
+Copyright: 2013-2016 Simon Urbanek <Simon.Urbanek at r-project.org>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: GPL-2
+
+License: GPL-2
+ 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 2 of the License.
+ .
+ This program 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.
+ .
+ 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/rules b/debian/rules
new file mode 100755
index 0000000..2fbba2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
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..eeb3076
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/Cairo_([\d.-]*)\.tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-cairo.git
More information about the debian-med-commit
mailing list