summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* prep releaseGravatar Joey Hess2011-10-11
|
* fix git 1.7.7 breakageGravatar Joey Hess2011-10-11
| | | | | | | | | | | | | | | | * This version of git-annex only works with git 1.7.7 and newer. The breakage with old versions is subtle, and affects annex.numcopies .gitattributes settings, so be sure to upgrade git to 1.7.7. (Debian package now depends on that version.) * Don't pass absolute paths to git show-attr, as it started following symlinks when that's done in 1.7.7. Instead, use relative paths, which show-attr only handles 100% correctly in 1.7.7. Closes: #645046 Unfortunatly I can find no way to work with the old and new gits, as the old had bugs that require absolute paths, while the new doesn't like them at all. And the behavior of git show-attr in 1.7.7. is the same as eg, git add of an absolute path to a symlink, so seems entirely intentional and not likely to change.
* basic json supportGravatar Joey Hess2011-09-01
| | | | | | | | | | | | | | | | | | This includes a generic JSONStream library built on top of Text.JSON (somewhat hackishly). It would be possible to stream out a single json document describing all actions, but it's probably better for consumers if they can expect one json document per line, so I did it that way instead. Output from external programs used for transferring files is not currently hidden when outputting json, which probably makes it not very useful there. This may be dealt with if there is demand for json output for --get or --move to be parsable. The version, status, and find subcommands have hand-crafted output and don't do json. The whereis subcommand needs to be modified to produce useful json.
* The wget command will now be used in preference to curl, if available.Gravatar Joey Hess2011-08-27
| | | | Got tired of curl's various ugly progress bars.
* Added curl to Debian package dependencies.Gravatar Joey Hess2011-08-16
|
* add monad-control to build dependsGravatar Joey Hess2011-07-07
| | | | Will use this to handle exceptions in the Annex monad, yay.
* Drop the dependency on the haskell curl bindings, use regular haskell HTTP.Gravatar Joey Hess2011-07-04
|
* updates for web remote and removing URL backendGravatar Joey Hess2011-07-01
|
* typoGravatar Joey Hess2011-05-27
|
* add explict build dep on hsloggerGravatar Joey Hess2011-05-21
| | | | pulled in by missingh, but now used directly by git-annex
* releasing version 0.201105160.20110516Gravatar Joey Hess2011-05-16
|
* Revert "Use haskell Crypto library instead of haskell SHA library.a"Gravatar Joey Hess2011-04-26
| | | | | | | | | This reverts commit 892593c5efacbc084d19af4b5d7164ededaea7ff. Conflicts: Crypto.hs debian/control
* releasing version 0.201104250.20110425Gravatar Joey Hess2011-04-25
|
* Remove testpack from build depends, as it is not available on all architectures.Gravatar Joey Hess2011-04-25
| | | | | | | The test suite will not be run if it cannot be compiled. It may be possible later to split off the quickcheck using tests into a separate program and keep most of the tests using just hunit.
* Use haskell Crypto library instead of haskell SHA library.aGravatar Joey Hess2011-04-21
| | | | Since hS3 needs Crypto anyway, this actually reduces dependencies.
* typoGravatar Joey Hess2011-04-21
|
* fix S3 upload buffering problemGravatar Joey Hess2011-04-21
| | | | Provide file size to new version of hS3.
* missing build depGravatar Joey Hess2011-04-21
|
* ghc7Gravatar Joey Hess2011-04-21
| | | | | | | | | * Update Debian build dependencies for ghc 7. * Debian package is now built with S3 support. Thanks Joachim Breitner for making this possible, also thanks Greg Heartsfield for working to improve the hS3 library for git-annex. Also hid a conflicting new symbol from Control.Monad.State
* Add missing build dep on dataenc.Gravatar Joey Hess2011-04-17
|
* releasing version 0.201104170.20110417Gravatar Joey Hess2011-04-17
|
* build dep updateGravatar Joey Hess2011-04-16
|
* gpg recommendedGravatar Joey Hess2011-04-16
|
* bup is now supported as a special type of remote.Gravatar Joey Hess2011-04-08
|
* Add build depend on perlmagick so docs are consistently built. Closes: #621410Gravatar Joey Hess2011-04-06
|
* Add Suggests on graphviz. Closes: #618039Gravatar Joey Hess2011-03-13
|
* more testsGravatar Joey Hess2011-01-06
|
* use Text.Regex.PCRE.Light.Char8 rather than Text.RegexpGravatar Joey Hess2010-12-08
| | | | | Text.Regexp does not think that á matches . -- seems to be a unicode problem.
* Rsync will now be used to resume interrupted/failed partial file transfers ↵Gravatar Joey Hess2010-12-02
| | | | from a remote.
* add tests for uuid and xargs -0Gravatar Joey Hess2010-11-18
|
* Add build dep on libghc6-testpack-dev.Gravatar Joey Hess2010-11-08
|
* document using ssh remotesGravatar Joey Hess2010-10-22
|
* probably won't use SHA moduleGravatar Joey Hess2010-10-19
|
* updateGravatar Joey Hess2010-10-19
|
* add doc wikiGravatar Joey Hess2010-10-19
|
* need SHA tooGravatar Joey Hess2010-10-16
|
* debianizationGravatar Joey Hess2010-10-16