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 <[email protected]> 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 <[email protected]> +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 <[email protected]> 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 <[email protected]>, +extending initial work by Martin Maechler. + +This package was created by Steffen Moeller <[email protected]> following +a template of Dirk Eddelbuettel <[email protected]>. 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 <[email protected]> + +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 <[email protected]> + initial R port and extensions by Martin Maechler. + revised and modified by Steve Dutky + Maintainer: Steve Dutky <[email protected]> + 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 <[email protected]> + +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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
