diff options
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. |