File: control

package info (click to toggle)
libvcs-lite-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 248 kB
  • sloc: perl: 988; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,043 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
Source: libvcs-lite-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl (>= 5.8.0-7), libalgorithm-diff-perl (>= 1.13)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/VCS-Lite/
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libvcs-lite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/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.