forked from swaywm/sway
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: declare conflicts with sway to avoid package installation error.…
… Addresses #18.
- Loading branch information
Regolith Linux
committed
Apr 19, 2024
1 parent
0483a7a
commit df55a2b
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
sway-regolith (1.9-4) noble; urgency=medium | ||
|
||
* chore: ignore debian tmp dir | ||
* fix: declare conflicts with sway to avoid package installation error. Addresses https://github.com/regolith-linux/sway-regolith/issues/18. | ||
|
||
-- Regolith Linux <[email protected]> Fri, 19 Apr 2024 07:47:51 -0700 | ||
|
||
sway-regolith (1.9-3) noble; urgency=medium | ||
|
||
[ Regolith Linux ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What if we use
Provides: sway
instead? Many sway-related packages havesway
as a dependency. Conflicts would make them uninstallable.