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
|
phpdox (0.8.1.1-2) unstable; urgency=medium
* Use caret operator since php-parser 2 has backward incompatible changes
* Update Standards-Version to 3.9.7
* Build-depend on php-mbstring for the tests
* Rebuild with recent pkg-php-tools for the PHP 7.0 transition
-- David Prévot <taffit@debian.org> Wed, 16 Mar 2016 17:08:50 -0400
phpdox (0.8.1.1-1) unstable; urgency=medium
[ Arne Blankerts ]
* Remove pear package.xml
* Update changelog for 0.8.1.1
-- David Prévot <taffit@debian.org> Sat, 11 Jul 2015 16:42:00 -0400
phpdox (0.8.1-1) unstable; urgency=medium
[ Arne Blankerts ]
* Fix #225 by requiring fDOMDocument 1.6.1 which includes a fix for
the underlying issue
* Update PHPParser to 1.3.0
* Update for php-timer 1.0.6 - fixes issue #235
* prepare 0.8.1 release
-- David Prévot <taffit@debian.org> Thu, 02 Jul 2015 10:42:44 -0400
phpdox (0.8.0-1) unstable; urgency=medium
[ Arne Blankerts ]
* Reorganisation:
- Removed bundled dependencies in favor of composer resolved dependencies
- renamed phpdox.php to phpdox (without extension)
* Release 0.8.0
[ David Prévot ]
* Update copyright
* Update patches for new version
* Use patched autoload.php for tests
* Simplify rules for renamed phpdox
* Upstream now provides a proper changelog
* Build-depend on php-parser
-- David Prévot <taffit@debian.org> Fri, 08 May 2015 11:36:17 -0400
phpdox (0.7.0-2) unstable; urgency=medium
* Install actually needed bootstrap
* Drop now useless XS-Testsuite
* Bump standards version to 3.9.6
* Drop now useless references to ZetaComponents
-- David Prévot <taffit@debian.org> Mon, 29 Sep 2014 17:28:27 -0400
phpdox (0.7.0-1) unstable; urgency=medium
[ Arne Blankerts ]
* Replaced dependency to ZetaComponents' CLI Options parser by custom
implementation with explicit API
* Prepare Release 0.7.0
* Remove ZetaComponents
[ David Prévot ]
* Update copyright and build-dependencies
* Display upstream version instead of Debian one
* Add final period to long description
* Drop now useless patch, and upload to unstable
* Drop now useless requirement on ZetaComponents
-- David Prévot <taffit@debian.org> Fri, 12 Sep 2014 15:30:14 -0400
phpdox (0.6.6.1-1) experimental; urgency=medium
[ Arne Blankerts ]
* Remove PHPParser 0.9.4 since we have 1.0.0
[ David Prévot ]
* No tests if DEB_BUILD_OPTIONS contains nocheck
* Install embedded upstream changelog
* Update copyright
* Document minimum-stability for php-parser
* Upload to experimental since it relies on a beta version of php-parser
-- David Prévot <taffit@debian.org> Fri, 25 Jul 2014 23:01:21 -0400
phpdox (0.6.5-1) unstable; urgency=low
* Initial Release (Closes: #746419)
-- David Prévot <taffit@debian.org> Thu, 01 May 2014 08:44:39 -0400
|