diff --git a/debian/changelog b/debian/changelog index 5349bac..5d6f618 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +screengrab (2.6.0-1) unstable; urgency=medium + + * New upstream version 2.6.0 + * debian/control: Update team email to . + * 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 (李健秋) Sun, 30 Jul 2023 22:14:08 +0200 + screengrab (2.5.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index bf8f67d..c08d931 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,15 @@ Source: screengrab -Maintainer: LXQt Packaging Team +Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) Section: graphics Priority: optional Build-Depends: debhelper-compat (= 13), - libkf5windowsystem-dev, - libqt5svg5-dev, - libqt5x11extras5-dev, - libqt5xdg-dev (>= 3.10.0~), - libqt5xdgiconloader-dev (>= 3.10.0~) , - libx11-dev, + libkf5windowsystem-dev (>=5.36.0~), + libqt5x11extras5-dev (>=5.15.0~), + libqt5xdg-dev (>= 3.11.0~), libx11-xcb-dev, - libxcb1-dev, libxcb-xfixes0-dev [!kfreebsd-any], lxqt-build-tools Standards-Version: 4.6.2 diff --git a/debian/copyright b/debian/copyright index 61ca0a4..4acc15e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,6 +20,7 @@ Copyright: 2010-2013 Artem Galichkin 2012-2020 Alf Gaida 2015-2023 ChangZhuo Chen (陳昌倬) 2022 suman rajan + 2023 Andrew Lee (李健秋) License: GPL-2.0+ License: GPL-2.0+ diff --git a/debian/rules b/debian/rules index 1b189ff..ba9b8ec 100755 --- a/debian/rules +++ b/debian/rules @@ -7,13 +7,6 @@ export LC_ALL=C.UTF-8 %: 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: dh_auto_configure -- \ -DSG_DBUS_NOTIFY=ON \ diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index b4ca4da..260ebbe 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -9,6 +9,3 @@ include: - 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 - -variables: - RELEASE: 'experimental' diff --git a/debian/upstream/metadata b/debian/upstream/metadata index efae7ca..b62f60e 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,6 +1,5 @@ -Name: screengrab Bug-Database: https://github.com/lxqt/screengrab/issues Bug-Submit: https://github.com/lxqt/screengrab/issues/new 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