diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2024-11-16 08:24:41 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2024-11-16 08:24:41 +0100 |
commit | 7d6978b4afc21f90828cf7735b222c53649501fb (patch) | |
tree | a0f0b3c99b3802327bdf81a2d21a61eb2db95471 | |
parent | d900a0ce85f9389882567e9698b4f785971f35a8 (diff) | |
parent | f78347efd3853bf16b23208e1e4da8ee593b1e86 (diff) |
Merge branch 'release/debian/0.9.8+dfsg-2'HEADdebian/0.9.8+dfsg-2master
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 26 | ||||
-rw-r--r-- | debian/files | 2 | ||||
-rw-r--r-- | debian/patches/0001-missing_pthread.patch | 1 |
5 files changed, 44 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6ff7498..502fe9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +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. + - Add Upstream-Contact. + * debian/patches/0001-missing_pthread.patch: + - Add Forwarded: not-needed. + + -- Jörg Frings-Fürst <debian@jff.email> Wed, 13 Nov 2024 18:57:53 +0100 + uriparser (0.9.8+dfsg-1) unstable; urgency=medium * New upstream release: diff --git a/debian/control b/debian/control index d5bf0fd..dfcbdf5 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ 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/uriparser.git +Homepage: https://uriparser.github.io/ +Vcs-Git: https://git.jff.email/cgit/uriparser.git Vcs-Browser: https://git.jff.email/cgit/uriparser.git Package: liburiparser1 diff --git a/debian/copyright b/debian/copyright index 11d2b7c..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: uriparser +Upstream-Contact: Sebastian Pipping <webmaster@hartwork.org> Source: https://github.com/uriparser/uriparser Files-Excluded: doc/rfc*.htm @@ -19,10 +20,35 @@ Files: test/VersionSuite.* Copyright: 2014-2015 Sebastian Pipping <webmaster@hartwork.org> License: LGPL-2.1+ +Files: .github/dependabot.yml + .github/workflows/build-and-test.yml +Copyright: 2021 Sebastian Pipping <sebastian@pipping.org> +License: Expat + Files: debian/* Copyright: 2014-2024 Jörg Frings-Fürst <debian@jff.email> 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. . diff --git a/debian/files b/debian/files index 174a831..7cd13e4 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -uriparser_0.9.8+dfsg-1_source.buildinfo libs optional +uriparser_0.9.8+dfsg-2_source.buildinfo libs optional 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 <debian@jff.email> Last-Update: 2019-07-13 +Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/CMakeLists.txt |