Watch file results
component: main
debian_mangled_uversion: 25.8.2
debian_uversion: 25.8.2
distribution: debian
last_check: 2025-10-14 03:50:28.756587
metadata: Bug-Database: https://bugs.documentfoundation.org/ Bug-Submit: https://bugs.documentfoundation.org/enter_bug.cgi Donation: https://www.libreoffice.org/donate/ FAQ: https://www.libreoffice.org/get-help/frequently-asked-questions/ Repository: git://anongit.freedesktop.org/libreoffice/core Repository-Browse: https://cgit.freedesktop.org/libreoffice/core Security-Contact: officesecurity@lists.freedesktop.org
release: sid
source: libreoffice
status: up to date
upstream_url: http://download.documentfoundation.org/libreoffice/src/25.8.2/libreoffice-25.8.2.2.tar.xz
upstream_version: 25.8.2.2
version: 4:25.8.2-3
watch_file:
version=4 # only releases (and the final rc before the release. The last rc simply get renamed # so e.g. 6.4.3 final is 6.4.3 rc2 which is 6.4.3.2) # FIXME: # Unfortunately it seems that download.documentfoundation.org/libreoffice/src gets the rcs too. But # download.documentfoundation.org/stable((\d.\d.\d) doesn't work since we then get no tarball information # as that doesn't ship the source... And I fail getting parsing of www.libreoffice.org/download to work opts="compression=xz,pgpsigurlmangle=s/$/.asc/,uversionmangle=s/(\d\d.\d.\d).(\d)/$1/" \ http://download.documentfoundation.org/libreoffice/src/(\d\d.\d.\d)/@PACKAGE@-(\d\d.\d.\d).(\d).tar.xz debian opts="pgpsigurlmangle=s/$/.asc/,component=helpcontent2,uversionmangle=s/(\d\d.\d.\d).(\d)/$1/" \ http://download.documentfoundation.org/libreoffice/src/(\d\d.\d.\d)/@PACKAGE@-help-(\d\d.\d.\d).(\d).tar.xz same opts="pgpsigurlmangle=s/$/.asc/,component=translations,uversionmangle=s/(\d\d.\d.\d).(\d)/$1/" \ http://download.documentfoundation.org/libreoffice/src/(\d\d.\d.\d)/@PACKAGE@-translations-(\d\d.\d.\d).(\d).tar.xz same # FIXME: Combine those to one part? # Problem: 6.4.3.2 -> 6.4.3~rc2 (rc added manually) # 7.0.0.0.alpha1 -> 7.0.0~alpha1 (.0. stripped and following value taken as-is) # rcs (and the last rc which will become final, see above) #opts="compression=xz,pgpsigurlmangle=s/$/.asc/,versionmangle=s/(\d\d.\d.\d).(\d)/$1~rc$2/" \ # https://dev-builds.libreoffice.org/pre-releases/src/@PACKAGE@-(\d\d.\d.\d).(\d).tar.xz debian # #opts="pgpsigurlmangle=s/$/.asc/,component=helpcontent2,versionmangle=s/(\d\d.\d.\d).(\d)/$1~rc$2/" \ # https://dev-builds.libreoffice.org/pre-releases/src/@PACKAGE@-help-(\d\d.\d.\d).(\d).tar.xz same # #opts="pgpsigurlmangle=s/$/.asc/,component=translations,versionmangle=s/(\d\d.\d.\d).(\d)/$1~rc$2/" \ # https://dev-builds.libreoffice.org/pre-releases/src/@PACKAGE@-translations-(\d\d.\d.\d).(\d).tar.xz same # alpha, beta #opts="compression=xz,pgpsigurlmangle=s/$/.asc/,versionmangle=s/(\d\d.\d.\d).(alpha|beta).(\d)/$1~$2$3/" \ # https://dev-builds.libreoffice.org/pre-releases/src/@PACKAGE@-(\d\d.\d.\d).0.(alpha|beta)(\d).tar.xz debian # #opts="pgpsigurlmangle=s/$/.asc/,versionmangle=s/(\d\d.\d.\d).(alpha|beta).(\d)/$1~$2$3/" \ # https://dev-builds.libreoffice.org/pre-releases/src/@PACKAGE@-help-(\d\d.\d.\d).0.(alpha|beta)(\d).tar.xz same # #opts="pgpsigurlmangle=s/$/.asc/,versionmangle=s/(\d\d.\d.\d).(alpha|beta).(\d)/$1~$2$3/" \ # https://dev-builds.libreoffice.org/pre-releases/src/@PACKAGE@-translations-(\d\d.\d.\d).0.(alpha|beta)(\d).tar.xz same