This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository r-bioc-mergeomics.
commit 49d50936053c918d9c6e1086b942ef8c46a39e22 Author: Dylan Aïssi <[email protected]> Date: Fri Nov 18 22:34:52 2016 +0100 Update debian/ --- debian/README.source | 8 ++++++++ debian/README.test | 10 ++++++++++ debian/copyright | 2 +- debian/rules | 3 +++ debian/tests/control | 1 - 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..8eefb8f --- /dev/null +++ b/debian/README.source @@ -0,0 +1,8 @@ +Explanation for binary files inside source package according to + http://lists.debian.org/debian-devel/2013/09/msg00332.html + +Files: mergeomics/data/job_kda_analyze.RData +Documentation: man/job.kda.Rd + -> experiment data + + -- Dylan Aïssi <[email protected]> Fri, 18 Nov 2016 21:53:34 +0100 diff --git a/debian/README.test b/debian/README.test new file mode 100644 index 0000000..5ef982a --- /dev/null +++ b/debian/README.test @@ -0,0 +1,10 @@ +Notes on how this package can be tested. +──────────────────────────────────────── + +This package can be tested by running the provided test: + +LC_ALL=C R --no-save <<EOT +BiocGenerics:::testPackage("Mergeomics") +EOT + +in order to confirm its integrity. diff --git a/debian/copyright b/debian/copyright index fd5e4df..b8aa717 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Zeyneb Kurt <[email protected]> Source: https://bioconductor.org/packages/Mergeomics/ Files: * -Copyright: 2016 Ville-Petteri Makinen, Le Shu, Yuqi Zhao, Zeyneb Kurt, Bin Zhang, Xia Yang +Copyright: 2013-2016 Ville-Petteri Makinen, Le Shu, Yuqi Zhao, Zeyneb Kurt, Bin Zhang, Xia Yang License: GPL-2+ Files: debian/* diff --git a/debian/rules b/debian/rules index 529c38a..3ff79b7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,3 +3,6 @@ %: dh $@ --buildsystem R +override_dh_installchangelogs: + dh_installchangelogs inst/NEWS + diff --git a/debian/tests/control b/debian/tests/control index 93554ac..6b79c69 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -2,4 +2,3 @@ Tests: bioc Depends: @, r-cran-runit, r-bioc-biocgenerics Restrictions: allow-stderr - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-mergeomics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
