1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
php-console-table (1.3.1-0.1) unstable; urgency=medium
* Non-maintainer upload
* New upstream point release
* Fixes FTBFS with php7.2 Closes: #889119
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 09 Feb 2018 22:47:18 +0000
php-console-table (1.3.0-2) unstable; urgency=medium
* Update Standards-Version to 3.9.7
* Build-depend on now split php-mbstring for tests
* Rebuild with recent pkg-php-tools for the PHP 7.0 transition
-- David Prévot <taffit@debian.org> Wed, 09 Mar 2016 14:34:01 -0400
php-console-table (1.3.0-1) unstable; urgency=medium
[ Pieter Frenssen ]
* Old style constructors are deprecated in PHP 7.
-- David Prévot <taffit@debian.org> Thu, 21 Jan 2016 20:54:01 -0400
php-console-table (1.2.1-2) unstable; urgency=medium
* Upload to unstable since Jessie has been released
-- David Prévot <taffit@debian.org> Tue, 05 May 2015 15:26:34 -0400
php-console-table (1.2.1-1) experimental; urgency=medium
* Upload to experimental to respect the freeze
[ Jan Schneider ]
* Prepare release.
* Add missing test files.
-- David Prévot <taffit@debian.org> Wed, 29 Oct 2014 11:45:15 -0400
php-console-table (1.2.0-2) unstable; urgency=medium
* No tests if DEB_BUILD_OPTIONS contains nocheck
* Use pear run-tests instead of phpunit
* Bump standards version to 3.9.6
-- David Prévot <taffit@debian.org> Thu, 02 Oct 2014 12:16:35 -0400
php-console-table (1.2.0-1) unstable; urgency=medium
[ Christian Weiske ]
* Fix bug #20181: E_NOTICE when using setAlign() but not on first column
* allow customization of all three border characters
* Use Console_Color2 to prevent E_NOTICES
* Make border visibility configurable
[ David Prévot ]
* DEP-8: Use @ instead of package name
* copyright: Document upstream VCS
-- David Prévot <taffit@debian.org> Tue, 18 Feb 2014 14:50:44 -0400
php-console-table (1.1.6-2) unstable; urgency=medium
* Do not remove tests from rules (Closes: #738405)
* Bump standards version to 3.9.5
* Activate test suite during package build
* Add DEP-8 compliant tests
-- David Prévot <taffit@debian.org> Sun, 09 Feb 2014 17:01:25 -0400
php-console-table (1.1.6-1) unstable; urgency=low
* Imported Upstream version 1.1.6
-- David Prévot <taffit@debian.org> Thu, 24 Oct 2013 15:29:23 -0400
php-console-table (1.1.5-1) unstable; urgency=low
* New upstream release (repacked tarball due to lone zero block)
* Use section php, as overridden by ftpmaster
* Move packaging to dh short rules and pkg-php-tools
* Maintain the package inside the PHP PEAR team
* Bump compat to 9
* Bump standards version to 3.9.4
* Convert source to format 3.0 (quilt)
* Convert copyright to format 1.0
* Remove useless READMEs
-- David Prévot <taffit@debian.org> Wed, 03 Jul 2013 18:56:58 -0400
php-console-table (1.1.4-1) unstable; urgency=low
* Initial Release (Closes: #650831).
-- Antoine Beaupré <anarcat@debian.org> Sat, 03 Dec 2011 12:50:03 -0500
|