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
|
lua-rexlib (2.9.2-3) unstable; urgency=medium
* Correct debian/not-installed file.
-- Sergei Golovan <sgolovan@debian.org> Wed, 13 Mar 2024 19:07:40 +0300
lua-rexlib (2.9.2-2) unstable; urgency=medium
* Fix implicit declaration of iswdigit() in src/tre/ltre_w.c
(closes: #1066552).
* Bump debhelper compatibility level to 13.
* Bump standards version to 4.6.2.
-- Sergei Golovan <sgolovan@debian.org> Wed, 13 Mar 2024 16:10:29 +0300
lua-rexlib (2.9.2-1) unstable; urgency=medium
* New upstream release.
-- Sergei Golovan <sgolovan@debian.org> Thu, 16 Nov 2023 14:52:36 +0300
lua-rexlib (2.9.1-2) unstable; urgency=medium
* Source-only upload.
* Close bugreports actually fixed in 2.9.1-1.
- Drop support for PCRE3 (closes: #1000092).
- Build for Lua 5.3 and 5.4 (closes: #881008).
- Update to 2.9.1 to support PCRE2 (closes: #963624).
-- Sergei Golovan <sgolovan@debian.org> Tue, 07 Dec 2021 11:51:33 +0300
lua-rexlib (2.9.1-1) unstable; urgency=medium
* New upstream release.
* Incorporate the NMU by Holger Levsen.
* New maintainer Debian Lua Team (closes: #995519).
* Add myself to the uploaders list.
* Switch from PCRE to PCRE2 regex engine.
* Add builds for Lua 5.3 and 5.4.
* Bump debhelper compatibility level to 12.
* Bump standards version to 4.6.0.
-- Sergei Golovan <sgolovan@debian.org> Mon, 29 Nov 2021 13:48:24 +0300
lua-rexlib (2.7.2-4.1) unstable; urgency=medium
* Non-maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Sat, 02 Jan 2021 18:28:19 +0100
lua-rexlib (2.7.2-4) unstable; urgency=medium
* Compile onig backend using pkg-config (patch by Jörg Frings-Fürst)
(Close: #824909)
-- Enrico Tassi <gareuselesinge@debian.org> Tue, 06 Sep 2016 16:35:22 +0200
lua-rexlib (2.7.2-3) unstable; urgency=medium
* Rebuild against Lua 5.1.5-7 (Closes: #723491)
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 30 Aug 2014 21:54:50 +0200
lua-rexlib (2.7.2-2) unstable; urgency=low
* Add copyright notice about doc/*.css (thanks "a new ftptrainee")
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 17 Aug 2013 00:38:18 +0200
lua-rexlib (2.7.2-1) unstable; urgency=low
* New upstream release
* Packaging moved to git
* Removed transitional packages
* New package for GNU variant of regexp
-- Enrico Tassi <gareuselesinge@debian.org> Mon, 30 Apr 2012 17:26:22 +0200
lua-rexlib (2.6.0-2) unstable; urgency=low
* Cleaned up debian/rules
* Build depend on dh-lua >= 12
-- Enrico Tassi <gareuselesinge@debian.org> Mon, 30 Apr 2012 17:23:38 +0200
lua-rexlib (2.6.0-1) unstable; urgency=low
* New upstream release
* New backend: TRE, regex with approximated matching
* Switch to dh-lua
* Packages renamed according to the new Lua policy
* Update Standards-Version to 3.9.3, no changes
* debian/compat set to 9
* Update watch file
* Update copyright file
-- Enrico Tassi <gareuselesinge@debian.org> Mon, 16 Apr 2012 17:48:20 +0200
lua-rexlib (2.5.3-2) unstable; urgency=low
* multi-arch (dh >= 8.1.3, lua5.1-policy >= 32)
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 21 Jul 2011 00:56:56 +0200
lua-rexlib (2.5.3-1) unstable; urgency=low
* New upstream release
* Removed patch fix-align-arm
* Updated standards-version to 3.9.2, no changes
* Rebuild against lua5.1-policy-dev >= 27 (Closes: #622541)
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 23 Apr 2011 20:34:55 +0200
lua-rexlib (2.4.0-2) unstable; urgency=low
* Add upstream patch to fix memory alignment problems on ARM.
(Closes: #598947)
* Fixed copyright, some files were under public domain, kudos to
Torsten Werner
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 07 Nov 2010 10:37:33 +0100
lua-rexlib (2.4.0-1) unstable; urgency=low
* Initial release. (Closes: #538230)
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 20 Aug 2009 17:02:51 +0200
|