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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
php-phar-io-version (3.2.1-3) unstable; urgency=medium
* Modernize PHPUnit syntax
* Exclude test incompatible with PHPUnit 12
* Update Standards-Version to 4.7.0
-- David Prévot <taffit@debian.org> Mon, 17 Feb 2025 19:14:25 +0100
php-phar-io-version (3.2.1-2) unstable; urgency=medium
* Make provider functions static (PHPUnit 11 Fix)
-- David Prévot <taffit@debian.org> Mon, 30 Dec 2024 16:44:15 +0100
php-phar-io-version (3.2.1-1) unstable; urgency=medium
[ Arne Blankerts ]
* Add BuildMetaData support
* Update changelog
-- David Prévot <taffit@debian.org> Mon, 21 Feb 2022 09:36:02 -0400
php-phar-io-version (3.1.1-1) unstable; urgency=medium
* Upload to unstable now that Bullseye has been released
[ Scott Dutton ]
* Normalise Licence
[ Laurent Laville ]
* fix issue #28 (logical or syntax support both single and double pipe)
[ David Prévot ]
* Update copyright
* Update standards version to 4.6.0, no changes needed.
* Mark package as Multi-Arch: foreign
-- David Prévot <taffit@debian.org> Tue, 08 Feb 2022 19:17:29 -0400
php-phar-io-version (3.1.0-1) experimental; urgency=medium
* Upload to experimental to respect the freeze
[ addshore ]
* Add Version::getOriginalString(), Fixes #24
[ Arne Blankerts ]
* Fix tile operator handling
* Add support for ^0.x version constraint logic enforcing same minor version
* Update changelog
[ David Prévot ]
* Simplify gbp import-orig (and check signature)
* Use dh-sequence-phpcomposer instead of pkg-php-tools
-- David Prévot <taffit@debian.org> Tue, 23 Feb 2021 21:42:51 -0400
php-phar-io-version (3.0.4-1) unstable; urgency=medium
[ Tomas Votruba ]
* make dev suffix rank work for uppercase too
[ Arne Blankerts ]
* Update changelog
-- David Prévot <taffit@debian.org> Mon, 14 Dec 2020 18:09:39 -0400
php-phar-io-version (3.0.3-1) unstable; urgency=medium
* Upload to unstable now that PHPUnit 8 depends on it
[ Arne Blankerts ]
* Prepare 3.0.3 release
[ David Prévot ]
* Rename main branch to debian/latest (DEP-14)
* Update watch file format version to 4.
* Set Rules-Requires-Root: no.
* Update Standards-Version to 4.5.1
-- David Prévot <taffit@debian.org> Wed, 02 Dec 2020 11:10:58 -0400
php-phar-io-version (3.0.2-1) experimental; urgency=medium
[ Ayesh Karunaratne ]
* Add .gitattribute file with export-ignore rules for build/test files
[ David Prévot ]
* Document gbp import-ref usage
-- David Prévot <taffit@debian.org> Mon, 29 Jun 2020 06:29:32 -1000
php-phar-io-version (3.0.1-1) experimental; urgency=medium
* Upload new major upstream version to experimental
[ Arne Blankerts ]
* Update changelog
[ David Prévot ]
* Extend d/clean for PHPUnit 8
* Bump debhelper from old 9 to 13.
* Drop get-orig-source target
* Set upstream metadata fields:
Bug-Database, Bug-Submit, Repository, Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
* Simplify override_dh_auto_test
-- David Prévot <taffit@debian.org> Sat, 30 May 2020 18:50:17 -1000
php-phar-io-version (2.0.1-1) unstable; urgency=medium
[ Sebastian Heuer ]
* change version comparison so that a version without a pre-release
suffix is always greater than a version with a pre-release suffix
[ David Prévot ]
* Update Standards-Version to 4.1.5
-- David Prévot <taffit@debian.org> Tue, 10 Jul 2018 17:14:21 -1000
php-phar-io-version (2.0.0-1) unstable; urgency=medium
[ Sebastian Heuer ]
* introduce CHANGELOG.md
[ David Prévot ]
* Use now provided upstream changelog
* Move project repository to salsa.d.o
* Update Standards-Version to 4.1.4
-- David Prévot <taffit@debian.org> Mon, 02 Jul 2018 21:49:53 -1000
php-phar-io-version (1.0.1-1) unstable; urgency=low
* Initial release (New phpunit dependency)
-- David Prévot <taffit@debian.org> Wed, 23 Aug 2017 16:24:13 -1000
|