Initial Debian package for PostIt.Desktop (yavsc)

This commit is contained in:
Paul Schneider 2026-06-28 00:10:15 +01:00
commit 9703ebf4dd
13 changed files with 421 additions and 0 deletions

11
debian/changelog vendored Normal file
View file

@ -0,0 +1,11 @@
postit (1.0.0-1) trixie; urgency=medium
* Initial release.
* Built from the pazof/yavsc repository at the tag 1.0.0.
* Packages PostIt.Desktop (Avalonia 12) as a Debian package
named `postit`, exposing the command `postit` on PATH.
* Registers the postit:// URI scheme as an XDG MIME handler so
that xdg-open postit://... launches the freshly installed
client.
-- Paul Schneider <paul@pschneider.fr> Sat, 28 Jun 2026 00:01:00 +0100