Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
I would like to fix #932108 in buster, because it hits stable users. The patch is quite simple. See attached debdiff. As nextcloud-desktop was removed from testing, it needs 5 days till, the patch entered testing. After that I'll make the package ready for uploading it to buster. -- System Information: Debian Release: bullseye/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.2.0-2-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru nextcloud-desktop-2.5.1/debian/changelog nextcloud-desktop-2.5.1/debian/changelog --- nextcloud-desktop-2.5.1/debian/changelog 2019-05-16 16:14:50.000000000 +0200 +++ nextcloud-desktop-2.5.1/debian/changelog 2019-08-29 18:57:38.000000000 +0200 @@ -1,3 +1,10 @@ +nextcloud-desktop (2.5.1-4) UNRELEASED; urgency=medium + + * Make nextcloud-desktop-cmd depend on nextcloud-desktop-common. + Thanks to Calogero Lo Leggio (Closes: #932108) + + -- Sandro Knauß <he...@debian.org> Thu, 29 Aug 2019 18:57:38 +0200 + nextcloud-desktop (2.5.1-3) unstable; urgency=medium * Fix "Subfolders of moved folders not synced" (Closes: #929079) diff -Nru nextcloud-desktop-2.5.1/debian/control nextcloud-desktop-2.5.1/debian/control --- nextcloud-desktop-2.5.1/debian/control 2019-02-13 00:04:42.000000000 +0100 +++ nextcloud-desktop-2.5.1/debian/control 2019-08-29 18:57:38.000000000 +0200 @@ -122,6 +122,7 @@ Architecture: any Depends: libnextcloudsync0 (= ${binary:Version}), libqt5sql5-sqlite, + nextcloud-desktop-common, nextcloud-desktop-l10n, ${misc:Depends}, ${shlibs:Depends}