Lintian Fixes - tiledb

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 0f25671..ff3dab0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tiledb (2.11.3-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 12 to 13.
+  * Remove unused license definitions for BSD-3-Clause, Apache-2.0, BSL-1.0.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 26 Sep 2022 14:35:34 -0000
+
 tiledb (2.11.3-1) unstable; urgency=medium
 
   * New upstream release
@@ -122,7 +132,7 @@ tiledb (2.9.0-1) unstable; urgency=medium
 
   * debian/patches/libmagic_setup.patch: Allow system libmagic use
   * debian/control: Add libmacgic-dev to Build-Depends
-  
+
  -- Dirk Eddelbuettel <edd@debian.org>  Sun, 15 May 2022 14:55:25 -0500
 
 tiledb (2.8.3-2) unstable; urgency=medium
@@ -210,7 +220,7 @@ tiledb (2.6.2-1) unstable; urgency=medium
   * debian/rules: Idem
   * debian/patches/tweak-docs-config: Comment out sphinxcontrib.contentui
     (as not in Debian) and custom.js leading to build issues
-  * debian/patches/series: Enable new patch  
+  * debian/patches/series: Enable new patch
 
  -- Dirk Eddelbuettel <edd@debian.org>  Tue, 25 Jan 2022 08:55:21 -0600
 
@@ -287,7 +297,7 @@ tiledb (1.7.7-2) unstable; urgency=medium
   * debian/control: Add Dirk to Uploader per discussion in #1002837
 
   * test/src/*: Comment out three tests failing in amd64 autobuilder but
-    not on standard amd64 machine 
+    not on standard amd64 machine
 
  -- Dirk Eddelbuettel <edd@debian.org>  Thu, 30 Dec 2021 07:27:33 -0600
 
@@ -317,7 +327,7 @@ tiledb (1.7.7-1.1) unstable; urgency=medium
   * Source-only upload for migration.
 
  -- Utkarsh Gupta <utkarsh@debian.org>  Thu, 04 Feb 2021 22:16:36 +0530
- 
+
 tiledb (1.7.7-1) unstable; urgency=medium
 
   * Initial release (Closes: #951122).
diff --git a/debian/control b/debian/control
index b95e561..2f28edb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: tiledb
 Priority: optional
 Maintainer: Dirk Eddelbuettel <edd@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
  catch2 <!nocheck>,
  chrpath,
  cmake (>= 3.3~),
diff --git a/debian/copyright b/debian/copyright
index 2487aa2..c0b8b6a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -42,70 +42,6 @@ License: Expat
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-License: BSL-1.0
- Permission is hereby granted, free of charge, to any person or organization
- obtaining a copy of the software and accompanying documentation covered by
- this license (the "Software") to use, reproduce, display, distribute,
- execute, and transmit the Software, and to prepare derivative works of the
- Software, and to permit third-parties to whom the Software is furnished to
- do so, all subject to the following:
- .
- The copyright notices in the Software and this entire statement, including
- the above license grant, this restriction and the following disclaimer,
- must be included in all copies of the Software, in whole or in part, and
- all derivative works of the Software, unless such copies or derivative
- works are solely in the form of machine-executable object code generated by
- a source language processor.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
-
-License: BSD-3-Clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- 3. Neither the name of the University 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 HOLDERS 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.
-
-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
- .
- https://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- 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 complete text of the Apache version 2.0 license
- can be found in "/usr/share/common-licenses/Apache-2.0".
-
 License: RSA-md5
  License to copy and use this software is granted provided that
  it is identified as the "RSA Data Security, Inc. MD5 Message-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index f02e3be..8efb13b 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,4 @@
 Bug-Database: https://github.com/TileDB-Inc/TileDB/issues
 Bug-Submit: https://github.com/TileDB-Inc/TileDB/issues/new
-Name: TileDB
 Repository: https://github.com/TileDB-Inc/TileDB.git
 Repository-Browse: https://github.com/TileDB-Inc/TileDB

Debdiff

File lists identical (after any substitutions)

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

No differences were encountered between the control files of package libtiledb-doc

No differences were encountered between the control files of package libtiledb2.11

No differences were encountered between the control files of package libtiledb2.11-dbgsym

Run locally

More details

Full run details