[med-svn] r3010 - in trunk/packages/R: . r-cran-colorspace r-cran-colorspace/trunk r-cran-colorspace/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Sat Jan 17 12:03:10 UTC 2009


Author: tille
Date: 2009-01-17 12:03:09 +0000 (Sat, 17 Jan 2009)
New Revision: 3010

Added:
   trunk/packages/R/r-cran-colorspace/
   trunk/packages/R/r-cran-colorspace/trunk/
   trunk/packages/R/r-cran-colorspace/trunk/debian/
   trunk/packages/R/r-cran-colorspace/trunk/debian/README.Debian
   trunk/packages/R/r-cran-colorspace/trunk/debian/changelog
   trunk/packages/R/r-cran-colorspace/trunk/debian/compat
   trunk/packages/R/r-cran-colorspace/trunk/debian/control
   trunk/packages/R/r-cran-colorspace/trunk/debian/copyright
   trunk/packages/R/r-cran-colorspace/trunk/debian/get-orig-source
   trunk/packages/R/r-cran-colorspace/trunk/debian/rules
   trunk/packages/R/r-cran-colorspace/trunk/debian/watch
Log:
colorspace is precondition for vcd


Added: trunk/packages/R/r-cran-colorspace/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/README.Debian	2009-01-17 12:03:09 UTC (rev 3010)
@@ -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 <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100

Added: trunk/packages/R/r-cran-colorspace/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/changelog	2009-01-17 12:03:09 UTC (rev 3010)
@@ -0,0 +1,5 @@
+colorspace (1.0.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #??????).
+
+ -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100

Added: trunk/packages/R/r-cran-colorspace/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/compat	2009-01-17 12:03:09 UTC (rev 3010)
@@ -0,0 +1 @@
+7

Added: trunk/packages/R/r-cran-colorspace/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/control	2009-01-17 12:03:09 UTC (rev 3010)
@@ -0,0 +1,19 @@
+Source: colorspace
+Section: science
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.0
+Homepage: http://cran.r-project.org/web/packages/colorspace
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-colorspace/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-colorspace/trunk/
+
+Package: r-cran-colorspace
+Architecture: any
+Depends: ${shlibs:Depends}, r-base-core
+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.

Added: trunk/packages/R/r-cran-colorspace/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/copyright	2009-01-17 12:03:09 UTC (rev 3010)
@@ -0,0 +1,28 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: colorspace
+Upstream-Maintainer: Ross Ihaka <ihaka at stat.auckland.ac.nz>
+Upstream-Source: http://cran.r-project.org/src/contrib/
+X-Debianized-By: Andreas Tille <tille at debian.org>
+X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
+
+Files: debian/*
+Copyright: 2009 Andreas Tille <tille at debian.org>
+License: Same as colorspace itself
+
+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.
+X-Comment: On Debian systems, the complete text of the BSD
+ License can be found in `/usr/share/common-licenses/BSD'.

Added: trunk/packages/R/r-cran-colorspace/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/get-orig-source	2009-01-17 12:03:09 UTC (rev 3010)
@@ -0,0 +1,7 @@
+#!/bin/sh
+PKG=colorspace
+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

Added: trunk/packages/R/r-cran-colorspace/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/rules	2009-01-17 12:03:09 UTC (rev 3010)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-colorspace package
+# Copyright 2009 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
+
+get-orig-source:
+	. debian/get-orig-source


Property changes on: trunk/packages/R/r-cran-colorspace/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/R/r-cran-colorspace/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-colorspace/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-colorspace/trunk/debian/watch	2009-01-17 12:03:09 UTC (rev 3010)
@@ -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




More information about the debian-med-commit mailing list