aboutsummaryrefslogtreecommitdiff
path: root/build-aux/debian
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/debian')
-rw-r--r--build-aux/debian/changelog36
-rw-r--r--build-aux/debian/control29
-rw-r--r--build-aux/debian/copyright10
-rwxr-xr-xbuild-aux/debian/rules5
-rw-r--r--build-aux/debian/source/format1
5 files changed, 81 insertions, 0 deletions
diff --git a/build-aux/debian/changelog b/build-aux/debian/changelog
new file mode 100644
index 0000000..361da8f
--- /dev/null
+++ b/build-aux/debian/changelog
@@ -0,0 +1,36 @@
+map (1.0.4) unstable; urgency=low
+
+ * Fix rendering issue with icon in about page when installing via flatpak
+ * Use breakpoints to render preferences correctly in mobile screens
+ * Stop building rpms for fedora 42 and add fedora 44
+
+ -- Rubén Beltrán del Río <map@r.bdr.sh> Mon, 30 Mar 2026 00:00:00 +0000
+
+map (1.0.3) unstable; urgency=low
+
+ * Add about window with a reference of the language
+ * Brand colors for flathub provide better contrast
+ * New icon
+ * Summary that's more descriptive for a layperson
+ * Disable horizontal layout at smaller window sizes to make usage easier on phones
+ * Use Adwaita window and toolbar
+
+ -- Rubén Beltrán del Río <map@r.bdr.sh> Fri, 27 Mar 2026 00:00:00 +0000
+
+map (1.0.2) unstable; urgency=low
+
+ * Add adwaita feature to relm4
+
+ -- Rubén Beltrán del Río <map@r.bdr.sh> Sat, 24 Jan 2026 00:00:00 +0000
+
+map (1.0.1) unstable; urgency=low
+
+ * Add adwaita feature to relm4
+
+ -- Rubén Beltrán del Río <map@r.bdr.sh> Mon, 19 Jan 2026 01:00:00 +0000
+
+map (1.0.0) unstable; urgency=low
+
+ * Initial release
+
+ -- Rubén Beltrán del Río <map@r.bdr.sh> Mon, 19 Jan 2026 00:00:00 +0000
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.
diff --git a/build-aux/debian/copyright b/build-aux/debian/copyright
new file mode 100644
index 0000000..e7a8a68
--- /dev/null
+++ b/build-aux/debian/copyright
@@ -0,0 +1,10 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Map
+Upstream-Contact: Rubén Beltrán del Río <map@r.bdr.sh>
+Source: https://map.tranquil.systems/map-for-linux
+
+Files: *
+Copyright: Copyright 2026 Rubén Beltrán del Río
+License: AGPL-3.0-or-later
+ On Debian systems, the full text of the GNU Affero General Public
+ License version 3 can be found in /usr/share/common-licenses/AGPL-3
diff --git a/build-aux/debian/rules b/build-aux/debian/rules
new file mode 100755
index 0000000..2bc4511
--- /dev/null
+++ b/build-aux/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+%:
+ dh $@ --buildsystem=meson
+
+override_dh_auto_test:
diff --git a/build-aux/debian/source/format b/build-aux/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/build-aux/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)