--- r-cran-getopt-1.19.1.orig/debian/watch +++ r-cran-getopt-1.19.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/getopt_([-\d\.]*)\.tar.gz --- r-cran-getopt-1.19.1.orig/debian/copyright +++ r-cran-getopt-1.19.1/debian/copyright @@ -0,0 +1,34 @@ +This is the Debian GNU/Linux r-cran-getopt package of getopt, a +package for GNU R that provides commandline parsing functionality +useful for R scripting frontends like Rscript and littler. getopt was +written by Allen Day. + +This package was created by Dirk Eddelbuettel . The +sources were downloaded from CRAN at + http://cran.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'getopt' to +'r-cran-getopt' to fit the pattern of CRAN (and non-CRAN) packages for +R. + +Copyright (C) 2008 Allen Day + +License: GPL + +On a Debian GNU/Linux system, the GPL license (version 2) is included +in the file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION [indented two spaces] +file is included below: + + Package: getopt + Type: Package + Title: C-like getopt behavior. + Version: 1.12 + Date: 2008-04-22 + Author: Allen Day + Maintainer: Allen Day + Description: Use this with Rscript to write ``#!'' shebang scripts that accept short and long flags/options. + License: GPL + Packaged: Tue Apr 22 16:41:54 2008; allenday + --- r-cran-getopt-1.19.1.orig/debian/control +++ r-cran-getopt-1.19.1/debian/control @@ -0,0 +1,15 @@ +Source: r-cran-getopt +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0~20130327), cdbs +Standards-Version: 3.9.4 + +Package: r-cran-getopt +Architecture: any +Depends: ${shlibs:Depends}, ${R:Depends} +Description: GNU R package providing command-line parsing functionality + This package provides the getopt function which can be used with R's + Rscript (or littler's r) to write ``#!'' shebang scripts that accept + short and long flags/options. + --- r-cran-getopt-1.19.1.orig/debian/rules +++ r-cran-getopt-1.19.1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-getopt package +# Copyright 2004-2008 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-getopt-1.19.1.orig/debian/changelog +++ r-cran-getopt-1.19.1/debian/changelog @@ -0,0 +1,81 @@ +r-cran-getopt (1.19.1-2precise0) precise; urgency=low + + * Compilation for Ubuntu 12.04.2 LTS + + -- Michael Rutter Mon, 06 May 2013 16:54:26 +0000 + +r-cran-getopt (1.19.1-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sat, 30 Mar 2013 17:50:57 -0500 + +r-cran-getopt (1.19.1-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Mon, 04 Mar 2013 05:59:35 -0600 + +r-cran-getopt (1.19.0-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 Sun, 18 Nov 2012 14:19:59 -0600 + +r-cran-getopt (1.17-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Mon, 26 Sep 2011 07:12:29 -0500 + +r-cran-getopt (1.16-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 Tue, 03 May 2011 20:52:55 -0500 + +r-cran-getopt (1.15-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 Wed, 28 Apr 2010 06:02:11 -0500 + +r-cran-getopt (1.14-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 + * debian/control: Set Standards-Version: to current version + + * debian/control: Changed Section: to section 'gnu-r' + + -- Dirk Eddelbuettel Sun, 01 Nov 2009 16:00:18 -0600 + +r-cran-getopt (1.14-1) unstable; urgency=low + + * New upstream release and initial Debian upload (Closes: #478689) + + -- Dirk Eddelbuettel Wed, 30 Apr 2008 07:05:30 -0500 + +r-cran-getopt (1.12-1) unstable; urgency=low + + * Initial (local) Debian packaging + + * R/getopt.R: Added improved littler compatibility expected to be in the next + release of getopt (with thanks to Kurt Hornik for the initial version) + + -- Dirk Eddelbuettel Tue, 29 Apr 2008 16:08:30 -0500