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
|
xqilla (2.3.3-2) unstable; urgency=low
* Use machine readable debian/copyright file, refer to Apache common license
* Use dpkg-buildflags for hardening
-- Tommi Vainikainen <tvainika@debian.org> Mon, 25 Apr 2016 11:21:33 +0300
xqilla (2.3.3-1) unstable; urgency=low
* New upstream version 2.3.3 (Closes: #821330).
* Use dh(1) v9.
* Fix spelling of the Apache License (Closes: #697948).
* Add Build-Depends on libtidy-dev to support external parse-html
function (Closes: #821329).
-- Tommi Vainikainen <tvainika@debian.org> Mon, 18 Apr 2016 07:30:23 +0300
xqilla (2.3.0-3) unstable; urgency=medium
* Rename to libxqilla6v5 for the GCC 5 ABI transition (See: #791314).
-- Tommi Vainikainen <tvainika@debian.org> Thu, 13 Aug 2015 21:21:23 +0300
xqilla (2.3.0-2) unstable; urgency=low
* Switch to git.
* Call dh-autoreconf and update config.{sub,guess} (Closes: #727524).
* Standards version 3.9.5.
-- Tommi Vainikainen <tvainika@debian.org> Thu, 01 May 2014 22:15:18 +0300
xqilla (2.3.0-1) unstable; urgency=low
* New upstream release.
* Remove patches merged by upstream.
* Remove unnecessary libs from configure.in
-- Tommi Vainikainen <tvainika@debian.org> Wed, 21 Dec 2011 14:04:44 +0200
xqilla (2.2.4-4) unstable; urgency=low
* Multi-arch.
-- Tommi Vainikainen <tvainika@debian.org> Tue, 28 Jun 2011 16:50:38 +0300
xqilla (2.2.4-3) unstable; urgency=low
* Fix FTBFS with new gcc, need to #include <cstddef> if ptrdiff_t is
used (Closes: #625099).
-- Tommi Vainikainen <tvainika@debian.org> Tue, 03 May 2011 11:27:07 +0300
xqilla (2.2.4-2) unstable; urgency=low
* Fix memory leaks when throwing exceptions, thanks Jérémy Coulon
(Closes: #613717).
-- Tommi Vainikainen <tvainika@debian.org> Thu, 24 Feb 2011 12:12:36 +0200
xqilla (2.2.4-1) unstable; urgency=low
* New upstream release (Closes: #603147).
* Patch for Xerces-C 3.1 compatibility applied upstream.
* Add watch file for uscan.
* Public repository moved under collab-maint.
-- Tommi Vainikainen <tvainika@debian.org> Wed, 17 Nov 2010 23:31:58 +0200
xqilla (2.2.3-1) unstable; urgency=low
* New upstream release (Closes: #563794).
* Use '3.0 (quilt)' source format.
* This release provides all necessary libraries to
the linker (Closes: #556723).
* Compile against Xerces-C v3 (Build-Depend on libxerces-c-dev),
remove private copy of xerces-c headers.
* Adopt the package.
* Write manual page for xqilla binary.
-- Tommi Vainikainen <thv+debian@iki.fi> Fri, 19 Feb 2010 15:52:21 +0200
xqilla (2.0.0-2.3) unstable; urgency=low
* Non-maintainer upload.
* Fix FTBFS with gcc-4.4 (Closes: #504982).
-- Luca Falavigna <dktrkranz@debian.org> Wed, 30 Dec 2009 09:41:29 +0000
xqilla (2.0.0-2.2) unstable; urgency=low
* Non-maintainer upload.
* Replaced Build-Depend on libxerces28-dev with libxerces-c2-dev
(Closes: #483284).
-- Miguel Landaeta <miguel@miguel.cc> Tue, 12 Aug 2008 23:33:12 -0430
xqilla (2.0.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #474865)
* Use CXXFLAGS instead of CFLAGS to pass location of private library, was
causing FTBFS from within chroot.
-- Chris Lamb <chris@chris-lamb.co.uk> Sat, 12 Apr 2008 15:57:14 +0100
xqilla (2.0.0-2) unstable; urgency=low
* Fix control in order to generate correct libc dependency on xqilla
* Added chrpath call in order to remove rpath definition.
-- Daniel Ruoso <daniel@ruoso.com> Mon, 03 Mar 2008 11:18:04 +0000
xqilla (2.0.0-1) unstable; urgency=low
* Initial release
-- Daniel Ruoso <daniel@ruoso.com> Thu, 28 Feb 2008 18:08:14 +0000
|