From f54062a4426e9c131cb76bf0a46c36972ae9a7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Thu, 27 Jul 2023 14:30:20 +0200 Subject: [PATCH] New upstream 27.0.1 --- .gitlab-ci.yml | 2 +- README.md | 2 +- debian/changelog | 6 ++++++ debian/watch | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42f143f..21f79d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ latest: - export DEBEMAIL="NOREPLY@`hostname -d`" - mkdir -p builddir - uscan --overwrite-download --destdir builddir - - cd ../nextcloud-server-26.0.4 + - cd ../nextcloud-server-27.0.1 - dpkg-buildpackage -rfakeroot - cd - ; cp ../nextcloud-server_*.deb . artifacts: diff --git a/README.md b/README.md index 634c899..ac0ee79 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ sudo apt-get install build-essential fakeroot devscripts apache2-dev ``` git clone https://git.jurisic.org/ijurisic/nextcloud-deb.git cd nextcloud-deb -git checkout bullseye +git checkout bookworm uscan --verbose --download-current-version cd ../nextcloud-server- dch -n diff --git a/debian/changelog b/debian/changelog index 5259289..dcaea02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nextcloud-server (27.0.1-1~deb12) bookworm; urgency=medium + + * New upstream release 27.0.1 + + -- Ivan Jurišić Thu, 27 Jul 2023 12:13:18 +0000 + nextcloud-server (26.0.4-1~deb12) bookworm; urgency=medium * New upstream release 26.0.4 diff --git a/debian/watch b/debian/watch index 1194784..4dd6479 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts="pgpmode=auto" https://download.nextcloud.com/server/releases/nextcloud-(26.*)\.zip debian uupdate +opts="pgpmode=auto" https://download.nextcloud.com/server/releases/nextcloud-(27.*)\.zip debian uupdate