From 992e4d2b7c081f9650078119ba8ca2c62f975108 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 10:12:09 +0000 Subject: [PATCH 1/5] Update lintian override info format in d/source.lintian-overrides on line 4. Changes-By: lintian-brush Fixes: lintian: mismatched-override See-also: https://lintian.debian.org/tags/mismatched-override.html --- debian/source.lintian-overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides index 8076d2e4..f2a5b8e2 100644 --- a/debian/source.lintian-overrides +++ b/debian/source.lintian-overrides @@ -1,4 +1,4 @@ # Override invalid PHP license problem for PHP extensions coming from PECL.PHP.NET php-mongodb source: license-problem-php-license * # Somehow lintian still can't detect public-domain license -php-mongodb source: missing-license-paragraph-in-dep5-copyright public-domain * +php-mongodb source: missing-license-paragraph-in-dep5-copyright public-domain [debian/copyright:*] -- GitLab From b74ee9e8256ff12421335c85da32ab62b13f84b1 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 10:12:11 +0000 Subject: [PATCH 2/5] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 75d8f8bd..75f1632c 100644 --- a/debian/control +++ b/debian/control @@ -75,4 +75,3 @@ Description: MongoDB driver for PHP between MongoDB and PHP, implementing only fundemental and performance-critical components necessary to build a fully-functional MongoDB driver. - -- GitLab From 7b9aa57334b0f3cb3f0c77777a279f9c1952a98e Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 10:12:14 +0000 Subject: [PATCH 3/5] Use secure copyright file specification URI. Changes-By: lintian-brush Fixes: lintian: insecure-copyright-format-uri See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 2d1eae5d..89967db3 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: mongodb Source: http://pecl.php.net/package/mongodb -- GitLab From 80099b1e4b5e2ed962dd3ccdcc5ff7417a824b31 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 10:12:18 +0000 Subject: [PATCH 4/5] debian/copyright: use spaces rather than tabs to start continuation lines. Changes-By: lintian-brush Fixes: lintian: tab-in-license-text See-also: https://lintian.debian.org/tags/tab-in-license-text.html --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 89967db3..0b8f0943 100644 --- a/debian/copyright +++ b/debian/copyright @@ -19,7 +19,7 @@ Files: */src/libbson/src/bson/b64_ntop.h */src/libbson/src/bson/b64_pton.h */src/libmongoc/src/mongoc/mongoc-b64.c Copyright: 1995 by International Business Machines, Inc. - 1996, 1998 by Internet Software Consortium + 1996, 1998 by Internet Software Consortium License: ISC and Other-IBM Files: */src/libbson/src/bson/bson-md5.c -- GitLab From cc3e233e01f1647c83798624c595ccca4b8e0142 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 10:12:24 +0000 Subject: [PATCH 5/5] Move source package lintian overrides to debian/source. Changes-By: lintian-brush Fixes: lintian: old-source-override-location See-also: https://lintian.debian.org/tags/old-source-override-location.html --- debian/{source.lintian-overrides => source/lintian-overrides} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename debian/{source.lintian-overrides => source/lintian-overrides} (100%) diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides similarity index 100% rename from debian/source.lintian-overrides rename to debian/source/lintian-overrides -- GitLab