Fix : use original date file in deb

Update version of application : authelia element-web mautrix-whatsapp
This commit is contained in:
thomas 2022-03-19 05:56:51 +01:00
parent 3deb21e79d
commit a20c6440ee
5 changed files with 43 additions and 22 deletions

View file

@ -12,20 +12,33 @@ Objectives :
### Usage
#### List app
To list all applications with debmaker script
```bash
./debmaker list
```
#### Create deb file
To create deb file you just need to run the bellow command :
```bash
. ressources/<App name>/debmaker
debmaker_run
./debmaker run <app>
```
after execution, .deb file is generate in 'dist' folder
### Debug
#### Edit debmaker script
```bash
./debmaker edit <app>
```
#### Debug
To enter in temporary filesystem
```bash
debmaker_chroot cache/<App name>
./debmaker chroot <app>
```
### packages available in shared repository