This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-png.
commit 69653d8c41d20f9832854ddc9ca9500254be1066 Author: Steffen Moeller <[email protected]> Date: Thu Aug 21 16:06:34 2014 +0000 tiff is a dependency for EBImage. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 +++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 3 +++ 8 files changed, 65 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9c4c0bd --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-tiff (0.1-5-1) UNRELEASED; urgency=medium + + * Initial release (closes: #492114). + + -- Steffen Moeller <[email protected]> Thu, 21 Aug 2014 16:48:55 +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..b7f0fd7 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: r-cran-tiff +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 9), + cdbs, + r-base-dev, libtiff-dev, libjpeg8-dev, hardening-wrapper +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-tiff/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-tiff/trunk/ +Homepage: http://cran.r-project.org/web/packages/tiff + +Package: r-cran-tiff +Architecture: any +Depends: ${R:Depends}, + ${shlibs:Depends} +Description: GNU R package to read and write TIFF images + This package provides an easy and simple way to read, write and display + bitmap images stored in the TIFF format. It can read and write both + files and in-memory raw vectors. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0669e25 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://cran.r-project.org/src/contrib/tiff_0.1-5.tar.gz + +Files: * +Copyright: Genetics is copyright 2003-2008 of Simon Urbanek <[email protected]> +License: GPL-2+ + +Files: debian/* +Copyright: © 20014Steffen Moeller <[email protected]> +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, or + (at your option) any later version. + . + 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. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +Comment: On a Debian GNU/Linux system, the GNU General Public License + version 2 is included in the file ‘/usr/share/common-licenses/GPL-2’. + diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..68509d9 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +DESCRIPTION diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..0cf1cb2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +export DEB_BUILD_HARDENING=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +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..14d3526 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://cran.r-project.org/src/contrib/tiff_([-0-9\.]*)\.tar\.gz + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-png.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
