Binary files /tmp/tmp40r1fm1q/kKoO4_tb1E/r-bioc-tfbstools-1.34.0+dfsg/build/vignette.rds and /tmp/tmp40r1fm1q/maVjsZFZ2G/r-bioc-tfbstools-1.36.0+dfsg/build/vignette.rds differ diff -Nru r-bioc-tfbstools-1.34.0+dfsg/debian/changelog r-bioc-tfbstools-1.36.0+dfsg/debian/changelog --- r-bioc-tfbstools-1.34.0+dfsg/debian/changelog 2022-05-16 19:24:41.000000000 +0000 +++ r-bioc-tfbstools-1.36.0+dfsg/debian/changelog 2022-11-29 07:47:36.000000000 +0000 @@ -1,3 +1,18 @@ +r-bioc-tfbstools (1.36.0+dfsg-2) unstable; urgency=medium + + * Disable reprotest + * Provide autopkgtest-pkg-r.conf to make sure testthat will be found + * Drop debian/tests/control and rely on autopkgtest-pkg-r + + -- Andreas Tille Tue, 29 Nov 2022 08:47:36 +0100 + +r-bioc-tfbstools (1.36.0+dfsg-1) unstable; urgency=medium + + * New upstream version + * Reduce piuparts noise in transitions (routine-update) + + -- Andreas Tille Mon, 21 Nov 2022 22:09:36 +0100 + r-bioc-tfbstools (1.34.0+dfsg-1) unstable; urgency=medium * New upstream version diff -Nru r-bioc-tfbstools-1.34.0+dfsg/debian/docs r-bioc-tfbstools-1.36.0+dfsg/debian/docs --- r-bioc-tfbstools-1.34.0+dfsg/debian/docs 2022-05-16 19:24:41.000000000 +0000 +++ r-bioc-tfbstools-1.36.0+dfsg/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -debian/tests/run-unit-test -tests diff -Nru r-bioc-tfbstools-1.34.0+dfsg/debian/salsa-ci.yml r-bioc-tfbstools-1.36.0+dfsg/debian/salsa-ci.yml --- r-bioc-tfbstools-1.34.0+dfsg/debian/salsa-ci.yml 2022-05-16 19:24:41.000000000 +0000 +++ r-bioc-tfbstools-1.36.0+dfsg/debian/salsa-ci.yml 2022-11-29 07:47:36.000000000 +0000 @@ -2,3 +2,12 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +# Reduce piuparts noise in transitions +piuparts: + allow_failure: true +# R creates .rdb files and .rds with some randomness. +# https://tests.reproducible-builds.org/debian/issues/unstable/randomness_in_r_rdb_rds_databases_issue.html +# Thus reprotest is disabled here +variables: + SALSA_CI_DISABLE_REPROTEST: 1 diff -Nru r-bioc-tfbstools-1.34.0+dfsg/debian/tests/autopkgtest-pkg-r.conf r-bioc-tfbstools-1.36.0+dfsg/debian/tests/autopkgtest-pkg-r.conf --- r-bioc-tfbstools-1.34.0+dfsg/debian/tests/autopkgtest-pkg-r.conf 1970-01-01 00:00:00.000000000 +0000 +++ r-bioc-tfbstools-1.36.0+dfsg/debian/tests/autopkgtest-pkg-r.conf 2022-11-29 07:47:36.000000000 +0000 @@ -0,0 +1 @@ +extra_depends=r-cran-testthat diff -Nru r-bioc-tfbstools-1.34.0+dfsg/debian/tests/control r-bioc-tfbstools-1.36.0+dfsg/debian/tests/control --- r-bioc-tfbstools-1.34.0+dfsg/debian/tests/control 2022-05-16 19:24:41.000000000 +0000 +++ r-bioc-tfbstools-1.36.0+dfsg/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -Tests: run-unit-test -Depends: @, r-cran-testthat, -Restrictions: allow-stderr - - diff -Nru r-bioc-tfbstools-1.34.0+dfsg/debian/tests/run-unit-test r-bioc-tfbstools-1.36.0+dfsg/debian/tests/run-unit-test --- r-bioc-tfbstools-1.34.0+dfsg/debian/tests/run-unit-test 2022-05-16 19:24:41.000000000 +0000 +++ r-bioc-tfbstools-1.36.0+dfsg/debian/tests/run-unit-test 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -#!/bin/sh -e - -pkgname=TFBSTools -debname=r-bioc-tfbstools - -if [ "$AUTOPKGTEST_TMP" = "" ] ; then - AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` - trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM -fi -cd $AUTOPKGTEST_TMP -cp -a /usr/share/doc/$debname/tests/* $AUTOPKGTEST_TMP -gunzip -r * - -for testfile in *.R; do - echo "BEGIN TEST $testfile" - LC_ALL=C R --no-save < $testfile -done - diff -Nru r-bioc-tfbstools-1.34.0+dfsg/DESCRIPTION r-bioc-tfbstools-1.36.0+dfsg/DESCRIPTION --- r-bioc-tfbstools-1.34.0+dfsg/DESCRIPTION 2022-04-26 22:16:15.000000000 +0000 +++ r-bioc-tfbstools-1.36.0+dfsg/DESCRIPTION 2022-11-01 23:12:55.000000000 +0000 @@ -1,5 +1,5 @@ Package: TFBSTools -Version: 1.34.0 +Version: 1.36.0 Date: 2021-09-10 Title: Software Package for Transcription Factor Binding Site (TFBS) Analysis @@ -39,10 +39,10 @@ Motif-methods.r PFM-methods.r Wrappers-methods.r DirichletMixture.r TFFM.R TFFMseqLogo.R IO.R Enrichment.R git_url: https://git.bioconductor.org/packages/TFBSTools -git_branch: RELEASE_3_15 -git_last_commit: 7f8d0cb -git_last_commit_date: 2022-04-26 -Date/Publication: 2022-04-26 -Packaged: 2022-04-26 22:16:15 UTC; biocbuild +git_branch: RELEASE_3_16 +git_last_commit: 3358c89 +git_last_commit_date: 2022-11-01 +Date/Publication: 2022-11-01 +Packaged: 2022-11-01 23:12:55 UTC; biocbuild Author: Ge Tan [aut, cre] Maintainer: Ge Tan