File: control

package info (click to toggle)
libpdf-reuse-barcode-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96 kB
  • sloc: perl: 613; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,717 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
Source: libpdf-reuse-barcode-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libbarcode-code128-perl,
 libgd-barcode-perl,
 libpdf-reuse-perl,
 perl,
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/PDF-Reuse-Barcode
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdf-reuse-barcode-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-reuse-barcode-perl
Testsuite: autopkgtest-pkg-perl

Package: libpdf-reuse-barcode-perl
Architecture: all
Depends: libbarcode-code128-perl,
         libgd-barcode-perl,
         libpdf-reuse-perl,
         sgml-base,
         ${misc:Depends},
         ${perl:Depends}
Description: Create barcodes for PDF documents with PDF::Reuse
 This is a sub-module to PDF::Reuse. It creates barcode "images" to be used in
 PDF documents. It uses GD::Barcode and its sub-modules: GD::Barcode::Code39,
 COOP2of5, EAN13 and so on, to calculate the barcode pattern. For Code128 it
 uses Barcode::Code128.
 .
 Normally the barcodes are displayed on a white background and with the
 characters under the bars. You can rotate the "image", make it smaller or
 bigger, prolong the bars and change the background. (But then, don't forget to
 test that your barcode scanner still understands it.)
 .
 If you don't change the size of the "image", the bars are approximately 24
 pixels high (the guard bars a few pixels longer) and the box/background is 38
 pixels high and something like 20 pixels wider than the barcodes. The text
 under the bars are 10 pixels high.