File: control

package info (click to toggle)
libexcel-template-plus-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 200; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,750 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
Source: libexcel-template-plus-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libexcel-template-perl,
                     libio-string-perl,
                     libmodule-runtime-perl,
                     libmoose-perl,
                     libmoosex-param-perl,
                     libspreadsheet-parseexcel-perl,
                     libtemplate-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libexcel-template-plus-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libexcel-template-plus-perl.git
Homepage: https://metacpan.org/release/Excel-Template-Plus
Testsuite: autopkgtest-pkg-perl

Package: libexcel-template-plus-perl
Architecture: all
Depends: libexcel-template-perl,
         libio-string-perl,
         libmodule-runtime-perl,
         libmoose-perl,
         libmoosex-param-perl,
         libspreadsheet-parseexcel-perl,
         libtemplate-perl,
         libtest-deep-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: module for testing and comparing Excel files
 Excel::Template::Plus attempts to provide a means of testing and comparing
 dynamically generated excel files. Currently it only supports comparing two
 excel files for some approximation of structural (values within cells) and
 visual (formatting of said cells) equivalence.