File: control

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

Package: libpdf-reuse-barcode-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libbarcode-code128-perl,
 libgd-barcode-perl,
 libpdf-reuse-perl,
 sgml-base,
Description: module to create barcodes for PDF documents with PDF::Reuse
 PDF::Reuse::Barcode 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.