diff --git a/debian/control b/debian/control index d4d3bf8..3c45583 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: pcmanfm-qt Maintainer: Lubuntu Developers -XSBC-Original-Maintainer: LXQt Packaging Team +Original-Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) , @@ -49,8 +49,8 @@ Build-Depends: debhelper-compat (= 13), Standards-Version: 4.7.0 Vcs-Browser: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging Vcs-Git: https://git.lubuntu.me/Lubuntu/pcmanfm-qt-packaging.git -XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/pcmanfm-qt -XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/pcmanfm-qt.git +Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/pcmanfm-qt +Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/pcmanfm-qt.git Homepage: https://github.com/lxqt/pcmanfm-qt Rules-Requires-Root: no diff --git a/debian/pcmanfm-qt.lintian-overrides b/debian/pcmanfm-qt.lintian-overrides new file mode 100644 index 0000000..b6b140e --- /dev/null +++ b/debian/pcmanfm-qt.lintian-overrides @@ -0,0 +1,6 @@ +# This is expected +pcmanfm-qt: desktop-entry-lacks-keywords-entry [usr/share/applications/pcmanfm-qt-desktop-pref.desktop] +pcmanfm-qt: desktop-entry-lacks-keywords-entry [usr/share/applications/pcmanfm-qt.desktop] + +# False positive +pcmanfm-qt: hardening-no-fortify-functions [usr/bin/pcmanfm-qt] diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..a545e6b --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,6 @@ +# We add this via quilt patch +pcmanfm-qt source: superfluous-file-pattern icons/lubuntu-manual.svg [debian/copyright:*] + +# These are expected +pcmanfm-qt source: very-long-line-length-in-source-file * > 512 [debian/patches/add-manual.patch:*] +pcmanfm-qt source: very-long-line-length-in-source-file * > 512 [*.ts:*]