File: control

package info (click to toggle)
libdata-page-pageset-perl 1.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 167; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,106 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
Source: libdata-page-pageset-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: perl,
  libtest-exception-perl,
  libdata-page-perl,
  libclass-accessor-perl,
Standards-Version: 3.9.7
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-page-pageset-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-page-pageset-perl.git
Homepage: https://metacpan.org/release/Data-Page-Pageset
Testsuite: autopkgtest-pkg-perl

Package: libdata-page-pageset-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
  libtest-exception-perl,
  libdata-page-perl,
  libclass-accessor-perl,
Description: condense long Data::Page lists into groups
 To avoid long lists of pages, this module can condense Data::Page lists
 into a form such as:
 .
 1-6 7-12 13 14 15 16 17 18 19-24 25-30 31-36 37-41
 .
 The module supports specifying pages_per_set or max_pagesets, for
 fine-tuning.