--- quadprog-1.5-5.orig/debian/changelog +++ quadprog-1.5-5/debian/changelog @@ -0,0 +1,151 @@ +quadprog (1.5-5-3build1) artful; urgency=medium + + * No-change rebuild to pick up r-api-3.4 + + -- Graham Inggs Wed, 27 Sep 2017 08:48:27 +0000 + +quadprog (1.5-5-3) unstable; urgency=medium + + * Rebuilt under R 3.4.0 to update registration for .C() and .Fortran() + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + * debian/control: Add Depends: on ${misc:Depends} + + -- Dirk Eddelbuettel Sun, 04 Jun 2017 12:08:33 -0500 + +quadprog (1.5-5-2) 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 07:06:08 -0500 + +quadprog (1.5-5-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 17 Apr 2013 21:35:51 -0500 + +quadprog (1.5-4-2) unstable; urgency=low + + * debian/control: Set Standards-Version: to current version + * 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 Sat, 30 Mar 2013 10:19:45 -0500 + +quadprog (1.5-4-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 Thu, 12 May 2011 20:32:42 -0500 + +quadprog (1.5-3-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 09 Apr 2010 14:32:36 -0500 + +quadprog (1.5-2-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Thu, 08 Apr 2010 21:12:38 -0500 + +quadprog (1.5-1-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, 06 Apr 2010 11:21:20 -0500 + +quadprog (1.4.12-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 20 Nov 2009 12:49:10 -0600 + +quadprog (1.4.11-3) 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 Mon, 02 Nov 2009 20:06:17 -0600 + +quadprog (1.4.11-2) unstable; urgency=low + + * Rebuilding with current toolchian and R (Closes: #471182) + + -- Dirk Eddelbuettel Sun, 16 Mar 2008 20:39:54 -0500 + +quadprog (1.4.11-1+b1) unstable; urgency=low + + * Rebuilding to aid the gfortran transition, no source or packaging change + + -- Dirk Eddelbuettel Mon, 10 Mar 2008 20:27:47 -0500 + +quadprog (1.4.11-1) unstable; urgency=low + + * New upstream release + * debian/control: Updated (Build-)Depends: to 'r-base-(core|dev) (>= 2.5.1)' + + -- Dirk Eddelbuettel Fri, 13 Jul 2007 14:17:54 -0500 + +quadprog (1.4.10-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 4 Oct 2006 16:59:10 -0500 + +quadprog (1.4.9-1) unstable; urgency=low + + * New upstream release + + * debian/rules: Simplified to cdbs-based one-liner sourcing r-cran.mk + * debian/control: Hence Build-Depends: updated to r-base-dev (>= 2.3.1) + + * debian/control: Standards-Version: increased to 3.7.2 + * debian/control: Removed obsolete Build-Depends: on 'f2c [m68k]' + + -- Dirk Eddelbuettel Thu, 7 Sep 2006 20:57:10 -0500 + +quadprog (1.4.8-1) unstable; urgency=low + + * New upstream release + + * debian/control: Upgraded Standards-Versions: to 3.6.2 + * debian/post{inst,rm}: No longer call R to update html help index + * debian/watch: Added 'uversionmangle' to expression + + -- Dirk Eddelbuettel Sat, 28 Jan 2006 10:05:28 -0600 + +quadprog (1.4.7-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 20:17:01 -0500 + +quadprog (1.4.7-1) unstable; urgency=low + + * Initial Debian Release + + -- Dirk Eddelbuettel Fri, 23 Apr 2004 16:17:25 -0500 + + --- quadprog-1.5-5.orig/debian/compat +++ quadprog-1.5-5/debian/compat @@ -0,0 +1 @@ +7 --- quadprog-1.5-5.orig/debian/control +++ quadprog-1.5-5/debian/control @@ -0,0 +1,13 @@ +Source: quadprog +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), cdbs, r-base-dev (>= 3.4.0) +Standards-Version: 3.9.8 + +Package: r-cran-quadprog +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends} +Description: GNU R package for solving quadratic programming problems + This CRAN package provides functions and documentation for solving + quadratic programming problems in GNU R. --- quadprog-1.5-5.orig/debian/copyright +++ quadprog-1.5-5/debian/copyright @@ -0,0 +1,32 @@ +This is the Debian GNU/Linux r-cran-quadprog package of quadprog, a +set of functions for solving quadratic programming problem in GNU R. +Quadprog was initially written for S by Berwin Turlach, and ported to +R by Andreas Weingessel. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'quadprog' to +'r-cran-quadprog' to highlight the fact that is it a CRAN package for R. + +Copyright (C) 1997-2008 Berwin Turlach and Andreas Weingessel + +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: quadprog + Version: 1.4-7 + Date: 2004-01-31 + Title: Functions to solve Quadratic Programming Problems. + Author: S original by Berwin A. Turlach + R port by Andreas Weingessel + Maintainer: Andreas Weingessel + Description: This package contains routines and documentation for + solving quadratic programming problems. + License: GPL version 2 or later + Packaged: Sat Jan 31 13:32:53 2004; hornik --- quadprog-1.5-5.orig/debian/rules +++ quadprog-1.5-5/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-quadprog package +# Copyright 2003 - 2006 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- quadprog-1.5-5.orig/debian/watch +++ quadprog-1.5-5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/quadprog_([-0-9\.]*).tar.gz