screengrab (2.6.0-1) unstable; urgency=medium
* New upstream version 2.6.0 * debian/control: Update team email to <team+lxqt@tracker.debian.org>. * debian/control: cleanup build-deps. * debian/control: build-deps on libqt5xdg-dev (>= 3.11.0~). * debian/control: build-deps on libkf5windowsystem-dev (>=5.36.0~). * debian/control: build-deps on libqt5x11extras5-dev (>=5.15.0~). * debian/copyright: update. * debian/rules: cleanup. * debian/upstream/metadata: drop obsolete field Name. * debian/upstream/metadata: update url for git repo. * debian/salsa-ci.yml: drop build against to experimental. -- Andrew Lee (李健秋) <ajqlee@debian.org> Sun, 30 Jul 2023 22:14:08 +0200
This commit is contained in:
parent
167a5339b9
commit
f0d30a700d
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -1,3 +1,19 @@
|
|||||||
|
screengrab (2.6.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version 2.6.0
|
||||||
|
* debian/control: Update team email to <team+lxqt@tracker.debian.org>.
|
||||||
|
* debian/control: cleanup build-deps.
|
||||||
|
* debian/control: build-deps on libqt5xdg-dev (>= 3.11.0~).
|
||||||
|
* debian/control: build-deps on libkf5windowsystem-dev (>=5.36.0~).
|
||||||
|
* debian/control: build-deps on libqt5x11extras5-dev (>=5.15.0~).
|
||||||
|
* debian/copyright: update.
|
||||||
|
* debian/rules: cleanup.
|
||||||
|
* debian/upstream/metadata: drop obsolete field Name.
|
||||||
|
* debian/upstream/metadata: update url for git repo.
|
||||||
|
* debian/salsa-ci.yml: drop build against to experimental.
|
||||||
|
|
||||||
|
-- Andrew Lee (李健秋) <ajqlee@debian.org> Sun, 30 Jul 2023 22:14:08 +0200
|
||||||
|
|
||||||
screengrab (2.5.0-1) unstable; urgency=medium
|
screengrab (2.5.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -1,19 +1,15 @@
|
|||||||
Source: screengrab
|
Source: screengrab
|
||||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
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),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev (>=5.36.0~),
|
||||||
libqt5svg5-dev,
|
libqt5x11extras5-dev (>=5.15.0~),
|
||||||
libqt5x11extras5-dev,
|
libqt5xdg-dev (>= 3.11.0~),
|
||||||
libqt5xdg-dev (>= 3.10.0~),
|
|
||||||
libqt5xdgiconloader-dev (>= 3.10.0~) ,
|
|
||||||
libx11-dev,
|
|
||||||
libx11-xcb-dev,
|
libx11-xcb-dev,
|
||||||
libxcb1-dev,
|
|
||||||
libxcb-xfixes0-dev [!kfreebsd-any],
|
libxcb-xfixes0-dev [!kfreebsd-any],
|
||||||
lxqt-build-tools
|
lxqt-build-tools
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
|
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -20,6 +20,7 @@ Copyright: 2010-2013 Artem Galichkin <doomer3d@gmail.com>
|
|||||||
2012-2020 Alf Gaida <agaida@siduction.org>
|
2012-2020 Alf Gaida <agaida@siduction.org>
|
||||||
2015-2023 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2015-2023 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2022 suman rajan <suman@protonmail.com>
|
2022 suman rajan <suman@protonmail.com>
|
||||||
|
2023 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -7,13 +7,6 @@ export LC_ALL=C.UTF-8
|
|||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem=cmake
|
dh ${@} --buildsystem=cmake
|
||||||
|
|
||||||
override_dh_install:
|
|
||||||
rm -f $(currdir)/debian/screengrab/usr/share/doc/screengrab/LICENSE.txt
|
|
||||||
dh_install
|
|
||||||
|
|
||||||
override_dh_makeshlibs:
|
|
||||||
# do nothing
|
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
-DSG_DBUS_NOTIFY=ON \
|
-DSG_DBUS_NOTIFY=ON \
|
||||||
|
3
debian/salsa-ci.yml
vendored
3
debian/salsa-ci.yml
vendored
@ -9,6 +9,3 @@
|
|||||||
include:
|
include:
|
||||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
|
||||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
|
||||||
|
|
||||||
variables:
|
|
||||||
RELEASE: 'experimental'
|
|
||||||
|
3
debian/upstream/metadata
vendored
3
debian/upstream/metadata
vendored
@ -1,6 +1,5 @@
|
|||||||
Name: screengrab
|
|
||||||
Bug-Database: https://github.com/lxqt/screengrab/issues
|
Bug-Database: https://github.com/lxqt/screengrab/issues
|
||||||
Bug-Submit: https://github.com/lxqt/screengrab/issues/new
|
Bug-Submit: https://github.com/lxqt/screengrab/issues/new
|
||||||
Changelog: https://github.com/lxqt/screengrab/blob/master/CHANGELOG
|
Changelog: https://github.com/lxqt/screengrab/blob/master/CHANGELOG
|
||||||
Repository: https://github.com/lxqt/screengrab
|
Repository: https://github.com/lxqt/screengrab.git
|
||||||
Repository-Browse: https://github.com/lxqt/screengrab
|
Repository-Browse: https://github.com/lxqt/screengrab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user