tcpdf 6.3.2+dfsg1-1 source package in Ubuntu

Changelog

tcpdf (6.3.2+dfsg1-1) unstable; urgency=medium

  [ William Desportes ]
  * Take over package into the phpMyAdmin Team. (Closes: #889731)
    - Update Maintainer to "phpMyAdmin Team" and add Uploaders field
  * New upstream version 6.3.2 modified, fixes php errors and warnings.
    (Closes: #915286, LP: #1781000)
  * Add php autoloader. (Closes: #780039)
  * Fix VCS-urls and add GitLab CI file
  * Fix reprotest, add user_group www-data and use_sudo as required
  * Add debian/gbp.conf file and improve upstream import process
  * Upgrade standards from 4.1.3 to 4.4.1
  * Update copyright year and add Files-Excluded field

  [ Felipe Sateler ]
  * Change phpunit test to autoload test.
    There is no phpunit in tcpdf.
  * Make php-tcpdf depend on the icc profiles.
    This way, if there is ever an icc profile update we don't need to rebuild the package.
    As a bonus, we don't need to modify the source package during build

 -- Felipe Sateler <email address hidden>  Sun, 20 Oct 2019 11:48:54 -0300

Upload details

Uploaded by:
phpMyAdmin Team
Uploaded to:
Sid
Original maintainer:
phpMyAdmin Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.3.2+dfsg1-1.dsc 2.1 KiB ad963527bf2bcf19c8bf734b8deb59620d4db04b68acabccf54d9e27cc3be234
tcpdf_6.3.2+dfsg1.orig.tar.xz 7.7 MiB ea60f5965999bdcf63dd70021086e3531624eeb1b8fdaa876e0f739a7d7f940c
tcpdf_6.3.2+dfsg1-1.debian.tar.xz 6.3 KiB 720ae7922f6db06c7ab6a007604976888cae754095469d73cd944de699538e9f

No changes file available.

Binary packages built by this source

php-tcpdf: PHP class for generating PDF files on-the-fly

 TCPDF is a library to generate PDF files that does not require external
 extensions. It also includes a class to extract data from existing PDF
 documents and classes to generate 1D and 2D barcodes in various formats.
 .
 TCPDF has been originally derived from the Public Domain FPDF class by
 Olivier Plathey (https://www.fpdf.org).
 .
 Its main features are:
 .
  * an extensive API to control the generated content and its layout
    (including using XHTML as input);
  * works without external libraries;
  * works with any language (UTF-8 and RTL support);
  * supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;
  * supports all page formats (standardized and customized);
  * supports most PDF features:
    - encryption and digital signatures
    - compression
    - bookmarks
    - javascript and forms support
    - PDF annotations, including links, text and file attachments
    - XOBject Templates (layers and object visibility, PDF/A-1b support)
  * supports barcode generation (multiple formats);
  * automatic hyphenation and page break.