Merge branch 'debian/experimental' into debian/sid

ubuntu/cosmic
Alf Gaida 7 years ago
commit 2568169fcf

41
debian/changelog vendored

@ -1,13 +1,38 @@
qtermwidget (0.8.0-3) experimental; urgency=medium
* Fixed typo in changelog
-- Alf Gaida <agaida@siduction.org> Sun, 05 Nov 2017 02:05:43 +0100
qtermwidget (0.8.0-2) experimental; urgency=medium
* Fixed cmake install directories (Closes: #880389)
Thanks Andreas Beckmann <anbe@debian.org> for spotting this.
* Removed superfluous whitespaces from changelog
-- Alf Gaida <agaida@siduction.org> Tue, 31 Oct 2017 15:18:42 +0100
qtermwidget (0.8.0-1) experimental; urgency=medium
* Cherry-picking upstream release 0.8.0.
* Switched to experimental
* Bumped Standards to 4.1.1
* Bumped build tools to >= 0.4.0
* Fixed copyright
* Fixed symbols
-- Alf Gaida <agaida@siduction.org> Sun, 22 Oct 2017 22:15:52 +0200
qtermwidget (0.7.1-7) unstable; urgency=medium
* Fixed symbols for powerpcspe
* Fixed symbols for powerpcspe
-- Alf Gaida <agaida@siduction.org> Sun, 24 Sep 2017 14:05:24 +0200
qtermwidget (0.7.1-6) unstable; urgency=medium
* Fixed symbols for all but powerpcspe - missed build deps and
i don't want to guess.
i don't want to guess.
-- Alf Gaida <agaida@siduction.org> Tue, 05 Sep 2017 23:56:54 +0200
@ -17,7 +42,7 @@ qtermwidget (0.7.1-5) unstable; urgency=medium
(currently fixed amd64 and i386) (Closes: #874187)
Thanks Adrian Bunk for spotting this.
* bumped Standards to 4.1.0 - no changes needed
* fix some colons and not needed versions in d/control
* fix some colons and not needed versions in d/control
-- Alf Gaida <agaida@siduction.org> Tue, 05 Sep 2017 16:55:18 +0200
@ -47,7 +72,7 @@ qtermwidget (0.7.1-2) unstable; urgency=medium
qtermwidget (0.7.1-1) unstable; urgency=medium
* Cherry-picking upstream release 0.7.1.
* Cherry-picking upstream release 0.7.1.
* Fixed Symbols
* Removed build dependency liblxqt0-dev
* Activate new UTF8 processing in rules
@ -65,7 +90,7 @@ qtermwidget (0.7.0-4) unstable; urgency=medium
- qtermwidget5-data marked as Multi-Arch: foreign
- libqtermwidget5-0 marked as Multi-Arch: same
- libqtermwidget5-0-dev marked as Multi-Arch: same
* Simplified optional symbols
* Simplified optional symbols
-- Alf Gaida <agaida@siduction.org> Tue, 18 Oct 2016 21:16:57 +0200
@ -100,7 +125,7 @@ qtermwidget (0.6.0+20160108-6) unstable; urgency=medium
qtermwidget (0.6.0+20160108-5) unstable; urgency=medium
* Rework some symbols
* Rework some symbols
-- Alf Gaida <agaida@siduction.org> Sat, 14 May 2016 02:01:05 +0200
@ -112,7 +137,7 @@ qtermwidget (0.6.0+20160108-4) unstable; urgency=medium
qtermwidget (0.6.0+20160108-3) unstable; urgency=medium
* Fixed symbols for -03, thanks vorlon (Closes: #819225)
* Fixed symbols for -03, thanks vorlon (Closes: #819225)
* Bump standards to 3.9.7
* Use secured VCS-links
* Added hardening =+ all to rules
@ -160,7 +185,7 @@ qtermwidget (0.6.0+20150709-4) unstable; urgency=medium
qtermwidget (0.6.0+20150709-3) experimental; urgency=medium
* reduce symbols mess again
* reduce symbols mess again
-- Alf Gaida <agaida@siduction.org> Thu, 29 Oct 2015 00:09:51 +0100

8
debian/control vendored

@ -8,11 +8,11 @@ Priority: optional
Build-Depends: debhelper (>= 10),
cmake (>= 3.0.2),
libutf8proc-dev,
lxqt-build-tools,
lxqt-build-tools (>= 0.4.0),
qtbase5-dev
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/qtermwidget.git/?h=debian/sid
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qtermwidget.git -b debian/sid
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git/?h=debian/experimental
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qtermwidget.git -b debian/experimental
Homepage: https://github.com/lxde/qtermwidget
Package: libqtermwidget5-0

1
debian/copyright vendored

@ -13,7 +13,6 @@ Files: lib/kprocess.*
lib/kpty*
lib/qtermwidget.*
lib/TerminalCharacterDecoder.*
src/main.cpp
Copyright: 2007 Oswald Buddenhagen <ossi@kde.org>
2008 e_k (e_k@users.sourceforge.net)
License: LGPL-2+

@ -3,5 +3,5 @@ usr/include
usr/lib/*/libqtermwidget5.so
usr/lib/*/pkgconfig/qtermwidget5.pc
usr/share/cmake/qtermwidget5/*.cmake
#usr/share/cmake/qtermwidget5/*.cmake
usr/lib/*/cmake/qtermwidget5/*.cmake

File diff suppressed because it is too large Load Diff

@ -0,0 +1,33 @@
Description: Install cmake files arch-dependend
That will prevent file conflicts described at #880389
Author: Alf Gaida <agaida@siduction.org>
Last-Update: 2017-10-31
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -213,13 +213,13 @@
install(FILES
"${CMAKE_BINARY_DIR}/${QTERMWIDGET_LIBRARY_NAME}-config-version.cmake"
- DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/${QTERMWIDGET_LIBRARY_NAME}"
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${QTERMWIDGET_LIBRARY_NAME}"
COMPONENT Devel
)
install(EXPORT
"${QTERMWIDGET_LIBRARY_NAME}-targets"
- DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/${QTERMWIDGET_LIBRARY_NAME}"
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${QTERMWIDGET_LIBRARY_NAME}"
COMPONENT Devel
)
@@ -263,7 +263,7 @@
install(FILES
"${CMAKE_BINARY_DIR}/${QTERMWIDGET_LIBRARY_NAME}-config.cmake"
- DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/${QTERMWIDGET_LIBRARY_NAME}"
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${QTERMWIDGET_LIBRARY_NAME}"
COMPONENT Devel
)

@ -0,0 +1 @@
fix-cmake-installdir.patch

7
debian/rules vendored

@ -6,10 +6,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake \
--fail-missing
dh ${@} --buildsystem cmake
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_configure:
dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF \
-DUSE_UTF8PROC=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo

Loading…
Cancel
Save