Lintian Fixes - libgltf

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index c13333a..d2dbbcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
 libgltf (0.1.0-4) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/changelog: Remove trailing whitespaces
 
+  [ Debian Janitor ]
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+
  -- Ondřej Nový <onovy@debian.org>  Mon, 01 Oct 2018 10:44:25 +0200
 
 libgltf (0.1.0-3) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index c60838b..4880eef 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libgltf
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 10), dh-autoreconf, libboost-dev, libglm-dev, libepoxy-dev (>= 1.3.1), pkg-config
+Build-Depends: debhelper-compat (= 13), libboost-dev, libglm-dev, libepoxy-dev (>= 1.3.1), pkg-config
 # , libcppunit-dev, libpng-dev, libgl1-mesa-dev, libx11-dev
 Standards-Version: 3.9.5
 Section: libs
diff --git a/debian/rules b/debian/rules
index 1ca1142..4a60ebc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@  --with autoreconf
+	dh $@ 
 
 # needs OpenGL working, we shouldn't and can't rely on $DISPLAY, though
 # and xfvb-run doesn't work...
@@ -16,4 +16,3 @@ include /usr/share/dpkg/default.mk
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-static --disable-werror $(ENABLE_TESTS)
-

Run locally

More details

Full run details

Historical runs