Lintian Fixes - easybind

Ready changes

Summary

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index f13c575..45dd95b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,21 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: tony mancill <tmancill@debian.org>
-Build-Depends: debhelper (>= 12),
+Build-Depends: debhelper-compat (= 13),
                default-jdk (>= 1:1.8),
                gradle-debian-helper,
                junit4,
                libopenjfx-java,
                maven-repo-helper
-Standards-Version: 4.3.0
+Standards-Version: 4.6.2
 Homepage: https://github.com/TomasMikula/EasyBind
 Vcs-Git: https://salsa.debian.org/java-team/easybind.git
 Vcs-Browser: https://salsa.debian.org/java-team/easybind
 
 Package: libeasybind-java
 Architecture: all
-Multi-arch: foreign
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: helper library for custom JavaFX bindings using lamdas
  EasyBind leverages lambdas to reduce boilerplate
  when creating custom bindings, provides a type-safe alternative to

Run locally

More details

Full run details

Historical runs