This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-phylobase.
commit 3645fde3fb5436151b4a97e2e975550ebd02874f Author: Andreas Tille <[email protected]> Date: Sat Apr 9 12:09:58 2016 +0000 Finalise packaging --- debian/README.source | 22 ++++++++++++++++++++++ debian/changelog | 7 +++---- debian/control | 4 ++-- debian/copyright | 18 ++++++++++++++++++ debian/rules | 3 +++ 5 files changed, 48 insertions(+), 6 deletions(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..2945665 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,22 @@ +Explanation for binary files inside source package according to + http://lists.debian.org/debian-devel/2013/09/msg00332.html + +The source packages contains some binary RData files which are +documented inside the according manpages + +Files: data/geospiza.rda + data/geospiza_raw.rda +Documentation: man/geospiza.Rd + Phylogenetic tree and morphological data for Darwin's finches, in different + formats. (Dolph Schluter, Luke Harmon) + +Files: data/owls4.rda +Documentation: man/owls4.Rd + A tiny tree, for testing/example purposes, using one of the examples from + the r-cran-ape package. + +Files: inst/nexusfiles/ExContData.Rdata + This is just a saved session when running phylobase examples. + It can be loaded into R to verify its content. + + -- Andreas Tille <[email protected]> Tue, 22 Mar 2016 12:05:59 +0100 diff --git a/debian/changelog b/debian/changelog index 11d0954..be13dba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ -r-cran-phylobase (0.8.2-1) UNRELEASED; urgency=low +r-cran-phylobase (0.8.2-1) unstable; urgency=low - * Initial release (Closes: #<bug>) - TODO: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rnexml/trunk/ + * Initial release (Closes: #820520) - -- Andreas Tille <[email protected]> Tue, 22 Mar 2016 12:05:59 +0100 + -- Andreas Tille <[email protected]> Sat, 09 Apr 2016 13:54:52 +0200 diff --git a/debian/control b/debian/control index fefb5a0..c267686 100644 --- a/debian/control +++ b/debian/control @@ -5,13 +5,13 @@ Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), cdbs, - r-base-dev + r-base-dev, r-cran-ape, r-cran-ade4, r-cran-rcpp, r-cran-rncl, r-cran-rnexml -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-phylobase/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-phylobase/trunk/ Homepage: https://cran.r-project.org/web/packages/phylobase/ diff --git a/debian/copyright b/debian/copyright index bd164b5..db450f2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,3 +13,21 @@ License: GPL-2+ Files: debian/* Copyright: 2016 Andreas Tille <[email protected]> License: GPL-2+ + +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 St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/rules b/debian/rules index 2fbba2d..d9c5a57 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f include /usr/share/R/debian/r-cran.mk + +install/$(package):: + chmod -x $(debRlib)/$(cranName)/nexusfiles/co1.nex -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-phylobase.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
