From 8a2bf3d909f4de0fbe2b44aaf2be9c0fee88c71f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 5 Nov 2024 11:23:34 -0600 Subject: [PATCH] Make the package Lintian-clean. --- debian/changelog | 1 + debian/control | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7fd218..87835a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libqtxdg (4.1.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. - Bump build dependencies. + * Make the package Lintian-clean. -- Simon Quigley Tue, 05 Nov 2024 11:14:12 -0600 diff --git a/debian/control b/debian/control index 3873a83..e67ab5a 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: libqtxdg Maintainer: Lubuntu Developers -XSBC-Original-Maintainer: LXQt Packaging Team +Original-Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) , @@ -20,8 +20,8 @@ Standards-Version: 4.7.0 Rules-Requires-Root: no Vcs-Browser: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging Vcs-Git: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging.git -XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg -XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git +Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg +Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git Homepage: https://github.com/lxqt/libqtxdg Package: libqt6xdg4 @@ -35,8 +35,8 @@ Depends: file, ${shlibs:Depends} Recommends: qt6-translations-l10n Pre-Depends: ${misc:Pre-Depends} -Conflicts: libqt5xdg3 (< 3.12.0-0ubuntu7~) -Replaces: libqt5xdg3 (< 3.12.0-0ubuntu7~) +Conflicts: libqt5xdg3 +Replaces: libqt5xdg3 Provides: libqt6xdg Description: Implementation of the XDG Specifications for Qt (shared lib) This library implements functions of the XDG Specifications in Qt. It is part @@ -50,8 +50,8 @@ Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: gtk-update-icon-cache Pre-Depends: ${misc:Pre-Depends} -Conflicts: libqt5xdgiconloader3 (< 3.12.0-0ubuntu7~) -Replaces: libqt5xdgiconloader3 (< 3.12.0-0ubuntu7~) +Conflicts: libqt5xdgiconloader3 +Replaces: libqt5xdgiconloader3 Provides: libqt6xdgiconloader Description: Implementation of the XDG Iconloader for Qt (shared lib) This library implements the backend to load icons which are handled according @@ -67,8 +67,8 @@ Depends: libmagic-dev, libqt6xdgiconloader-dev (= ${binary:Version}), ${misc:Depends} Recommends: qtxdg-dev-tools (= ${source:Version}) -Conflicts: libqt5xdg-dev (< 3.12.0-0ubuntu7~) -Replaces: libqt5xdg-dev (< 3.12.0-0ubuntu7~) +Conflicts: libqt5xdg-dev +Replaces: libqt5xdg-dev Description: Development files for libqtxdg This library implements functions of the XDG Specifications in Qt. It is part of LXQt. @@ -82,8 +82,8 @@ Depends: libqt6xdgiconloader4 (= ${binary:Version}), qt6-svg-dev, ${misc:Depends}, ${shlibs:Depends} -Conflicts: libqt5xdgiconloader-dev (< 3.12.0-0ubuntu7~) -Replaces: libqt5xdgiconloader-dev (< 3.12.0-0ubuntu7~) +Conflicts: libqt5xdgiconloader-dev +Replaces: libqt5xdgiconloader-dev Description: Development files for libqtxdgiconloader This library implements the backend to load icons which are handled according to the XDG Icon Theme Specification in Qt. It is part of LXQt.