phpdox (0.12.0-5) unstable; urgency=medium * Use upstream patch instead of homemade one. Makes the versioned dependency on php-timer correct instead of non-existent. * Use ResourceUsageFormatter instead of Timer::resourceUsage to enable updating to use Timer 5.0.* (Closes: #978334) * Fix d/watch to match updated GitHub URL * Adapt to xdebug version 3.0.0 that removed function xdebug_disable() -- David Prévot Mon, 05 Apr 2021 11:00:46 -0400 phpdox (0.12.0-4) unstable; urgency=medium * Drop versioned dependency that can’t be satisfied * Rename branches to debian/latest and upstream/latest (DEP-14) * Update watch file format version to 4. * Set Rules-Requires-Root: no. * Use debhelper-compat 13 * Simplify override_dh_auto_test * Update Standards-Version to 4.5.1 * Adapt to recent version of PHPUnit (9) * Fix manpage footer -- David Prévot Mon, 21 Dec 2020 08:03:11 -0400 phpdox (0.12.0-3) unstable; urgency=medium * Fix manpage with recent help2man (Closes: #954675) * debian/control: + Drop versioned dependency satisfied in (old)stable + Update Standards-Version to 4.5.0 * debian/upstream/metadata: + Remove obsolete fields Contact, Name + Set fields Bug-Database, Bug-Submit, Repository, Repository-Browse -- David Prévot Sun, 22 Mar 2020 06:48:08 -1000 phpdox (0.12.0-2) unstable; urgency=medium * Upload to unstable in sync with php-parser * Use secure URI in debian/watch. * Update standards version, no changes needed. * Set upstream metadata fields: Contact, Name. * Compatibility with recent PHPUnit (8) * Use fonts-liberation instead of embedded font -- David Prévot Fri, 09 Aug 2019 15:53:10 -1000 phpdox (0.12.0-1) experimental; urgency=medium Upload to experimental during the freeze [ Arne Blankerts ] * Bump copyright * Bundle OFL Font "SourceSansPro", cleanup CSS * Release 0.12.0 [ David Prévot ] * More generic version handling * Update copyright * Drop get-orig-source target * Use https in Format * Use debhelper-compat 12 * Depend on recent php-parser * Declare SOURCE_DATE_EPOCH as an integer * Update Standards-Version to 4.3.0 -- David Prévot Sun, 17 Mar 2019 15:59:01 -1000 phpdox (0.11.2-1) unstable; urgency=medium [ Arne Blankerts ] * Update changelog/readme for release -- David Prévot Mon, 28 May 2018 12:49:32 -1000 phpdox (0.11.1-1) unstable; urgency=medium * Update Standards-Version to 4.1.4 -- David Prévot Wed, 09 May 2018 14:46:43 -1000 phpdox (0.11.0-3) unstable; urgency=medium * Upload to unstable, with the rest of the latest PHPUnit stack, including php-timer (>= 2) -- David Prévot Thu, 29 Mar 2018 11:11:15 -1000 phpdox (0.11.0-2) experimental; urgency=medium * Use php-timer (>= 2) * Upload to experimental as php-timer (>= 2) -- David Prévot Thu, 08 Mar 2018 09:15:27 -1000 phpdox (0.11.0-1) unstable; urgency=medium [ Arne Blankerts ] * Start 0.11.0-dev * Bump Copyright [ Cristi Cotet ] * Fixed: count(): Parameter must be an array or an object that implements Countable (Closes: #889122) [ David Prévot ] * Update copyright (years) * Move project repository to salsa.d.o * Update Standards-Version to 4.1.3 -- David Prévot Tue, 27 Feb 2018 19:48:16 -1000 phpdox (0.10.1-2) unstable; urgency=medium * Upload to unstable in sync with recent php-parser * Update Standards-Version to 4.1.2 -- David Prévot Sun, 03 Dec 2017 14:06:06 -1000 phpdox (0.10.1-1) experimental; urgency=medium * Upload to experimental since it depends on recent php-parser only available in experimental. [ Arne Blankerts ] * Prepare release 0.10.1 [ David Prévot ] * Use expectException instead of deprecated setExpectedException * Update Standards-Version to 4.1.1 * Update copyright (years) * Adapt upstream build system to Debian expectations [ Chris Lamb ] * Make the build reproducible (Closes: #835193) -- David Prévot Thu, 12 Oct 2017 15:40:52 -1000 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 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 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 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 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 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 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 Fri, 25 Jul 2014 23:01:21 -0400 phpdox (0.6.5-1) unstable; urgency=low * Initial Release (Closes: #746419) -- David Prévot Thu, 01 May 2014 08:44:39 -0400