Some updates in debian $foo
* Bumped compat to 11 * Bumped debhelper to >= 11~ * Bumped Standards to 4.1.4, no changes needed * Changed VCS fields for salsa * Changed Homepage, Source and watch to lxqt * Bumped years in copyright * Removed trailing whitespaces in changelog
This commit is contained in:
parent
114a57904f
commit
9f9f06d3b8
24
debian/changelog
vendored
24
debian/changelog
vendored
@ -1,8 +1,20 @@
|
||||
qterminal (0.8.0-5) unstable; urgency=medium
|
||||
|
||||
* Bumped compat to 11
|
||||
* Bumped debhelper to >= 11~
|
||||
* Bumped Standards to 4.1.4, no changes needed
|
||||
* Changed VCS fields for salsa
|
||||
* Changed Homepage, Source and watch to lxqt
|
||||
* Bumped years in copyright
|
||||
* Removed trailing whitespaces in changelog
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 28 Apr 2018 19:20:40 +0200
|
||||
|
||||
qterminal (0.8.0-4) unstable; urgency=medium
|
||||
|
||||
* Bumped Standards to 4.1.2, no changes needed
|
||||
* Removed branch from VCS fields
|
||||
* Removed debian/gbp.conf
|
||||
* Removed debian/gbp.conf
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Fri, 15 Dec 2017 17:56:14 +0100
|
||||
|
||||
@ -14,7 +26,7 @@ qterminal (0.8.0-3) unstable; urgency=medium
|
||||
|
||||
qterminal (0.8.0-2) experimental; urgency=medium
|
||||
|
||||
* Patched appdata and metainfo-path again
|
||||
* Patched appdata and metainfo-path again
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 05 Nov 2017 03:00:28 +0100
|
||||
|
||||
@ -23,7 +35,7 @@ qterminal (0.8.0-1) experimental; urgency=medium
|
||||
* Cherry-picking upstream version 0.8.0.
|
||||
* Switched to experimental
|
||||
* Bumped Standards to 4.1.1
|
||||
* Bumped libqtermwidget5-0-dev to >= 0.8.0
|
||||
* Bumped libqtermwidget5-0-dev to >= 0.8.0
|
||||
* Added dependency libutf8proc-dev
|
||||
* Bumped lxqt-build-tools to >= 0.4.0
|
||||
* Fixed copyright
|
||||
@ -35,7 +47,7 @@ qterminal (0.7.1-3) unstable; urgency=medium
|
||||
|
||||
* Bumped Standards to 4.1.0 - no changes needed
|
||||
* Fixed d/control with cme
|
||||
* Close slowness bug, not reproducible anymore (Closes: #853220)
|
||||
* Close slowness bug, not reproducible anymore (Closes: #853220)
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Wed, 06 Sep 2017 17:55:33 +0200
|
||||
|
||||
@ -77,7 +89,7 @@ qterminal (0.7.0-2) unstable; urgency=medium
|
||||
* Added Recommends qterminal-l10n
|
||||
* Fixed VCS fields, using https, plain /git/ and pointing to the right branch
|
||||
* Fixed copyright Format field, using https
|
||||
* Exported LC_ALL=C.UTF-8, make builds reproducible
|
||||
* Exported LC_ALL=C.UTF-8, make builds reproducible
|
||||
* Added hardening options
|
||||
* Added translation control to rules
|
||||
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
@ -102,7 +114,7 @@ qterminal (0.6.0+20160104-1) unstable; urgency=medium
|
||||
|
||||
[ Alf Gaida ]
|
||||
* Cherry-picking upstream version 0.6.0+20160104.
|
||||
* Fixed copyright for 2016, added Peter Mattern
|
||||
* Fixed copyright for 2016, added Peter Mattern
|
||||
* Fixed 'possible-unindented-list-in-extended-description'
|
||||
|
||||
[ Peter Mattern ]
|
||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
10
|
||||
11
|
||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -5,7 +5,7 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 10),
|
||||
Build-Depends: debhelper (>= 11~),
|
||||
libkf5windowsystem-dev,
|
||||
libqtermwidget5-0-dev (>= 0.8.0),
|
||||
libqt5svg5-dev,
|
||||
@ -14,10 +14,10 @@ Build-Depends: debhelper (>= 10),
|
||||
libx11-dev,
|
||||
lxqt-build-tools (>= 0.4.0),
|
||||
qtbase5-private-dev
|
||||
Standards-Version: 4.1.2
|
||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git
|
||||
Homepage: https://github.com/lxde/qterminal
|
||||
Standards-Version: 4.1.4
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/qterminal
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/qterminal.git
|
||||
Homepage: https://github.com/lxqt/qterminal
|
||||
|
||||
Package: qterminal
|
||||
Architecture: any
|
||||
|
12
debian/copyright
vendored
12
debian/copyright
vendored
@ -1,10 +1,10 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: qterminal
|
||||
Source: https://github.com/lxde/qterminal.git
|
||||
Source: https://github.com/lxqt/qterminal.git
|
||||
|
||||
Files: *
|
||||
Copyright: 2010-2016 Petr Vanek <petr@scribus.info>
|
||||
2016-2017 LXQt Team
|
||||
Copyright: 2016-2018 LXQt Team
|
||||
2010-2016 Petr Vanek <petr@scribus.info>
|
||||
License: GPL-2+
|
||||
|
||||
Files: src/config.h
|
||||
@ -19,10 +19,10 @@ Copyright: 2006-2011 the LibQxt project.
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2012-2017 Alf Gaida <agaida@siduction.org>
|
||||
2012 Torsten Wohlfarth <towo@siduction.org>
|
||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
Copyright: 2012-2018 Alf Gaida <agaida@siduction.org>
|
||||
2016 Peter Mattern <pmattern@arcor.de>
|
||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
2012 Torsten Wohlfarth <towo@siduction.org>
|
||||
License: GPL-2+
|
||||
|
||||
License: GPL-2+
|
||||
|
2
debian/watch
vendored
2
debian/watch
vendored
@ -1,3 +1,3 @@
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxde/qterminal/releases .*/qterminal-([\d\.]+).tar.xz
|
||||
https://github.com/lxqt/qterminal/releases .*/qterminal-([\d\.]+).tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user