diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a640b3e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +g13gui (0.1.0) focal; urgency=medium + + * Initial release of the Debian packaging for g13gui. + + -- June Tate-Gans Sun, 23 May 2021 01:01:25 -0500 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..e2be6ae --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +builddir/ diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..19fdf53 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: g13gui +Section: games +Priority: optional +Maintainer: June Tate-Gans +Build-Depends: debhelper-compat (= 12), + appstream, + dh-sequence-python3, + meson, +Rules-Requires-Root: no +Standards-Version: 4.5.0 +Homepage: https://github.com/jtgans/g13gui +Vcs-Browser: https://github.com/jtgans/g13gui +Vcs-Git: https://github.com/jtgans/g13gui.git + +Package: g13gui +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3-dbus, + python3-appdirs, + python3-evdev, + python3-pil, + python3-gi, + python3-usb, +Description: Application to configure and drive the Logitech G13 gameboard + This is the companion application to the Logitech G13 gameboard, and + provides both configuration tooling, applet hosting, and also a user space + driver to handle translation of keypresses to real Linux input events by way + of uinput. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d3d54c7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: g13gui +Upstream-Contact: June Tate-Gans +Upstream-Source: https://github.com/jtgans/g13gui + +Files: * +Copyright: 2021 June Tate-Gans +License: MIT + Copyright (c) 2021, June Tate-Gans + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the “Software”), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3ac17e2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --buildsystem=meson diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)