File: control

package info (click to toggle)
libvcs-lite-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 248 kB
  • ctags: 21
  • sloc: perl: 976; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 946 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
Source: libvcs-lite-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.8.0-7), libalgorithm-diff-perl (>= 1.13)
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.5
Homepage: http://search.cpan.org/dist/VCS-Lite/
Vcs-Git: git://anonscm.debian.org/users/dom/libvcs-lite-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libvcs-lite-perl.git

Package: libvcs-lite-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libalgorithm-diff-perl (>= 1.13)
Description:  Minimal version control system
 This module provides the functions normally associated with a version
 control system, but without needing or implementing a version control
 system. Applications include wikis, document management systems and
 configuration management.
 .
 It makes use of the module Algorithm::Diff. It provides the facility
 for basic diffing, patching and merging.