Run of lintian-fixes for libb64
Try this locally (using the lintian-brush package):
debcheckout libb64
cd libb64
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/libb64 lintian-fixes/main
Summary
- Use secure copyright file specification URI. (insecure-copyright-format-uri)
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Use canonical URL in Vcs-Browser. (vcs-field-not-canonical)
- Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. (uses-deprecated-adttmp)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2018-04-01 21:24:41 +0000
+++ b/debian/changelog 2020-06-06 15:59:26 +0000
@@ -1,3 +1,13 @@
+libb64 (1.2-6) UNRELEASED; urgency=low
+
+ * Use secure copyright file specification URI.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Use canonical URL in Vcs-Browser.
+ * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sat, 06 Jun 2020 15:56:29 -0000
+
libb64 (1.2-5) unstable; urgency=medium
* debian/control: bump standard to 4.1.3 (no changes)
=== removed file 'debian/compat'
--- a/debian/compat 2018-04-01 21:24:41 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2018-04-01 21:24:41 +0000
+++ b/debian/control 2020-06-06 15:58:48 +0000
@@ -2,12 +2,12 @@
Section: libs
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.16.0~),
xutils-dev,
Standards-Version: 4.1.3
Homepage: http://libb64.sourceforge.net/
-Vcs-Browser: https://salsa.debian.org/alteholz/libb64.git
+Vcs-Browser: https://salsa.debian.org/alteholz/libb64
Vcs-Git: https://salsa.debian.org/alteholz/libb64.git
Package: libb64-0d
=== modified file 'debian/copyright'
--- a/debian/copyright 2018-04-01 18:08:13 +0000
+++ b/debian/copyright 2020-06-06 15:56:45 +0000
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libb64
Upstream-Contact: Chris Venter <chris.venter@gmail.com>
Source: http://libb64.sourceforge.net/
=== modified file 'debian/tests/libb64-dev'
--- a/debian/tests/libb64-dev 2018-04-01 18:08:13 +0000
+++ b/debian/tests/libb64-dev 2020-06-06 15:59:26 +0000
@@ -25,12 +25,12 @@
if [ "$*" = '--build-time' ]
then
build_time=build-time
- ADTTMP=debian/tmp/adt/
- mkdir -p $ADTTMP
- rm -rf $ADTTMP/*
+ AUTOPKGTEST_TMP=debian/tmp/adt/
+ mkdir -p $AUTOPKGTEST_TMP
+ rm -rf $AUTOPKGTEST_TMP/*
fi
-cp -a base64/ "$ADTTMP/cmdline"
-cd "$ADTTMP"
+cp -a base64/ "$AUTOPKGTEST_TMP/cmdline"
+cd "$AUTOPKGTEST_TMP"
if [ -z "$build_time" ]
then
make $make_flags -C cmdline