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
14
debian/changelog
vendored
14
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
|
||||
|
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