File: control

package info (click to toggle)
darcs 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,080 kB
  • sloc: haskell: 29,777; sh: 8,919; ansic: 1,639; perl: 129; makefile: 12
file content (139 lines) | stat: -rw-r--r-- 4,606 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Source: darcs
Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Erik de Castro Lopo <merikd@mega-nerd.com>,
 Petr Rockai <mornfall@debian.org>
DM-Upload-Allowed: yes
Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts (>= 0.8),
 ghc (>= 7.4),
 ghc-prof,
 bash-completion (>= 1:1.1),
 libcurl4-gnutls-dev (>= 7.19.1),
 libghc-hashed-storage-dev (>= 0.5.6),
 libghc-hashed-storage-dev (<< 0.6),
 libghc-haskeline-dev (>= 0.6.3),
 libghc-haskeline-dev (<< 0.7),
 libghc-html-dev (>= 1.0),
 libghc-html-dev (<< 1.1),
 libghc-http-dev,
 libghc-mmap-dev (>= 0.5),
 libghc-mmap-dev (<< 0.6),
 libghc-mtl-dev (>= 1.0),
 libghc-mtl-dev (<< 2.2),
 libghc-network-dev,
 libghc-parsec3-dev (>= 2.0),
 libghc-parsec3-dev (<< 3.2),
 libghc-random-dev (>= 1.0),
 libghc-random-dev (<< 1.1),
 libghc-regex-compat-dev (>= 0.95.1),
 libghc-tar-dev (>= 0.3),
 libghc-tar-dev (<< 0.4),
 libghc-terminfo-dev (>= 0.3),
 libghc-terminfo-dev (<< 0.4),
 libghc-text-dev (>= 0.11.0.6),
 libghc-text-dev (<< 0.12.0.0),
 libghc-vector-dev (>= 0.7),
 libghc-zlib-dev (>= 0.5.1.0),
 libghc-zlib-dev (<< 0.6.0.0),
 libghc-hashed-storage-prof,
 libghc-haskeline-prof,
 libghc-html-prof,
 libghc-http-prof,
 libghc-mmap-prof,
 libghc-mtl-prof,
 libghc-network-prof,
 libghc-parsec3-prof,
 libghc-random-prof,
 libghc-regex-compat-prof,
 libghc-tar-prof,
 libghc-terminfo-prof,
 libghc-text-prof,
 libghc-vector-prof,
 libghc-zlib-prof
Build-Depends-Indep:
 ghc-doc,
 libghc-hashed-storage-doc,
 libghc-haskeline-doc,
 libghc-html-doc,
 libghc-http-doc,
 libghc-mmap-doc,
 libghc-mtl-doc,
 libghc-network-doc,
 libghc-parsec3-doc,
 libghc-random-doc,
 libghc-regex-compat-doc,
 libghc-tar-doc,
 libghc-terminfo-doc,
 libghc-text-doc,
 libghc-vector-doc,
 libghc-zlib-doc
Build-Conflicts:
 libghc-parsec2-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.9.3

Package: darcs
Section: vcs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: default-mta | mail-transport-agent
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.

Package: libghc-darcs-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: distributed, interactive, smart revision control system; library
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This library provides an interface to the Darcs distributed revision control
 system.

Package: libghc-darcs-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: distributed, interactive, smart revision control system; profiling libraries
 This package provides a library for the Haskell programming language
 compiled for profiling.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This library provides an interface to the Darcs distributed revision control
 system.

Package: libghc-darcs-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: distributed, interactive, smart revision control system; documentation
 This package provides the documentation for a library for the Haskell
 programming language.  See http://www.haskell.org/ for more information on
 Haskell.
 .
 This library provides an interface to the Darcs distributed revision control
 system.