2nd version of the day

This commit is contained in:
thomas 2023-07-11 23:15:31 +02:00
parent 568c7a4342
commit f8e85eec79
15 changed files with 116 additions and 7 deletions

View File

@ -1,12 +1,11 @@
#!/bin/bash
VERSION=0.108.0-b.35
VERSION=0.108.0-b.40
APP=adguardhome
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
GIT_VERSION=v${VERSION}
GIT_VERSION=v0.108.0-b.30
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=4
PACKAGE_DEPENDENCY="build-essential nodejs yarn"

View File

@ -0,0 +1,6 @@
The Debian Package vnctv
----------------------------
Comments regarding the Package
-- Thomas Leagy <thomas@lgy.fr> Sun, 03 Apr 2022 12:36:14 +0200

View File

@ -0,0 +1,11 @@
<VirtualHost *:80>
servername dav.domaine.com
ServerAdmin admin@domaine.fr
DocumentRoot /usr/share/baikal/html/
<directory /usr/share/baikal/html/>
Options FollowSymLinks
AllowOverride None
Require all granted
</directory>
</VirtualHost>

View File

@ -0,0 +1,9 @@
build/baikal/Core usr/share/baikal/Core
build/baikal/vendor usr/share/baikal/vendor
build/baikal/html usr/share/baikal/html
build/baikal/Core usr/share/baikal/html
build/baikal/Specific var/lib/baikal
build/baikal/README.md usr/share/doc/baikal/README.md
build/baikal/LICENSE usr/share/doc/baikal/LICENSE
config/baikal.yaml.dist etc/baikal/baikal.yaml
debian/baikal-apache.conf usr/share/doc/baikal/baikal-apache.conf

View File

@ -0,0 +1,2 @@
etc/baikal usr/share/baikal/config
var/lib/baikal usr/share/baikal/Specific

View File

@ -0,0 +1,5 @@
baikal (0.9.2) UNRELEASED; urgency=medium
* First deb version
-- Thomas Legay <thomas@lgy.fr> Mon, 17 Sep 2022 21:08:37 +0200

View File

@ -0,0 +1 @@
/etc/baikal/baikal.yaml

View File

@ -0,0 +1,12 @@
Source: baikal
Section: contrib
Priority: optional
Maintainer: Thomas Legay <thomas@lgy.fr>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 3.9.8
Package: baikal
Architecture: all
Priority: optional
Depends: php-mbstring, php-exif, php-opcache, php-sockets, php-tokenizer, php-iconv, php-json, php-phar, php-curl
Description: baikal

View File

@ -0,0 +1,29 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mautrix-whatsapp
Upstream-Contact: <preferred name and address to reach the upstream project>
Source: <url://example.com>
Files: *
Copyright: 2022 tulir
License: GPL-3.0+
Files: debian/*
Copyright: 2022 Thomas Legay <thomas@lgy.fr>
License: GPL-3.0+
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

View File

@ -0,0 +1,3 @@
#!/bin/bash
chown -R www-data:www-data /var/lib/baikal/
chown www-data:www-data /etc/baikal/baikal.yaml

6
ressources/baikal/debian/rules Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
make

View File

@ -0,0 +1 @@
3.0 (native)

25
ressources/baikal/debmaker Executable file
View File

@ -0,0 +1,25 @@
#!/bin/bash
VERSION=0.9.3
APP=baikal
DEPOT=https://github.com/sabre-io/Baikal.git
GIT_VERSION=${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=2
PACKAGE_DEPENDENCY="php-mbstring php-exif php-opcache php-sockets php-tokenizer php-iconv php-json php-phar php-curl rsync zip make composer unzip debhelper-compat"
main(){
base_package_upgrade
install_package_dependency
get_git_source
makedeb
}
makedeb(){
cd /tmp/${APP}/
cp -fr /tmp/src/debian /tmp/${APP}
dch -v ${VERSION}
dpkg-buildpackage -us -uc
cp /tmp/*.deb /tmp/dist
}

View File

@ -1,13 +1,13 @@
#!/bin/bash
VERSION=2.11.9
VERSION=2.12.4
APP=joplin-desktop
GIT_VERSION=v${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEPOT=https://github.com/laurent22/joplin.git
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=10
PACKAGE_DEPENDENCY="build-essential python nodejs rsync yarn"
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
main(){
base_package_upgrade

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2.0.25
VERSION=2.0.28
APP=kimai2
DEPOT=https://github.com/kevinpapst/kimai2.git
GIT_VERSION=${VERSION}