Compare commits
3 Commits
7ff2b08915
...
7f0df47278
Author | SHA1 | Date | |
---|---|---|---|
7f0df47278 | |||
1af8ae2c4c | |||
e7ffa79c43 |
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
||||
* New upstream release.
|
||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -1,17 +1,17 @@
|
||||
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>
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf6windowsystem-dev,
|
||||
libqt6xdg-dev (>= 4.0.0),
|
||||
libkf6windowsystem-dev (>= 6.0.0),
|
||||
libqt6xdg-dev (>= 4.1.0),
|
||||
libx11-xcb-dev,
|
||||
libxcb-xfixes0-dev [!kfreebsd-any],
|
||||
lxqt-build-tools (>= 2.0.0)
|
||||
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
|
||||
@ -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.
|
||||
|
7
debian/screengrab.doc-base
vendored
Normal file
7
debian/screengrab.doc-base
vendored
Normal file
@ -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
|
1
debian/screengrab.install
vendored
Normal file
1
debian/screengrab.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
debian/screengrab.doc-base usr/share/doc-base/
|
4
debian/screengrab.lintian-overrides
vendored
Normal file
4
debian/screengrab.lintian-overrides
vendored
Normal file
@ -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/*]
|
6
debian/source/include-binaries
vendored
6
debian/source/include-binaries
vendored
@ -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
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…
x
Reference in New Issue
Block a user