[Pkg-cli-apps-commits] [sparkleshare] branch ubuntu updated (7110090 -> 55bb97d)
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Thu Feb 13 05:06:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
asb pushed a change to branch ubuntu
in repository sparkleshare.
from 7110090 Update & finalise changelog
adds 9b28584 Imported Upstream version 1.0.0
adds b23f115 Merge tag 'upstream/1.0.0'
adds 7943d0f Remove patch
adds 4e04623 Fix the name of the news and trademark files
adds 29653a9 Increase mono build dependency to 2.10
adds deb52f9 Finalize changelog
adds e45ec00 Imported Upstream version 1.1.0
adds 60f1db0 Merge tag 'upstream/1.1.0'
adds 914d4f9 debian/watch: downloads moved to bitbucket
adds 115c5b8 Finalize changelog
new 3231db5 * Merge with Debian unstable. Remaining Ubuntu changes: - Add build-dep on libappindicator for libappindicator0.1-cil-dev indicator support.
new 55bb97d releasing package sparkleshare version 1.1.0-1ubuntu1
The 2 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:
Makefile.am | 8 +-
Makefile.in | 52 +-
NEWS | 196 ---
News.txt | 335 +++++
README.md | 14 +-
SparkleLib/AssemblyInfo.cs | 11 -
SparkleLib/AssemblyInfo.cs.in | 11 -
SparkleLib/Defines.cs | 19 +-
SparkleLib/Defines.cs.in | 19 +-
SparkleLib/Git/Makefile.am | 2 +
SparkleLib/Git/Makefile.in | 52 +-
SparkleLib/Git/SparkleFetcherGit.cs | 408 +++---
SparkleLib/Git/SparkleGit.cs | 135 +-
SparkleLib/Git/SparkleRepoGit.cs | 1068 +++++++++-------
SparkleLib/Makefile.am | 7 +-
SparkleLib/Makefile.in | 66 +-
SparkleLib/SparkleAnnouncement.cs | 34 -
SparkleLib/SparkleBackend.cs | 14 +-
SparkleLib/SparkleConfig.cs | 175 ++-
SparkleLib/SparkleExceptions.cs | 37 -
SparkleLib/SparkleExtensions.cs | 47 +-
SparkleLib/SparkleFetcherBase.cs | 372 ++----
SparkleLib/SparkleFetcherSSH.cs | 143 +++
SparkleLib/SparkleHelpers.cs | 114 --
SparkleLib/SparkleListenerBase.cs | 100 +-
SparkleLib/SparkleListenerFactory.cs | 47 +-
SparkleLib/SparkleListenerTcp.cs | 247 ++--
SparkleLib/SparkleLogger.cs | 99 ++
SparkleLib/SparkleRepoBase.cs | 573 ++++-----
SparkleLib/SparkleUser.cs | 4 +
SparkleLib/SparkleWatcher.cs | 27 +-
SparkleLib/SparkleWrappers.cs | 35 +-
SparkleShare/Common/HTML/Makefile.in | 36 +-
SparkleShare/Common/HTML/day-entry.html | 8 +-
SparkleShare/Common/HTML/event-entry.html | 21 +-
SparkleShare/Common/HTML/event-log.html | 254 ++--
SparkleShare/Common/Makefile.in | 42 +-
SparkleShare/Common/Pixmaps/Makefile.am | 15 +-
SparkleShare/Common/Pixmaps/Makefile.in | 51 +-
SparkleShare/Common/Pixmaps/about.png | Bin 66411 -> 51184 bytes
SparkleShare/Common/Pixmaps/avatar-a.png | Bin 650 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-b.png | Bin 751 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-c.png | Bin 989 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-d.png | Bin 720 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-e.png | Bin 753 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-f.png | Bin 912 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-g.png | Bin 771 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-h.png | Bin 780 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-i.png | Bin 666 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-j.png | Bin 735 -> 0 bytes
SparkleShare/Common/Pixmaps/avatar-k.png | Bin 669 -> 0 bytes
SparkleShare/Common/Pixmaps/side-splash.png | Bin 76527 -> 65297 bytes
SparkleShare/Common/Pixmaps/tutorial-slide-1.png | Bin 0 -> 35855 bytes
SparkleShare/Common/Pixmaps/tutorial-slide-2.png | Bin 0 -> 24161 bytes
SparkleShare/Common/Pixmaps/tutorial-slide-4.png | Bin 4532 -> 0 bytes
SparkleShare/Common/Pixmaps/user-icon-default.png | Bin 0 -> 594 bytes
SparkleShare/Common/Plugins/Makefile.am | 21 +-
SparkleShare/Common/Plugins/Makefile.in | 56 +-
SparkleShare/Common/Plugins/bitbucket.png | Bin 1591 -> 1202 bytes
SparkleShare/Common/Plugins/bitbucket.xml | 35 +-
SparkleShare/Common/Plugins/bitbucket.xml.in | 22 -
SparkleShare/Common/Plugins/github.png | Bin 1724 -> 1578 bytes
SparkleShare/Common/Plugins/github.xml | 25 +-
SparkleShare/Common/Plugins/github.xml.in | 21 -
SparkleShare/Common/Plugins/gitorious.png | Bin 1359 -> 1238 bytes
SparkleShare/Common/Plugins/gitorious.xml | 52 +-
SparkleShare/Common/Plugins/gitorious.xml.in | 21 -
SparkleShare/Common/Plugins/gnome.png | Bin 1415 -> 0 bytes
SparkleShare/Common/Plugins/gnome.xml | 69 -
SparkleShare/Common/Plugins/gnome.xml.in | 21 -
SparkleShare/Common/Plugins/own-server.png | Bin 1363 -> 1161 bytes
SparkleShare/Common/Plugins/own-server.xml | 39 +-
SparkleShare/Common/Plugins/own-server.xml.in | 19 -
SparkleShare/Common/Plugins/planio.png | Bin 0 -> 3232 bytes
SparkleShare/Common/Plugins/planio.xml | 20 +
SparkleShare/Common/Plugins/ssnet.png | Bin 1545 -> 1438 bytes
SparkleShare/Common/Plugins/ssnet.xml | 13 +-
SparkleShare/Common/Plugins/ssnet.xml.in | 20 -
SparkleShare/Linux/Makefile.am | 8 +-
SparkleShare/Linux/Makefile.in | 107 +-
SparkleShare/Linux/Nautilus/Makefile.am | 15 -
SparkleShare/Linux/Nautilus/Makefile.in | 474 -------
.../Nautilus/sparkleshare-nautilus-extension.py | 173 ---
.../Nautilus/sparkleshare-nautilus-extension.py.in | 173 ---
.../Nautilus/sparkleshare-nautilus3-extension.py | 200 ---
.../sparkleshare-nautilus3-extension.py.in | 200 ---
SparkleShare/Linux/Pixmaps/Makefile.am | 2 -
SparkleShare/Linux/Pixmaps/Makefile.in | 49 +-
SparkleShare/Linux/Pixmaps/icons/Makefile.am | 35 +-
SparkleShare/Linux/Pixmaps/icons/Makefile.in | 77 +-
.../Linux/Pixmaps/icons/document-added-12.png | Bin 498 -> 193 bytes
.../Linux/Pixmaps/icons/document-deleted-12.png | Bin 314 -> 117 bytes
.../Linux/Pixmaps/icons/document-edited-12.png | Bin 665 -> 428 bytes
.../Linux/Pixmaps/icons/document-moved-12.png | Bin 3214 -> 445 bytes
.../Linux/Pixmaps/icons/folder-sparkleshare-16.png | Bin 766 -> 0 bytes
.../Linux/Pixmaps/icons/folder-sparkleshare-22.png | Bin 1004 -> 0 bytes
.../Linux/Pixmaps/icons/folder-sparkleshare-24.png | Bin 997 -> 0 bytes
.../Pixmaps/icons/folder-sparkleshare-256.png | Bin 53184 -> 0 bytes
.../Linux/Pixmaps/icons/folder-sparkleshare-32.png | Bin 1404 -> 0 bytes
.../Linux/Pixmaps/icons/folder-sparkleshare-48.png | Bin 2372 -> 0 bytes
SparkleShare/Linux/Pixmaps/icons/gnome/Makefile.am | 20 +
.../icons/{ubuntu-mono-light => gnome}/Makefile.in | 56 +-
.../Pixmaps/icons/gnome/sparkleshare-symbolic.svg | 17 +
SparkleShare/Linux/Pixmaps/icons/list-point-16.png | Bin 676 -> 575 bytes
.../Linux/Pixmaps/icons/process-syncing-24.png | Bin 2560 -> 831 bytes
.../Linux/Pixmaps/icons/process-syncing-48.png | Bin 0 -> 2081 bytes
.../Pixmaps/icons/process-syncing-down-24.png | Bin 0 -> 768 bytes
.../Pixmaps/icons/process-syncing-down-48.png | Bin 0 -> 2020 bytes
.../Pixmaps/icons/process-syncing-error-24.png | Bin 1354 -> 1017 bytes
.../Pixmaps/icons/process-syncing-error-48.png | Bin 0 -> 3082 bytes
.../Linux/Pixmaps/icons/process-syncing-i-24.png | Bin 994 -> 0 bytes
.../Linux/Pixmaps/icons/process-syncing-ii-24.png | Bin 1002 -> 0 bytes
.../Linux/Pixmaps/icons/process-syncing-iii-24.png | Bin 990 -> 0 bytes
.../Pixmaps/icons/process-syncing-iiii-24.png | Bin 989 -> 0 bytes
.../Pixmaps/icons/process-syncing-iiiii-24.png | Bin 993 -> 0 bytes
.../Linux/Pixmaps/icons/process-syncing-up-24.png | Bin 0 -> 768 bytes
.../Linux/Pixmaps/icons/process-syncing-up-48.png | Bin 0 -> 1991 bytes
.../Linux/Pixmaps/icons/process-working-22.png | Bin 7061 -> 4108 bytes
.../Linux/Pixmaps/icons/sparkleshare-16.png | Bin 0 -> 689 bytes
.../Linux/Pixmaps/icons/sparkleshare-22.png | Bin 0 -> 926 bytes
.../Linux/Pixmaps/icons/sparkleshare-24.png | Bin 0 -> 926 bytes
.../Linux/Pixmaps/icons/sparkleshare-256.png | Bin 0 -> 47701 bytes
.../Linux/Pixmaps/icons/sparkleshare-32.png | Bin 0 -> 1274 bytes
.../Linux/Pixmaps/icons/sparkleshare-48.png | Bin 0 -> 2182 bytes
.../Pixmaps/icons/ubuntu-mono-dark/Makefile.am | 9 +-
.../Pixmaps/icons/ubuntu-mono-dark/Makefile.in | 40 +-
.../icons/ubuntu-mono-dark/process-syncing-24.png | Bin 0 -> 603 bytes
.../ubuntu-mono-dark/process-syncing-down-24.png | Bin 0 -> 599 bytes
.../ubuntu-mono-dark/process-syncing-error-24.png | Bin 605 -> 576 bytes
.../ubuntu-mono-dark/process-syncing-i-24.png | Bin 806 -> 0 bytes
.../ubuntu-mono-dark/process-syncing-idle-24.png | Bin 0 -> 711 bytes
.../ubuntu-mono-dark/process-syncing-ii-24.png | Bin 837 -> 0 bytes
.../ubuntu-mono-dark/process-syncing-iii-24.png | Bin 829 -> 0 bytes
.../ubuntu-mono-dark/process-syncing-iiii-24.png | Bin 831 -> 0 bytes
.../ubuntu-mono-dark/process-syncing-iiiii-24.png | Bin 838 -> 0 bytes
.../ubuntu-mono-dark/process-syncing-up-24.png | Bin 0 -> 605 bytes
.../Pixmaps/icons/ubuntu-mono-light/Makefile.am | 9 +-
.../Pixmaps/icons/ubuntu-mono-light/Makefile.in | 40 +-
.../icons/ubuntu-mono-light/process-syncing-24.png | Bin 0 -> 573 bytes
.../ubuntu-mono-light/process-syncing-down-24.png | Bin 0 -> 582 bytes
.../ubuntu-mono-light/process-syncing-error-24.png | Bin 586 -> 556 bytes
.../ubuntu-mono-light/process-syncing-i-24.png | Bin 795 -> 0 bytes
.../ubuntu-mono-light/process-syncing-idle-24.png | Bin 0 -> 692 bytes
.../ubuntu-mono-light/process-syncing-ii-24.png | Bin 825 -> 0 bytes
.../ubuntu-mono-light/process-syncing-iii-24.png | Bin 807 -> 0 bytes
.../ubuntu-mono-light/process-syncing-iiii-24.png | Bin 833 -> 0 bytes
.../ubuntu-mono-light/process-syncing-iiiii-24.png | Bin 822 -> 0 bytes
.../ubuntu-mono-light/process-syncing-up-24.png | Bin 0 -> 590 bytes
SparkleShare/Linux/Pixmaps/tutorial-slide-1.png | Bin 36569 -> 0 bytes
SparkleShare/Linux/Pixmaps/tutorial-slide-2.png | Bin 30380 -> 0 bytes
SparkleShare/Linux/Pixmaps/tutorial-slide-3.png | Bin 3960 -> 46109 bytes
SparkleShare/Linux/SparkleAbout.cs | 127 +-
SparkleShare/Linux/SparkleBubbles.cs | 3 +
SparkleShare/Linux/SparkleController.cs | 140 +--
SparkleShare/Linux/SparkleEventLog.cs | 113 +-
SparkleShare/Linux/SparkleSetup.cs | 1325 +++++++++-----------
SparkleShare/Linux/SparkleSetupWindow.cs | 5 +
SparkleShare/Linux/SparkleSpinner.cs | 77 +-
SparkleShare/Linux/SparkleStatusIcon.cs | 320 ++---
SparkleShare/Linux/SparkleUI.cs | 31 +-
SparkleShare/Linux/SparkleUIHelpers.cs | 38 +-
SparkleShare/Linux/sparkleshare.desktop | 2 +-
SparkleShare/Linux/sparkleshare.in | 5 +-
SparkleShare/Makefile.am | 27 -
SparkleShare/Makefile.in | 283 +----
SparkleShare/Program.cs | 73 +-
SparkleShare/SparkleAboutController.cs | 94 +-
SparkleShare/SparkleBubblesController.cs | 45 +-
SparkleShare/SparkleControllerBase.cs | 1231 +++++++-----------
SparkleShare/SparkleEventLogController.cs | 588 +++++++--
SparkleShare/SparkleExtensions.cs | 2 +-
SparkleShare/SparkleInvite.cs | 115 +-
SparkleShare/SparkleKeys.cs | 100 ++
SparkleShare/SparklePlugin.cs | 103 +-
SparkleShare/SparkleSetupController.cs | 317 +++--
SparkleShare/SparkleStatusIconController.cs | 246 ++--
aclocal.m4 | 11 +-
build/Makefile.in | 42 +-
build/build.environment.mk | 10 +-
build/build.rules.mk | 9 +-
build/m4/Makefile.in | 31 +-
build/m4/sparkleshare/nautilus-python.m4 | 34 -
config.sub | 11 +-
configure | 493 ++------
configure.ac | 21 +-
debian/changelog | 24 +
debian/control | 2 +-
debian/docs | 4 +-
...sicon-Fix-statusicon-animation.-Closes-84.patch | 30 -
debian/patches/series | 1 -
debian/watch | 2 +-
legal/{AUTHORS => Authors.txt} | 1 -
legal/{LICENSE => License.txt} | 0
legal/{TRADEMARK => Trademark.txt} | 0
ltmain.sh | 4 +-
195 files changed, 5207 insertions(+), 7989 deletions(-)
delete mode 100755 NEWS
create mode 100755 News.txt
delete mode 100644 SparkleLib/AssemblyInfo.cs
delete mode 100755 SparkleLib/AssemblyInfo.cs.in
delete mode 100644 SparkleLib/SparkleAnnouncement.cs
delete mode 100644 SparkleLib/SparkleExceptions.cs
create mode 100644 SparkleLib/SparkleFetcherSSH.cs
delete mode 100755 SparkleLib/SparkleHelpers.cs
create mode 100755 SparkleLib/SparkleLogger.cs
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-a.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-b.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-c.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-d.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-e.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-f.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-g.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-h.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-i.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-j.png
delete mode 100644 SparkleShare/Common/Pixmaps/avatar-k.png
create mode 100644 SparkleShare/Common/Pixmaps/tutorial-slide-1.png
create mode 100644 SparkleShare/Common/Pixmaps/tutorial-slide-2.png
delete mode 100755 SparkleShare/Common/Pixmaps/tutorial-slide-4.png
create mode 100644 SparkleShare/Common/Pixmaps/user-icon-default.png
delete mode 100644 SparkleShare/Common/Plugins/bitbucket.xml.in
delete mode 100644 SparkleShare/Common/Plugins/github.xml.in
delete mode 100644 SparkleShare/Common/Plugins/gitorious.xml.in
delete mode 100644 SparkleShare/Common/Plugins/gnome.png
delete mode 100644 SparkleShare/Common/Plugins/gnome.xml
delete mode 100644 SparkleShare/Common/Plugins/gnome.xml.in
delete mode 100644 SparkleShare/Common/Plugins/own-server.xml.in
create mode 100644 SparkleShare/Common/Plugins/planio.png
create mode 100644 SparkleShare/Common/Plugins/planio.xml
delete mode 100644 SparkleShare/Common/Plugins/ssnet.xml.in
delete mode 100755 SparkleShare/Linux/Nautilus/Makefile.am
delete mode 100644 SparkleShare/Linux/Nautilus/Makefile.in
delete mode 100644 SparkleShare/Linux/Nautilus/sparkleshare-nautilus-extension.py
delete mode 100755 SparkleShare/Linux/Nautilus/sparkleshare-nautilus-extension.py.in
delete mode 100644 SparkleShare/Linux/Nautilus/sparkleshare-nautilus3-extension.py
delete mode 100755 SparkleShare/Linux/Nautilus/sparkleshare-nautilus3-extension.py.in
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/folder-sparkleshare-16.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/folder-sparkleshare-22.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/folder-sparkleshare-24.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/folder-sparkleshare-256.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/folder-sparkleshare-32.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/folder-sparkleshare-48.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/gnome/Makefile.am
copy SparkleShare/Linux/Pixmaps/icons/{ubuntu-mono-light => gnome}/Makefile.in (86%)
create mode 100644 SparkleShare/Linux/Pixmaps/icons/gnome/sparkleshare-symbolic.svg
create mode 100644 SparkleShare/Linux/Pixmaps/icons/process-syncing-48.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/process-syncing-down-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/process-syncing-down-48.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/process-syncing-error-48.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/process-syncing-i-24.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/process-syncing-ii-24.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/process-syncing-iii-24.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/process-syncing-iiii-24.png
delete mode 100755 SparkleShare/Linux/Pixmaps/icons/process-syncing-iiiii-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/process-syncing-up-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/process-syncing-up-48.png
create mode 100755 SparkleShare/Linux/Pixmaps/icons/sparkleshare-16.png
create mode 100755 SparkleShare/Linux/Pixmaps/icons/sparkleshare-22.png
create mode 100755 SparkleShare/Linux/Pixmaps/icons/sparkleshare-24.png
create mode 100755 SparkleShare/Linux/Pixmaps/icons/sparkleshare-256.png
create mode 100755 SparkleShare/Linux/Pixmaps/icons/sparkleshare-32.png
create mode 100755 SparkleShare/Linux/Pixmaps/icons/sparkleshare-48.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-down-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-i-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-idle-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-ii-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-iii-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-iiii-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-iiiii-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-dark/process-syncing-up-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-down-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-i-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-idle-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-ii-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-iii-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-iiii-24.png
delete mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-iiiii-24.png
create mode 100644 SparkleShare/Linux/Pixmaps/icons/ubuntu-mono-light/process-syncing-up-24.png
delete mode 100755 SparkleShare/Linux/Pixmaps/tutorial-slide-1.png
delete mode 100755 SparkleShare/Linux/Pixmaps/tutorial-slide-2.png
create mode 100644 SparkleShare/SparkleKeys.cs
delete mode 100755 build/m4/sparkleshare/nautilus-python.m4
delete mode 100644 debian/patches/0001-linux-statusicon-Fix-statusicon-animation.-Closes-84.patch
delete mode 100644 debian/patches/series
rename legal/{AUTHORS => Authors.txt} (97%)
rename legal/{LICENSE => License.txt} (100%)
rename legal/{TRADEMARK => Trademark.txt} (100%)
--
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