--- fbasics-3010.86.orig/debian/overrides +++ fbasics-3010.86/debian/overrides @@ -0,0 +1,13 @@ +r-cran-fbasics: extra-license-file usr/lib/R/site-library/fBasics/DocCopying.pdf +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/DocCopying.pdf +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/COPYRIGHT.html +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitTwoSampleTests.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitJarqueBeraPValues.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/Makefile +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitReturnSeriesBasics.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitDistributionFits.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitStableDistribution.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitStylizedFacts.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitHyperbolicDistribution.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runTests.R +r-cran-fbasics: executable-not-elf-or-script ./usr/lib/R/site-library/fBasics/unitTests/runitNormalityTests.R \ No newline at end of file --- fbasics-3010.86.orig/debian/control +++ fbasics-3010.86/debian/control @@ -0,0 +1,21 @@ +Source: fbasics +Section: gnu-r +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0~20130327), cdbs, r-cran-vr, r-cran-timedate, r-cran-timeseries (>= 2100.84), r-cran-stabledist, xvfb, xauth, xfonts-base, r-cran-gss +Standards-Version: 3.9.4 +Homepage: http://www.Rmetrics.org + +Package: r-cran-fbasics +Architecture: any +Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-mass, r-cran-timedate, r-cran-timeseries (>= 2100.84), r-cran-stabledist +Suggests: r-cran-runit +Description: GNU R package for financial engineering -- fBasics + This package of functions for financial engineering and computational + finance is part of Rmetrics, a collection of packages written and + compiled by Diethelm Wuertz. + . + fBasics provides basic statistical tests, distributions and other tools + used by many of the Rmetrics packages. + --- fbasics-3010.86.orig/debian/copyright +++ fbasics-3010.86/debian/copyright @@ -0,0 +1,70 @@ +This is the Debian GNU/Linux r-cran-fbasics package of fBasics, a set +of functions for basic statistics, date and time management, and part +of Rmetrics, a collection of packages for financial engineering and +computational finance. Both fBasics and Rmetrics were written and +compiled primarily by Diethelm Wuertz, with code by others (see below +for fBasics). + +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 'fBasics' to +'r-cran-fbasics' to fit the pattern of CRAN (and non-CRAN) packages +for R. + +Copyright (C) 1999 - 2008 Diethelm Wuertz +Copyright (C) 1999 - 2008 Rmetrics Foundation + +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: fBasics + Version: 190.10056 + Date: 1996 - 2004 + Title: Financial Software Collection - fBasics + Author: Diethelm Wuertz and many others, see the SOURCE file + Depends: R (>= 1.9.0), methods + Maintainer: Diethelm Wuertz + Description: fBasics Library from Rmetrics - + Rmetrics is an Environment and + Software Collection for teaching + "Financial Engineering and Computational Finance" + License: GPL Version 2 or later + URL: http://www.itp.phys.ethz.ch/econophysics/R/1.9 + Packaged: Tue Jun 15 06:17:06 2004; myself + +and the following segment was extracted from the header of src/zzz.R: + + # Copyrights (C) + # for this R-port: + # Diethelm Wuertz + # for the code accessed (or partly included) from other R-ports: + # R: see R's copyright and license file + # date: Terry Therneau + # R port by Th. Lumley K. Halvorsen + # , and Kurt Hornik + # ts: Collected by Brian Ripley. See SOURCES + # tseries: Compiled by Adrian Trapletti + # for ical: + # libical: Libical is an Open Source implementation of the IETF's + # iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, + # and 2447). It parses iCal components and provides a C API for + # manipulating the component properties, parameters, and subcomponents. + # Olsen's VTIMEZONE: These data files are released under the GNU + # General Public License, in keeping with the license options of + # libical. + # for the holiday database: + # holiday information collected from the internet and governmental + # sources obtained from a few dozens of websites + + + --- fbasics-3010.86.orig/debian/compat +++ fbasics-3010.86/debian/compat @@ -0,0 +1 @@ +5 --- fbasics-3010.86.orig/debian/changelog +++ fbasics-3010.86/debian/changelog @@ -0,0 +1,281 @@ +fbasics (3010.86-1ubuntu1) trusty; urgency=low + + * Sychronize with Debian. Remaining changes: + - debian/rules: Build with -O0 on all arm*. + + -- Matthew Fischer Mon, 21 Oct 2013 13:53:47 -0600 + +fbasics (3010.86-1) unstable; urgency=low + + * New upstream release + + * debian/control: New (Build-)Depends: on r-cran-gss as upstream package + now imports package gss + + -- Dirk Eddelbuettel Sun, 19 May 2013 14:37:45 -0500 + +fbasics (2160.85-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sun, 31 Mar 2013 12:11:30 -0500 + +fbasics (2160.85-1ubuntu2) saucy; urgency=low + + * No-change rebuild against R 3.0.0 + + -- Jeremy Bicha Tue, 30 Apr 2013 08:00:27 -0400 + +fbasics (2160.85-1ubuntu1) raring; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/rules: Build with -O0 on all arm*. + + -- Logan Rosen Sun, 02 Dec 2012 15:33:08 -0500 + +fbasics (2160.85-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 21 Sep 2012 14:43:07 -0500 + +fbasics (2160.84-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 14 Sep 2012 16:42:38 -0500 + +fbasics (2160.83-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Thu, 23 Aug 2012 08:29:04 -0500 + +fbasics (2160.81-2ubuntu2) quantal; urgency=low + + * Remove armel=armv6 hack, and just build with -O0 on all arm* + + -- Adam Conrad Mon, 16 Jul 2012 14:55:02 -0600 + +fbasics (2160.81-2ubuntu1) quantal; urgency=low + + * Merge from Debian unstable (LP: #1021589) Remaining changes: + - Work around gfortran ICE on armhf, build with -O0. LP: #642043. + - Work around gfortran ICE on armel, build with -march=armv6. LP: #642043. + + -- Vibhav Pant Fri, 06 Jul 2012 11:25:13 +0530 + +fbasics (2160.81-2) unstable; urgency=low + + * debian/control: Added (Build-)Depends on r-cran-stabledist + + -- Dirk Eddelbuettel Thu, 22 Mar 2012 12:05:29 -0500 + +fbasics (2160.81-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Tue, 20 Mar 2012 11:07:14 -0500 + +fbasics (2110.79-1ubuntu3) precise; urgency=low + + * Work around gfortran ICE on armhf, build with -O0. LP: #642043. + + -- Matthias Klose Wed, 14 Dec 2011 11:40:01 +0100 + +fbasics (2110.79-1ubuntu1) maverick; urgency=low + + * Work around gfortran ICE on armel, build with -march=armv6. LP: #642043. + + -- Matthias Klose Sat, 18 Sep 2010 15:54:14 +0200 + +fbasics (2110.79-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Mon, 08 Feb 2010 12:24:39 -0600 + +fbasics (2100.78-2) unstable; urgency=low + + * Rebuilt for R 2.10.0 to work with new R-internal help file conversion + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Wed, 04 Nov 2009 16:55:30 -0600 + +fbasics (2100.78-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + * debian/control: Set Build-Depends: on r-cran-timeseries to (>= 2100.84) + + -- Dirk Eddelbuettel Tue, 29 Sep 2009 16:44:22 -0500 + +fbasics (2100.77-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: on r-cran-timeseries to (>= 2100.83) + + -- Dirk Eddelbuettel Mon, 20 Apr 2009 21:36:38 -0500 + +fbasics (290.76-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: on r-cran-timeseries to (>= 290.81) + + * debian/control: Changed Section: to new section 'gnu-r' + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version 3.8.1 + + -- Dirk Eddelbuettel Fri, 17 Apr 2009 11:24:23 -0500 + +fbasics (290.75-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + * debian/control: Switched to Architecture: any as the upstream sources + now contain compiled code as well + * debian/control: Changed Build-Depends-Indep: to Build-Depends: + + -- Dirk Eddelbuettel Wed, 28 Jan 2009 19:06:09 -0600 + +fbasics (280.74-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Mon, 27 Oct 2008 20:17:14 -0500 + +fbasics (280.73-1) unstable; urgency=low + + * New upstream release + + * debian/control: Add (Build-)Depends: on new packages r-cran-timedate + and r-cran-timeseries (split off from r-cran-fcalendar) and r-cran-vr + + * debian/control: Updated Suggests: + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sun, 26 Oct 2008 10:48:07 -0500 + +fbasics (260.72-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: on r-cran-fimport (>= 260.72) + * debian/control: Added Build-Depends on xfvb for tcltk lazyload at build + + * Built with R 2.6.0, so setting (Build-)Depends: to + 'r-base-(core|dev) >= 2.6.0' to prevent move to testing before R 2.6.0 + + -- Dirk Eddelbuettel Fri, 02 Nov 2007 14:27:58 -0500 + +fbasics (251.70-1) unstable; urgency=low + + * New upstream release + * debian/control: Updated (Build-)Depends: to 'r-base-(core|dev) (>= 2.5.1)' + + * DESCRIPTION: Set LazyLoad: to 'no' as builds would abort on autoloads of + tcltk when there is no $DISPLAY defined. + + -- Dirk Eddelbuettel Tue, 10 Jul 2007 21:22:28 -0500 + +fbasics (240.10068.1-1) unstable; urgency=low + + * New upstream release + * Upload to unstable as etch is frozen + + -- Dirk Eddelbuettel Fri, 15 Dec 2006 14:35:20 -0600 + +fbasics (240.10067-1) unstable; urgency=low + + * New upstream release + + * debian/rules: Simplified to cdbs-based one-liner sourcing r-cran.mk + * debian/control: Build-Depends: updated to r-base-dev (>= 2.4.0) + * debian/control: Added (Build-)Depends: for r-cran-{vr,fecofin,fcalendar} + * debian/contrpl: Added missing Depends: ${shlibs:Depends} + * debian/control: Standards-Version: upgradeded to 3.7.2 + + -- Dirk Eddelbuettel Sun, 29 Oct 2006 12:27:41 -0600 + +fbasics (221.10065-1) unstable; urgency=low + + * New upstream release + + * debian/watch: One more fix for regular expression + + -- Dirk Eddelbuettel Mon, 20 Feb 2006 10:50:48 -0600 + +fbasics (220.10063-1) unstable; urgency=low + + * New upstream release + + * debian/control: Standards-Version: upgradeded to 3.6.2 + * debian/watch: Corrected regular expression (thanks, Rafael Laboissier) + * debian/post{inst,rm}: No longer call R to update html index + + -- Dirk Eddelbuettel Thu, 3 Nov 2005 23:23:37 -0600 + +fbasics (201.10060-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 18 May 2005 23:02:55 -0500 + +fbasics (201.10059-1) unstable; urgency=low + + * New upstream release + * debian/control: Updated Description to reflect the move of some + code into the new fCalendar package (r-cran-fcalendar for Debian). + + -- Dirk Eddelbuettel Wed, 20 Apr 2005 20:25:56 -0500 + +fbasics (200.10058-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 12 Oct 2004 21:25:00 -0500 + +fbasics (191.10057-2) unstable; urgency=low + + * Rebuilt under R 2.0.0 + * debian/control: Updated Build-Depends: and Depends: accordingly + * debian/post{inst,rm}: Only run build-help.pl if R is installed + * debian/watch: Added watch file + + -- Dirk Eddelbuettel Fri, 8 Oct 2004 15:50:31 -0500 + +fbasics (191.10057-1) unstable; urgency=low + + * New upstream release and initial Debian upload + + -- Dirk Eddelbuettel Sun, 4 Jul 2004 10:39:50 -0500 + +fbasics (190.10056-0) unstable; urgency=low + + * Initial Debian packaging + + -- Dirk Eddelbuettel Sat, 26 Jun 2004 13:29:55 -0500 + --- fbasics-3010.86.orig/debian/watch +++ fbasics-3010.86/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/fBasics_([-\d\.]*)\.tar.gz --- fbasics-3010.86.orig/debian/rules +++ fbasics-3010.86/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-fbasics package +# Copyright 2003-2007 by Dirk Eddelbuettel + +PATH:=$(CURDIR)/bin:$(PATH) +export PATH + +include /usr/share/R/debian/r-cran.mk + +ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf)) +pre-build:: + mkdir -p bin + echo '#!/bin/sh' > bin/gfortran + echo 'set -x' >> bin/gfortran + echo '/usr/bin/gfortran `echo "$$@" | sed s/-O[123]/-O0/`' >> bin/gfortran + chmod +x bin/gfortran + +clean:: + rm -rf bin +endif