Better to break than conflict

This commit is contained in:
Aaron Rainbolt 2025-08-01 11:36:53 -05:00
parent 13001c23e6
commit 897b738579
Signed by: arraybolt3
GPG Key ID: A709160D73C79109
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -4,6 +4,8 @@ xdg-desktop-portal-lxqt (1.2.0-0ubuntu1) questing; urgency=medium
- Update build dependencies. - Update build dependencies.
* Update copyright file. * Update copyright file.
* Update Standards-Version to 4.7.2, no changes needed. * Update Standards-Version to 4.7.2, no changes needed.
* Use Breaks/Replaces rather than Conflicts/Replaces on older lxqt-session
versions.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 01 Aug 2025 11:30:28 -0500 -- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 01 Aug 2025 11:30:28 -0500

2
debian/control vendored
View File

@ -45,7 +45,7 @@ Rules-Requires-Root: no
Package: xdg-desktop-portal-lxqt Package: xdg-desktop-portal-lxqt
Architecture: any Architecture: any
Depends: xdg-desktop-portal, ${misc:Depends}, ${shlibs:Depends} Depends: xdg-desktop-portal, ${misc:Depends}, ${shlibs:Depends}
Conflicts: lxqt-session (<< 2.1.0) Breaks: lxqt-session (<< 2.1.0)
Replaces: lxqt-session (<< 2.1.0) Replaces: lxqt-session (<< 2.1.0)
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Provides: xdg-desktop-portal-backend Provides: xdg-desktop-portal-backend