Run of lintian-fixes for osmo-trx
Try this locally (using the lintian-brush package):
debcheckout osmo-trx
cd osmo-trx
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/osmo-trx lintian-fixes/main
Summary
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Drop unnecessary dependency on dh-autoreconf. (useless-autoreconf-build-depends)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2018-11-06 20:56:07 +0000
+++ b/debian/changelog 2020-07-19 19:27:04 +0000
@@ -1,3 +1,11 @@
+osmo-trx (0.4.0-2) UNRELEASED; urgency=low
+
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Drop unnecessary dependency on dh-autoreconf.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sun, 19 Jul 2020 19:24:50 -0000
+
osmo-trx (0.4.0-1) unstable; urgency=medium
* Upload to unstable
=== removed file 'debian/compat'
--- a/debian/compat 2018-04-16 20:22:51 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2018-09-22 11:56:51 +0000
+++ b/debian/control 2020-07-19 19:26:06 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
, Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 12),
pkg-config,
libuhd-dev,
libusb-1.0-0-dev,
=== modified file 'debian/rules'
--- a/debian/rules 2018-09-22 11:53:56 +0000
+++ b/debian/rules 2020-07-19 19:27:04 +0000
@@ -9,7 +9,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_clean:
@@ -20,9 +20,6 @@
echo $(DEB_VERSION_UPSTREAM) > .tarball-version
dh_autoreconf
-override_dh_auto_configure:
- dh_auto_configure
-
override_dh_auto_test:
dh_auto_test
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))