debian/0000755000000000000000000000000012052516557007176 5ustar debian/rules0000755000000000000000000000003612052516557010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000326412052516557010606 0ustar Source: libbarcode-code128-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Vincent Danjean , gregor herrmann , Xavier Guimard Build-Depends: debhelper (>= 8) Build-Depends-Indep: libgd-gd2-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbarcode-code128-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libbarcode-code128-perl.git Homepage: http://search.cpan.org/dist/Barcode-Code128/ Package: libbarcode-code128-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libgd-gd2-perl Description: 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. debian/source/0000755000000000000000000000000012052516557010476 5ustar debian/source/format0000644000000000000000000000001412052516557011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000402612052516557011052 0ustar libbarcode-code128-perl (2.21-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * gregor herrmann -> gregoa@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Xavier Guimard ] * Imported Upstream version 2.21 * Bump Standards-Version to 3.9.4 * Use debhelper 8 * Update debian/rules to modern format * Remove cdbs, patchutils, sharutils dependencies * Update source format to 3.0 quilt * Remove patches (not needed now) * Remove debian/code128.png.uenc * Add libgd-gd2-perl in Recommends -- Xavier Guimard Mon, 19 Nov 2012 21:48:02 +0100 libbarcode-code128-perl (2.01-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields; dropped: -1 Debian revision from dependency on cdbs. * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467694). * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * debian/copyright: add specific upstream source location; adjust years of copyright; copy licensing terms verbatim from README. [ Frank Lichtenheld ] * debian/patches/test-failures: Fix test failures in environments with GD available (closes: #462569). * debian/control: Build-Depends on libgd-gd2-perl to enable png.t -- gregor herrmann Fri, 07 Mar 2008 13:53:19 +0100 libbarcode-code128-perl (2.01-1) unstable; urgency=low * New upstream release. * Remove empty /usr/lib/perl5 directory. -- gregor herrmann Sun, 26 Aug 2007 23:28:02 +0200 libbarcode-code128-perl (2.00-1) unstable; urgency=low * Initial release. (Closes: #408059: ITP: libbarcode-code128-perl -- Perl library to generate CODE 128 bar codes - Debian Bug report logs) -- Vincent Danjean Wed, 24 Jan 2007 16:22:35 +0100 debian/compat0000644000000000000000000000000212052516557010374 0ustar 8 debian/copyright0000644000000000000000000000167512052516557011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Barcode-Code128 Source: http://search.cpan.org/dist/Barcode-Code128/ Upstream-Contact: William R. Ward Files: * Copyright: 1999-2012 William R. Ward License: public-domain Files: debian/* Copyright: 2007-2008, gregor herrmann 2007, Vincent Danjean 2012, Xavier Guimard License: public-domain License: public-domain This module is placed into the public domain. You are free to use, modify, or redistribute this module in any way for commercial or other uses. My only request is that if you change it, please submit copies of your changed code (or diffs) so that I can incorporate them into the version on CPAN. Also, in order to reduce the likelihood of confusion please do not distribute a modified version of this module unless you change the name first. debian/watch0000644000000000000000000000031012052516557010221 0ustar # format version number, currently 2; this line is compulsory! version=3 http://search.cpan.org/dist/Barcode-Code128/ .*/Barcode-Code128-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian uupdate