Cherry-picking upstream version 0.6.0+20160108
Modification of treatment of double-width character (e.g. Japanese) https://github.com/lxde/qtermwidget/pull/55#issuecomment-170615897 Fixed copyright No full stop in short descriptions, see lintian warning: 'description-synopsis-might-not-be-phrased-properly' Fixed descriptions in debian/control
This commit is contained in:
parent
c88f603386
commit
64ea54d4fe
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,3 +1,18 @@
|
||||
qtermwidget (0.6.0+20160108-1) unstable; urgency=medium
|
||||
|
||||
[ Alf Gaida ]
|
||||
* Cherry-picking upstream version 0.6.0+20160108, Modification
|
||||
of treatment of double-width character (e.g. Japanese)
|
||||
https://github.com/lxde/qtermwidget/pull/55#issuecomment-170615897
|
||||
* Fixed copyright
|
||||
* No full stop in short descriptions, see lintian warning:
|
||||
'description-synopsis-might-not-be-phrased-properly'
|
||||
|
||||
[ Peter Mattern ]
|
||||
* Fixed descriptions in debian/control
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Mon, 11 Jan 2016 20:41:00 +0100
|
||||
|
||||
qtermwidget (0.6.0+20151225-1) unstable; urgency=medium
|
||||
|
||||
* Cherry-picking upstream version 0.6.0+201501225.
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -19,7 +19,7 @@ Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
qtermwidget5-data (= ${source:Version}),
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Terminal emulator widget for Qt 5 - shared libraries.
|
||||
Description: Terminal emulator widget for Qt 5 (shared libraries)
|
||||
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
|
||||
built-in console or terminal emulation widget.
|
||||
.
|
||||
@ -30,7 +30,7 @@ Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends},
|
||||
libqtermwidget5-0 (= ${binary:Version}),
|
||||
Description: Terminal emulator widget for Qt 5 - development files.
|
||||
Description: Terminal emulator widget for Qt 5 (development files)
|
||||
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
|
||||
built-in console or terminal emulation widget.
|
||||
.
|
||||
@ -39,7 +39,7 @@ Description: Terminal emulator widget for Qt 5 - development files.
|
||||
Package: qtermwidget5-data
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
Description: Terminal emulator widget for Qt 5 - data files.
|
||||
Description: Terminal emulator widget for Qt 5 (data files)
|
||||
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
|
||||
built-in console or terminal emulation widget.
|
||||
.
|
||||
|
15
debian/copyright
vendored
15
debian/copyright
vendored
@ -3,10 +3,10 @@ Upstream-Name: qtermwidget
|
||||
Source: https://github.com/qterminal/qtermwidget
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (C) 2000 by Stephan Kulow <coolo@kde.org>
|
||||
Copyright (C) 2008 e_k (e_k@users.sourceforge.net)
|
||||
Copyright 2007-2008 by Robert Knight <robertknight@gmail.com>
|
||||
Copyright 1997,1998 by Lars Doelle <lars.doelle@on-line.de>
|
||||
Copyright: 2000 Stephan Kulow <coolo@kde.org>
|
||||
2008 e_k <e_k@users.sourceforge.net>
|
||||
2007-2008 Robert Knight <robertknight@gmail.com>
|
||||
1997,1998 Lars Doelle <lars.doelle@on-line.de>
|
||||
License: GPL-2+
|
||||
|
||||
Files: lib/kprocess.*
|
||||
@ -14,16 +14,17 @@ Files: lib/kprocess.*
|
||||
lib/qtermwidget.*
|
||||
lib/TerminalCharacterDecoder.*
|
||||
src/main.cpp
|
||||
Copyright: Copyright (C) 2007 Oswald Buddenhagen <ossi@kde.org>
|
||||
Copyright (C) 2008 e_k (e_k@users.sourceforge.net)
|
||||
Copyright: 2007 Oswald Buddenhagen <ossi@kde.org>
|
||||
2008 e_k (e_k@users.sourceforge.net)
|
||||
License: LGPL-2+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2012-2015 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2012-2016 Alf Gaida <agaida@siduction.org>
|
||||
2012 Thorsten Wohlfarth <towo@siduction.org>
|
||||
2012 Henson Sturgill <daddysturg@gmail.com>
|
||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2016 Peter Mattern <pmattern@arcor.de>
|
||||
License: GPL-2+
|
||||
|
||||
License: LGPL-2+
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -7,4 +7,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
dh ${@} --buildsystem cmake \
|
||||
--parallel \
|
||||
--fail-missing
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user