[med-svn] r9612 - in trunk/packages/R: . r-cran-deal r-cran-deal/trunk r-cran-deal/trunk/debian r-cran-deal/trunk/debian/source

Ivo Maintz ivomaintz-guest at alioth.debian.org
Tue Feb 7 16:57:36 UTC 2012


Author: ivomaintz-guest
Date: 2012-02-07 16:57:35 +0000 (Tue, 07 Feb 2012)
New Revision: 9612

Added:
   trunk/packages/R/r-cran-deal/
   trunk/packages/R/r-cran-deal/trunk/
   trunk/packages/R/r-cran-deal/trunk/debian/
   trunk/packages/R/r-cran-deal/trunk/debian/README.Debian
   trunk/packages/R/r-cran-deal/trunk/debian/changelog
   trunk/packages/R/r-cran-deal/trunk/debian/compat
   trunk/packages/R/r-cran-deal/trunk/debian/control
   trunk/packages/R/r-cran-deal/trunk/debian/copyright
   trunk/packages/R/r-cran-deal/trunk/debian/docs
   trunk/packages/R/r-cran-deal/trunk/debian/get-orig-source
   trunk/packages/R/r-cran-deal/trunk/debian/rules
   trunk/packages/R/r-cran-deal/trunk/debian/source/
   trunk/packages/R/r-cran-deal/trunk/debian/source/format
   trunk/packages/R/r-cran-deal/trunk/debian/upstream
   trunk/packages/R/r-cran-deal/trunk/debian/watch
Log:
added r-cran-deal to svn



Added: trunk/packages/R/r-cran-deal/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/README.Debian	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,7 @@
+r-cran-deal for Debian
+--------------------------
+
+This package can be tested by loading it into R with the command
+'library(deal)' in order to confirm its integrity.
+
+ -- ivo Maintz <ivo at maintz.de>  Wed, 01 Feb 2012 09:59:12 +0100

Added: trunk/packages/R/r-cran-deal/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/changelog	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,5 @@
+r-cran-deal (1.2.34-1) unstable; urgency=low
+
+  * Initial release (closes: #659043)
+
+ -- ivo Maintz <ivo at maintz.de>  Wed, 01 Feb 2012 09:59:12 +0100

Added: trunk/packages/R/r-cran-deal/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/compat	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1 @@
+8

Added: trunk/packages/R/r-cran-deal/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/control	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,20 @@
+Source: r-cran-deal
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: ivo Maintz <ivo at maintz.de>
+DM-Upload-Allow: yes
+Build-Depends: debhelper (>= 8), r-base-dev, cdbs
+Standards-Version: 3.9.2
+Homepage: http://cran.r-project.org/web/packages/deal/index.html
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-deal/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-deal/trunk/
+
+Package: r-cran-deal
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${R:Depends}
+Description: Learning Bayesian Networks with Mixed Variables
+ Bayesian networks with continuous and/or discrete variables
+ can be learned and compared from data.

Added: trunk/packages/R/r-cran-deal/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/copyright	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: deal
+Source: http://cran.r-project.org/src/contrib/deal_1.2-34.tar.gz
+
+Files: *
+Copyright: 2011 Susanne Gammelgaard Bottcher <lma at math.aau.dk>
+           2011 Claus Dethlefsen <cld at rn.dk>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2012 ivo Maintz <ivo at maintz.de>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ 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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: trunk/packages/R/r-cran-deal/trunk/debian/docs
===================================================================
Added: trunk/packages/R/r-cran-deal/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/get-orig-source	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,17 @@
+#!/bin/sh
+set -e
+NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
+UPSTREAMNAME=`echo $NAME | sed 's/r-cran-//'`
+VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
+MAIN_VERSION=`echo $VERSION | cut -d. -f1,2`
+COUNT=`echo $VERSION | cut -d. -f3`
+UPSTREAM_TARBALL=${UPSTREAMNAME}_${MAIN_VERSION}-${COUNT}.tar.gz
+TARDIR=${NAME}-${VERSION}
+wget http://cran.r-project.org/src/contrib/${UPSTREAM_TARBALL}
+tar -xzf ${UPSTREAM_TARBALL}
+mv ${UPSTREAMNAME} ${TARDIR}
+chmod -x ${TARDIR}/CHANGELOG ${TARDIR}/DESCRIPTION ${TARDIR}/INDEX ${TARDIR}/NAMESPACE
+GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf "$NAME"_"$VERSION".orig.tar.gz "${TARDIR}"
+rm -rf ${TARDIR} ${UPSTREAM_TARBALL}
+mv ${NAME}_${VERSION}.orig.tar.gz ../
+


Property changes on: trunk/packages/R/r-cran-deal/trunk/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-deal/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/rules	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+include /usr/share/R/debian/r-cran.mk
+#%:
+#	dh $@ 


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

Added: trunk/packages/R/r-cran-deal/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/source/format	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-deal/trunk/debian/upstream
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/upstream	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/upstream	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,8 @@
+Archive: CRAN
+Contact: Claus Dethlefsen <cld at rn.dk>
+Download: http://cran.r-project.org/src/contrib/
+Homepage: http://cran.r-project.org/web/packages/deal/
+Name: deal
+Watch: |
+ version=3
+ http://cran.r-project.org/src/contrib/deal_([\d.-]*)\.tar.gz

Added: trunk/packages/R/r-cran-deal/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-deal/trunk/debian/watch	2012-02-07 16:57:35 UTC (rev 9612)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/deal_([\d.-]*)\.tar.gz




More information about the debian-med-commit mailing list