Skip to content
Snippets Groups Projects
Commit 396f3e43 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

pridani verze debianu do nazvu balicku

parent 20cb5be0
No related branches found
No related tags found
No related merge requests found
Pipeline #3866 passed
#!/bin/bash -x #!/bin/bash -x
. /etc/os-release
cat > /etc/apt/sources.list << EOSOURCES cat > /etc/apt/sources.list << EOSOURCES
deb http://ftp.zcu.cz/pub/linux/debian bookworm main contrib non-free deb http://ftp.zcu.cz/pub/linux/debian bookworm main contrib non-free
deb http://ftp.zcu.cz/pub/linux/debian bookworm-updates main contrib non-free deb http://ftp.zcu.cz/pub/linux/debian bookworm-updates main contrib non-free
...@@ -15,6 +17,7 @@ apt install git devscripts build-essential libkrb5-dev apache2-dev dh-apache2 qu ...@@ -15,6 +17,7 @@ apt install git devscripts build-essential libkrb5-dev apache2-dev dh-apache2 qu
dget https://deb.debian.org/debian/pool/main/liba/libapache-mod-auth-kerb/libapache-mod-auth-kerb_5.4-2.5.dsc dget https://deb.debian.org/debian/pool/main/liba/libapache-mod-auth-kerb/libapache-mod-auth-kerb_5.4-2.5.dsc
cd libapache-mod-auth-kerb-5.4 cd libapache-mod-auth-kerb-5.4
sed "1 s/)/+deb${VERSION_ID})/" debian/changelog -i
dpkg-buildpackage -uc -us -b dpkg-buildpackage -uc -us -b
cd .. cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment