Source: darcs Section: vcs Priority: optional Maintainer: Trent W. Buck Uploaders: Isaac Jones , Petr Rockai DM-Upload-Allowed: yes # I don't specify lower bounds that can't be violated in Debian. # Note that ghc6 (>= 6.10.4) excludes Lenny libs built against 6.8. Build-Depends: debhelper (>= 7.0.50), ghc (>= 6.10.4), bash-completion (>= 1:1.1), libcurl4-gnutls-dev (>= 7.19.1), libghc-hashed-storage-dev (>= 0.4.13~), libghc-haskeline-dev, libghc-html-dev, libghc-http-dev, libghc-mmap0.4-dev, libghc-mtl-dev, libghc-network-dev, libghc-parsec2-dev, libghc-regex-compat-dev, libghc-tar-dev, libghc-terminfo-dev, libghc-text-dev, libghc-zlib-dev Homepage: http://darcs.net/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/darcs Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/darcs Standards-Version: 3.8.4 Package: darcs Architecture: any Depends: ${shlibs:Depends} Recommends: default-mta | mail-transport-agent Description: a distributed, interactive, smart revision control system Darcs is a free, open source revision control system. It is: . * Distributed: Every user has access to the full command set, removing boundaries between server and client or committer and non-committers. * Interactive: Darcs is easy to learn and efficient to use because it asks you questions in response to simple commands, giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full "diff" for interesting patches. * Smart: Originally developed by physicist David Roundy, darcs is based on a unique algebra of patches. This smartness lets you respond to changing demands in ways that would otherwise not be possible.