diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-03-23 20:52:55 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-05 21:21:51 +0200 |
| commit | d9245d341ed1f258a3dd1073cdfa656115c5b26d (patch) | |
| tree | 17145053f56cd7a3c99377583b8b3a738931422d /build-aux/debian/control | |
| parent | 462d1458c0058ba9d41d6dc7538f6004b3de3c3e (diff) | |
Adapt rest of packaging to use mesonmeson
Diffstat (limited to 'build-aux/debian/control')
| -rw-r--r-- | build-aux/debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/build-aux/debian/control b/build-aux/debian/control new file mode 100644 index 0000000..d0daada --- /dev/null +++ b/build-aux/debian/control @@ -0,0 +1,29 @@ +Source: map +Maintainer: Rubén Beltrán del Río <map@r.bdr.sh> +Section: graphics +Build-Depends: debhelper-compat (= 13), + meson (>= 1.0.0), + cargo, + rustc (>= 1.92.0), + pkg-config, + libglib2.0-dev (>= 2.84.0), + libgtk-4-dev (>= 4.18.0), + libadwaita-1-dev (>= 1.7.0), + libgtksourceview-5-dev (>= 5.16.0), + gettext, + appstream-util, + desktop-file-utils +Standards-Version: 4.7.4 +Homepage: https://map.tranquil.systems/map-for-linux +Vcs-Browser: https://git.sr.ht/~rbdr/map-linux +Vcs-Git: https://git.sr.ht/~rbdr/map-linux +Rules-Requires-Root: no + +Package: map +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Wardley Map editor for Linux + Map is a wardley map editor for linux that uses a simple language to easily + create and edit maps that visualize an evolving environment. Draw components, + link dependencies, create groups, write notes, or add inertia and evolution + markers, and see your map change in an instant. |