Compare commits

..

No commits in common. "7f0df47278dd93745e492242e439d42840e07976" and "7ff2b089152d945099c80cea226b9ac8d62f20eb" have entirely different histories.

7 changed files with 16 additions and 28 deletions

7
debian/changelog vendored
View File

@ -1,10 +1,3 @@
screengrab (2.9.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Nov 2024 19:12:43 -0600
screengrab (2.8.0-0ubuntu1) oracular; urgency=medium screengrab (2.8.0-0ubuntu1) oracular; urgency=medium
* New upstream release. * New upstream release.

10
debian/control vendored
View File

@ -1,17 +1,17 @@
Source: screengrab Source: screengrab
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Original-Maintainer: LXQt Packaging Team <team+lxqt@tracker.debian.org> XSBC-Original-Maintainer: LXQt Packaging Team <team+lxqt@tracker.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>, Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>, ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org> Andrew Lee (李健秋) <ajqlee@debian.org>
Section: graphics Section: graphics
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libkf6windowsystem-dev (>= 6.0.0), libkf6windowsystem-dev,
libqt6xdg-dev (>= 4.1.0), libqt6xdg-dev (>= 4.0.0),
libx11-xcb-dev, libx11-xcb-dev,
libxcb-xfixes0-dev [!kfreebsd-any], libxcb-xfixes0-dev [!kfreebsd-any],
lxqt-build-tools (>= 2.1.0) lxqt-build-tools (>= 2.0.0)
Standards-Version: 4.7.0 Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/lxqt-team/screengrab Vcs-Browser: https://salsa.debian.org/lxqt-team/screengrab
Vcs-Git: https://salsa.debian.org/lxqt-team/screengrab.git Vcs-Git: https://salsa.debian.org/lxqt-team/screengrab.git
@ -20,7 +20,7 @@ Rules-Requires-Root: no
Package: screengrab Package: screengrab
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, doc-base Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Crossplatform tool for getting screenshots Description: Crossplatform tool for getting screenshots
Screengrab working in Linux and Windows. The program uses Qt and is Screengrab working in Linux and Windows. The program uses Qt and is
independent of any desktop environment. independent of any desktop environment.

View File

@ -1,7 +0,0 @@
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

View File

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

View File

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

6
debian/source/include-binaries vendored Normal file
View File

@ -0,0 +1,6 @@
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
View File

@ -1,5 +1,6 @@
version=4 version=4
opts="searchmode=plain, \
pgpsigurlmangle=s/$/.asc/, \ # See https://davesteele.github.io/development/2015/05/02/debian-watch-file-format-for-signed-github-source-tars/ for GitHub workaround for releases page.
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 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@