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
|
ruby-http-parser (1.2.1-4) unstable; urgency=medium
* Team upload
[ Pirate Praveen ]
* Allow version from backports to satisfy dependency
[ Cédric Boutillier ]
* Replace hardcoded 2.7.0 version in debian/rules by the output of
RbConfig::RBCONFIG["ruby_version"] (Closes: #964320)
* Bump debhelper compatibility level to 13
-- Cédric Boutillier <boutil@debian.org> Wed, 26 Aug 2020 11:37:49 +0200
ruby-http-parser (1.2.1-3) unstable; urgency=medium
* Team upload.
* d/control (Build-Depends): Raised ruby-ffi-compiler to its unpatched
version 1.0.1-4. Otherwise the changes in d/rules won't work.
* d/rules: Move gemspec and extension in non-ruby-version dependent
locations to fix autopkgtests with ruby2.5. Work around the limits of
the unpatched version of ruby-ffi-compiler.
-- Daniel Leidert <dleidert@debian.org> Sat, 11 Apr 2020 14:31:10 +0200
ruby-http-parser (1.2.1-2) unstable; urgency=medium
[ Daniel Leidert ]
* d/rules: Disable dh verbose mode.
* d/patches/0001-Use-the-correct-compiler-and-linker-flags.patch: Add patch.
- Set linker flags by evaluating environment or RbConfig::CONFIG.
* d/patches/series: Enable new patch.
* Fix blhc issue: CPPFLAGS missing
[ Utkarsh Gupta ]
* Source-only upload
* Refresh patch
-- Utkarsh Gupta <utkarsh@debian.org> Thu, 09 Apr 2020 13:17:30 +0530
ruby-http-parser (1.2.1-1) unstable; urgency=medium
[ Daniel Leidert, Utkarsh Gupta ]
* Initial release (Closes: #955589)
-- Utkarsh Gupta <utkarsh@debian.org> Fri, 03 Apr 2020 03:16:10 +0530
|