Author: plessy Date: 2009-06-26 10:54:10 +0000 (Fri, 26 Jun 2009) New Revision: 3554
Added: trunk/packages/R/r-cran-qvalue/trunk/debian/compat Modified: trunk/packages/R/r-cran-qvalue/trunk/debian/changelog trunk/packages/R/r-cran-qvalue/trunk/debian/control trunk/packages/R/r-cran-qvalue/trunk/debian/copyright Log: New upstream release: changes in documentation and bug corrected for TCL/Tk support. debian/control: - Added myself to the Uploaders. - Changed section to ?\226?\128?\152gnu-r?\226?\128?\153 and incremented Standards-Version to to reflect conformance with the Policy 3.8.2. - Use Debhelper 7 (debian/compat). - Added VCS URLs. Modified: trunk/packages/R/r-cran-qvalue/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-qvalue/trunk/debian/changelog 2009-06-25 18:20:32 UTC (rev 3553) +++ trunk/packages/R/r-cran-qvalue/trunk/debian/changelog 2009-06-26 10:54:10 UTC (rev 3554) @@ -1,3 +1,16 @@ +r-cran-qvalue (1.18.0-1) unstable; urgency=low + + * New upstream release: changes in documentation and bug corrected + for TCL/Tk support. + * debian/control: + - Added myself to the Uploaders. + - Changed section to ‘gnu-r’ and incremented Standards-Version to to + reflect conformance with the Policy 3.8.2. + - Use Debhelper 7 (debian/compat). + - Added VCS URLs. + + -- Charles Plessy <[email protected]> Fri, 26 Jun 2009 12:57:09 +0900 + r-cran-qvalue (1.1-2) unstable; urgency=low * Fixed lintian warnings Added: trunk/packages/R/r-cran-qvalue/trunk/debian/compat =================================================================== --- trunk/packages/R/r-cran-qvalue/trunk/debian/compat (rev 0) +++ trunk/packages/R/r-cran-qvalue/trunk/debian/compat 2009-06-26 10:54:10 UTC (rev 3554) @@ -0,0 +1 @@ +7 Modified: trunk/packages/R/r-cran-qvalue/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-qvalue/trunk/debian/control 2009-06-25 18:20:32 UTC (rev 3553) +++ trunk/packages/R/r-cran-qvalue/trunk/debian/control 2009-06-26 10:54:10 UTC (rev 3554) @@ -1,11 +1,13 @@ Source: r-cran-qvalue -Section: science +Section: gnu-r Priority: optional Maintainer: Debian-Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 5.0.0), cdbs, r-base-dev (>= 2.7.0~20080408) -Standards-Version: 3.8.0 +Uploaders: Steffen Moeller <[email protected]>, Charles Plessy <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, r-base-dev (>= 2.7.0~20080408) +Standards-Version: 3.8.2 Homepage: http://cran.r-project.org/web/packages/qvalue +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-qvalue/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-qvalue/trunk/ Package: r-cran-qvalue Architecture: all Modified: trunk/packages/R/r-cran-qvalue/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-qvalue/trunk/debian/copyright 2009-06-25 18:20:32 UTC (rev 3553) +++ trunk/packages/R/r-cran-qvalue/trunk/debian/copyright 2009-06-26 10:54:10 UTC (rev 3554) @@ -1,22 +1,27 @@ -The R library qvalue is maintained by John D. Storey -<[email protected]>, authored by Alan -Dabney <[email protected]> and John D. Storey -<[email protected]>, with assistance from Gregory R. Warnes -<[email protected]>. +Machine-readable license summary, see ‘http://dep.debian.net/deps/dep5/’. +Name: qvalue +Contact: John D. Storey <[email protected]> +Source: http://cran.r-project.org/src/contrib/qvalue_1.18.0.tar.gz + +License: LGPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 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 Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On a Debian GNU/Linux system, the GNU Lesser GPL license version 3 is included +in the file ‘/usr/share/common-licenses/LGPL-3’, and the GNU GPL license +version 3 is included in the file ‘/usr/share/common-licenses/GPL-3’. + This package was created by Steffen Moeller <[email protected]>, based on work for the r-cran-rodbc package of Dirk Eddelbuettel <[email protected]>. - -The sources were downloaded from -http://cran.r-project.org/web/packages/qvalue/. - -The package was renamed from its upstream name 'qvalue' to -'r-cran-qvalue' to highlight the fact that is it a package for R within -the CRAN archive. - -Qvalue is copyright 2008 by the above listed authors -and released under the Lesser GNU General Public License (LGPL). - -On a Debian GNU/Linux system, the LGPL license is included in the file -/usr/share/common-licenses/LGPL. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
