debian package

This commit is contained in:
Sebastian Kiesel 2025-02-16 00:16:20 +01:00
parent 689396c8cb
commit 89657cd155
7 changed files with 77 additions and 0 deletions

9
debian/changelog vendored Normal file
View File

@ -0,0 +1,9 @@
muxsa (1.0.0-1) unstable; urgency=low
* Initial release as a Debian package
-- Sebastian Kiesel <sebastian.kiesel@tik.uni-stuttgart.de> Sat, 15 Feb 2025 23:00:15 +0100
Local variables:
mode: debian-changelog
End:

23
debian/control vendored Normal file
View File

@ -0,0 +1,23 @@
Source: muxsa
Section: video
Priority: optional
Maintainer: Sebastian Kiesel <sebastian.kiesel@tik.uni-stuttgart.de>
Build-Depends:
debhelper-compat (= 13), pandoc,
Standards-Version: 4.6.2
Homepage: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa
Vcs-Browser: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa
Vcs-Git: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa.git
Package: muxsa
Architecture: all
Depends:
${misc:Depends}, libvirt-clients, spice-client-gtk, xdotool, netpbm, audacity, ffmpeg, geeqie,
Description: create video from presentation slides and recorded narration
muxsa (MUltipleXer for Slides and Audio): a collection of Linux tools
for efficiently creating video files from presentation slides and
background narration. The actual work is done by KVM/libvirt/spicy,
audacity, and ffmpeg - muxsa provides a set of tools that facilitate
and automate the tasks of taking a series of screenshots of a virtual
machine running presentation software, recording the narration, and
multiplexing it all together.

9
debian/copyright vendored Normal file
View File

@ -0,0 +1,9 @@
MIT License
Copyright (c) 2023 Sebastian Kiesel <sebastian.kiesel@tik.uni-stuttgart.de>
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.

3
debian/dirs vendored Normal file
View File

@ -0,0 +1,3 @@
usr/bin
usr/share/man/man1
usr/share/doc/muxsa

26
debian/rules vendored Executable file
View File

@ -0,0 +1,26 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1
# See FEATURE AREAS in dpkg-buildflags(1).
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# See ENVIRONMENT in dpkg-buildflags(1).
# Package maintainers to append CFLAGS.
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# Package maintainers to append LDFLAGS.
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
# dh_make generated override targets.
# This is an example for Cmake (see <https://bugs.debian.org/641051>).
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
1.0

6
debian/upstream/metadata vendored Normal file
View File

@ -0,0 +1,6 @@
Bug-Database: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa/muxsa/issues
Bug-Submit: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa/muxsa/issues/new
Changelog: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa/muxsa/blob/master/CHANGES
Documentation: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa/muxsa/wiki
Repository-Browse: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa/muxsa
Repository: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa/muxsa.git