[Pkg-cli-apps-commits] [sparkleshare] branch master updated (5815058 -> 362828e)

Jo Shields directhex at moszumanska.debian.org
Mon Dec 21 22:06:18 UTC 2015


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

directhex pushed a change to branch master
in repository sparkleshare.

      from  5815058   finalize changelog
      adds  89d5f75   Imported Upstream version 1.2
      adds  4ea6281   Imported Debian patch 1.2-0.1
      adds  f4fb0ef   --with no longer takes an =
      adds  9debf85   Force build with 4.5 libraries
      adds  362828e   finalize changelog

No new revisions were added by this update.

Summary of changes:
 Makefile.in                                        | 337 ++++++------
 News.txt                                           |  16 +
 README.md                                          |   2 +
 SparkleLib/Defines.cs                              |   4 +-
 SparkleLib/Git/Makefile.in                         | 166 +++++-
 SparkleLib/Git/SparkleFetcherGit.cs                | 137 +++--
 SparkleLib/Git/SparkleGit.cs                       |   8 +
 SparkleLib/Git/SparkleRepoGit.cs                   | 311 ++++++-----
 SparkleLib/Makefile.in                             | 168 +++++-
 SparkleLib/SparkleConfig.cs                        |  31 +-
 SparkleLib/SparkleExtensions.cs                    |   4 +-
 SparkleLib/SparkleFetcherBase.cs                   |  26 +-
 SparkleLib/SparkleFetcherSSH.cs                    |  17 +-
 SparkleLib/SparkleLogger.cs                        |   9 +-
 SparkleLib/SparkleRepoBase.cs                      |  61 ++-
 SparkleLib/SparkleUser.cs                          |   2 +
 SparkleLib/SparkleWrappers.cs                      |   8 +-
 SparkleShare/Common/HTML/Makefile.in               | 109 +++-
 SparkleShare/Common/HTML/event-log.html            |   2 +-
 SparkleShare/Common/Makefile.in                    | 274 +++++-----
 SparkleShare/Common/Pixmaps/Makefile.in            | 109 +++-
 SparkleShare/Common/Pixmaps/about.png              | Bin 51184 -> 51159 bytes
 SparkleShare/Common/Pixmaps/side-splash.png        | Bin 65297 -> 65262 bytes
 SparkleShare/Common/Pixmaps/tutorial-slide-1.png   | Bin 35855 -> 28133 bytes
 SparkleShare/Common/Plugins/._planio.png           | Bin 0 -> 181 bytes
 SparkleShare/Common/Plugins/Makefile.in            | 109 +++-
 SparkleShare/Common/Plugins/planio.xml             |   2 +-
 SparkleShare/Linux/Makefile.am                     |   1 +
 SparkleShare/Linux/Makefile.in                     | 287 ++++++-----
 SparkleShare/Linux/Pixmaps/Makefile.in             | 283 +++++-----
 SparkleShare/Linux/Pixmaps/icons/Makefile.in       | 275 +++++-----
 SparkleShare/Linux/Pixmaps/icons/gnome/Makefile.in | 102 +++-
 .../Linux/Pixmaps/icons/process-syncing-48.png     | Bin 2081 -> 1679 bytes
 .../Pixmaps/icons/process-syncing-down-48.png      | Bin 2020 -> 1620 bytes
 .../Pixmaps/icons/process-syncing-error-48.png     | Bin 3082 -> 2699 bytes
 .../Linux/Pixmaps/icons/process-syncing-up-48.png  | Bin 1991 -> 1588 bytes
 .../Linux/Pixmaps/icons/process-working-22.png     | Bin 4108 -> 4104 bytes
 .../Linux/Pixmaps/icons/sparkleshare-32.png        | Bin 1274 -> 1270 bytes
 .../Pixmaps/icons/ubuntu-mono-dark/Makefile.in     | 102 +++-
 .../icons/ubuntu-mono-dark/process-syncing-24.png  | Bin 603 -> 268 bytes
 .../ubuntu-mono-dark/process-syncing-down-24.png   | Bin 599 -> 271 bytes
 .../ubuntu-mono-dark/process-syncing-error-24.png  | Bin 576 -> 266 bytes
 .../ubuntu-mono-dark/process-syncing-idle-24.png   | Bin 711 -> 361 bytes
 .../ubuntu-mono-dark/process-syncing-up-24.png     | Bin 605 -> 271 bytes
 .../Pixmaps/icons/ubuntu-mono-light/Makefile.in    | 102 +++-
 .../icons/ubuntu-mono-light/process-syncing-24.png | Bin 573 -> 252 bytes
 .../ubuntu-mono-light/process-syncing-down-24.png  | Bin 582 -> 258 bytes
 .../ubuntu-mono-light/process-syncing-error-24.png | Bin 556 -> 250 bytes
 .../ubuntu-mono-light/process-syncing-idle-24.png  | Bin 692 -> 337 bytes
 .../ubuntu-mono-light/process-syncing-up-24.png    | Bin 590 -> 259 bytes
 SparkleShare/Linux/Pixmaps/tutorial-slide-3.png    | Bin 46109 -> 36876 bytes
 SparkleShare/Linux/SparkleBubbles.cs               |  16 +-
 SparkleShare/Linux/SparkleEventLog.cs              |  32 +-
 SparkleShare/Linux/SparkleSetup.cs                 |  41 +-
 SparkleShare/Linux/sparkleshare.desktop            |   1 +
 SparkleShare/Linux/sparkleshare.in                 |   5 +-
 SparkleShare/Makefile.in                           | 274 +++++-----
 SparkleShare/SparkleAboutController.cs             |  15 +-
 SparkleShare/SparkleAvatars.cs                     | 111 ++++
 SparkleShare/SparkleBubblesController.cs           |   3 +-
 SparkleShare/SparkleControllerBase.cs              | 229 ++++----
 SparkleShare/SparkleEventLogController.cs          |  52 +-
 SparkleShare/SparkleInvite.cs                      |   3 +-
 SparkleShare/SparkleKeys.cs                        |   4 +
 SparkleShare/SparklePlugin.cs                      |   2 +-
 SparkleShare/SparkleSetupController.cs             |  47 +-
 SparkleShare/SparkleStatusIconController.cs        |  14 +
 aclocal.m4                                         | 574 +++++++++++++--------
 build/Makefile.in                                  | 274 +++++-----
 build/build.environment.mk                         |   3 +-
 build/m4/Makefile.in                               | 100 +++-
 config.guess                                       |  60 ++-
 config.sub                                         |  95 ++--
 configure                                          | 483 ++++++++++-------
 configure.ac                                       |   2 +-
 debian/changelog                                   |  18 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |  31 +-
 install-sh                                         |  14 +-
 ltmain.sh                                          |  32 +-
 missing                                            | 414 ++++++---------
 81 files changed, 3701 insertions(+), 2318 deletions(-)
 create mode 100644 SparkleShare/Common/Plugins/._planio.png
 create mode 100644 SparkleShare/SparkleAvatars.cs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/sparkleshare.git



More information about the Pkg-cli-apps-commits mailing list