Lintian Fixes - r-cran-lazyeval

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 8c19103..d0a00ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ r-cran-lazyeval (0.2.2-2) UNRELEASED; urgency=medium
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Archive, Bug-Database.
   * Update standards version to 4.4.1, no changes needed.
+  * Bump debhelper from old 12 to 13.
+  * Set upstream metadata fields: Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
 
  -- Debian Janitor <janitor@jelmer.uk>  Sat, 04 Jan 2020 15:27:47 +0000
 
diff --git a/debian/control b/debian/control
index b8924df..3a23124 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
 Uploaders: Andreas Tille <tille@debian.org>
 Section: gnu-r
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-r,
                r-base-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-lazyeval
 Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-lazyeval.git
 Homepage: https://cran.r-project.org/package=lazyeval
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 29fdae7..958f28d 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -3,10 +3,10 @@
 oname=lazyeval
 pkg=r-cran-`echo $oname | tr [A-Z] [a-z]`
 
-if [ "$ADTTMP" = "" ] ; then
-  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+if [ "$AUTOPKGTEST_TMP" = "" ] ; then
+  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
-cd $ADTTMP
-cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+cd $AUTOPKGTEST_TMP
+cp -a /usr/share/doc/${pkg}/tests/* $AUTOPKGTEST_TMP
 LC_ALL=C R --no-save < testthat.R
-rm -fr $ADTTMP/*
+rm -fr $AUTOPKGTEST_TMP/*
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index ebf63e9..7779b63 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,2 +1,4 @@
 Archive: CRAN
 Bug-Database: https://github.com/hadley/lazyeval/issues
+Bug-Submit: https://github.com/hadley/lazyeval/issues/new
+Repository-Browse: https://github.com/hadley/lazyeval

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/8d/42ea41855f13ee34615c8c3a9db0062723a81a.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/79/835f2d6f9db1cfdb5d5d5ed68105dd57990a3a.debug

Control files of package r-cran-lazyeval: lines which differ (wdiff format)

  • Depends: r-base-core (>= 4.1.3.20220413-2~jan+lint1), 4.2.0-1~jan+unchanged1), r-api-4.0, libc6 (>= 2.2.5)

Control files of package r-cran-lazyeval-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 79835f2d6f9db1cfdb5d5d5ed68105dd57990a3a 8d42ea41855f13ee34615c8c3a9db0062723a81a

Run locally

More details

Full run details