Lintian Fixes - nailgun

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index f6bdc68..f917723 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 nailgun (1.0.0-1) UNRELEASED; urgency=medium
 
+  [ Hideki Yamane ]
   * New upstream release
   * debian/patches
     - refresh patches
@@ -7,6 +8,13 @@ nailgun (1.0.0-1) UNRELEASED; urgency=medium
   * debian/control
     - Add Build-Depends: libfmt-maven-plugin-java
 
+  [ Debian Janitor ]
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Update standards version to 4.1.5, no changes needed.
+
  -- Hideki Yamane <henrich@debian.org>  Sat, 20 Oct 2018 07:57:14 +0900
 
 nailgun (0.9.3-3) unstable; urgency=medium
@@ -42,7 +50,7 @@ nailgun (0.9.3-1) unstable; urgency=medium
 nailgun (0.9.1-7) unstable; urgency=medium
 
   * debian/control
-    - upstream moves to https://github.com/facebook/nailgun, update Homepage: 
+    - upstream moves to https://github.com/facebook/nailgun, update Homepage:
   * debian/watch
     - update as well
 
@@ -59,14 +67,14 @@ nailgun (0.9.1-6) unstable; urgency=medium
 nailgun (0.9.1-5) unstable; urgency=medium
 
   * debian/control
-    - set Standards-Version: 4.1.0 
+    - set Standards-Version: 4.1.0
 
  -- Hideki Yamane <henrich@debian.org>  Tue, 05 Sep 2017 20:39:29 +0900
 
 nailgun (0.9.1-4) unstable; urgency=medium
 
   * debian/control
-    - update Vcs-* 
+    - update Vcs-*
     - set Build-Depends: debhelper (>= 10)
     - set Standards-Version: 4.0.0
   * debian/compat
@@ -91,7 +99,7 @@ nailgun (0.9.1-3) unstable; urgency=medium
 nailgun (0.9.1-2) unstable; urgency=medium
 
   * Team upload.
-  * Upload to unstable. 
+  * Upload to unstable.
 
  -- Hideki Yamane <henrich@debian.org>  Wed, 29 Apr 2015 23:50:06 +0900
 
@@ -99,7 +107,7 @@ nailgun (0.9.1-1) experimental; urgency=medium
 
   [ Hideki Yamane ]
   * Team upload.
-  * New upstream release 
+  * New upstream release
   * debian/patches
     - drop 0001-update-build.xml-for-cobertura.patch and
       0002-update-build.xml-disable-junitreport.patch.
@@ -128,7 +136,7 @@ nailgun (0.9.1-1) experimental; urgency=medium
 
 nailgun (0.9.0+trunk95-3) unstable; urgency=low
 
-  * Upload to unstable. 
+  * Upload to unstable.
 
  -- Hideki Yamane <henrich@debian.org>  Wed, 09 Jan 2013 20:38:21 +0900
 
@@ -141,13 +149,13 @@ nailgun (0.9.0+trunk95-2) experimental; urgency=low
   * add debian/ant.properties
     - use "ant.build.javac.{source,target}=1.6"
   * debian/control
-    - set "Standards-Version: 3.9.4" 
+    - set "Standards-Version: 3.9.4"
 
  -- Hideki Yamane <henrich@debian.org>  Sat, 15 Dec 2012 08:41:01 +0900
 
 nailgun (0.9.0+trunk95-1) unstable; urgency=medium
 
-  * Bump up version number since it produces jar files with version as 
+  * Bump up version number since it produces jar files with version as
     0.9.0. Nothing changed in upstream source.
   * set "urgency=medium" to introduce other packages' security fix to testing
     quickly.
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 2695d78..3d68fac 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
 Uploaders: Hideki Yamane <henrich@debian.org>,
  Torsten Werner <twerner@debian.org>
 Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 13),
  default-jdk,
  libmaven-shade-plugin-java,
  libfmt-maven-plugin-java,
  libjna-platform-java,
  maven-debian-helper (>= 1.5)
-Standards-Version: 4.1.4
+Standards-Version: 4.1.5
 Homepage: https://github.com/facebook/nailgun
 Vcs-Git: https://salsa.debian.org/java-team/nailgun.git
 Vcs-Browser: https://salsa.debian.org/java-team/nailgun
@@ -23,7 +23,7 @@ Depends:
  ${maven:Depends},
  ${misc:Depends}
 Description: client, protocol, and server for running Java programs from CLI
- Nailgun is a client, protocol, and server for running Java programs from 
- the command line without incurring the JVM startup overhead. Programs run 
- in the server (which is implemented in Java), and are triggered by the 
+ Nailgun is a client, protocol, and server for running Java programs from
+ the command line without incurring the JVM startup overhead. Programs run
+ in the server (which is implemented in Java), and are triggered by the
  client (written in C), which handles all I/O.
diff --git a/debian/copyright b/debian/copyright
index 198cd07..9f30cdc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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: nailgun
 Upstream-Contact: Martian Software, Inc
 Source: https://github.com/martylamb/nailgun

Run locally

More details

Full run details

Historical runs