Author: plessy Date: 2012-03-01 04:26:37 +0000 (Thu, 01 Mar 2012) New Revision: 9835
Added: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/README.test trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/changelog trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/control trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/copyright trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/rules Removed: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/README.Debian trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/changelog trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/control trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/copyright trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/rules Log: [svn-buildpackage] Tagging r-cran-combinat 0.0-8-3 Deleted: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/README.Debian =================================================================== --- trunk/packages/R/r-cran-combinat/trunk/debian/README.Debian 2012-02-29 21:59:41 UTC (rev 9827) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/README.Debian 2012-03-01 04:26:37 UTC (rev 9835) @@ -1,7 +0,0 @@ -Notes on how this package can be tested. -──────────────────────────────────────── - -This package can be tested by loading it into R with the command -‘library(combinat)’ in order to confirm its integrity. - - -- Andreas Tille <[email protected]> Tue, 18 Oct 2011 19:46:07 +0200 Copied: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/README.test (from rev 9832, trunk/packages/R/r-cran-combinat/trunk/debian/README.test) =================================================================== --- trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/README.test (rev 0) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/README.test 2012-03-01 04:26:37 UTC (rev 9835) @@ -0,0 +1,7 @@ +Notes on how this package can be tested. +──────────────────────────────────────── + +This package can be tested by loading it into R with the command +‘library(combinat)’ in order to confirm its integrity. + + -- Andreas Tille <[email protected]> Tue, 18 Oct 2011 19:46:07 +0200 Deleted: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/changelog =================================================================== --- trunk/packages/R/r-cran-combinat/trunk/debian/changelog 2012-02-29 21:59:41 UTC (rev 9827) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/changelog 2012-03-01 04:26:37 UTC (rev 9835) @@ -1,46 +0,0 @@ -r-cran-combinat (0.0-8-2) unstable; urgency=low - - * debian/{control,rules}: Depends: ${R:Depends} - Closes: #646050 - * Standards-Version: 3.9.2 (no changes needed) - * Debhelper 8 (control+compat) - * Added README.Debian how to test the package - * Fixed Vcs fields - - -- Andreas Tille <[email protected]> Fri, 21 Oct 2011 15:20:13 +0200 - -r-cran-combinat (0.0-8-1) unstable; urgency=low - - * New upstream release. - * Smallish lintian adjustments. - * Built with locally modified r-cran.mk to allow warning-free - transition to source/format 3.0 (quilt). - - -- Steffen Moeller <[email protected]> Sat, 05 Feb 2011 15:01:48 +0100 - -r-cran-combinat (0.0-7-1) unstable; urgency=low - - * New upstream release. - * Converted debian/copyright to experimental machine-readable format. - * Updated to Policy 3.8.3: - - Changed section to gnu-r (debian/control). - - Incremented Standards-Version (debian/control). - * Switched to Debhelper 7 (debian/control). - * Removed ${shlibs:Depends} and added ${misc:Depends} (debian/compat). - * Documented various upstream informations in debian/upstream-metadata.yaml - * Added myself to the uploaders (debian/control). - - -- Charles Plessy <[email protected]> Mon, 26 Oct 2009 13:56:40 +0900 - -r-cran-combinat (0.0-6-2) unstable; urgency=low - - * Obeying Dirk's pledge to be removed from the uploaders list - * debian/control adheres better to policy 3.8.0 - - -- Steffen Moeller <[email protected]> Thu, 15 Jan 2009 14:23:54 +0100 - -r-cran-combinat (0.0-6-1) unstable; urgency=low - - * Initial release (closes: #492112). - - -- Steffen Moeller <[email protected]> Wed, 23 Jul 2008 18:27:42 +0200 Copied: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/changelog (from rev 9834, trunk/packages/R/r-cran-combinat/trunk/debian/changelog) =================================================================== --- trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/changelog (rev 0) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/changelog 2012-03-01 04:26:37 UTC (rev 9835) @@ -0,0 +1,56 @@ +r-cran-combinat (0.0-8-3) unstable; urgency=low + + * Rebuilt against R 2.14 to automatically generate a NAMESPACE file. + * Conforms to Policy 3.9.3 (debian/control, no other changes needed). + * Refreshed debian/copyright to version 1.0 of the machine-readable format. + * Obtain ${R:Depends} through r-base-dev (debian/rules, debian/control). + * Renamed debian/README.Debian debian/README.test (only about tests). + + -- Charles Plessy <[email protected]> Thu, 01 Mar 2012 13:15:46 +0900 + +r-cran-combinat (0.0-8-2) unstable; urgency=low + + * debian/{control,rules}: Depends: ${R:Depends} + Closes: #646050 + * Standards-Version: 3.9.2 (no changes needed) + * Debhelper 8 (control+compat) + * Added README.Debian how to test the package + * Fixed Vcs fields + + -- Andreas Tille <[email protected]> Fri, 21 Oct 2011 15:20:13 +0200 + +r-cran-combinat (0.0-8-1) unstable; urgency=low + + * New upstream release. + * Smallish lintian adjustments. + * Built with locally modified r-cran.mk to allow warning-free + transition to source/format 3.0 (quilt). + + -- Steffen Moeller <[email protected]> Sat, 05 Feb 2011 15:01:48 +0100 + +r-cran-combinat (0.0-7-1) unstable; urgency=low + + * New upstream release. + * Converted debian/copyright to experimental machine-readable format. + * Updated to Policy 3.8.3: + - Changed section to gnu-r (debian/control). + - Incremented Standards-Version (debian/control). + * Switched to Debhelper 7 (debian/control). + * Removed ${shlibs:Depends} and added ${misc:Depends} (debian/compat). + * Documented various upstream informations in debian/upstream-metadata.yaml + * Added myself to the uploaders (debian/control). + + -- Charles Plessy <[email protected]> Mon, 26 Oct 2009 13:56:40 +0900 + +r-cran-combinat (0.0-6-2) unstable; urgency=low + + * Obeying Dirk's pledge to be removed from the uploaders list + * debian/control adheres better to policy 3.8.0 + + -- Steffen Moeller <[email protected]> Thu, 15 Jan 2009 14:23:54 +0100 + +r-cran-combinat (0.0-6-1) unstable; urgency=low + + * Initial release (closes: #492112). + + -- Steffen Moeller <[email protected]> Wed, 23 Jul 2008 18:27:42 +0200 Deleted: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/control =================================================================== --- trunk/packages/R/r-cran-combinat/trunk/debian/control 2012-02-29 21:59:41 UTC (rev 9827) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/control 2012-03-01 04:26:37 UTC (rev 9835) @@ -1,19 +0,0 @@ -Source: r-cran-combinat -Section: gnu-r -Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Charles Plessy <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 8), cdbs, r-base-dev -Standards-Version: 3.9.2 -DM-Upload-Allowed: yes -Homepage: http://cran.r-project.org/web/packages/combinat -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-combinat/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-combinat/trunk/ - -Package: r-cran-combinat -Architecture: all -Depends: ${misc:Depends}, ${R:Depends} -Description: GNU R package with utilities for combinatorics - The R library provides routines for combinatorics. Copied: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/control (from rev 9831, trunk/packages/R/r-cran-combinat/trunk/debian/control) =================================================================== --- trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/control (rev 0) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/control 2012-03-01 04:26:37 UTC (rev 9835) @@ -0,0 +1,19 @@ +Source: r-cran-combinat +Section: gnu-r +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Charles Plessy <[email protected]>, + Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.14.2~20120222) +Standards-Version: 3.9.3 +DM-Upload-Allowed: yes +Homepage: http://cran.r-project.org/web/packages/combinat +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-combinat/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-combinat/trunk/ + +Package: r-cran-combinat +Architecture: all +Depends: ${misc:Depends}, ${R:Depends} +Description: GNU R package with utilities for combinatorics + The R library provides routines for combinatorics. Deleted: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/copyright =================================================================== --- trunk/packages/R/r-cran-combinat/trunk/debian/copyright 2012-02-29 21:59:41 UTC (rev 9827) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/copyright 2012-03-01 04:26:37 UTC (rev 9835) @@ -1,38 +0,0 @@ -Name: combinat -Contact: Vince Carey <stvjc at channing.harvard.edu> -Source: http://cran.r-project.org/src/contrib/combinat_0.0-7.tar.gz - -The package was renamed from its upstream name 'combinat' to -'r-cran-combinat' to highlight the fact that is it a package for R within -the CRAN archive. - - -Copyright: © 1994-1997 Scott Chasalow <[email protected]>, Alan Zaslavsky -License: GPL-2 - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -On a Debian GNU/Linux system, the GNU General Public License version 2 is -included in the file ‘/usr/share/common-licenses/GPL-2’. - - - -Files: debian/* -Copyright: © 2008–9 Steffen Moeller <[email protected]> -License: same as combinat - -This package was created by Steffen Moeller <[email protected]>, -based on work for the r-cran-rodbc package of Dirk -Eddelbuettel <[email protected]>. Copied: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/copyright (from rev 9833, trunk/packages/R/r-cran-combinat/trunk/debian/copyright) =================================================================== --- trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/copyright (rev 0) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/copyright 2012-03-01 04:26:37 UTC (rev 9835) @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz +Comment: The package was renamed from its upstream name 'combinat' to + 'r-cran-combinat' to highlight the fact that is it a package for R within + the CRAN archive. + +Files: * +Copyright: © 1994-1997 Scott Chasalow <[email protected]>, Alan Zaslavsky +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On a Debian GNU/Linux system, the GNU General Public License version 2 is + included in the file ‘/usr/share/common-licenses/GPL-2’. + +Files: debian/* +Copyright: © 2008–9 Steffen Moeller <[email protected]> +License: same + Same as combinat. + Deleted: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/rules =================================================================== --- trunk/packages/R/r-cran-combinat/trunk/debian/rules 2012-02-29 21:59:41 UTC (rev 9827) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/rules 2012-03-01 04:26:37 UTC (rev 9835) @@ -1,10 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# debian/rules file for the Debian/GNU Linux r-cran-combinat package -# Copyright 2011 by Andreas Tille <[email protected]>, GPL - -include /usr/share/R/debian/r-cran.mk - -install/$(package):: - # Require a number equal or superior than the R version the package was built with. - echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars Copied: trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/rules (from rev 9831, trunk/packages/R/r-cran-combinat/trunk/debian/rules) =================================================================== --- trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/rules (rev 0) +++ trunk/packages/R/r-cran-combinat/tags/0.0-8-3/debian/rules 2012-03-01 04:26:37 UTC (rev 9835) @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
