Lintian Fixes - neko

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 2afc414..78449e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,8 +49,8 @@ neko (2.1.0-4) unstable; urgency=medium
 neko (2.1.0-3) unstable; urgency=medium
 
   * Added upstream patches
-    + boot-c-1.diff and boot-c-2.diff: build nekoc, nekoml, and 
-      nekotools with "nekotools boot -c file.n", such that the 
+    + boot-c-1.diff and boot-c-2.diff: build nekoc, nekoml, and
+      nekotools with "nekotools boot -c file.n", such that the
       output will be valid binaries.
     + tests-1.diff and tests-2.diff: add tests that run nekoc,
       nekoml, and nekotools.
@@ -120,7 +120,7 @@ neko (2.0.0-1) unstable; urgency=low
     Closes: #666858.
   * Fix build failure with ld --as-needed. Closes: #641613.
   * Fix some lintian warnings.
-  * TODO: Pass build flags to submodules. 
+  * TODO: Pass build flags to submodules.
 
  -- Matthias Klose <doko@debian.org>  Fri, 05 Jul 2013 14:47:28 +0200
 
@@ -182,7 +182,7 @@ neko (1.8.1-1) unstable; urgency=low
   * Removed obsolete patch tora-pwrite-diversion.diff.
   * Added tora-missing-include.diff to include stdlib.h.
   * Added mysql-missing-include.diff to include stdlib.h.
-    
+
  -- Jens Peter Secher <jps@debian.org>  Tue, 28 Jul 2009 22:32:00 +0200
 
 neko (1.8.0-4) unstable; urgency=low
@@ -205,7 +205,7 @@ neko (1.8.0-3) unstable; urgency=low
 neko (1.8.0-2) unstable; urgency=low
 
   * Promoted libneko to a proper shared library living in /usr/lib.
-    (Closes: #509454)    
+    (Closes: #509454)
   * No need to Build-Conflict with itself because all rpaths have been
     removed.
   * Use quilt instead of dpatch for patches, and describe how to use
@@ -328,7 +328,7 @@ neko (1.5.3-3) unstable; urgency=low
 
   * Fix endianess problem in embedded-code loader.
     (Closes: #412567)
-  
+
  -- Jens Peter Secher <jps@debian.org>  Sat,  3 Mar 2007 11:32:21 +0100
 
 neko (1.5.3-2) unstable; urgency=low
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 d00283c..be1fb9e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Andy Li <andy@onthewings.net>
 Standards-Version: 4.6.2.0
 Build-Depends:
-	debhelper (>= 12~),
+	debhelper-compat (= 13),
 	cmake,
 	pkg-config,
 	git,
diff --git a/debian/copyright b/debian/copyright
index 708e5be..06612e4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ License: public-domain
 
 Files: cmake/FindAPACHE.cmake cmake/FindAPR.cmake
 Copyright: Apache Software Foundation
-License: Apache
+License: Apache-2.0
 
 Files: cmake/FindMariaDBConnector.cmake
 Copyright: 2013-2014, MariaDB Corporation Ab
@@ -24,7 +24,7 @@ Copyright:
  Copyright 2009-2011 Jay Sorg
  Copyright 2015 Thincast Technologies GmbH
  Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com>
-License: Apache
+License: Apache-2.0
 
 Files: cmake/FindPCRE.cmake
 Copyright: 2012, Ting Zhao and Howard Hughes Medical Institute ("HHMI")
@@ -36,7 +36,7 @@ License: Expat
 
 Files: cmake/FindZlib.cmake
 Copyright: 2012, Cloudera Inc.
-License: Apache
+License: Apache-2.0
 
 Files: cmake/LibFindMacros.cmake
 Copyright: 2014, Lasse Kärkkäinen <tronic>
@@ -71,7 +71,7 @@ License: public-domain
  binary, for any purpose, commercial or non-commercial, and by any
  means.
 
-License: Apache
+License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
@@ -83,6 +83,9 @@ License: Apache
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License, Version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.
 
 License: GPL-2
  It is free software: you can redistribute it and/or modify it under the terms
@@ -106,4 +109,4 @@ License: BSD-3-clause
  .
  Neither the name of the Howard Hughes Mecial Institute nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
index f1f584a..9190042 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,3 @@ override_dh_auto_configure:
 override_dh_shlibdeps:
 	dh_shlibdeps
 	dpkg-shlibdeps -Tdebian/neko.substvars debian/neko/usr/bin/* debian/neko/usr/lib/*/neko/*.ndll
-
-override_dh_missing:
-	dh_missing --fail-missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..6ca5b28
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/HaxeFoundation/neko/issues
+Bug-Submit: https://github.com/HaxeFoundation/neko/issues/new
+Repository-Browse: https://github.com/HaxeFoundation/neko

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package libapache2-mod-neko

No differences were encountered between the control files of package libneko2

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

No differences were encountered between the control files of package neko

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

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

Run locally

More details

Full run details