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
|
zthreads (2.3.2-11) unstable; urgency=medium
* QA upload.
[ Debian Janitor ]
* Apply multi-arch hints.
+ libzthread-dev: Add Multi-Arch: same.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 20 Aug 2021 13:43:47 +0100
zthreads (2.3.2-10) unstable; urgency=medium
* QA upload.
* Upload to unstable.
* debian/libzthread-2.3-2.symbols: removed. It was breaking the construction
on other architectures and there's a recommendation of not to ship symbols
files for c++ libraries.
-- Fabio Augusto De Muzio Tobich <ftobich@gmail.com> Thu, 30 Jul 2020 09:19:47 -0300
zthreads (2.3.2-9) experimental; urgency=medium
* QA upload.
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 13.
* debian/control:
- Added 'Rules-Requires-Root: no' in source stanza.
- Added Vcs-* fields to source stanza.
- Bumped Standards-Version to 4.5.0.
- Updated Priority field in source stanza to optional.
- Updated short and long descriptions in both package stanzas.
* debian/copyright:
- Migrated to 1.0 format.
- Updated all data.
* debian/libzthread-2.3-2.symbols: created.
* debian/not-installed: added to list files that won't be installed.
* debian/patches/:
- All patches renamed to follow a numeric prefix system.
- All patches headers updated Description, Author and Last-Update
fields.
- Some patches had Bug* fields added.
- 080_wrong-parameter-type.patch: added to fix virtual bool add() wrong
parameter type. Thanks to Thomas Merkel. (Closes: #956291, LP: #1842421)
* debian/rules:
- Added command to provide unversioned link to shared library in
override_dh_auto_install.
- Added the DEB_BUILD_MAINT_OPTIONS variable to improve the GCC
hardening.
- Removed some unnecessary stuff.
* debian/salsa-ci.yml: added.
* debian/upstream/metadata: created.
* debian/watch: bumped version to 4.
-- Fabio Augusto De Muzio Tobich <ftobich@gmail.com> Sat, 18 Jul 2020 18:52:50 -0300
zthreads (2.3.2-8) unstable; urgency=medium
* QA upload.
* Set Maintainer to Debian QA Group. (See: #846286)
* fix-ftbfs-g++-6.patch: New, remove spurious return-with-value in void
function. (Closes: #812027)
* Switch to debhelper compat level 10.
-- Andreas Beckmann <anbe@debian.org> Sun, 23 Apr 2017 02:50:57 +0200
zthreads (2.3.2-7.2) unstable; urgency=medium
* Non-maintainer upload.
* Install zthread-config script (Closes: #724908).
-- Samuel Thibault <sthibault@debian.org> Thu, 20 Nov 2014 01:08:22 +0100
zthreads (2.3.2-7.1) unstable; urgency=low
* Non-maintainer upload.
* Use dh-autoreconf in build to support new architectures (Closes: 752791)
-- Chen Baozi <baozich@gmail.com> Thu, 05 Jun 2014 20:55:32 +0800
zthreads (2.3.2-7) unstable; urgency=low
* Adding multi-arch support.
-- Cleto Martín <cleto.martin@gmail.com> Sat, 19 May 2012 20:12:46 +0200
zthreads (2.3.2-6) unstable; urgency=low
* Bug fix: "FTBFS on hurd-i386.", thanks to Cyril Roelandt (Closes: #670795).
-- Cleto Martín <cleto.martin@gmail.com> Wed, 09 May 2012 20:14:05 +0200
zthreads (2.3.2-5) unstable; urgency=low
* Bug fix: "ftbfs with GCC-4.7". Thanks to Matthias Klose and Cyril
Brulebois (Closes: #667430).
* Updating control fields.
-- Cleto Martín <cleto.martin@gmail.com> Mon, 09 Apr 2012 19:11:09 +0200
zthreads (2.3.2-4) unstable; urgency=low
* Adapting autotools files (Closes: #629679).
-- Cleto Martin Angelina <cleto.martin@gmail.com> Fri, 10 Jun 2011 21:16:40 +0200
zthreads (2.3.2-3) unstable; urgency=low
* Bug fix: "FTFBS on kFreeBSD*", thanks to Andreas Metzler for the patch
(Closes: #622173). Also removed '--with=quilt' option in debian/rules.
* Bug fix: "unversioned .so symlink shipped in runtime instead of devel
package", thanks to Andreas Metzler (Closes: #622174).
-- Cleto Martin Angelina <cleto.martin@gmail.com> Mon, 11 Apr 2011 07:44:00 +0200
zthreads (2.3.2-2) unstable; urgency=low
* libzthread-2.3.2-dev -> libzthread-dev
* Improving debian/copyright. 'share/zthread-config*' files are
considered.
* Applaying patches for PoolExecutor and ThreadedExecutor.
* Cleaning debian-changes patch.
-- Cleto Martin Angelina <cleto.martin@gmail.com> Thu, 31 Mar 2011 19:04:35 +0200
zthreads (2.3.2-1) unstable; urgency=low
* Initial release (Closes: #579373)
-- Cleto Martin Angelina <cleto.martin@gmail.com> Mon, 31 Jan 2011 23:00:47 +0100
|