File: control

package info (click to toggle)
monotone 0.18-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 16,440 kB
  • ctags: 13,394
  • sloc: sh: 130,618; ansic: 70,657; cpp: 51,980; perl: 421; makefile: 359; python: 184; lisp: 132; sql: 83
file content (17 lines) | stat: -rw-r--r-- 854 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: monotone
Section: devel
Priority: optional
Maintainer: Tomas Fasth <tomfa@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-regex-dev, libboost-test-dev, libboost-dev, g++, libpopt-dev, liblua50-dev, liblualib50-dev, libsqlite3-dev
Standards-Version: 3.6.1

Package: monotone
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a distributed version control system
 monotone is a free, distributed version control system. it provides
 fully disconnected operation, manages complete tree versions, keeps
 its state in a local transactional database, supports overlapping
 branches and extensible metadata, exchanges work over plain network
 protocols, performs history-sensitive merging, and delegates trust
 functions to client-side RSA certificates.