File: control

package info (click to toggle)
darcs 2.16.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,864 kB
  • sloc: haskell: 47,555; sh: 12,748; ansic: 750; perl: 129; makefile: 8
file content (95 lines) | stat: -rw-r--r-- 3,293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Source: darcs
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
 haskell-devscripts (>= 0.13),
 bash-completion (>= 1:1.1),
 cdbs,
 debhelper (>= 10),
 libcurl4-gnutls-dev (>= 7.19.1),
 ghc (>= 8.4.3),
 libghc-async-dev (>= 2.0.2),
 libghc-async-dev (<< 2.3),
 libghc-attoparsec-dev (>= 0.13.0.1),
 libghc-attoparsec-dev (<< 0.15),
 libghc-base16-bytestring-dev (>= 0.1.1.7),
 libghc-base16-bytestring-dev (<< 1.1),
 libghc-conduit-dev (>= 1.3.0),
 libghc-conduit-dev (<< 1.4),
 libghc-constraints-dev (>= 0.11),
 libghc-constraints-dev (<< 0.14),
 libghc-cryptonite-dev (>= 0.24),
 libghc-cryptonite-dev (<< 0.30),
 libghc-data-ordlist-dev (>= 0.4),
 libghc-data-ordlist-dev (<< 0.5),
 libghc-fgl-dev (>= 5.5.2.3),
 libghc-fgl-dev (<< 5.8),
 libghc-hashable-dev (>= 1.2.3.3),
 libghc-hashable-dev (<< 1.4),
 libghc-html-dev (>= 1.0.1.2),
 libghc-html-dev (<< 1.1),
 libghc-http-conduit-dev (>= 2.3),
 libghc-http-conduit-dev (<< 2.4),
 libghc-http-types-dev (>= 0.12.1),
 libghc-http-types-dev (<< 0.12.4),
 libghc-memory-dev (>= 0.14),
 libghc-memory-dev (<< 0.17),
 libghc-mmap-dev (>= 0.5.9),
 libghc-mmap-dev (<< 0.6),
 libghc-network-dev (>= 2.6),
 libghc-network-dev (<< 3.2),
 libghc-network-uri-dev (>= 2.6),
 libghc-network-uri-dev (<< 2.8),
 libghc-old-time-dev (>= 1.1.0.3),
 libghc-old-time-dev (<< 1.2),
 libghc-regex-applicative-dev (>= 0.2),
 libghc-regex-applicative-dev (<< 0.4),
 libghc-regex-base-dev (>= 0.94.0.1),
 libghc-regex-base-dev (<< 0.94.1),
 libghc-regex-tdfa-dev (>= 1.3.1.0),
 libghc-regex-tdfa-dev (<< 1.3.3),
 libghc-tar-dev (>= 0.5),
 libghc-tar-dev (<< 0.6),
 libghc-temporary-dev (>= 1.2.1),
 libghc-temporary-dev (<< 1.4),
 libghc-unix-compat-dev (>= 0.5),
 libghc-unix-compat-dev (<< 0.6),
 libghc-utf8-string-dev (>= 1),
 libghc-utf8-string-dev (<< 1.1),
 libghc-vector-dev (>= 0.11),
 libghc-vector-dev (<< 0.13),
 libghc-zip-archive-dev (>= 0.3),
 libghc-zip-archive-dev (<< 0.5),
 libghc-zlib-dev (>= 0.6.1.2),
 libghc-zlib-dev (<< 0.7.0.0),
 pkg-config,
Standards-Version: 4.6.1
Homepage: http://darcs.net/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/darcs
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/darcs]

Package: darcs
Architecture: any
Multi-Arch: foreign
Section: vcs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: 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.