rclone (1.69.3+dfsg-1) experimental; urgency=medium * Team upload. * New upstream release - fixes metadata symlink security bug [CVE-2024-52522] Closes: #1088107 - supports gitannex. Closes: #1115963 - applies debian patch 0015-Update-go-smb2.patch Depends: golang-github-cloudsoda-go-smb2-dev (>= 0.0~20241223.52b943b~) * add debian patches to drop features which debian cannot yet support due to unpackaged dependencies - disable_backend_cloudinary.patch for backend/cloudinary (github.com/cloudinary/cloudinary-go/v2) - disable_backend_file.patch for backend/filescom (github.com/Files-com/files-sdk-go/v3) backend/iclouddrive (github.com/oracle/oci-go-sdk) * debian patch drop_generated_docs.patch drops generation of .md files, which are present in source but not acknowledged, causing the build to fail * drop debian patches 0016-Remove-metadata-support.patch and 0017-Remove-checksum-support.patch. golang-google-api-dev 0.214.0 is now available which supports these features. Depends: golang-google-api-dev (>= 0.211.0~) * use go-md2man and mandoc as an alternative to pandoc to build the rclone man page and html manual on architectures without pandoc. Build-Depends: pandoc | go-md2man, mandoc * add PATH to newly built rclone when building docs, since make_manual.py now calls rclone for help_output * Build-Depends: fuse3 [linux-any] (fuse is available on linux only, not hurd) * update debian/watch to v5 GitHub template * Standards-Version: 4.7.3 -- Drew Parsons Fri, 27 Feb 2026 19:24:39 +0100 rclone (1.65.0+dfsg-2) unstable; urgency=medium * Team upload. * provides symlink to /usr/sbin/mount.rclone symlink enabling operation via mount. Closes: #1032094 * enables mega backend. Closes: #983445 -- Drew Parsons Wed, 25 Feb 2026 22:43:07 +0100 rclone (1.65.0+dfsg-1) experimental; urgency=medium * Team upload. * New upstream release. Closes: #1057067, #1124231 - Depends: golang-github-anacrolix-log-dev, golang-gopkg-yaml.v2-dev - update versioned Depends: golang-github-anacrolix-dms-dev (>= 1.6.0), golang-github-colinmarc-hdfs-dev (>= 2.4.0~), golang-github-coreos-go-semver-dev (>= 0.3.1~), golang-github-iguanesolutions-go-systemd-dev (>= 5.1.1~), golang-github-jcmturner-gokrb5.v8-dev (>= 8.4.4~), golang-github-ncw-swift-v2-dev (>= 2.0.2~), golang-github-xanzy-ssh-agent-dev (>= 0.3.3~) -- Drew Parsons Sat, 21 Feb 2026 19:15:17 +0100 rclone (1.60.1+dfsg-4) unstable; urgency=medium * Team upload. [ Guillem Jover ] * Update gbp configuration following Go Team new workflow. * Wrap and sort -ast. * Wrap and sort make variable multi values one per line. * Add spaces around make variable assignment. * Fix indentation for the debian/watch file. * Simplify debian/copyright file. * Use execute_(before|after)_ instead of override_ and explicit dh calls. * Add a debian/.gitignore file. * Do not hardcode gopsutil v3. * Switch from Built-Using to the Static-Built-Using field. * Remove shlibs:Depends substvar usage from -dev package. * Switch to Standards-Version 4.7.0 (no changes needed). * Update copyright years. [ Maytham Alsudany ] * Add constraint to stretchr-testify and remove from Depends. * Set build directory to _build in d/rules. * Update Forwarded header (DEP3). -- Guillem Jover Fri, 04 Oct 2024 03:04:22 +0200 rclone (1.60.1+dfsg-3) unstable; urgency=medium * Team upload. * Disable dh_auto_test on single-CPU machines. Closes: #1031062. * Add ca-certificates to Suggests. Closes: #1031358. * debian/copyright: use spaces rather than tabs to start continuation lines. * Update standards version to 4.6.2, no changes needed. -- Santiago Vila Mon, 06 Nov 2023 14:54:00 +0100 rclone (1.60.1+dfsg-2) unstable; urgency=medium * Tighten Build-Dependencies -- Matthew Vernon Tue, 13 Dec 2022 15:16:12 +0000 rclone (1.60.1+dfsg-1) unstable; urgency=medium * New upstream version (Closes: #1001261, #991124) * Exclude website components w/o source * Update d/copyright to reflect all code licenses * Add Suggests: fuse | fuse3 (Closes: #1018089) * Lintian overrides where necessary * Rebase patches -- Matthew Vernon Wed, 07 Dec 2022 18:04:19 +0000 rclone (1.53.3-4) unstable; urgency=medium * Team upload. * Add logrus to the dependencies of the development package. * Switch to dh-sequence-*. * Add missing build dependency on go-homedir. -- Andrej Shadura Fri, 31 Dec 2021 21:12:35 +0100 rclone (1.53.3-3) unstable; urgency=medium * Team upload. * Add missing build dependency on logrus (Closes: #1002271). -- Andrej Shadura Fri, 31 Dec 2021 20:37:35 +0100 rclone (1.53.3-2) unstable; urgency=medium * Team upload. [ Thomas Goirand ] * Add "Infomaniak kDrive" as possible provider in the package long desc. [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on golang-github-jlaffaye-ftp-dev. + golang-github-rclone-rclone-dev: Drop versioned constraint on golang-github-jlaffaye-ftp-dev and golang-github-okzk-sdnotify-dev in Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update standards version to 4.6.0, no changes needed. [ Andrej Shadura ] * Backport fix for upstream issue #5632 (move operation for union mounts) * Don’t set XDG_{CONFIG,CACHE}_HOME since debhelper already does. * Don’t fail to build when tests fail, since there are spurious failures. -- Andrej Shadura Sun, 31 Oct 2021 10:56:03 +0100 rclone (1.53.3-1) unstable; urgency=medium * Team upload. * New upstream version 1.53.3 Closes: #975324 CVE-2020-28924 * Bump debhelper-compat to 13 * Bump Standards-Version to 4.5.1 (no changes) * Change devel package Section to golang -- Shengjing Zhu Fri, 27 Nov 2020 02:07:54 +0800 rclone (1.53.1-2) unstable; urgency=medium * Team upload. * upload to unstable -- Drew Parsons Fri, 02 Oct 2020 23:46:28 +0800 rclone (1.53.1-1) experimental; urgency=medium * Team upload. * New upstream release. Closes: #960677. - fixes getcwd() failures. Closes: #968320. * adds new Build-Depends: - golang-github-aalpar-deheap-dev (>= 0.0~git20200318.9a0c288) - golang-github-coreos-go-semver-dev (>= 0.3.0) - golang-github-hanwen-go-fuse-dev (>= 2.0.3) - golang-github-klauspost-compress-dev (>= 1.10.11) * update existing versioned dependencies * also Build-Depends: golang-github-google-uuid-dev * vendor and Godeps subdirs no longer packaged in upstream tarball, no need to exclude in debian/copyright or repack in watch file * update debian/watch to https://github.com/rclone/rclone * run tests in "quicktest" mode (RCLONE_CONFIG="/notfound") to avoid live server connections in backend TestIntegration * add debian patches - ignore_tardigrade_backend.patch ignores the tardigrade backend (storj.io/uplink is not yet available, see RFP#971078) - skip_TestParseDuration.patch skips TestParseDuration due to errors on Linux, see https://github.com/rclone/rclone/issues/4529 - skip_sftp_webdav_TestIntegration.patch skips the TestIntegration test on sftp and webdav backends (they don't recognise quicktest mode) - skip_network_tests.patch skips TestAddPlugin and TestRemovePlugin in tests for fs/rc/webgui (network connections are not available for build tests) * ensure source gocode in golang-github-rclone-rclone-dev is not executable * add hyphen to NAME in manpage for proper parsing * use dh_installdocs and dh_installman to install docs. Predownload logo_on_light__horizontal_color.svg from https://rclone.org/img/logo_on_light__horizontal_color.svg and place in doc dir for MANUAL.html. * delete generated doc files when cleaning -- Drew Parsons Wed, 30 Sep 2020 00:05:13 +0800 rclone (1.50.2-3) unstable; urgency=medium * Team upload. * Fix missing Build-Depends + golang-github-mattn-go-colorable-dev It's previously brought by golang-github-spf13-viper-dev * Update maintainer address to team+pkg-go@tracker.debian.org * Add Rules-Requires-Root -- Shengjing Zhu Thu, 25 Jun 2020 03:57:45 +0800 rclone (1.50.2-2) unstable; urgency=medium * Team upload. * mark usr/bin/build_csv as not-installed (it is an internal tool associated with rclone's info command) -- Drew Parsons Thu, 30 Jan 2020 12:14:40 +0800 rclone (1.50.2-1) experimental; urgency=medium * Team upload. * New upstream release. - applies 0006-Adapt-script-to-use-python3.patch - Build-Depends: golang-github-azure-azure-pipeline-go-dev (>= 0.2.2), golang-github-youmark-pkcs8-dev * Standards-Version: 4.5.0 -- Drew Parsons Wed, 22 Jan 2020 10:19:27 +0800 rclone (1.49.5-3) unstable; urgency=medium * Source-only upload. -- Dr. Tobias Quathamer Tue, 29 Oct 2019 21:22:48 +0100 rclone (1.49.5-2) unstable; urgency=medium * No change upload to build against golang-github-jzelinskie-whirlpool-dev, version 0.0~git20170603.c19460b-2. The previous upload has been rejected because the field Built-Using referred to the -1 version of that package, which is no longer available in the ftp-master archive. -- Dr. Tobias Quathamer Mon, 28 Oct 2019 20:56:23 +0100 rclone (1.49.5-1) unstable; urgency=medium [ Drew Parsons ] * update debian/copyright, debian/watch to stop excluding cmd/serve/dlna. [ Dr. Tobias Quathamer ] * New upstream version 1.49.5 - Refresh patches - Remove patches which have been applied upstream - Rename -dev package to new upstream namespace - Add golang-github-atotto-clipboard-dev to Build-Depends - Add two new dependencies - Update bash completion for new release - Remove