No description
Find a file
2022-04-01 15:43:29 +02:00
fs-infmath-mumble-ldapauth fix typo 2021-06-02 14:48:55 +02:00
.gitignore adjust dependencies 2021-06-02 12:00:35 +02:00
.gitmodules change submodule url 2021-06-02 14:06:03 +02:00
.mailmap add .mailmap file 2022-04-01 15:43:29 +02:00
add_changelog.sh create debian package 2020-04-02 16:04:02 +02:00
build.sh continue work on move to patch based package 2021-06-02 11:42:07 +02:00
clean.sh continue work on move to patch based package 2021-06-02 11:42:07 +02:00
edit_changelog.sh create debian package 2020-04-02 16:04:02 +02:00
lint.sh continue work on move to patch based package 2021-06-02 11:42:07 +02:00
README.md continue work on move to patch based package 2021-06-02 11:42:07 +02:00

mumble-ldapauth


Install Requirements

All other dependencies are configured in the debian package and should as such be installed by your package manager.

Install Instructions

  1. Install the .deb package

Configuration

TODO


Preparing a Release

Use the add_changelog.sh script to add a new changelog entry to debian/changelog.
This will use DEBFULLNAME, NAME, DEBEMAIL or EMAIL to find the maintainers name for the changelog entry and will use DEBEMAIL and EMAIL for the email-address respectively. See man dch for further information.

Name or Email address might need to be adjusted if none of the respective environment variables were set.

Use the edit_changelog.sh script to edit an existing changelog entry.

Build Requirements

Building this package requires:

  • debuild
  • debhelper
  • devscripts
  • python3

Build Instructions

run the build.sh script