--- r-cran-colorspace-1.2-2.orig/debian/watch +++ r-cran-colorspace-1.2-2/debian/watch @@ -0,0 +1,6 @@ +version=3 +# Same effect as dversionmangle, but we have to rename the orig.tar.gz +# anyway and it is easier to write a get-origsource script this way +# opts="uversionmangle=s/([\d.]+)-(\d)/$1.$2/" +opts="dversionmangle=s/([\d.]+)\.(\d)/$1-$2/" \ +http://cran.r-project.org/src/contrib/colorspace_([-\d.]*)\.tar\.gz --- r-cran-colorspace-1.2-2.orig/debian/control +++ r-cran-colorspace-1.2-2/debian/control @@ -0,0 +1,18 @@ +Source: r-cran-colorspace +Section: gnu-r +Priority: optional +Maintainer: Debian Science Team +Uploaders: Andreas Tille +Build-Depends: debhelper (>= 9), cdbs, r-base-dev (>= 3.0.0~20130330) +Standards-Version: 3.9.4 +Homepage: http://cran.r-project.org/web/packages/colorspace +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-colorspace/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-colorspace/trunk/ + +Package: r-cran-colorspace +Architecture: any +Depends: ${shlibs:Depends}, r-base-core (>= 3.0.0~20130330) +Description: GNU R Color Space Manipulation + Carries out mapping between assorted color spaces including RGB, HSV, HLS, + CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB. Qualitative, + sequential, and diverging color palettes based on HCL colors are provided. --- r-cran-colorspace-1.2-2.orig/debian/changelog +++ r-cran-colorspace-1.2-2/debian/changelog @@ -0,0 +1,35 @@ +r-cran-colorspace (1.2-2-1) unstable; urgency=low + + * Team upload. + * New upstream release. + * Removed obsolete DM-Upload-Allowed field. + * Use Debhelper 9. + * Normalised VCS fields (Lintian standard). + * Use full text of BSD license in debian/copyright. + * Section: gnu-r (debian/copyright). + + -- Charles Plessy Tue, 16 Apr 2013 09:21:48 +0900 + +r-cran-colorspace (1.2-1-1) unstable; urgency=low + + * Team upload. + * New upstream version. + [ Added by Steffen Moeller ] + * Depends on R version 3. + * Standards-Version: 3.9.4 (no changes needed) + * No longer substituting hyphen (-) of R version with point (.) + + -- Charles Plessy Tue, 02 Apr 2013 07:33:16 +0900 + +r-cran-colorspace (1.0.1-1) unstable; urgency=low + + * New upstream version. + * Standards-Version: 3.8.1 (no changes needed) + + -- Andreas Tille Mon, 18 May 2009 09:08:39 +0200 + +r-cran-colorspace (1.0.0-1) unstable; urgency=low + + * Initial release (Closes: #512404). + + -- Andreas Tille Fri, 16 Jan 2009 20:43:13 +0100 --- r-cran-colorspace-1.2-2.orig/debian/copyright +++ r-cran-colorspace-1.2-2/debian/copyright @@ -0,0 +1,36 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://cran.r-project.org/src/contrib/colorspace_1.2-2.tar.gz + +Files: * +Copyright: (C) 2008 Ross Ihaka, Paul Murrell, Kurt Hornik, Achim Zeileis +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: debian/* +Copyright: 2009 Andreas Tille +License: same + Same as colorspace itself + --- r-cran-colorspace-1.2-2.orig/debian/get-orig-source +++ r-cran-colorspace-1.2-2/debian/get-orig-source @@ -0,0 +1,7 @@ +#!/bin/sh +PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` +RENAME=`uscan --verbose --force-download | \ + grep "Newest version on remote site is .* local version is .*" | \ + head -n 1 | \ + sed "s?Newest .* \([-0-9.]\+\),.* \([0-9.]\+\)?mv ../${PKG}_\1.orig.tar.gz ../${PKG}_\2.orig.tar.gz?"` +$RENAME --- r-cran-colorspace-1.2-2.orig/debian/README.Debian +++ r-cran-colorspace-1.2-2/debian/README.Debian @@ -0,0 +1,7 @@ +R colorspace for Debian +----------------------- + +This package was builded as precondiion for R VCD which is in +sequence needed for R survaillance. + + -- Andreas Tille Fri, 16 Jan 2009 20:43:13 +0100 --- r-cran-colorspace-1.2-2.orig/debian/rules +++ r-cran-colorspace-1.2-2/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk + +get-orig-source: + . debian/get-orig-source --- r-cran-colorspace-1.2-2.orig/debian/compat +++ r-cran-colorspace-1.2-2/debian/compat @@ -0,0 +1 @@ +9