diff --git a/debian/changelog b/debian/changelog index 643f28b..7c0d680 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ lxqt-notificationd (0.14.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. - Bump build dependencies. + - Remove reverse-applicable patches. * Bump Standards-version to 4.3.0, no changes needed. * Bump debhelper compat to 12, no changes needed. * Add a lxqt-notificationd-l10n package. diff --git a/debian/patches/fix-notification-height-changing.patch b/debian/patches/fix-notification-height-changing.patch deleted file mode 100644 index a14f003..0000000 --- a/debian/patches/fix-notification-height-changing.patch +++ /dev/null @@ -1,15 +0,0 @@ -Description: Keep notification height when others are added and/or removed -Author: Piotr Wójcik -Origin: upstream -Applied-Upstream: commit:db5707d -Last-Update: 2018-07-14 ---- a/src/notification.cpp -+++ b/src/notification.cpp -@@ -60,6 +60,7 @@ Notification::Notification(const QString - - setMaximumWidth(parent->width()); - setMinimumWidth(parent->width()); -+ setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed); - - setValues(application, summary, body, icon, timeout, actions, hints); - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index b386538..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-notification-height-changing.patch