--- catools-1.12.orig/debian/watch +++ catools-1.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/caTools_([\d.-]*)\.tar.gz --- catools-1.12.orig/debian/control +++ catools-1.12/debian/control @@ -0,0 +1,25 @@ +Source: catools +Section: gnu-r +Priority: optional +Maintainer: Debian Med Packaging Team +DM-Upload-Allowed: yes +Uploaders: Steffen Moeller , + Charles Plessy +Build-Depends: debhelper (>= 8), r-base-dev, r-cran-bitops, cdbs +Standards-Version: 3.9.2 +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-catools/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-catools/trunk/ +Homepage: http://cran.r-project.org/web/packages/caTools/ + +Package: r-cran-catools +Architecture: any +Depends: ${R:Depends}, r-cran-bitops, ${shlibs:Depends} +Suggests: r-cran-mass, r-cran-rpart +Description: GNU R package providing various utility functions + The packages features several basic utility functions including: + moving (rolling, running) window statistic functions, read/write for GIF + and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 + encoder/decoder, round-off error free sum and cumsum, etc. + . + This package of R programming tools for plotting data was written by + Jarek Tuszynski. --- catools-1.12.orig/debian/compat +++ catools-1.12/debian/compat @@ -0,0 +1 @@ +8 --- catools-1.12.orig/debian/README.test +++ catools-1.12/debian/README.test @@ -0,0 +1,7 @@ +Notes on how this package is tested. +──────────────────────────────────── + +After building on the maintainer's computer, this package was locally installed +and the library loaded into R in order to confirm its integrity. + + -- Charles Plessy Mon, 12 Apr 2010 10:00:55 +0900 --- catools-1.12.orig/debian/copyright +++ catools-1.12/debian/copyright @@ -0,0 +1,41 @@ +Format: http://dep.debian.net/deps/dep5/ +Source: http://cran.r-project.org/src/contrib/caTools_1.12.tar.gz + +Files: * +Copyright: © 2005 - 2009 Jarek Tuszynski +License: GPL-3 +Comment: On a Debian GNU/Linux system, the GPL license version 3 is + included in the file ‘/usr/share/common-licenses/GPL-3’. + +Files: src/GifTools.cpp +Copyright: © 2005 - 2009 Jarek Tuszynski + © 1990 - 1994, David Koblas. (koblas@netcom.com) +License: GPL-3 and other + +License: other + Encoding Algorithm adapted from code by Christoph Hohmann + found at http://members.aol.com/rf21exe/gif.htm. + Which was adapted from code by Michael A, Mayer + found at http://www.danbbs.dk/%7Edino/whirlgif/gifcode.html + Parts of Decoding Algorithm were adapted from code by David Koblas. + It had the following notice: + "Copyright 1990 - 1994, David Koblas. (koblas@netcom.com) + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, provided + that the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation. This software is provided "as is" without express or + implied warranty." + +License: GPL-3 + 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, version 3. + . + 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, see --- catools-1.12.orig/debian/rules +++ catools-1.12/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-gplots package +# Copyright 2003-2006 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + +clean:: + rm -f src/caTools.so + +# Depend on a version equal or superior than the R upstream release that was used to build this package. +install/r-$(debRreposname)-$(cranName):: + echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars --- catools-1.12.orig/debian/changelog +++ catools-1.12/debian/changelog @@ -0,0 +1,69 @@ +catools (1.12-2build1) precise; urgency=low + + * Rebuild against newest r-base-* + + -- Andreas Moog Sun, 12 Feb 2012 10:33:46 +0100 + +catools (1.12-2) unstable; urgency=low + + * Uploaded to rebuild against R 2.14 (Closes: #645832) + * Corrected Vcs-Browser field in debian/control. + * Added missing copyright statement in debian/copyright. + + -- Charles Plessy Wed, 19 Oct 2011 10:29:06 +0900 + +catools (1.12-1) unstable; urgency=low + + * New upstream version. + * Added myself as Uploader (debian/control). + * Incremented Standards-Version to reflect conformance with Policy 3.9.2. + (debian/control, no changes needed). + + -- Charles Plessy Thu, 02 Jun 2011 12:41:20 +0900 + +catools (1.11-1) unstable; urgency=low + + * Team upload. + * New upstream version. + * debian/copyright: + - corrected GPL-3 long description (not GPL-3+); + - converted to DEP-5 format. + * Corrected Vcs-Svn field in debian/control. + * Use Debhelper 8 (debian/control, debian/compat). + * Renamed README.Debian README.test to better reflect its contents. + * Incremented Standards-Version to reflect conformance with Policy 3.9.1. + (debian/control, no changes needed). + + -- Charles Plessy Tue, 22 Mar 2011 13:24:12 +0900 + +catools (1.10-1) unstable; urgency=low + + * Team upload (Closes: #577296). + * New upstream version. + * Update to Policy 3.8.4: + - Changed section to ‘gnu-r’ (debian/control). + - Incremented Standards-Version (debian/control). + * Collaborative Debian Med maintenance (debian/control): + - Set our mailing list as Maintainer, move Steffen to Uploaders. + - Allow upload by Debian Maintainers. + * Switched to Debhelper 7 (debian/control, debian/compat). + * Depend on a version equal or superior than the R upstream release that + was used to build this package, using a R:Depends substvar + debian/control, debian/rules). + * Removed mentions of copyright notices that do not exist anymore in + the upstream code (debian/copyright, debian/README.Debian). + * Added notes to explain how this package is tested (debian/README.Debian). + + -- Charles Plessy Mon, 12 Apr 2010 10:02:22 +0900 + +catools (1.9-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller Mon, 01 Dec 2008 23:41:53 +0100 + +catools (1.8-1) unstable; urgency=low + + * Initial release (Closes: #487956). + + -- Steffen Moeller Wed, 25 Jun 2008 14:29:07 +0200