tagging package git-annex version 5.20140517
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUAU3egY8kQ2SIlEuPHAQK1eA/9G1DpwdWKiXAlztU9zTDVZ7/QfHkKlWJF bej++81nIejMcVOoQIJ5OuT6jdJ49/aDE8//TH+X6sadaH/ZL0vUMaiZunoJclH9 jl5rDCdHNymdEV86UTI8JVQZzFHomfabbtu4WBDdoBUUWnunBG1Fv+jrEHa/z5ot xoGBYUU8lLDQmnOVR7J9R/n55IztDW6Tto1LIOq3qZVGfZxSgmv9cwhRHSqf7Dl4 6isDQe7GdhJdfT/zn8LlnO4S4r2tzSdNtSbWMNGOjxVxtuRpHberWZWrVW7fuJjw IQqUAdZ3TylwtKWRB6CMjRhMz6OSwwmvGdOcPNSF/xkENULdLxaLWNLPO6hyd3Jf tRWuvF6VEgtWZiUCvoQGIJIIo3qLHa0uD3/7CAp/+akBFil7qgfvwacFW/2g3KiK i1M8oUve1c9TDUqKpJ875QQbAymLcdrN43vlZM7vxu4H1lFFNgMJD9Xwec5JpMcC unoQhF9Y6O9H2A+H7oEaQpnVxShByZGNFWdmef1bzVkaQAJkhptMXQhUhCK1gcOm 1oCU8JDIJt8H37wekFWW3ww0ScsqNUhmT9zxnUzoBp1x1Twe7Ch2KEcjJhKVh6hV tfXFcbAYUIvuJyon3AFrej48k+FHCXq1HLj1sMHTgonHzSKg35RbLQt/UsEycB48 vq7aY5uUPIk= =QnPf -----END PGP SIGNATURE----- Merge tag '5.20140517' into debian-wheezy-backport tagging package git-annex version 5.20140517 # gpg: Signature made Sat May 17 18:46:11 2014 BST using RSA key ID 2512E3C7 # gpg: Good signature from "Joey Hess <joeyh@debian.org>" # gpg: aka "Joey Hess <joey@kitenet.net>" # gpg: aka "Joey Hess <id@joeyh.name>" # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7
This commit is contained in:
commit
cefc615ff8
520 changed files with 25337 additions and 17549 deletions
24
debian/changelog
vendored
24
debian/changelog
vendored
|
@ -1,3 +1,27 @@
|
|||
git-annex (5.20140517) unstable; urgency=medium
|
||||
|
||||
* webapp: Switched to bootstrap 3.
|
||||
Thanks, Sören Brunk.
|
||||
* Standalone builds now check gpg signatures before upgrading.
|
||||
* Simplified repository description line format. The remote name,
|
||||
if any, is always in square brackets after the description.
|
||||
* assistant: Clean up stale tmp files on startup.
|
||||
* webapp: Better ssh password prompting.
|
||||
* Depend on git-remote-gcrypt 0.20130908-6. Older versions
|
||||
fail when the assistant is run with no controlling tty.
|
||||
* Added ddar special remote.
|
||||
Thanks, Robie Basak.
|
||||
* webapp: Fixed drag and drop to reorder the list of remotes.
|
||||
* group: When no groups are specified to set, lists the current groups
|
||||
of a repository.
|
||||
* Add remote.$name.annex-shell configuration.
|
||||
Thanks, Fraser Tweedale
|
||||
* Support symlinking git-annex and git-annex-shell
|
||||
from the Linux standalone bundle into PATH.
|
||||
Thanks, jlebar.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 17 May 2014 13:30:39 -0400
|
||||
|
||||
git-annex (5.20140421~bpo70+1) wheezy-backports; urgency=medium
|
||||
|
||||
* Updating backport to newest release.
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -62,6 +62,7 @@ Build-Depends:
|
|||
wget,
|
||||
curl,
|
||||
openssh-client,
|
||||
git-remote-gcrypt (>= 0.20130908-6),
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.9.5
|
||||
Vcs-Git: git://git.kitenet.net/git-annex
|
||||
|
@ -81,9 +82,8 @@ Recommends:
|
|||
lsof,
|
||||
gnupg,
|
||||
bind9-host,
|
||||
ssh-askpass,
|
||||
quvi,
|
||||
git-remote-gcrypt (>= 0.20130908-4),
|
||||
git-remote-gcrypt (>= 0.20130908-6),
|
||||
nocache,
|
||||
Suggests:
|
||||
graphviz,
|
||||
|
|
77
debian/copyright
vendored
77
debian/copyright
vendored
|
@ -7,11 +7,25 @@ License: GPL-3+
|
|||
|
||||
Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/*
|
||||
Copyright: © 2012-2014 Joey Hess <joey@kitenet.net>
|
||||
© 2014 Sören Brunk
|
||||
License: AGPL-3+
|
||||
|
||||
Files: Remote/Ddar.hs
|
||||
Copyright: © 2011 Joey Hess <joey@kitenet.net>
|
||||
© 2014 Robie Basak <robie@justgohome.co.uk>
|
||||
License: GPL-3+
|
||||
|
||||
Files: Utility/ThreadScheduler.hs
|
||||
Copyright: 2011 Bas van Dijk & Roel van Dijk
|
||||
2012 Joey Hess <joey@kitenet.net>
|
||||
2012, 2013 Joey Hess <joey@kitenet.net>
|
||||
License: BSD-2-clause
|
||||
|
||||
Files: Utility/*
|
||||
Copyright: 2012-2014 Joey Hess <joey@kitenet.net>
|
||||
License: BSD-2-clause
|
||||
|
||||
Files: Utility/Gpg.hs Utility/DirWatcher*
|
||||
Copyright: © 2010-2014 Joey Hess <joey@kitenet.net>
|
||||
License: GPL-3+
|
||||
|
||||
Files: doc/logo* */favicon.ico standalone/osx/git-annex.app/Contents/Resources/git-annex.icns standalone/android/icons/*
|
||||
|
@ -88,23 +102,28 @@ License: MIT or GPL-2
|
|||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Files: static/bootstrap* static/glyphicons-halflings*
|
||||
Copyright: 2012 Twitter, Inc.
|
||||
License: Apache-2.0
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
.
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
.
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
.
|
||||
The complete text of the Apache License is distributed in
|
||||
/usr/share/common-licenses/Apache-2.0 on Debian systems.
|
||||
Files: static/*/bootstrap* static/*/glyphicons-halflings*
|
||||
Copyright: 2012-2014 Twitter, Inc.
|
||||
License: MIT
|
||||
Copyright (c) 2011-2014 Twitter, Inc
|
||||
.
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
.
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
License: GPL-3+
|
||||
The full text of version 3 of the GPL is distributed as doc/license/GPL in
|
||||
|
@ -116,6 +135,28 @@ License: LGPL-2.1+
|
|||
in this package's source, or in /usr/share/common-licenses/LGPL-2.1
|
||||
on Debian systems.
|
||||
|
||||
License: BSD-2-clause
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
.
|
||||
THIS SOFTWARE IS PROVIDED BY AUTHORS AND CONTRIBUTORS ``AS IS'' AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
License: AGPL-3+
|
||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
Version 3, 19 November 2007
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue