Make Lintian happy

ubuntu/plucky
Simon Quigley 2 months ago
parent 1af8ae2c4c
commit 7f0df47278

4
debian/control vendored

@ -1,6 +1,6 @@
Source: screengrab
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <team+lxqt@tracker.debian.org>
Original-Maintainer: LXQt Packaging Team <team+lxqt@tracker.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>
@ -20,7 +20,7 @@ Rules-Requires-Root: no
Package: screengrab
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, doc-base
Description: Crossplatform tool for getting screenshots
Screengrab working in Linux and Windows. The program uses Qt and is
independent of any desktop environment.

@ -0,0 +1,7 @@
Document: screengrab
Title: Screengrab Documentation
Section: Viewers
Format: HTML
Index: /usr/share/doc/screengrab/html/en/index.html
Files: /usr/share/doc/screengrab/html/*/*.html

@ -0,0 +1 @@
debian/screengrab.doc-base usr/share/doc-base/

@ -0,0 +1,4 @@
# This is expected
screengrab: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
screengrab: appstream-metadata-validation-failed *
screengrab: no-manual-page [usr/bin/*]

@ -1,6 +0,0 @@
localize/screengrab_de_DE.qm
localize/screengrab_es_ES.qm
localize/screengrab_it_IT.qm
localize/screengrab_pt_BR.qm
localize/screengrab_ru.qm
localize/screengrab_uk_UA.qm

9
debian/watch vendored

@ -1,6 +1,5 @@
version=4
# See https://davesteele.github.io/development/2015/05/02/debian-watch-file-format-for-signed-github-source-tars/ for GitHub workaround for releases page.
opts="downloadurlmangle=s/archive\/refs\/tags\/@ANY_VERSION@@ARCHIVE_EXT@/releases\/download\/$1\/@PACKAGE@-$1\.tar\.xz/,filenamemangle=s/@ANY_VERSION@@ARCHIVE_EXT@/@PACKAGE@-$1\.tar\.xz/,pgpsigurlmangle=s/$/.asc/" \
https://github.com/lxqt/@PACKAGE@/tags .*/@ANY_VERSION@@ARCHIVE_EXT@
opts="searchmode=plain, \
pgpsigurlmangle=s/$/.asc/, \
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz

Loading…
Cancel
Save