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
|
ruby-liquid-c (4.2.0-5) unstable; urgency=medium
* Team upload.
* Add 0005-parse-expression-arguments.patch to fix tests with Liquid 5.11.
-- Simon Quigley <tsimonq2@debian.org> Mon, 16 Mar 2026 09:48:06 -0500
ruby-liquid-c (4.2.0-4) unstable; urgency=medium
* Team upload.
[ Lucas Nussbaum ]
* debian/gbp.conf: Update for DEP-14
* debian/.gitattributes: remove
* debian/salsa-ci.yml: use team-specific include
[ Simon Quigley ]
* Add 0004-hash-format-inspect.patch to fix tests under Ruby 3.4.
* Update Standards-Version to 4.7.3.
* Drop Rules-Requires-Root field, it is now redundant.
* Upgrade the watch file to version 5.
-- Simon Quigley <tsimonq2@debian.org> Sat, 07 Mar 2026 10:42:35 -0600
ruby-liquid-c (4.2.0-3) unstable; urgency=medium
* Team upload.
* Move auto_compact assignment to fix FTBFS on ppc64el
-- Piper McCorkle <contact@piperswe.me> Sun, 25 Aug 2024 04:32:45 -0500
ruby-liquid-c (4.2.0-2) unstable; urgency=medium
* Team upload.
[ Piper McCorkle ]
* Disable -Wincompatible-pointer-types to fix FTBFS on 32-bit arches
(Closes: #1077072)
* Remove unnecessary extension prefixes from d/control
* Use pristine-tar
[ Lucas Kanashiro ]
* d/control: remove unexistent fields.
-- Piper McCorkle <contact@piperswe.me> Tue, 20 Aug 2024 16:10:36 -0500
ruby-liquid-c (4.2.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Declare compliance with Debian Policy version 4.7.0.
* Refresh patches.
-- Lucas Kanashiro <kanashiro@debian.org> Thu, 08 Aug 2024 21:47:52 -0300
ruby-liquid-c (4.1.0-3) unstable; urgency=medium
* Team upload.
[ Daniel Leidert ]
* Fix watch file by using the github tags page
[ Guilherme Puida Moreira ]
* Import upstream patch fixing Minitest namespace
-- Guilherme Puida Moreira <guilherme@puida.xyz> Thu, 25 Jul 2024 20:30:43 +0900
ruby-liquid-c (4.1.0-2) unstable; urgency=medium
* Team upload
* test_helper: skip GC compaction on unsupported platforms.
This fixes the build on ppc64el
-- Antonio Terceiro <terceiro@debian.org> Thu, 22 Sep 2022 18:42:41 -0300
ruby-liquid-c (4.1.0-1) unstable; urgency=medium
* Team upload
* New upstream version 4.1.0
* Refresh patches
* debian/upstream/metadata: fix typo in URL
* debian/ruby-tests.rake: run unit tests only.
The integration tests assume tests are installed together with liquid,
which is not the case in Debian.
* debian/control: update with dh-make-ruby
- Refresh Ruby Team name in Maintainers:
- Bump Standards-Version to 4.6.1; no changes needed
- Build-Depend on ruby-liquid >= 5.0.1
* Run tests with ruby directly instead of rake
rakelib/* contain errors when loaded via a Rakefile that's not the one
in the top level directory.
-- Antonio Terceiro <terceiro@debian.org> Mon, 05 Sep 2022 18:07:04 -0300
ruby-liquid-c (4.0.0-2) unstable; urgency=medium
* Team upload
[ Jenkins ]
* Remove constraints unnecessary since buster
[ Cédric Boutillier ]
* run tests in a way closer to upstream
* Require rake in test/liquid_test to define FileList (Closes: #1005440)
-- Cédric Boutillier <boutil@debian.org> Tue, 22 Feb 2022 13:53:23 +0100
ruby-liquid-c (4.0.0-1) unstable; urgency=medium
* Initial release (Closes: #972708).
-- Daniel Leidert <dleidert@debian.org> Thu, 22 Oct 2020 17:28:38 +0200
|