Merge branch 'ubuntu/groovy' into ci/stable

ubuntu/groovy
Simon Quigley 4 years ago
commit 723ec15593

14
debian/changelog vendored

@ -1,15 +1,21 @@
screengrab (1.101-1ubuntu2) focal; urgency=medium screengrab (1.101-1ubuntu1) focal; urgency=medium
* Removed patches, because they are applied upstream. * Removed patches, because they are applied upstream.
* Updated rules and control. * Updated rules and control.
-- apt-ghetto <apt-ghetto@lubuntu.me> Tue, 24 Dec 2019 14:08:20 +0100 -- apt-ghetto <apt-ghetto@lubuntu.me> Tue, 24 Dec 2019 14:08:20 +0100
screengrab (1.101-1ubuntu1) disco; urgency=medium screengrab (2.0.0-1) unstable; urgency=medium
* Lubuntuify the package. * New upstream version 2.0.0
* Bumped Standards-Version to 4.4.1, no changes needed
* Switched to gbp
* Removed patches - not needed anymore
* Added build dependency lxqt-build-tools (Closes: #948917)
* Removed explicit build dependencies covered by lxqt-build-tools
* Make dh_config more verbose about used options
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 09 Mar 2019 12:22:10 -0600 -- Alf Gaida <agaida@siduction.org> Sat, 08 Feb 2020 17:05:20 +0100
screengrab (1.101-1) unstable; urgency=medium screengrab (1.101-1) unstable; urgency=medium

19
debian/control vendored

@ -1,24 +1,22 @@
Source: screengrab Source: screengrab
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@ubuntu.com> Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Section: graphics Section: graphics
Priority: optional Priority: optional
Build-Depends: cmake, Build-Depends: debhelper-compat (= 12),
debhelper-compat (= 12),
libkf5windowsystem-dev, libkf5windowsystem-dev,
libqt5svg5-dev, libqt5svg5-dev,
libqt5x11extras5-dev, libqt5x11extras5-dev,
libqt5xdg-dev (>= 3.4.0~), libqt5xdg-dev (>= 3.4.0~),
libqt5xdgiconloader-dev (>= 3.4.0~), libqt5xdgiconloader-dev (>= 3.4.0~) ,
libx11-dev, libx11-dev,
libx11-xcb-dev, libx11-xcb-dev,
libxcb-xfixes0-dev [!kfreebsd-any],
lxqt-build-tools,
libxcb1-dev, libxcb1-dev,
pkg-config, libxcb-xfixes0-dev [!kfreebsd-any],
qttools5-dev, lxqt-build-tools
qttools5-dev-tools
Standards-Version: 4.4.1 Standards-Version: 4.4.1
Vcs-Browser: https://phab.lubuntu.me/source/screengrab/ Vcs-Browser: https://phab.lubuntu.me/source/screengrab/
Vcs-Git: https://phab.lubuntu.me/source/screengrab.git Vcs-Git: https://phab.lubuntu.me/source/screengrab.git
@ -28,7 +26,8 @@ Homepage: https://github.com/lxqt/screengrab
Package: screengrab Package: screengrab
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${shlibs:Depends},
${misc: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.

2
debian/copyright vendored

@ -7,7 +7,7 @@ Copyright: 2009-2015 Artem Galichkin <doomer3d@gmail.com>
License: GPL-2.0+ License: GPL-2.0+
Files: debian/* Files: debian/*
Copyright: 2012-2019 Alf Gaida <agaida@siduction.org> Copyright: 2012-2020 Alf Gaida <agaida@siduction.org>
2010-2013 Artem Galichkin <doomer3d@gmail.com> 2010-2013 Artem Galichkin <doomer3d@gmail.com>
License: GPL-2.0+ License: GPL-2.0+

6
debian/gbp.conf vendored

@ -0,0 +1,6 @@
[DEFAULT]
debian-branch = debian/sid
upstream-branch = upstream/latest
pristine-tar = True
compression = xz
Loading…
Cancel
Save