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 490e474878388cc739426668774228794185e10c Author: Steffen Moeller <[email protected]> Date: Thu Aug 21 16:53:51 2014 +0000 r-cran-png as another build dependency for EBImage --- debian/changelog | 4 ++-- debian/control | 16 ++++++++-------- debian/copyright | 2 +- debian/watch | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9c4c0bd..52f36b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -r-cran-tiff (0.1-5-1) UNRELEASED; urgency=medium +r-cran-png (0.1-7-1) UNRELEASED; urgency=medium - * Initial release (closes: #492114). + * Initial release. -- Steffen Moeller <[email protected]> Thu, 21 Aug 2014 16:48:55 +0200 diff --git a/debian/control b/debian/control index b7f0fd7..c50ec83 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,21 @@ -Source: r-cran-tiff +Source: r-cran-png 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 + r-base-dev, libpng-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 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-png/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-png/trunk/ +Homepage: http://cran.r-project.org/web/packages/png -Package: r-cran-tiff +Package: r-cran-png Architecture: any Depends: ${R:Depends}, ${shlibs:Depends} -Description: GNU R package to read and write TIFF images +Description: GNU R package to read and write PNG 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 + bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors. diff --git a/debian/copyright b/debian/copyright index 0669e25..ce636d2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ 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 +Source: http://cran.r-project.org/src/contrib/png_0.1-7.tar.gz Files: * Copyright: Genetics is copyright 2003-2008 of Simon Urbanek <[email protected]> diff --git a/debian/watch b/debian/watch index 14d3526..525fb63 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://cran.r-project.org/src/contrib/tiff_([-0-9\.]*)\.tar\.gz +http://cran.r-project.org/src/contrib/png_([-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
