Lintian Fixes - libotr

Ready changes

Summary

  • debian/copyright: use spaces rather than tabs to start continuation lines. ( tab-in-license-text )
  • Set debhelper-compat version in Build-Depends. ( uses-debhelper-compat-file )
  • Set field Upstream-Name in debian/copyright.
  • Drop unnecessary dependency on dh-autoreconf.

Lintian Result

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 2e5534c..e289f60 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alio
 Uploaders: Clément Hermann <nodens@debian.org>,
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 11),
                libgpg-error-dev,
                libgcrypt20-dev
 Standards-Version: 4.2.1
diff --git a/debian/copyright b/debian/copyright
index 59f90a5..9c807cb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,12 +1,13 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://otr.cypherpunks.ca/
+Upstream-Name: libotr
 
 Files: *
 Copyright:
     Copyright (C) 2004-2016  Ian Goldberg, David Goulet, Rob Smits,
                              Chris Alexander, Willy Lew, Lisa Du,
-			     Nikita Borisov
-			     <otr@cypherpunks.ca>
+ 			     Nikita Borisov
+ 			     <otr@cypherpunks.ca>
 License: LGPL-2.1+
 
 Files: debian/*
@@ -27,7 +28,7 @@ Files: toolkit/*
 Copyright:
     Copyright (C) 2004-2014  Ian Goldberg, David Goulet, Rob Smits,
                              Chris Alexander, Nikita Borisov
-		             <otr@cypherpunks.ca>
+ 		             <otr@cypherpunks.ca>
 License: GPL-2+
 
 License: GPL-2
diff --git a/debian/rules b/debian/rules
index 52f0bf3..cfbc7f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 NO_MAKE_CHECK_ARCHS := hppa mips mipsel powerpc ppc64 ppc64el s390x
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-pic \

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package libotr5

No differences were encountered between the control files of package libotr5-bin

No differences were encountered between the control files of package libotr5-bin-dbgsym

No differences were encountered between the control files of package libotr5-dbgsym

No differences were encountered between the control files of package libotr5-dev

Run locally

More details

Full run details