Compare commits

...

15 Commits

25
debian/changelog vendored

@ -1,3 +1,28 @@
screengrab (2.9.0-0ubuntu1) plucky; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:33:53 -0600
screengrab (2.8.0-0ubuntu1) oracular; urgency=medium
* New upstream release.
* Update copyright file.
* Bump Standards-Version to 4.7.0, no changes necessary.
* Adjust dependencies.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:50:01 -0500
screengrab (2.7.0-0ubuntu1) noble; urgency=medium
* New upstream release.
* Bump/clean up build dependencies, and run the wrap-and-sort hammer on
d/control.
* Lubuntuify.
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 12 Nov 2023 17:32:56 -0600
screengrab (2.6.0-1) unstable; urgency=medium
* New upstream version 2.6.0

15
debian/control vendored

@ -1,18 +1,18 @@
Source: screengrab
Maintainer: LXQt Packaging Team <team+lxqt@tracker.debian.org>
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
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>
Section: graphics
Priority: optional
Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev (>=5.36.0~),
libqt5x11extras5-dev (>=5.15.0~),
libqt5xdg-dev (>= 3.11.0~),
libkf6windowsystem-dev (>= 6.0.0),
libqt6xdg-dev (>= 4.1.0),
libx11-xcb-dev,
libxcb-xfixes0-dev [!kfreebsd-any],
lxqt-build-tools
Standards-Version: 4.6.2
lxqt-build-tools (>= 2.1.0)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/lxqt-team/screengrab
Vcs-Git: https://salsa.debian.org/lxqt-team/screengrab.git
Homepage: https://github.com/lxqt/screengrab
@ -20,8 +20,7 @@ Rules-Requires-Root: no
Package: screengrab
Architecture: any
Depends: ${shlibs:Depends},
${misc: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.

3
debian/copyright vendored

@ -4,7 +4,7 @@ Source: https://github.com/lxqt/screengrab
Files: *
Copyright: 2009-2015 Artem Galichkin <doomer3d@gmail.com>
2014-2021, LXQt Project
2014-2024, LXQt Project
License: GPL-2.0+
Files: screengrab.metainfo.xml
@ -21,6 +21,7 @@ Copyright: 2010-2013 Artem Galichkin <doomer3d@gmail.com>
2015-2023 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2022 suman rajan <suman@protonmail.com>
2023 Andrew Lee (李健秋) <ajqlee@debian.org>
2024 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: GPL-2.0+
License: GPL-2.0+

@ -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