From b5d32e06dfcc8daf900e30c8f369e250c44653d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 12 Jul 2024 09:18:35 +0200 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c313862..b05e43f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -uriparser (0.9.8+dfsg-2) UNRELEASED; urgency=medium +uriparser (0.9.8+dfsg-2) unstable; urgency=medium * debian/control: - Fix Vcs-Git URL. - -- Jörg Frings-Fürst Fri, 12 Jul 2024 09:10:39 +0200 + -- Jörg Frings-Fürst Fri, 12 Jul 2024 09:17:33 +0200 uriparser (0.9.8+dfsg-1) unstable; urgency=medium -- cgit v1.2.3 From 4e277b26c1703d69f5d56bc25f1b87e5889cd802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 13 Nov 2024 14:10:12 +0100 Subject: Declare compliance with Debian Policy 4.7.0.1 --- debian/changelog | 3 ++- debian/control | 2 +- debian/copyright | 2 +- debian/files | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index b05e43f..b8aad3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ uriparser (0.9.8+dfsg-2) unstable; urgency=medium * debian/control: - - Fix Vcs-Git URL. + - Fix Vcs-Git URL. + * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). -- Jörg Frings-Fürst Fri, 12 Jul 2024 09:17:33 +0200 diff --git a/debian/control b/debian/control index b9ff2d5..eeaf1fe 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libqt5sql5-sqlite, qtbase5-dev, qttools5-dev-tools -Standards-Version: 4.7.0 +Standards-Version: 4.7.0.1 Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net Vcs-Git: https://git.jff.email/cgit/uriparser.git diff --git a/debian/copyright b/debian/copyright index 11d2b7c..b803404 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: uriparser +Upstream-Name: Sebastian Pipping Source: https://github.com/uriparser/uriparser Files-Excluded: doc/rfc*.htm diff --git a/debian/files b/debian/files deleted file mode 100644 index 174a831..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -uriparser_0.9.8+dfsg-1_source.buildinfo libs optional -- cgit v1.2.3 From bd3ee3e3eb4c6cc98d2d30196de91f2f46c25198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 13 Nov 2024 14:28:54 +0100 Subject: d/copyright: Rewrite to make lrc happy --- debian/changelog | 2 ++ debian/control | 2 +- debian/copyright | 25 +++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b8aad3f..cc75f85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ uriparser (0.9.8+dfsg-2) unstable; urgency=medium * debian/control: - Fix Vcs-Git URL. * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). + * debian/copyright: + - Rewrite to make lrc happy. -- Jörg Frings-Fürst Fri, 12 Jul 2024 09:17:33 +0200 diff --git a/debian/control b/debian/control index eeaf1fe..dfcbdf5 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: qttools5-dev-tools Standards-Version: 4.7.0.1 Rules-Requires-Root: no -Homepage: http://uriparser.sourceforge.net +Homepage: https://uriparser.github.io/ Vcs-Git: https://git.jff.email/cgit/uriparser.git Vcs-Browser: https://git.jff.email/cgit/uriparser.git diff --git a/debian/copyright b/debian/copyright index b803404..a6bec5c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -19,10 +19,35 @@ Files: test/VersionSuite.* Copyright: 2014-2015 Sebastian Pipping License: LGPL-2.1+ +Files: .github/dependabot.yml + .github/workflows/build-and-test.yml +Copyright: 2021 Sebastian Pipping +License: Expat + Files: debian/* Copyright: 2014-2024 Jörg Frings-Fürst License: GPL-3+ +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + 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 AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 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 All rights reserved. . -- cgit v1.2.3 From 6ef0a8be152d116b690c067f52db12082a159112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 13 Nov 2024 18:31:33 +0100 Subject: d/p/0001-missing_pthread.patch: Add Forwarded: not-needed --- debian/changelog | 2 ++ debian/patches/0001-missing_pthread.patch | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index cc75f85..4c1fbae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ uriparser (0.9.8+dfsg-2) unstable; urgency=medium * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). * debian/copyright: - Rewrite to make lrc happy. + * debian/patches/0001-missing_pthread.patch: + - Add Forwarded: not-needed. -- Jörg Frings-Fürst Fri, 12 Jul 2024 09:17:33 +0200 diff --git a/debian/patches/0001-missing_pthread.patch b/debian/patches/0001-missing_pthread.patch index 0d6db5a..d1a3316 100644 --- a/debian/patches/0001-missing_pthread.patch +++ b/debian/patches/0001-missing_pthread.patch @@ -1,6 +1,7 @@ Description: Add missing pthread to build system Author: Jörg Frings-Fürst Last-Update: 2019-07-13 +Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/CMakeLists.txt -- cgit v1.2.3 From e1bbf4bf713889a1f13ef01f0413b6faf203ec55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 13 Nov 2024 18:58:51 +0100 Subject: d/changelog: Change Date/Time --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4c1fbae..5ee85e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ uriparser (0.9.8+dfsg-2) unstable; urgency=medium * debian/patches/0001-missing_pthread.patch: - Add Forwarded: not-needed. - -- Jörg Frings-Fürst Fri, 12 Jul 2024 09:17:33 +0200 + -- Jörg Frings-Fürst Wed, 13 Nov 2024 18:57:53 +0100 uriparser (0.9.8+dfsg-1) unstable; urgency=medium -- cgit v1.2.3 From f78347efd3853bf16b23208e1e4da8ee593b1e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 13 Nov 2024 19:16:17 +0100 Subject: d/copyright: Add Upstream-Contact --- debian/changelog | 1 + debian/copyright | 3 ++- debian/files | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 5ee85e4..502fe9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ uriparser (0.9.8+dfsg-2) unstable; urgency=medium * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). * debian/copyright: - Rewrite to make lrc happy. + - Add Upstream-Contact. * debian/patches/0001-missing_pthread.patch: - Add Forwarded: not-needed. diff --git a/debian/copyright b/debian/copyright index a6bec5c..b49ad50 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Sebastian Pipping +Upstream-Name: uriparser +Upstream-Contact: Sebastian Pipping Source: https://github.com/uriparser/uriparser Files-Excluded: doc/rfc*.htm diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..7cd13e4 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +uriparser_0.9.8+dfsg-2_source.buildinfo libs optional -- cgit v1.2.3