[Pkg-owncloud-commits] [owncloud-client] branch experimental updated (e1e7c87 -> 289cd17)

Sandro Knauß hefee at debian.org
Wed Dec 6 19:09:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

hefee pushed a change to branch experimental
in repository owncloud-client.

      from  e1e7c87   get rid of kdelibs5-dev.
       new  e328a35   Update changelog
       new  177246b   New upstream version 2.4.0~rc1+dfsg
       new  39487ec   Update upstream source from tag 'upstream/2.4.0_rc1+dfsg'
       new  7397004   New upstream release.
       new  7394e73   remove applied patches
       new  6e22012   Update patch hunks
       new  6e45276   Add patches to fix SyncMoveTest
       new  29c429d   update changelog
       new  289cd17   release to experimental

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .tag                                               |   2 +-
 CMakeLists.txt                                     |   1 +
 ChangeLog                                          |   4 +-
 VERSION.cmake                                      |   2 +-
 debian/changelog                                   |  10 +
 debian/patches/0005-remove_admin.patch             |   4 +-
 debian/patches/0006-move-configfile.patch          |   2 +-
 ...ear-csync-rename-mappings-after-reconcile.patch |  27 ++
 .../0010-move-man-rst-files-to-separate-dir.patch  | 158 -----------
 ...ename-maps-are-consistent-with-update-pha.patch | 294 +++++++++++++++++++++
 debian/patches/0011-move-man-dir.patch             |  69 -----
 debian/patches/series                              |   4 +-
 doc/CMakeLists.txt                                 |  10 +-
 man/CMakeLists.txt                                 |  14 +
 man/index.rst                                      |   1 +
 man/owncloud.1.rst                                 |  33 +++
 man/owncloudcmd.1.rst                              |  97 +++++++
 mirall.desktop.in                                  | 262 ------------------
 src/CMakeLists.txt                                 |  14 +-
 src/cmd/CMakeLists.txt                             |   2 +-
 src/common/checksums.cpp                           |  15 ++
 src/common/checksums.h                             |  10 +
 src/common/utility_mac.cpp                         |   4 +-
 src/csync/csync.h                                  |   3 +-
 src/csync/csync_exclude.h                          |   3 +-
 src/csync/csync_update.cpp                         |  12 +
 src/gui/accountsettings.cpp                        |   7 +-
 src/gui/creds/shibbolethcredentials.cpp            |  27 +-
 src/gui/folderstatusdelegate.cpp                   |   5 +-
 src/gui/folderwizard.cpp                           |  23 ++
 src/gui/folderwizard.h                             |   3 +
 src/gui/owncloudgui.cpp                            |   2 +-
 src/gui/sharelinkwidget.cpp                        |   2 +-
 src/libsync/account.cpp                            |   2 +
 src/libsync/account.h                              |   7 +
 src/libsync/connectionvalidator.cpp                |  17 +-
 src/libsync/connectionvalidator.h                  |   2 +
 src/libsync/creds/tokencredentials.cpp             |   2 +-
 src/libsync/creds/tokencredentials.h               |   2 +-
 src/libsync/discoveryphase.cpp                     |  23 +-
 src/libsync/networkjobs.cpp                        |   3 +-
 src/libsync/networkjobs.h                          |   5 +-
 src/libsync/propagatedownload.cpp                  |   2 +-
 src/libsync/syncengine.cpp                         |   3 +
 test/syncenginetestutils.h                         |   2 +-
 test/testchunkingng.cpp                            |  13 +-
 test/testsyncengine.cpp                            |  16 +-
 translations/client_ca.ts                          | 242 +++++++++--------
 translations/client_cs.ts                          | 242 +++++++++--------
 translations/client_de.ts                          | 258 ++++++++++--------
 translations/client_el.ts                          | 242 +++++++++--------
 translations/client_en.ts                          | 242 +++++++++--------
 translations/client_es.ts                          | 248 +++++++++--------
 translations/client_es_AR.ts                       | 242 +++++++++--------
 translations/client_et.ts                          | 242 +++++++++--------
 translations/client_eu.ts                          | 242 +++++++++--------
 translations/client_fa.ts                          | 242 +++++++++--------
 translations/client_fi.ts                          | 242 +++++++++--------
 translations/client_fr.ts                          | 247 +++++++++--------
 translations/client_gl.ts                          | 242 +++++++++--------
 translations/client_hu.ts                          | 242 +++++++++--------
 translations/client_it.ts                          | 242 +++++++++--------
 translations/client_ja.ts                          | 242 +++++++++--------
 translations/client_nb_NO.ts                       | 242 +++++++++--------
 translations/client_nl.ts                          | 242 +++++++++--------
 translations/client_pl.ts                          | 242 +++++++++--------
 translations/client_pt.ts                          | 242 +++++++++--------
 translations/client_pt_BR.ts                       | 246 +++++++++--------
 translations/client_ru.ts                          | 246 +++++++++--------
 translations/client_sk.ts                          | 242 +++++++++--------
 translations/client_sl.ts                          | 242 +++++++++--------
 translations/client_sr.ts                          | 242 +++++++++--------
 translations/client_sv.ts                          | 248 +++++++++--------
 translations/client_th.ts                          | 246 +++++++++--------
 translations/client_tr.ts                          | 242 +++++++++--------
 translations/client_uk.ts                          | 242 +++++++++--------
 translations/client_zh_CN.ts                       | 242 +++++++++--------
 translations/client_zh_TW.ts                       | 264 +++++++++---------
 78 files changed, 4854 insertions(+), 3940 deletions(-)
 create mode 100644 debian/patches/0010-Clear-csync-rename-mappings-after-reconcile.patch
 delete mode 100644 debian/patches/0010-move-man-rst-files-to-separate-dir.patch
 create mode 100644 debian/patches/0011-Reconcile-Rename-maps-are-consistent-with-update-pha.patch
 delete mode 100644 debian/patches/0011-move-man-dir.patch
 create mode 100644 man/CMakeLists.txt
 create mode 100644 man/index.rst
 create mode 100644 man/owncloud.1.rst
 create mode 100644 man/owncloudcmd.1.rst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list