php-console-commandline 1.2.6-1 source package in Ubuntu

Changelog

php-console-commandline (1.2.6-1) unstable; urgency=medium

  * New upstream version 1.2.6.
  * Salsa CI: Remove default configuration file.
  * Update lintian override info format in
    d/php-console-commandline.lintian-overrides on line 2.
  * Update standards version to 4.6.2, no changes needed.
  * Refresh d/patches: remove d/p/avoid-deprecation-messages.patch,
    now incorporated upstream.

 -- Guilhem Moulin <email address hidden>  Mon, 03 Apr 2023 13:20:59 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-console-commandline_1.2.6-1.dsc 2.2 KiB 8e1f3e90b33693788ccee11148e7ee1371205feb729770c74c3890c077561ed2
php-console-commandline_1.2.6.orig.tar.gz 34.8 KiB 2d3c619638a024ac13562b9b1aea90c6d58e962e227dc1388c2ef6b3058803c5
php-console-commandline_1.2.6-1.debian.tar.xz 4.8 KiB 0e49d484ff50f2a949d09ebd5e7ac65ee7f38aef25f365f4731574aa5536d9f1

Available diffs

No changes file available.

Binary packages built by this source

php-console-commandline: Full featured command line options and arguments parser

 Console_CommandLine is a full featured package for managing command-line
 options and arguments highly inspired from Python's optparse module. It allows
 the developer to easily build complex command line interfaces.
 .
 Main features
  * handles sub commands (ie. $ myscript.php -q subcommand -f file),
  * can be completely built from an XML definition file,
  * generate --help and --version options automatically,
  * can be completely customized,
  * builtin support for i18n,
  * and much more...