diff -Nru r-cran-gwidgetstcltk-0.0-55/debian/changelog r-cran-gwidgetstcltk-0.0-55.1/debian/changelog --- r-cran-gwidgetstcltk-0.0-55/debian/changelog 2020-04-17 09:34:04.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/debian/changelog 2020-06-05 14:11:01.000000000 +0000 @@ -1,3 +1,26 @@ +r-cran-gwidgetstcltk (0.0-55.1-3) unstable; urgency=medium + + * Team upload. + * Pass "-a" to xvfb-run in autopkgtests for improved robustness + (Closes: #962280) + + -- Olivier Tilloy Fri, 05 Jun 2020 16:11:01 +0200 + +r-cran-gwidgetstcltk (0.0-55.1-2) unstable; urgency=medium + + * Team upload. + * Rules-Requires-Root: no (routine-update) + * Trim trailing whitespace. + + -- Andreas Tille Sat, 16 May 2020 20:06:03 +0200 + +r-cran-gwidgetstcltk (0.0-55.1-1) unstable; urgency=medium + + * Team upload. + * New upstream version + + -- Dylan Aïssi Mon, 04 May 2020 08:58:27 +0200 + r-cran-gwidgetstcltk (0.0-55-3) unstable; urgency=medium * Team upload. diff -Nru r-cran-gwidgetstcltk-0.0-55/debian/control r-cran-gwidgetstcltk-0.0-55.1/debian/control --- r-cran-gwidgetstcltk-0.0-55/debian/control 2020-04-17 09:34:04.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/debian/control 2020-06-05 14:11:01.000000000 +0000 @@ -2,13 +2,12 @@ Maintainer: Debian R Packages Maintainers Uploaders: Steffen Moeller Section: gnu-r -#Testsuite: autopkgtest-pkg-r Priority: optional Build-Depends: debhelper-compat (= 12), dh-r, r-base-dev, + r-cran-gwidgets (>= 0.0-51), r-cran-digest, - r-cran-gwidgets, xvfb, xauth, xfonts-base @@ -16,6 +15,7 @@ Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-gwidgetstcltk Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-gwidgetstcltk.git Homepage: https://cran.r-project.org/package=gWidgetstcltk +Rules-Requires-Root: no Package: r-cran-gwidgetstcltk Architecture: all diff -Nru r-cran-gwidgetstcltk-0.0-55/debian/patches/Fix-dep.patch r-cran-gwidgetstcltk-0.0-55.1/debian/patches/Fix-dep.patch --- r-cran-gwidgetstcltk-0.0-55/debian/patches/Fix-dep.patch 2020-04-17 09:34:04.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/debian/patches/Fix-dep.patch 2020-06-05 14:11:01.000000000 +0000 @@ -8,7 +8,7 @@ @@ -3,7 +3,7 @@ Title: Toolkit implementation of gWidgets for tcltk package Author: John Verzani - Maintainer: John Verzani + Maintainer: ORPHANED -Depends: R (>= 2.14.0), methods, gWidgets(>= 0.0.51), tcltk(>= 2.7.0), +Depends: R (>= 2.14.0), methods, gWidgets(>= 0.0-51), tcltk(>= 2.7.0), digest diff -Nru r-cran-gwidgetstcltk-0.0-55/debian/rules r-cran-gwidgetstcltk-0.0-55.1/debian/rules --- r-cran-gwidgetstcltk-0.0-55/debian/rules 2020-04-17 09:34:04.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/debian/rules 2020-06-05 14:11:01.000000000 +0000 @@ -2,4 +2,3 @@ %: dh $@ --buildsystem R - diff -Nru r-cran-gwidgetstcltk-0.0-55/debian/tests/control r-cran-gwidgetstcltk-0.0-55.1/debian/tests/control --- r-cran-gwidgetstcltk-0.0-55/debian/tests/control 2020-04-17 09:34:04.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/debian/tests/control 2020-06-05 14:11:01.000000000 +0000 @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, xvfb, xauth, xfonts-base +Depends: @, xvfb, xauth, xfonts-base, r-cran-runit Restrictions: allow-stderr diff -Nru r-cran-gwidgetstcltk-0.0-55/debian/tests/run-unit-test r-cran-gwidgetstcltk-0.0-55.1/debian/tests/run-unit-test --- r-cran-gwidgetstcltk-0.0-55/debian/tests/run-unit-test 2020-04-17 09:34:04.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/debian/tests/run-unit-test 2020-06-05 14:11:01.000000000 +0000 @@ -11,6 +11,6 @@ gunzip -r * for testfile in *.R; do echo "BEGIN TEST $testfile" - LC_ALL=C.UTF-8 xvfb-run R --no-save < $testfile + LC_ALL=C.UTF-8 xvfb-run -a R --no-save < $testfile done diff -Nru r-cran-gwidgetstcltk-0.0-55/DESCRIPTION r-cran-gwidgetstcltk-0.0-55.1/DESCRIPTION --- r-cran-gwidgetstcltk-0.0-55/DESCRIPTION 2014-07-20 20:19:03.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/DESCRIPTION 2020-04-29 05:51:03.000000000 +0000 @@ -1,8 +1,8 @@ Package: gWidgetstcltk -Version: 0.0-55 +Version: 0.0-55.1 Title: Toolkit implementation of gWidgets for tcltk package Author: John Verzani -Maintainer: John Verzani +Maintainer: ORPHANED Depends: R (>= 2.14.0), methods, gWidgets(>= 0.0.51), tcltk(>= 2.7.0), digest Suggests: @@ -10,7 +10,10 @@ License: GPL (>= 2) URL: http://gwidgets.r-forge.r-project.org/ LazyLoad: yes -Packaged: 2014-07-20 19:16:46 UTC; verzani +Packaged: 2020-04-29 05:48:22 UTC; ripley NeedsCompilation: no Repository: CRAN -Date/Publication: 2014-07-20 22:19:03 +Date/Publication: 2020-04-29 05:51:03 UTC +X-CRAN-Original-Maintainer: John Verzani +X-CRAN-Comment: Orphaned on 2020-04-29 as requires orphaned package + 'gWidgets' by the same non-maintainer. diff -Nru r-cran-gwidgetstcltk-0.0-55/MD5 r-cran-gwidgetstcltk-0.0-55.1/MD5 --- r-cran-gwidgetstcltk-0.0-55/MD5 2014-07-20 20:19:03.000000000 +0000 +++ r-cran-gwidgetstcltk-0.0-55.1/MD5 2020-04-29 05:51:03.000000000 +0000 @@ -1,5 +1,5 @@ 16e2811b7ad836223b70a45ff66b3b23 *ChangeLog -3b96dc3966d70f06449dc6fcb6358164 *DESCRIPTION +08ec9887a9d11ff4d82888b00df1ec3c *DESCRIPTION 96fe55e47f7cbab1421dab9ab4ee67ea *NAMESPACE c0ed2a34359af76ba37b26e411e302f2 *NEWS b143517f22048be2e371884192f954ae *R/aaaGenerics.R