--- r-cran-lpsolve-5.6.7.orig/debian/watch +++ r-cran-lpsolve-5.6.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/lpSolve_([-\d\.]*)\.tar.gz --- r-cran-lpsolve-5.6.7.orig/debian/changelog +++ r-cran-lpsolve-5.6.7/debian/changelog @@ -0,0 +1,85 @@ +r-cran-lpsolve (5.6.7-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + + * (Re-)building with R 3.0.0 (beta) + + * debian.control: Removed 'r-base-core (>= 2.15.3)' no longer needed as + ${R:Depends} is used + + -- Dirk Eddelbuettel Sun, 31 Mar 2013 10:09:42 -0500 + +r-cran-lpsolve (5.6.7-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 Sat, 23 Mar 2013 12:05:19 -0500 + +r-cran-lpsolve (5.6.6-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, 27 Apr 2011 08:54:03 -0500 + +r-cran-lpsolve (5.6.5-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 Sat, 07 Aug 2010 12:58:45 -0500 + +r-cran-lpsolve (5.6.4-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 19:15:23 -0600 + +r-cran-lpsolve (5.6.4-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version 2.7.2 + * debian/control: Set Standards-Version: to current version 3.8.0 + + -- Dirk Eddelbuettel Sun, 31 Aug 2008 10:59:21 -0500 + +r-cran-lpsolve (5.6.3-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Sat, 07 Jun 2008 10:00:01 -0500 + +r-cran-lpsolve (5.6.2-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 07 May 2008 09:19:11 -0500 + +r-cran-lpsolve (5.6.1-1) unstable; urgency=low + + * New upstream release + + * Rebuilding under the current R version + * debian/control: Updated (Build-)Depends accordingly + + -- Dirk Eddelbuettel Tue, 29 Apr 2008 15:37:50 -0500 + +r-cran-lpsolve (5.5.8-1) unstable; urgency=low + + * Initial Debian release + + -- Dirk Eddelbuettel Tue, 16 Oct 2007 21:54:52 -0500 --- r-cran-lpsolve-5.6.7.orig/debian/rules +++ r-cran-lpsolve-5.6.7/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-lpsolve package +# Copyright 2004-2007 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-lpsolve-5.6.7.orig/debian/copyright +++ r-cran-lpsolve-5.6.7/debian/copyright @@ -0,0 +1,39 @@ +This is the Debian GNU/Linux r-cran-adapt package of lpSolve, a +package for GNU R that provides functions for solving linear, integer +and mixed integer programs. lpSolve was written by Michel Berkelaar +and others and is maintained by Sam Buttrey. + +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 'lpSolve' to +'r-cran-lpsolve' to fit the pattern of CRAN (and non-CRAN) packages for +R. + +Copyright (C) 1998 - 2008 Michel Berkelaar and Sam Buttrey +Portions Copyright (C) 1998-2001 by the University of Florida. +Portions Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. + +License: LGPL v2 + +On a Debian GNU/Linux system, the LGPL license (version 2) is included +in the file /usr/share/common-licenses/LGPL-2. + +For reference, the upstream DESCRIPTION [indented two spaces] +file is included below: + + Package: lpSolve + Version: 5.5.8 + Date: 2007-09-14 + Title: Interface to Lp_solve v. 5.5 to solve linear/integer programs + Author: Michel Berkelaar and others + Maintainer: Sam Buttrey + Description: Lp_solve is freely available (under LGPL 2) software for + solving linear, integer and mixed integer programs. In this implementation + we supply a "wrapper" function in C and some R functions that solve + general linear/integer problems, assignment problems, and transportation + problems. This version calls lp_solve version 5.5. + License: LGPL version 2 + Packaged: Fri Sep 14 11:14:52 2007; sebuttre + --- r-cran-lpsolve-5.6.7.orig/debian/control +++ r-cran-lpsolve-5.6.7/debian/control @@ -0,0 +1,14 @@ +Source: r-cran-lpsolve +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0), r-base-dev (>= 3.0.0~20130327), cdbs +Standards-Version: 3.9.4 + +Package: r-cran-lpsolve +Architecture: any +Depends: ${shlibs:Depends}, ${R:Depends} +Description: GNU R package providing linear program solvers + This package provides functions for solving linear, integer and + mixed integer programs. +