--- fexoticoptions-260.72.orig/debian/changelog +++ fexoticoptions-260.72/debian/changelog @@ -0,0 +1,5 @@ +fexoticoptions (260.72-1) unstable; urgency=low + + * Initial Debian release of new Rmetrics component package + + -- Dirk Eddelbuettel Thu, 15 Nov 2007 21:05:11 -0600 --- fexoticoptions-260.72.orig/debian/overrides +++ fexoticoptions-260.72/debian/overrides @@ -0,0 +1,12 @@ +r-cran-fexoticoptions: extra-license-file usr/lib/R/site-library/fExoticOptions/DocCopying.pdf +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/Makefile +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/COPYRIGHT.html +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runitLookbackOptions.R +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runitCurrencyTranslatedOptions.R +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/DocCopying.pdf +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runitMultipleAssetsOptions.R +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runitBarrierOptions.R +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runitMultipleExercisesOptions.R +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runitBasicAsianOptions.R +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runTests.R +r-cran-fexoticoptions: executable-not-elf-or-script ./usr/lib/R/site-library/fExoticOptions/unitTests/runitBinaryOptions.R --- fexoticoptions-260.72.orig/debian/rules +++ fexoticoptions-260.72/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-fexoticoptions package +# Copyright 2003-2007 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- fexoticoptions-260.72.orig/debian/copyright +++ fexoticoptions-260.72/debian/copyright @@ -0,0 +1,61 @@ +This is the Debian GNU/Linux r-cran-foptions package of +fExoticOptions, a set of functions for pricing and hedging of exotic +option financial options, and part of Rmetrics, a collection of +packages for financial engineering and computational finance. Both +fExoticOptions and Rmetrics were written and compiled primarily by +Diethelm Wuertz. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from + http://www.rmetrics.org +and are also available from + http://cran.r-project.org/src/contrib/ +and all CRAN mirrors as e.g. + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'fExoticOptions' to +'r-cran-fexoticoptions' to fit the pattern of CRAN (and non-CRAN) +packages for R. + +fExoticOptions is copyright by Diethelm Wuertz, and others, and +released under the GNU General Public License (GPL). + +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: fExoticOptions + Version: 260.72 + Date: 1997 - 2007 + Title: Rmetrics - Exotic Option Valuation + Author: Diethelm Wuertz and many others, see the SOURCE file + Depends: R (>= 2.4.0), fOptions + Maintainer: Diethelm Wuertz and Rmetrics Core Team + Description: Environment for teaching "Financial Engineering and Computational Finance" + NOTE: SEVERAL PARTS ARE STILL PRELIMINARY AND MAY BE CHANGED IN THE FUTURE. + THIS TYPICALLY INCLUDES FUNCTION AND ARGUMENT NAMES, + AS WELL AS DEFAULTS FOR ARGUMENTS AND RETURN VALUES. + LazyLoad: yes + LazyData: yes + License: GPL Version 2 or later + URL: http://www.rmetrics.org + Packaged: Mon Oct 8 14:08:34 2007; myself + +and the following segment was extracted from the header of src/zzz.R: + + # Copyrights (C) + # for this R-port: + # 1999 - 2004, Diethelm Wuertz, GPL + # Diethelm Wuertz + # info@rmetrics.org + # www.rmetrics.org + # for the code accessed (or partly included) from other R-ports: + # see R's copyright and license files + # for the code accessed (or partly included) from contributed R-ports + # and other sources + # see Rmetrics's copyright file + + + + \ No newline at end of file --- fexoticoptions-260.72.orig/debian/watch +++ fexoticoptions-260.72/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/fExoticOptions_([-\d\.]*)\.tar.gz --- fexoticoptions-260.72.orig/debian/control +++ fexoticoptions-260.72/debian/control @@ -0,0 +1,20 @@ +Source: fexoticoptions +Section: math +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends-Indep: debhelper (>> 4.1.0), r-base-dev (>= 2.6.0), cdbs, r-cran-foptions (>= 260.72), xvfb, xbase-clients, xfonts-base +Standards-Version: 3.7.2 + +Package: r-cran-fexoticoptions +Architecture: all +Depends: r-base-core (>= 2.6.0), r-cran-foptions (>= 260.72) +Description: GNU R package for financial engineering -- fExoticOptions + This package of functions for financial engineering and computational + finance is part of Rmetrics, a collection of packages written and + compiled by Diethelm Wuertz. + . + fExoticOptions provides functions to price and hedge exotic options + on one or several assets. + . + URL: http://www.Rmetrics.org +