diff --git a/debian/changelog b/debian/changelog index 1be2be6..1594539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ qterminal (1.1.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. * Bump build dependencies. * Drop old Breaks/Replaces, since we're past the LTS. + * Remove reverse-applicable patches. -- Simon Quigley Thu, 02 Jun 2022 09:41:38 -0500 diff --git a/debian/patches/appdata.patch b/debian/patches/appdata.patch deleted file mode 100644 index 66e7fbf..0000000 --- a/debian/patches/appdata.patch +++ /dev/null @@ -1,45 +0,0 @@ -Description: Add some appdata -Author: Alf Gaida -Author: Lubuntu Developers -Last-Update: 2021-08-17 -Forwarded: not-needed ---- - CMakeLists.txt | 2 +- - qterminal.appdata.xml | 13 +++++++++---- - 2 files changed, 10 insertions(+), 5 deletions(-) - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -224,7 +224,7 @@ install(FILES - - install(FILES - qterminal.appdata.xml -- DESTINATION "${CMAKE_INSTALL_DATADIR}/appdata" -+ DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo" - ) - - if(NOT APPLEBUNDLE) ---- a/qterminal.appdata.xml -+++ b/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. - - -- https://github.com/lxqt/qterminal -- -+ -+ 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/series b/debian/patches/series deleted file mode 100644 index 28aed43..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -appdata.patch