libbarcode-code128-perl 2.21-3 source package in Ubuntu

Changelog

libbarcode-code128-perl (2.21-3) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 01:10:20 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbarcode-code128-perl_2.21-3.dsc 2.2 KiB 108f975c9192460b02fcd35f57a9622097a57ef8a9157cc9a0160ecca1580660
libbarcode-code128-perl_2.21.orig.tar.gz 14.7 KiB f8c90811d916e13bdbce348924db45f39dc7688580505a897d2196a8781b6f06
libbarcode-code128-perl_2.21-3.debian.tar.xz 2.8 KiB e138944098c3549ff630ab1913b94054cee4eafe797352e9f52b6f783a386405

Available diffs

No changes file available.

Binary packages built by this source

libbarcode-code128-perl: Perl library to generate CODE 128 bar codes

 Barcode::Code128 generates bar codes using the CODE 128 symbology. It can
 generate images in PNG or GIF format using the GD package, or it can generate
 a text string representing the barcode that you can render using some other
 technology if desired.
 .
 The intended use of this module is to create a web page with a bar code on it,
 which can then be printed out and faxed or mailed to someone who will scan the
 bar code. The application which spurred its creation was an expense report
 tool, where the employee submitting the report would print out the web page
 and staple the receipts to it, and the Accounts Payable clerk would scan the
 bar code to indicate that the receipts were received.
 .
 The default settings for this module produce a large image that can safely be
 FAXed several times and still scanned easily. If this requirement is not
 important you can generate smaller image using optional parameters, described
 below.