--- pvclust-1.2-2.orig/debian/compat +++ pvclust-1.2-2/debian/compat @@ -0,0 +1 @@ +9 --- pvclust-1.2-2.orig/debian/gbp.conf +++ pvclust-1.2-2/debian/gbp.conf @@ -0,0 +1,9 @@ +# This package is managed with git-buildpackage and pristine-tar. + +[DEFAULT] +# use pristine-tar: +pristine-tar = True + +[git-dch] +# include 7 digits of the commit ID in the changelog entry: +id-length = 7 --- pvclust-1.2-2.orig/debian/copyright +++ pvclust-1.2-2/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://cran.r-project.org/src/contrib/pvclust_1.2-2.tar.gz + +Files: * +Copyright: Ryota Suzuki + Hidetoshi Shimodaira +License: GPL-2+ + 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 +Comment: On Debian systems, the complete text of the GNU General + Public License version 2 can be found in “/usr/share/common-licenses/GPL-2”. + --- pvclust-1.2-2.orig/debian/changelog +++ pvclust-1.2-2/debian/changelog @@ -0,0 +1,21 @@ +pvclust (1.2-2-2) unstable; urgency=low + + a9558c7 Removed obsolete DM-Upload-Allowed field. + bc6c4f8 Normalised Debian copyright file with config-model-edit. + 9fe7486 Use Debhelper 9. + e07ef85 Acquire R:Depends directly from r-base-dev. + 1382359 Include commit IDs in Debian changelog. + 9f1b846 Normalised debian/control with config-model-edit. + 9f68ec9 Remove version constraint on R , satisfied even in oldstable. + 832f81c Documented bibliographic and other upstream information. + d68e1f4 Removed redundant Recommends statement on MASS and snow. + 7320ae7 Normalised VCS URLs following Lintian's standard. + 1440045 Conforms to Policy version 3.9.4. + + -- Charles Plessy Tue, 07 May 2013 08:23:35 +0900 + +pvclust (1.2-2-1) unstable; urgency=low + + * Initial release (Closes: #632002) + + -- Charles Plessy Fri, 01 Jul 2011 14:32:30 +0900 --- pvclust-1.2-2.orig/debian/rules +++ pvclust-1.2-2/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk --- pvclust-1.2-2.orig/debian/watch +++ pvclust-1.2-2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/pvclust_(.*).tar.gz --- pvclust-1.2-2.orig/debian/control +++ pvclust-1.2-2/debian/control @@ -0,0 +1,26 @@ +Source: pvclust +Maintainer: Debian Med Packaging Team +Uploaders: Charles Plessy +Section: gnu-r +Priority: optional +Build-Depends: cdbs, + debhelper (>= 9), + r-base-dev +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/pvclust.git +Vcs-Git: git://anonscm.debian.org/debian-med/pvclust.git +Homepage: http://www.is.titech.ac.jp/~shimo/prog/pvclust/ + +Package: r-cran-pvclust +Architecture: all +Depends: ${misc:Depends}, + ${R:Depends} +Suggests: r-cran-mass, + r-cran-snow, + r-cran-rmpi +Description: Hierarchical Clustering with P-Values via Multiscale Bootstrap + pvclust is a package for assessing the uncertainty in + hierarchical cluster analysis. It provides AU (approximately + unbiased) p-values as well as BP (boostrap probability) values + computed via multiscale bootstrap resampling. + --- pvclust-1.2-2.orig/debian/upstream +++ pvclust-1.2-2/debian/upstream @@ -0,0 +1,20 @@ +Archive: CRAN +Contact: suzuki (at) ef-prime.com +Name: pvclust +Homepage: http://www.is.titech.ac.jp/~shimo/prog/pvclust/ +Reference: + Author: Suzuki, Ryota and Shimodaira, Hidetoshi + Title: > + Pvclust: an R package for assessing the uncertainty in hierarchical clustering + Volume: 22 + Number: 12 + Pages: 1540-1542 + Year: 2006 + DOI: 10.1093/bioinformatics/btl117 + PMID: 16595560 + URL: http://bioinformatics.oxfordjournals.org/content/22/12/1540.abstract + eprint: http://bioinformatics.oxfordjournals.org/content/22/12/1540.full.pdf+html + journal: Bioinformatics +Watch: | + version=3 + http://cran.r-project.org/src/contrib/pvclust_(.*).tar.gz