diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 12 | ||||
| -rw-r--r-- | debian/copyright | 15 | ||||
| -rwxr-xr-x | debian/rules | 3 | ||||
| -rw-r--r-- | debian/source/format | 1 |
5 files changed, 36 insertions, 0 deletions
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 <andrew@akon.city> 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 <andrew@akon.city> +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 <andrew@akon.city> +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) |