Codebase list libb64 / e841185
Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. Changes-By: lintian-brush Fixes: lintian: uses-deprecated-adttmp See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html Debian Janitor 1 year, 6 months ago
2 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
44 * Bump debhelper from old 11 to 13.
55 * Set debhelper-compat version in Build-Depends.
66 * Use canonical URL in Vcs-Browser.
7 * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
78
89 -- Debian Janitor <janitor@jelmer.uk> Sat, 29 Oct 2022 19:44:53 -0000
910
2424 if [ "$*" = '--build-time' ]
2525 then
2626 build_time=build-time
27 ADTTMP=debian/tmp/adt/
28 mkdir -p $ADTTMP
29 rm -rf $ADTTMP/*
27 AUTOPKGTEST_TMP=debian/tmp/adt/
28 mkdir -p $AUTOPKGTEST_TMP
29 rm -rf $AUTOPKGTEST_TMP/*
3030 fi
31 cp -a base64/ "$ADTTMP/cmdline"
32 cd "$ADTTMP"
31 cp -a base64/ "$AUTOPKGTEST_TMP/cmdline"
32 cd "$AUTOPKGTEST_TMP"
3333 if [ -z "$build_time" ]
3434 then
3535 make $make_flags -C cmdline