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 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
dbus-c++ (0.9.0-8.1) unstable; urgency=medium
* Non-maintainer upload.
* Add debian/patches/06_fix_gcc-7_ftbfs.patch to
fix FTBFS with gcc-7. (Closes: #853369)
* Add debian/patches/07_fix_mutex_ftbfs.patch to fix
FTBFS if DBUS_HAS_RECURSIVE_MUTEX is undefined.
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 27 Jan 2018 01:08:15 +0100
dbus-c++ (0.9.0-8) unstable; urgency=medium
[ Simon McVittie ]
* Rename libdbus-c++-1-0 to libdbus-c++-1-0v5, based on Ubuntu patch
by Matthias Klose. (Starts transition: #795065)
-- Vincent Cheng <vcheng@debian.org> Thu, 20 Aug 2015 23:33:05 -0700
dbus-c++ (0.9.0-7) unstable; urgency=medium
* Add debian/patches/05_fix_glibmm_ftbfs.patch to fix FTBFS with
glibmm >= 2.43. (Closes: #793323)
* Update email address.
* Update Standards version from 3.9.3 to 3.9.6 (no changes needed).
-- Vincent Cheng <vcheng@debian.org> Wed, 22 Jul 2015 20:11:21 -0700
dbus-c++ (0.9.0-6) unstable; urgency=low
* Add Breaks/Replaces relation against libdbus-c++-dev on libdbus-c++-bin.
(Closes: #675306)
* Change libdbus-c++-bin to a multiarch: foreign package to appease lintian.
* Add lintian override for warning "hardening-no-fortify-functions".
-- Vincent Cheng <Vincentc1208@gmail.com> Thu, 31 May 2012 01:24:21 -0700
dbus-c++ (0.9.0-5) unstable; urgency=low
* Add libdbus-c++-bin as a dependency for libdbus-c++-dev (refer to #674311
for details).
-- Vincent Cheng <Vincentc1208@gmail.com> Tue, 29 May 2012 13:13:10 -0700
dbus-c++ (0.9.0-4) unstable; urgency=low
* Add debian/patches/04_fix_hurd_ftbfs.patch to fix FTBFS on hurd.
* Add Vcs-* links in debian/control.
-- Vincent Cheng <Vincentc1208@gmail.com> Sat, 12 May 2012 17:59:48 -0700
dbus-c++ (0.9.0-3) unstable; urgency=low
* Acknowledge NMU, thanks to Cyril Brulebois.
* Add debian/patches/03_add_unistd_header.patch to fix FTBFS with gcc 4.7.
(Closes: #672046)
* Add build-dep on graphviz to generate graphs in doc package.
* Convert package to multiarch.
- Split binaries out of libdbus-c++-dev to libdbus-c++-bin to allow
converting libdbus-c++-dev into a multiarch: same package.
* Bump dh compat level from 8 to 9.
* Update Standards version from 3.9.2 to 3.9.3 (no changes needed).
-- Vincent Cheng <Vincentc1208@gmail.com> Tue, 08 May 2012 10:59:35 -0700
dbus-c++ (0.9.0-2.1) unstable; urgency=high
* Non-maintainer upload.
* Fix FTBFS due to missing autoreconfiguration after the introduction
of 01_host_name_max.patch, leading to linking issues (Closes: 660618):
- Use the autoreconf sequence (dh $@ --with autoreconf).
- Add dh-autoreconf to Build-Depends accordingly.
* Set urgency to “high” for the RC bug fix.
-- Cyril Brulebois <kibi@debian.org> Sat, 03 Mar 2012 14:32:38 +0000
dbus-c++ (0.9.0-2) unstable; urgency=low
* Update debian/patches/01_host_name_max.patch to fix FTBFS on kfreebsd.
(Closes: #651107)
* Fix override disparity for libdbus-c++-dev.
-- Vincent Cheng <Vincentc1208@gmail.com> Fri, 09 Dec 2011 13:55:04 -0800
dbus-c++ (0.9.0-1) unstable; urgency=low
* New upstream release.
- Refresh patches in debian/patches/.
* Switch to dh7-style debian/rules; drop cdbs.
- Bump build dependency on debhelper (>= 8), dpkg-dev (>= 1.16.1).
* Add libecore-dev to build dependencies; enable ecore integration.
* Add new 2 binary packages: libdbus-c++-docs and libdbus-c++-dbg.
* Add build dependency on automake1.11.
* Bump dh compat level from 7 to 8.
* Add debian/docs.
* Update debian/watch to point to SourceForge.
-- Vincent Cheng <Vincentc1208@gmail.com> Fri, 02 Dec 2011 15:57:22 -0800
dbus-c++ (0~20110310-2) unstable; urgency=low
* Adopting package; change maintainer field in debian/control to:
Vincent Cheng <Vincentc1208@gmail.com>. (Closes: #594370)
* Update Standards version from 3.9.1 to 3.9.2 (no changes needed).
* Add manpages for /usr/bin/dbusxx-xml2cpp and /usr/bin/dbusxx-introspect.
-- Vincent Cheng <Vincentc1208@gmail.com> Sun, 08 May 2011 23:06:19 -0700
dbus-c++ (0~20110310-1) unstable; urgency=low
* QA upload.
* Change maintainer field in debian/control to: Debian QA Group
<packages@qa.debian.org>.
* New upstream snapshot.
* Drop patches/01_gcc44.diff: patch applied upstream.
* Add patch to fix FTBFS with binutils-gold, thanks to Ilya Barygin.
(Closes: #554301)
* Update Standards version from 3.7.3 to 3.9.1 (no changes needed).
* Switch to 3.0 (quilt) source package format and original tar.bz2 tarballs.
* Update copyright file.
* Add README.source with information about upstream's git repository.
* Improve package descriptions and update website URL.
-- Vincent Cheng <Vincentc1208@gmail.com> Thu, 10 Mar 2011 17:38:48 -0800
dbus-c++ (0~20090907-1) unstable; urgency=low
* New upstream snapshot.
-- Robert Millan <rmh.debian@aybabtu.com> Mon, 07 Sep 2009 21:00:40 +0200
dbus-c++ (0~20090718-3) unstable; urgency=low
* patches/02_host_name_max.diff: Avoid reliing on max host name length.
(Closes: #542887)
-- Robert Millan <rmh.debian@aybabtu.com> Sat, 29 Aug 2009 03:26:30 +0200
dbus-c++ (0~20090718-2) unstable; urgency=low
* patches/01_gcc44.diff: Fix build with GCC 4.4. (Closes: #542173)
-- Robert Millan <rmh.debian@aybabtu.com> Thu, 20 Aug 2009 21:32:12 +0200
dbus-c++ (0~20090718-1) unstable; urgency=low
* Initial release. (Closes: #537495)
-- Robert Millan <rmh.debian@aybabtu.com> Sat, 18 Jul 2009 22:18:05 +0200
|