diff --git a/debian/changelog b/debian/changelog index 698f36b..f3e63e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +qterminal (0.8.0-2) experimental; urgency=medium + + * Patched appdata and metainfo-path again + + -- Alf Gaida Sun, 05 Nov 2017 03:00:28 +0100 + +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 + * Added dependency libutf8proc-dev + * Bumped lxqt-build-tools to >= 0.4.0 + * Fixed copyright + * Dropped appdata-patch, applied upstream + + -- Alf Gaida Mon, 23 Oct 2017 01:47:22 +0200 + qterminal (0.7.1-3) unstable; urgency=medium * Bumped Standards to 4.1.0 - no changes needed diff --git a/debian/control b/debian/control index 01b76ac..8e792c6 100644 --- a/debian/control +++ b/debian/control @@ -7,15 +7,16 @@ Section: x11 Priority: optional Build-Depends: debhelper (>= 10), libkf5windowsystem-dev, - libqtermwidget5-0-dev, + libqtermwidget5-0-dev (>= 0.8.0), libqt5svg5-dev, libqt5x11extras5-dev, + libutf8proc-dev, libx11-dev, - lxqt-build-tools, + lxqt-build-tools (>= 0.4.0), qtbase5-private-dev -Standards-Version: 4.1.0 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git -b debian/sid +Standards-Version: 4.1.1 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git/?h=debian/experimental +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git -b debian/experimental Homepage: https://github.com/lxde/qterminal Package: qterminal diff --git a/debian/copyright b/debian/copyright index 099bd5d..62b6c74 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,6 +4,7 @@ Source: https://github.com/lxde/qterminal.git Files: * Copyright: 2010-2016 Petr Vanek + 2016-2017 LXQt Team License: GPL-2+ Files: src/config.h diff --git a/debian/gbp.conf b/debian/gbp.conf index 7a9f00a..ffe50a8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/sid +debian-branch = debian/experimental upstream-branch = upstream/latest pristine-tar = True diff --git a/debian/patches/appdata-metainfo.patch b/debian/patches/appdata-metainfo.patch new file mode 100644 index 0000000..fc0c3cb --- /dev/null +++ b/debian/patches/appdata-metainfo.patch @@ -0,0 +1,40 @@ +Description: Fixed appdata and path + * should be pushed to upstream soon + +Author: Alf Gaida +Last-Update: 2017-11-05 + +--- qterminal-0.8.0.orig/CMakeLists.txt ++++ qterminal-0.8.0/CMakeLists.txt +@@ -205,7 +205,7 @@ install(FILES + + install(FILES + qterminal.appdata.xml +- DESTINATION "${CMAKE_INSTALL_DATADIR}/appdata" ++ DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo" + ) + + if(NOT APPLEBUNDLE) +--- qterminal-0.8.0.orig/qterminal.appdata.xml ++++ qterminal-0.8.0/qterminal.appdata.xml +@@ -1,6 +1,6 @@ + +- +- qterminal.desktop ++ ++ qterminal.desktop + CC0-1.0 + GPL-2 + QTerminal +@@ -39,5 +39,10 @@ + Find bar and highlighted match. + + ++ ++ LXQt Team + https://github.com/lxde/qterminal +- ++ https://github.com/qterminal/issues ++ https://github.com/lxde/lxqt/wiki ++ http://github.com/lxde/lxqt-l10n ++ diff --git a/debian/patches/fix-appdata-format.patch b/debian/patches/fix-appdata-format.patch deleted file mode 100644 index edfe3fa..0000000 --- a/debian/patches/fix-appdata-format.patch +++ /dev/null @@ -1,31 +0,0 @@ -Description: Fixes appdata format - * application -> component -Author: Alf Gaida -Last-Update: 2017-08-13 - ---- a/qterminal.appdata.xml -+++ b/qterminal.appdata.xml -@@ -1,5 +1,5 @@ - -- -+ - qterminal.desktop - CC0-1.0 - GPL-2 -@@ -40,4 +40,4 @@ - - - https://github.com/lxde/qterminal -- -+ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -197,7 +197,7 @@ - - install(FILES - qterminal.appdata.xml -- DESTINATION "${CMAKE_INSTALL_DATADIR}/appdata" -+ DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo" - ) - - if(NOT APPLEBUNDLE) diff --git a/debian/patches/series b/debian/patches/series index a61622c..9c68bf6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -fix-appdata-format.patch +appdata-metainfo.patch