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
ubuntu/cosmic debian/0.6.0+20160108
Alf Gaida 9 years ago
parent c88f603386
commit 64ea54d4fe

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 qtermwidget (0.6.0+20151225-1) unstable; urgency=medium
* Cherry-picking upstream version 0.6.0+201501225. * Cherry-picking upstream version 0.6.0+201501225.

6
debian/control vendored

@ -19,7 +19,7 @@ Depends: ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
qtermwidget5-data (= ${source:Version}), qtermwidget5-data (= ${source:Version}),
Pre-Depends: ${misc:Pre-Depends} 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 QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget. built-in console or terminal emulation widget.
. .
@ -30,7 +30,7 @@ Architecture: any
Section: libdevel Section: libdevel
Depends: ${misc:Depends}, Depends: ${misc:Depends},
libqtermwidget5-0 (= ${binary:Version}), 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 QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget. built-in console or terminal emulation widget.
. .
@ -39,7 +39,7 @@ Description: Terminal emulator widget for Qt 5 - development files.
Package: qtermwidget5-data Package: qtermwidget5-data
Architecture: all Architecture: all
Depends: ${misc:Depends}, 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 QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget. built-in console or terminal emulation widget.
. .

15
debian/copyright vendored

@ -3,10 +3,10 @@ Upstream-Name: qtermwidget
Source: https://github.com/qterminal/qtermwidget Source: https://github.com/qterminal/qtermwidget
Files: * Files: *
Copyright: Copyright (C) 2000 by Stephan Kulow <coolo@kde.org> Copyright: 2000 Stephan Kulow <coolo@kde.org>
Copyright (C) 2008 e_k (e_k@users.sourceforge.net) 2008 e_k <e_k@users.sourceforge.net>
Copyright 2007-2008 by Robert Knight <robertknight@gmail.com> 2007-2008 Robert Knight <robertknight@gmail.com>
Copyright 1997,1998 by Lars Doelle <lars.doelle@on-line.de> 1997,1998 Lars Doelle <lars.doelle@on-line.de>
License: GPL-2+ License: GPL-2+
Files: lib/kprocess.* Files: lib/kprocess.*
@ -14,16 +14,17 @@ Files: lib/kprocess.*
lib/qtermwidget.* lib/qtermwidget.*
lib/TerminalCharacterDecoder.* lib/TerminalCharacterDecoder.*
src/main.cpp src/main.cpp
Copyright: Copyright (C) 2007 Oswald Buddenhagen <ossi@kde.org> Copyright: 2007 Oswald Buddenhagen <ossi@kde.org>
Copyright (C) 2008 e_k (e_k@users.sourceforge.net) 2008 e_k (e_k@users.sourceforge.net)
License: LGPL-2+ License: LGPL-2+
Files: debian/* 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 Thorsten Wohlfarth <towo@siduction.org>
2012 Henson Sturgill <daddysturg@gmail.com> 2012 Henson Sturgill <daddysturg@gmail.com>
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org> 2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org> 2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2016 Peter Mattern <pmattern@arcor.de>
License: GPL-2+ License: GPL-2+
License: LGPL-2+ License: LGPL-2+

1
debian/rules vendored

@ -7,4 +7,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
dh ${@} --buildsystem cmake \ dh ${@} --buildsystem cmake \
--parallel \ --parallel \
--fail-missing --fail-missing

Loading…
Cancel
Save