Some changes in debian $foo
* Bumped compat to 11 * Bumped debhelper to >= 11~ * Removed not needed cmake minimum version * Bumped Standards to 4.1.4, no changes needed * Changed VCS fields for salsa * Changed Homepage, Source and watch to lxqt * Use a secure url for copyright-format * Bumped years in copyright * Removed trailing whitespaces from changelog
This commit is contained in:
parent
b5a89e139c
commit
4ec4708a17
26
debian/changelog
vendored
26
debian/changelog
vendored
@ -1,3 +1,17 @@
|
||||
screengrab (1.97-3) unstable; urgency=medium
|
||||
|
||||
* Bumped compat to 11
|
||||
* Bumped debhelper to >= 11~
|
||||
* Removed not needed cmake minimum version
|
||||
* Bumped Standards to 4.1.4, no changes needed
|
||||
* Changed VCS fields for salsa
|
||||
* Changed Homepage, Source and watch to lxqt
|
||||
* Use a secure url for copyright-format
|
||||
* Bumped years in copyright
|
||||
* Removed trailing whitespaces from changelog
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 28 Apr 2018 23:05:53 +0200
|
||||
|
||||
screengrab (1.97-2) unstable; urgency=medium
|
||||
|
||||
* Bumped Standards to 4.1.2, no changes needed
|
||||
@ -14,7 +28,7 @@ screengrab (1.97-1) unstable; urgency=medium
|
||||
* Added pgpsignmangle to watch file
|
||||
* Added upstream signing key to debian
|
||||
* Fixed spelling error in changelog
|
||||
* Closes: #876853
|
||||
* Closes: #876853
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Tue, 26 Sep 2017 22:56:04 +0200
|
||||
|
||||
@ -22,7 +36,7 @@ screengrab (1.96-1) unstable; urgency=medium
|
||||
|
||||
* Cherry-picked upstream version 1.96.
|
||||
* Removed disable-upload.patch, applied upstream
|
||||
* Bumped minimum version libqt5xdg-dev (>= 2.0.0)
|
||||
* Bumped minimum version libqt5xdg-dev (>= 2.0.0)
|
||||
* Added build dependency libqt5svg5-dev
|
||||
* Added build dependency libqt5xdgiconloader-dev
|
||||
* Removed --parallel from rules, compat 10 standard
|
||||
@ -33,7 +47,7 @@ screengrab (1.96~38-g975f8ce-1) unstable; urgency=medium
|
||||
|
||||
* Cherry-picked upstream snapshot 1.96~38-g975f8ce
|
||||
* Removed not needed reproducible.patch, merged upstream
|
||||
* Added patch build-date-time.patch
|
||||
* Added patch build-date-time.patch
|
||||
* Added patch disable-uploads.patch, core-cli-upload-option.patch,
|
||||
disable-cli-upload-option.patch (Closes: #834517)
|
||||
* Bumped compat to 10
|
||||
@ -62,7 +76,7 @@ screengrab (1.95+20160128-1) unstable; urgency=medium
|
||||
* Fixed upload to Imgur
|
||||
* Drop debug package
|
||||
* use secure VCS uris
|
||||
* add hardening=+all
|
||||
* add hardening=+all
|
||||
* make builds reproducible (Closes: #813167)
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 30 Jan 2016 03:19:31 +0100
|
||||
@ -81,8 +95,8 @@ screengrab (1.95+20151117-4) unstable; urgency=medium
|
||||
screengrab (1.95+20151117-3) experimental; urgency=medium
|
||||
|
||||
* Build dependency libxcb-xfixes0-dev leads to FTBFS when not limited
|
||||
to [linux-any]
|
||||
* Removed build dependency libqxt-dev, it's not used with Qt 5
|
||||
to [linux-any]
|
||||
* Removed build dependency libqxt-dev, it's not used with Qt 5
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Thu, 26 Nov 2015 02:58:26 +0100
|
||||
|
||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
10
|
||||
11
|
||||
|
14
debian/control
vendored
14
debian/control
vendored
@ -5,10 +5,10 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 10),
|
||||
cmake (>= 3.0.2),
|
||||
Build-Depends: debhelper (>= 11~),
|
||||
cmake,
|
||||
libkf5windowsystem-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libqt5xdg-dev (>= 2.0.0),
|
||||
libqt5xdgiconloader-dev,
|
||||
@ -19,10 +19,10 @@ Build-Depends: debhelper (>= 10),
|
||||
pkg-config,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 4.1.2
|
||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/screengrab.git
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/screengrab.git
|
||||
Homepage: https://github.com/QtDesktop/screengrab
|
||||
Standards-Version: 4.1.4
|
||||
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
|
||||
|
||||
Package: screengrab
|
||||
Architecture: any
|
||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -1,13 +1,13 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: screengrab
|
||||
Source: https://github.com/QtDesktop/screengrab
|
||||
Source: https://github.com/lxqt/screengrab
|
||||
|
||||
Files: *
|
||||
Copyright: 2009-2015 Artem Galichkin <doomer3d@gmail.com>
|
||||
License: GPL-2.0+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2012-2017 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2012-2018 Alf Gaida <agaida@siduction.org>
|
||||
2010-2013 Artem Galichkin <doomer3d@gmail.com>
|
||||
License: GPL-2.0+
|
||||
|
||||
|
2
debian/watch
vendored
2
debian/watch
vendored
@ -1,3 +1,3 @@
|
||||
version=3
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/QtDesktop/screengrab/releases .*/screengrab-([\d\.]+).tar.xz
|
||||
https://github.com/lxqt/screengrab/releases .*/screengrab-([\d\.]+).tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user