php-console-table 1.3.1-1 source package in Ubuntu

Changelog

php-console-table (1.3.1-1) unstable; urgency=medium

  * Team upload
  * Add d/gbp.conf
  * PHP 8 compat
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Update watch file format version to 4.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update Vcs-* headers to use salsa repository.
  * Remove unnecessary get-orig-source-target.
  * Set Rules-Requires-Root: no.
  * Remove self from uploaders
  * Install dh-sequence-* instead of using dh --with
  * Update Standards-Version to 4.6.0

 -- David Prévot <email address hidden>  Thu, 25 Nov 2021 12:14:56 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web
Jammy release universe web

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-console-table_1.3.1-1.dsc 1.8 KiB b88b4b0a3576af2dd0241cb245d447d9c0fb62c22ba35a1b949ee3684424a404
php-console-table_1.3.1.orig.tar.gz 11.2 KiB 71bf24a209ecf0e69092ff29660bdc8b681db42732c15ce4901dca6f315bf8f5
php-console-table_1.3.1-1.debian.tar.xz 4.1 KiB 3f36137296639dc0ecc14f94018ecdfa4a59925670bff0a3fbd45aae352b2805

No changes file available.

Binary packages built by this source

php-console-table: Library that makes it easy to build console style tables

 Provides a Console_Table class with methods such as addRow(), insertRow(),
 addCol() etc. to build console tables with or without headers and with user
 defined table rules, padding, and alignment.