This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch master in repository r-cran-pheatmap.
commit f2c5844cae580875cee1849f9f80e8f568d4b23a Author: Andreas Tille <[email protected]> Date: Mon Jun 20 12:10:49 2016 +0200 Import Debian changes 1.0.8-1~bpo8+1 r-cran-pheatmap (1.0.8-1~bpo8+1) jessie-backports; urgency=medium * Rebuild for jessie-backports. r-cran-pheatmap (1.0.8-1) unstable; urgency=low * Initial release (Closes: #827728). --- debian/changelog | 11 +++++++++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 26 ++++++++++++++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 70 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..289c6fd --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +r-cran-pheatmap (1.0.8-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Andreas Tille <[email protected]> Mon, 20 Jun 2016 12:10:49 +0200 + +r-cran-pheatmap (1.0.8-1) unstable; urgency=low + + * Initial release (Closes: #827728). + + -- Andreas Tille <[email protected]> Mon, 20 Jun 2016 12:06:05 +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..bdf1809 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: r-cran-pheatmap +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 9), + cdbs, + r-base-dev, + r-cran-rcolorbrewer, + r-cran-scales, + r-cran-gtable +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-pheatmap/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-pheatmap/trunk/ +Homepage: https://cran.r-project.org/web/packages/pheatmap/ + +Package: r-cran-pheatmap +Architecture: all +Depends: ${misc:Depends}, + ${R:Depends}, + r-cran-rcolorbrewer, + r-cran-scales, + r-cran-gtable +Description: GNU R package to create pretty heatmaps + GNU R implementation of heatmaps that offers more control over dimensions and + appearance. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5881f64 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pheatmap +Upstream-Contact: Raivo Kolde <[email protected]> +Source: http://cran.r-project.org/web/packages/pheatmap/ + +Files: * +Copyright: 2014-2016 Raivo Kolde <[email protected]> +License: GPL-2 + +Files: debian/* +Copyright: 2016 Andreas Tille <[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. + . + 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 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..dfcf7b5 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/pheatmap_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-pheatmap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
