r35432 - in /packages/R/vcd: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/get-orig-source trunk/debian/rules trunk/debian/watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Tue Jan 20 20:12:24 UTC 2009


Author: tille
Date: Tue Jan 20 20:12:24 2009
New Revision: 35432

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35432
Log:
Inject the next precondition for r-survaillance

Added:
    packages/R/vcd/
    packages/R/vcd/trunk/
    packages/R/vcd/trunk/debian/
    packages/R/vcd/trunk/debian/changelog
    packages/R/vcd/trunk/debian/compat
    packages/R/vcd/trunk/debian/control
    packages/R/vcd/trunk/debian/copyright
    packages/R/vcd/trunk/debian/get-orig-source
    packages/R/vcd/trunk/debian/rules   (with props)
    packages/R/vcd/trunk/debian/watch

Added: packages/R/vcd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/debian/changelog?rev=35432&op=file
==============================================================================
--- packages/R/vcd/trunk/debian/changelog (added)
+++ packages/R/vcd/trunk/debian/changelog Tue Jan 20 20:12:24 2009
@@ -1,0 +1,5 @@
+vcd (1.2.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #512433).
+
+ -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100

Added: packages/R/vcd/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/debian/compat?rev=35432&op=file
==============================================================================
--- packages/R/vcd/trunk/debian/compat (added)
+++ packages/R/vcd/trunk/debian/compat Tue Jan 20 20:12:24 2009
@@ -1,0 +1,1 @@
+7

Added: packages/R/vcd/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/debian/control?rev=35432&op=file
==============================================================================
--- packages/R/vcd/trunk/debian/control (added)
+++ packages/R/vcd/trunk/debian/control Tue Jan 20 20:12:24 2009
@@ -1,0 +1,20 @@
+Source: vcd
+Section: science
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers 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, r-cran-colorspace
+Standards-Version: 3.8.0
+Homepage: http://cran.r-project.org/web/packages/vcd
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/vcd/trunk/
+
+Package: r-cran-vcd
+Architecture: any
+Depends: ${shlibs:Depends}, r-base-core
+Description: GNU R Visualizing Categorical Data
+ Visualization techniques, data sets, summary and inference procedures
+ aimed particularly at categorical data. Special emphasis is given to
+ highly extensible grid graphics. The package was inspired by the book
+ "Visualizing Categorical Data" by Michael Friendly.

Added: packages/R/vcd/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/debian/copyright?rev=35432&op=file
==============================================================================
--- packages/R/vcd/trunk/debian/copyright (added)
+++ packages/R/vcd/trunk/debian/copyright Tue Jan 20 20:12:24 2009
@@ -1,0 +1,28 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: vcd
+Upstream-Maintainer: David Meyer <David.Meyer at R-project.org>
+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 vcd itself
+
+Files: *
+Copyright: (C) 2008 David Meyer, Achim Zeileis, Kurt Hornik
+ 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; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ 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, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+X-Comment: On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/R/vcd/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/debian/get-orig-source?rev=35432&op=file
==============================================================================
--- packages/R/vcd/trunk/debian/get-orig-source (added)
+++ packages/R/vcd/trunk/debian/get-orig-source Tue Jan 20 20:12:24 2009
@@ -1,0 +1,7 @@
+#!/bin/sh
+PKG=vcd
+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: packages/R/vcd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/debian/rules?rev=35432&op=file
==============================================================================
--- packages/R/vcd/trunk/debian/rules (added)
+++ packages/R/vcd/trunk/debian/rules Tue Jan 20 20:12:24 2009
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-vcd 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

Propchange: packages/R/vcd/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/R/vcd/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/vcd/trunk/debian/watch?rev=35432&op=file
==============================================================================
--- packages/R/vcd/trunk/debian/watch (added)
+++ packages/R/vcd/trunk/debian/watch Tue Jan 20 20:12:24 2009
@@ -1,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/vcd_([-\d.]*)\.tar\.gz




More information about the debian-science-commits mailing list