Compare commits

..

No commits in common. "bullseye" and "bullseye.v25.0.11" have entirely different histories.

4 changed files with 32 additions and 46 deletions

View File

@ -11,7 +11,7 @@ latest:
- export DEBEMAIL="NOREPLY@`hostname -d`"
- mkdir -p builddir
- uscan --overwrite-download --destdir builddir
- cd ../nextcloud-server-25.0.13
- cd ../nextcloud-server-25.0.11
- dpkg-buildpackage -rfakeroot
- cd - ; cp ../nextcloud-server_*.deb .
artifacts:

View File

@ -17,9 +17,9 @@ git clone https://git.jurisic.org/ijurisic/nextcloud-deb.git
cd nextcloud-deb
git checkout bullseye
uscan --verbose --download-current-version
cd ../nextcloud-server-25.0.13
cd ../nextcloud-server-25.0.11
dch -n
dpkg-buildpackage -rfakeroot -us -uc
cd ..
dpkg -i nextcloud-server_25.0.13-1~deb11_all.deb
dpkg -i nextcloud-server_25.0.11-1~deb11_all.deb
```

14
debian/changelog vendored
View File

@ -1,17 +1,3 @@
nextcloud-server (25.0.13-1~deb11) bullseye; urgency=medium
[ adam ]
* maint: pulled in the last version of nextcloud in the 25.x series (25.0.13)
-- Adam <adam@hax0rbana.org> Thu, 07 Nov 2023 17:23:09 -0600
nextcloud-server (25.0.12-1~deb11) bullseye; urgency=medium
[ adam ]
* maint: pulled in new version of nextcloud (25.0.12)
-- Adam <adam@hax0rbana.org> Thu, 21 Sep 2023 14:02:49 -0500
nextcloud-server (25.0.11-1~deb11) bullseye; urgency=medium
[ adam ]

View File

@ -51,9 +51,9 @@ configure)
;;
abort-upgrade | abort-remove | abort-deconfigure) ;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
\
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1