From 110be42a7d267647241905936c414a53ad18ddae Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 17 Jun 2025 11:22:17 -0400 Subject: Test packaging for debian and arch Signed-off-by: Andrew Opalach --- debian/changelog | 5 +++++ debian/control | 12 ++++++++++++ debian/copyright | 15 +++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + 5 files changed, 36 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a2286fc --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mauri (0.14-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Andrew Opalach Thu, 12 Jun 2025 14:20:55 -0400 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..afd2256 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: mauri +Maintainer: Andrew Opalach +Section: misc +Priority: optional +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), meson, cmake, pkg-config, libegl-dev, libgl-dev, liblz4-dev, libstb-dev, libglm-dev, nlohmann-json3-dev, libjansson-dev, libavcodec-dev, libavdevice-dev, libunistring-dev, libdeflate-dev, libtinfo-dev, libx11-dev, libxext-dev, libxrandr-dev, libwayland-dev + +Package: mauri +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Wallpaper Engine Implementation + + Daemon and TUI. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..71b5226 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,15 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://git.akon.city/mauri +Upstream-Name: Mauri + +Files: + * +Copyright: 2025 Andrew Opalach +License: GPL-3.0-only + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. + . + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. +Comment: + On Debian systems, the full text of the GNU General Public License version 3 can be found in the file '/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cbe925d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3-101-g0448