File: control

package info (click to toggle)
libtext-patch-perl 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 104 kB
  • ctags: 11
  • sloc: perl: 191; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libtext-patch-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <x.oswald@free.fr>,
 Jotam Jr. Trejo <jotamjr@debian.org.sv>
Build-Depends-Indep: perl, libtext-diff-perl
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Test-Patch/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-patch-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-patch-perl/

Package: libtext-patch-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for patching text with a given patch
 Text::Patch combines source text with given diff (difference) data. Diff data 
 is produced by Text::Diff module or by the standard diff utility (man diff, 
 see -u option).