Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added back debian/cabal-wrapper, since it still seems needed after all. | Joey Hess | 2015-08-04 |
| | |||
* | debian/cabal-wrapper: Removed this hack which should not be needed anymore. | Joey Hess | 2015-06-14 |
| | |||
* | ENH: make debianstandalone{,-dsc} rules | Yaroslav Halchenko | 2015-05-11 |
| | | | | | Moved rules out of debian/rules and avoided need for patching it for standalone builds | ||
* | add missing env var setting for standalone build | Joey Hess | 2015-05-05 |
| | |||
* | style changes | Joey Hess | 2015-04-20 |
| | |||
* | NF: provide debian/rules build-standalone | Yaroslav Halchenko | 2015-04-20 |
| | |||
* | remove annoouncedir target | Joey Hess | 2015-03-14 |
| | | | | moved to my mrconfig | ||
* | remove PatchedAWS flag | Joey Hess | 2014-12-03 |
| | | | | | | | | Now that deps are sorted out in hackage, cabal is unlikely to try to install a too old AWS, so I don't think this flag is worth the bother of being completely correct with the dependency versioning. This avoids me needing to enable to flag on the autobuilders.. | ||
* | add cabal flag for use with debian's older version of aws, which is now ↵ | Joey Hess | 2014-10-23 |
| | | | | patched with the necessary stuff | ||
* | Work around failure to build on mips by using cabal, not Setup, to build in ↵ | Joey Hess | 2014-09-26 |
| | | | | debian/rules. | ||
* | re-enable test suite | Joey Hess | 2013-12-30 |
| | |||
* | Oops, I forgot that the test suite would be run even though the tasty test ↵ | Joey Hess | 2013-11-19 |
| | | | | | | | framework is not out of NEW and not in the build dependencies. The best fix is to put in an override_dh_auto_test that avoids running make test. | ||
* | rename var | Joey Hess | 2013-05-10 |
| | |||
* | The version number is now derived from git, unless built with ↵ | Joey Hess | 2013-04-10 |
| | | | | VERSION_FROM_CHANGELOG. | ||
* | Avoid using runghc when building the Debian package, as that needs ghci. | Joey Hess | 2013-04-07 |
| | |||
* | Build debian package without using cabal, which writes to HOME. Closes: #704205 | Joey Hess | 2013-03-29 |
| | |||
* | cleanup | Joey Hess | 2013-02-27 |
| | |||
* | Makefile now builds using cabal, taking advantage of cabal's automatic ↵ | Joey Hess | 2013-02-27 |
| | | | | | | | | | detection of appropriate build flags. The only thing lost is ./ghci Speed: make fast used to take 20 seconds here, when rebuilding from touching Command/Unused.hs. With cabal, it's 29 seconds. | ||
* | deal with http-conduit changing a data type | Joey Hess | 2013-02-27 |
| | | | | | | Pity that the library does not provide a function to extract the status code from the StatusCodeException, so when they had to add a new field, it breaks every single place that does it. | ||
* | phony standalone | Joey Hess | 2013-02-16 |
| | |||
* | add standalone target | Joey Hess | 2013-02-14 |
| | |||
* | addurl --fast: Use curl, rather than haskell HTTP library, to support https. | Joey Hess | 2013-01-27 |
| | |||
* | Adjust debian package to only build-depend on DAV on architectures where it ↵ | Joey Hess | 2013-01-27 |
| | | | | is available. | ||
* | minor reorg | Joey Hess | 2012-12-11 |
| | |||
* | Enable WebDAV support in Debian package. Closes: #695532 | Joey Hess | 2012-12-10 |
| | |||
* | switch to new URI version by default, -DWITH_OLD_URI for old | Joey Hess | 2012-11-03 |
| | |||
* | added network-protocol-xmpp and -DWITH_XMPP | Joey Hess | 2012-10-23 |
| | |||
* | Avoid building the webapp on Debian architectures that do not yet have ↵ | Joey Hess | 2012-09-29 |
| | | | | template haskell and thus yesod. (Should be available for arm soonish I hope). | ||
* | The Makefile now builds with the new yesod by default. | Joey Hess | 2012-09-28 |
| | | | | | Systems like Debian that have the old yesod 1.0.1 should set GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD | ||
* | update | Joey Hess | 2010-10-27 |
| | |||
* | debianization | Joey Hess | 2010-10-16 |