This commit is contained in:
Thomas Legay 2024-11-11 00:09:41 +01:00
parent d528292a08
commit e233164591
6 changed files with 13 additions and 4 deletions

View file

@ -3,6 +3,6 @@ Version: %VERSION%
Section: contrib
Priority: optional
Architecture: all
Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl
Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl, ghostscript >= 9 , libreoffice >=24
Maintainer: Thomas Legay <thomas@lgy.fr>
Description: claper

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2_9_1
VERSION=2_9_2
APP=mysqlfdw
DEPOT=https://github.com/EnterpriseDB/mysql_fdw.git
GIT_VERSION=REL-${VERSION}

View file

@ -10,6 +10,7 @@ IMAGE_SIZE=2
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
main(){
configure_depot_yarn
base_package_upgrade
install_package_dependency
default_prebuild

View file

@ -1,7 +1,7 @@
#!/bin/bash
APP=rustdesk-server
VERSION=1.1.11-1
VERSION=1.1.12
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bookworm