Author: tille Date: 2014-09-15 15:00:15 +0000 (Mon, 15 Sep 2014) New Revision: 18032
Modified: trunk/packages/R/r-cran-vioplot/trunk/debian/changelog trunk/packages/R/r-cran-vioplot/trunk/debian/control trunk/packages/R/r-cran-vioplot/trunk/debian/copyright trunk/packages/R/r-cran-vioplot/trunk/debian/docs trunk/packages/R/r-cran-vioplot/trunk/debian/rules Log: Polishing the packaging Modified: trunk/packages/R/r-cran-vioplot/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-vioplot/trunk/debian/changelog 2014-09-15 14:29:52 UTC (rev 18031) +++ trunk/packages/R/r-cran-vioplot/trunk/debian/changelog 2014-09-15 15:00:15 UTC (rev 18032) @@ -1,5 +1,5 @@ r-cran-vioplot (0.2-1) UNRELEASED; urgency=low - * Initial release. + * Initial release. (Closes: ???) - -- Steffen Moeller <[email protected]> Mon, 15 Sep 2014 13:57:49 +0200 + -- Andreas Tille <[email protected]> Mon, 15 Sep 2014 15:04:08 +0200 Modified: trunk/packages/R/r-cran-vioplot/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-vioplot/trunk/debian/control 2014-09-15 14:29:52 UTC (rev 18031) +++ trunk/packages/R/r-cran-vioplot/trunk/debian/control 2014-09-15 15:00:15 UTC (rev 18032) @@ -1,11 +1,13 @@ Source: r-cran-vioplot Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), cdbs, - r-base-dev (>= 3.0) + r-base-dev (>= 3.0), + r-cran-sm Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-vioplot/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-vioplot/trunk/ @@ -14,6 +16,7 @@ Package: r-cran-vioplot Architecture: all Depends: ${R:Depends}, - ${shlib:Depends} + ${shlib:Depends}, + r-cran-sm Description: GNU R toolbox for violin plots A violin plot is a combination of a box plot and a kernel density plot. Modified: trunk/packages/R/r-cran-vioplot/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-vioplot/trunk/debian/copyright 2014-09-15 14:29:52 UTC (rev 18031) +++ trunk/packages/R/r-cran-vioplot/trunk/debian/copyright 2014-09-15 15:00:15 UTC (rev 18032) @@ -4,11 +4,12 @@ Source: http://cran.r-project.org/web/packages/vioplot/index.html Files: * -Copyright: © 20065 Daniel Adler <[email protected]> +Copyright: © 2005 Daniel Adler <[email protected]> License: BSD-3-Clause Files: debian/* -Copyright: 2014 Steffen Moeller <[email protected]> +Copyright: 2014 Steffen Moeller <[email protected]>, + Andreas Tille <[email protected]> License: BSD-3-Clause License: BSD-3-Clause Modified: trunk/packages/R/r-cran-vioplot/trunk/debian/docs =================================================================== --- trunk/packages/R/r-cran-vioplot/trunk/debian/docs 2014-09-15 14:29:52 UTC (rev 18031) +++ trunk/packages/R/r-cran-vioplot/trunk/debian/docs 2014-09-15 15:00:15 UTC (rev 18032) @@ -0,0 +1 @@ +debian/README.test Modified: trunk/packages/R/r-cran-vioplot/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-vioplot/trunk/debian/rules 2014-09-15 14:29:52 UTC (rev 18031) +++ trunk/packages/R/r-cran-vioplot/trunk/debian/rules 2014-09-15 15:00:15 UTC (rev 18032) @@ -2,11 +2,5 @@ export DEB_BUILD_HARDENING=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -debRreposname=cran include /usr/share/R/debian/r-cran.mk -clean:: - find . -name "*.pdf" -o -name "*.tex" -o -name "*-eps" -o -name "*.log" -o -name "*.ps" -o -name "*.txt" | xargs -r chmod -x - -get-orig-source: - uscan --verbose --force-download --repack --compression xz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
