--- r-cran-int64-1.1.2.orig/debian/changelog +++ r-cran-int64-1.1.2/debian/changelog @@ -0,0 +1,60 @@ +r-cran-int64 (1.1.2-4build1) artful; urgency=medium + + * No-change rebuild to pick up r-api-3.4 + + -- Graham Inggs Wed, 27 Sep 2017 09:19:27 +0000 + +r-cran-int64 (1.1.2-4) unstable; urgency=medium + + * Rebuilt under R 3.4.0 + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Tue, 20 Jun 2017 17:06:10 -0500 + +r-cran-int64 (1.1.2-3) unstable; urgency=medium + + * debian/compat: Created + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Wed, 22 Jun 2016 11:03:03 -0500 + +r-cran-int64 (1.1.2-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sun, 31 Mar 2013 12:10:03 -0500 + +r-cran-int64 (1.1.2-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 02 Dec 2011 12:50:22 -0600 + +r-cran-int64 (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Mon, 28 Nov 2011 10:44:34 -0600 + +r-cran-int64 (1.1.0-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Thu, 24 Nov 2011 09:27:51 -0600 + +r-cran-int64 (1.0.0-1) unstable; urgency=low + + * Initial Debian release of new CRAN package int64 which will be a + required package to build the next version of Rcpp (Closes: #649538) + + -- Dirk Eddelbuettel Mon, 21 Nov 2011 18:27:44 -0600 + + --- r-cran-int64-1.1.2.orig/debian/compat +++ r-cran-int64-1.1.2/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-int64-1.1.2.orig/debian/control +++ r-cran-int64-1.1.2/debian/control @@ -0,0 +1,17 @@ +Source: r-cran-int64 +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.0), cdbs +Standards-Version: 3.9.8 + +Package: r-cran-int64 +Architecture: any +Depends: ${shlibs:Depends}, ${shlibs:Misc}, ${R:Depends} +Description: GNU R package for 64 bit integer types + This package provides 64 bit integer types thereby allowing for + indexing of much larger objects than with the standard 32-bit + integers in R. + . + This package was developed with support from the Google Open Source + Programs Office --- r-cran-int64-1.1.2.orig/debian/copyright +++ r-cran-int64-1.1.2/debian/copyright @@ -0,0 +1,40 @@ +This is the Debian GNU/Linux r-cran-int64 package of int64, an R package +providing 64-bit signed and unsigned integers. int64 was written by +Romain François with support by the Google Open Source Programs Office. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from the main CRAN site + http://cran.r-project.org/src/contrib/ +and are also available from all CRAN mirrors as e.g. + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'int64' to +'r-cran-int64' to fit the pattern of CRAN (and non-CRAN) Debian R +packages. + +Copyright (C) 2011 Romain Francois +Copyright (C) 2011 Google Inc. All rights reserved. + +License: GPL (>= 2) + +On a Debian GNU/Linux system, the GPL license (v2) is included in the +file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION file is included below: + + Package: int64 + Type: Package + Title: 64 bit integer types + Version: 1.0.0 + Date: 2011-10-21 + Author: Romain Francois, sponsored by the Google Open Source Programs Office + Maintainer: Romain Francois + Description: 64 bit integer types + License: GPL (>= 2) + LazyLoad: yes + Depends: methods + Suggests: RUnit + Packaged: 2011-11-19 10:43:43 UTC; romain + Repository: CRAN + Date/Publication: 2011-11-20 10:03:40 + \ No newline at end of file --- r-cran-int64-1.1.2.orig/debian/rules +++ r-cran-int64-1.1.2/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-int64 package +# Copyright 2003-2011 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- r-cran-int64-1.1.2.orig/debian/watch +++ r-cran-int64-1.1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/int64_([-\d\.]*)\.tar.gz