[med-svn] r4269 - in trunk/packages/R/bitops/trunk: . debian

Charles Plessy plessy at alioth.debian.org
Thu Oct 29 03:52:13 UTC 2009


Author: plessy
Date: 2009-10-29 03:52:13 +0000 (Thu, 29 Oct 2009)
New Revision: 4269

Added:
   trunk/packages/R/bitops/trunk/debian/
   trunk/packages/R/bitops/trunk/debian/changelog
   trunk/packages/R/bitops/trunk/debian/compat
   trunk/packages/R/bitops/trunk/debian/control
   trunk/packages/R/bitops/trunk/debian/copyright
   trunk/packages/R/bitops/trunk/debian/rules
   trunk/packages/R/bitops/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/packages/R/bitops/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/packages/R/bitops/trunk/debian/changelog
===================================================================
--- trunk/packages/R/bitops/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/bitops/trunk/debian/changelog	2009-10-29 03:52:13 UTC (rev 4269)
@@ -0,0 +1,5 @@
+bitops (1.0-4-1) unstable; urgency=low
+
+  * Initial release (Closes: #487973).
+
+ -- Steffen Moeller <moeller at debian.org>  Wed, 25 Jun 2008 14:29:07 +0200

Added: trunk/packages/R/bitops/trunk/debian/compat
===================================================================
--- trunk/packages/R/bitops/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/bitops/trunk/debian/compat	2009-10-29 03:52:13 UTC (rev 4269)
@@ -0,0 +1 @@
+5

Added: trunk/packages/R/bitops/trunk/debian/control
===================================================================
--- trunk/packages/R/bitops/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/bitops/trunk/debian/control	2009-10-29 03:52:13 UTC (rev 4269)
@@ -0,0 +1,16 @@
+Source: bitops
+Section: math
+Priority: optional
+Maintainer: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>> 4.1.0), r-base-dev (>= 2.6.2), cdbs
+Standards-Version: 3.8.0
+Homepage: http://cran.r-project.org/web/packages/caTools/
+
+Package: r-cran-bitops
+Architecture: any
+Depends: r-base-core (>= 2.6.2), ${shlibs:Depends}
+Description: GNU R package implementing bitwise operations
+ Functions for bitwise operations on integer vectors.
+ .
+ This package of R programming tools for plotting data was written by
+ Steve Dutky <sdutky at terpalum.umd.edu> with parts by Martin Maechler.

Added: trunk/packages/R/bitops/trunk/debian/copyright
===================================================================
--- trunk/packages/R/bitops/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/bitops/trunk/debian/copyright	2009-10-29 03:52:13 UTC (rev 4269)
@@ -0,0 +1,34 @@
+This is the Debian GNU/Linux r-cran-gplots package of bitops, a
+package with programming tools for plotting data for GNU R. bitops was
+written and compiled by Steve Dutky <sdutky at terpalum.umd.edu>,
+extending initial work by Martin Maechler.
+
+This package was created by Steffen Moeller <moeller at debian.org> following
+a template of Dirk Eddelbuettel <edd at debian.org>.  The sources were
+downloaded from 
+	http://cran.us.r-project.org/src/contrib/
+
+The package was renamed from its upstream name 'bitops' to
+'r-cran-bitops' to fit the pattern of CRAN (and non-CRAN) packages for
+R.
+
+Copyright (C) 2005 Steve Dutky <sdutky at terpalum.umd.edu>
+
+License: GPLv2+
+
+On a Debian GNU/Linux system, the GPL license is included in the file
+/usr/share/common-licenses/GPL.
+
+For reference, the upstream DESCRIPTION file is included below:
+
+	Package: bitops
+	Version: 1.0-4
+	Date: 2005-01-28
+	Author: S original by Steve Dutky <sdutky at terpalum.umd.edu>
+	  initial R port and extensions by Martin Maechler.
+	  revised and modified by Steve Dutky
+	Maintainer: Steve Dutky <sdutky at terpalum.umd.edu>
+	Title: Functions for Bitwise operations
+	Description: Functions for Bitwise operations on integer vectors.
+	License: GPL version 2 or later
+	Packaged: Fri Jan 28 18:43:58 2005; dutky

Added: trunk/packages/R/bitops/trunk/debian/rules
===================================================================
--- trunk/packages/R/bitops/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/bitops/trunk/debian/rules	2009-10-29 03:52:13 UTC (rev 4269)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-gplots package
+# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
+


Property changes on: trunk/packages/R/bitops/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/bitops/trunk/debian/watch
===================================================================
--- trunk/packages/R/bitops/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/bitops/trunk/debian/watch	2009-10-29 03:52:13 UTC (rev 4269)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/bitops_([\d.-]*)\.tar.gz




More information about the debian-med-commit mailing list