From f6711e725fb1a82bb369d16947512dc62c20d1e3 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 13 Aug 2017 21:54:16 +0200 Subject: [PATCH] Fixed appdata format and location * Bumped Standards to 4.0.0, no changes needed * Bumpded copyright year --- debian/changelog | 8 +++++++ debian/control | 2 +- debian/copyright | 2 +- debian/patches/fix-appdata-format.patch | 31 +++++++++++++++++++++++++ debian/patches/series | 1 + 5 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 debian/patches/fix-appdata-format.patch create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index d69b3f6..a10d66f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qterminal (0.7.1-2) unstable; urgency=medium + + * Fixed appdata format and location + * Bumped Standards to 4.0.0, no changes needed + * Bumpded copyright year + + -- Alf Gaida Sun, 13 Aug 2017 21:54:04 +0200 + qterminal (0.7.1-1) unstable; urgency=medium * Cherry-picking upstream version 0.7.1 diff --git a/debian/control b/debian/control index 5165f2b..690b42a 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10), libx11-dev, lxqt-build-tools, qtbase5-private-dev -Standards-Version: 3.9.8 +Standards-Version: 4.0.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 Homepage: https://github.com/lxde/qterminal diff --git a/debian/copyright b/debian/copyright index c3229d5..099bd5d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -18,7 +18,7 @@ Copyright: 2006-2011 the LibQxt project. License: BSD-3-clause Files: debian/* -Copyright: 2012-2016 Alf Gaida +Copyright: 2012-2017 Alf Gaida 2012 Torsten Wohlfarth 2015 ChangZhuo Chen (陳昌倬) 2016 Peter Mattern diff --git a/debian/patches/fix-appdata-format.patch b/debian/patches/fix-appdata-format.patch new file mode 100644 index 0000000..edfe3fa --- /dev/null +++ b/debian/patches/fix-appdata-format.patch @@ -0,0 +1,31 @@ +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 new file mode 100644 index 0000000..a61622c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix-appdata-format.patch