debian/0000775000000000000000000000000012137604425007174 5ustar debian/compat0000664000000000000000000000000212127144062010365 0ustar 9 debian/watch0000664000000000000000000000011312127143324010213 0ustar version=3 http://cran.r-project.org/src/contrib/plyr_([-0-9\.]*)\.tar\.gz debian/gbp.conf0000664000000000000000000000027512127143456010620 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # use pristine-tar: pristine-tar = True [git-dch] # include 7 digits of the commit id in the changelog enty: id-length = 7 debian/control0000664000000000000000000000213612127144244010576 0ustar Source: r-cran-plyr Maintainer: Debian Med Packaging Team Uploaders: Carlos Borroto Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), cdbs, r-base-dev Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/r-cran-plyr.git;a=summary Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-plyr.git Homepage: http://had.co.nz/plyr Package: r-cran-plyr Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends} Description: Tools for splitting, applying and combining data plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of plyr has been generously supported by BD (Becton Dickinson). debian/source/0000775000000000000000000000000012127143324010467 5ustar debian/source/format0000664000000000000000000000001412127143324011675 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001712127143324010040 0ustar NEWS README.md debian/rules0000775000000000000000000000007212127144114010244 0ustar #!/usr/bin/make -f include /usr/share/R/debian/r-cran.mk debian/changelog0000664000000000000000000000174312137604446011056 0ustar r-cran-plyr (1.8-1build1) saucy; urgency=low * No-change rebuild against R 3.0.0 -- Jeremy Bicha Mon, 29 Apr 2013 19:58:01 -0400 r-cran-plyr (1.8-1) unstable; urgency=low * Team upload. 818872b Imported Upstream version 1.8 04532b4 Mark the use of git-buildpackage by adding its configuration file. dbbc70d No new copyright nor license notice in the new upstream version. 0916bbc Normalised Debian copyright file with 'cme fix dpkg-copyright'. 9bc467f Normalised debian/control with 'cme fix dpkg-control'. c365a85 Using Debhelper 9. 11a9633 Acquire R:Depends directly from /usr/share/R/debian/r-cran.mk. 4bdde28 Conforms with Debian policy 3.9.4. 82722f8 Normalised VCS fields following Lintian's standard. -- Charles Plessy Thu, 04 Apr 2013 09:26:47 +0900 r-cran-plyr (1.7.1-1) unstable; urgency=low * Initial release (Closes: #657993) -- Carlos Borroto Tue, 24 Jan 2012 14:34:31 -0500 debian/copyright0000664000000000000000000000411412127143731011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: plyr Source: http://cran.r-project.org/src/contrib/plyr_1.8.tar.gz Files: * Copyright: Hadley Wickham License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2012 Carlos Borroto 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".