← Back to team overview

landing-team-changes team mailing list archive

[stable-overlay] libdbusmenu-qt (0.9.3+15.04.20160218-0ubuntu1)

 

Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive

---------------
Format: 1.8
Date: Thu, 18 Feb 2016 10:14:02 +0000
Source: libdbusmenu-qt
Binary: libdbusmenu-qt2 libdbusmenu-qt5 libdbusmenu-qt-dev libdbusmenu-qt5-dev libdbusmenu-qt-doc libdbusmenu-qt5-doc
Architecture: source
Version: 0.9.3+15.04.20160218-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Kubuntu Developers <kubuntu-devel@xxxxxxxxxxxxxxxx>
Changed-By: Pete Woods <ci-train-bot@xxxxxxxxxxxxx>
Description:
 libdbusmenu-qt-dev - Qt implementation of the DBusMenu protocol (development)
 libdbusmenu-qt-doc - Qt implementation of the DBusMenu protocol (documentation)
 libdbusmenu-qt2 - Qt implementation of the DBusMenu protocol
 libdbusmenu-qt5 - Qt5 implementation of the DBusMenu protocol
 libdbusmenu-qt5-dev - Qt5 implementation of the DBusMenu protocol (development)
 libdbusmenu-qt5-doc - Qt5 implementation of the DBusMenu protocol (documentation)
Closes: 579677 587546 606199 628745 630193 640251
Launchpad-Bugs-Fixed: 838470 1035755 1126205 1271058 1280372
Changes:
 libdbusmenu-qt (0.9.3+15.04.20160218-0ubuntu1) vivid; urgency=medium
 .
   [ Nick Dedekind ]
   * Ported tests to Qt5.
 .
 libdbusmenu-qt (0.9.3+15.10.20150604-0ubuntu1) wily; urgency=medium
 .
   [ David Edmundson ]
   * fix leaks
   * fix leaks
 .
 libdbusmenu-qt (0.9.3+14.10.20140619-0ubuntu1) utopic; urgency=low
 .
   [ Aur??lien G??teau ]
   * Fix build with Clang
   * With this change, users of dbusmenu-qt no longer need to call
     include_directories(${dbusmenu-qt5_INCLUDE_DIRS}). Simply adding
     dbusmenu-qt5 to the target_link_libraries() call takes care of
     defining the include directory. This requires CMake 2.8.11, so I
     bumped the minimum version numbers accordingly.
 .
 libdbusmenu-qt (0.9.3+14.04.20140314-0ubuntu1) trusty; urgency=medium
 .
   [ Pete Woods ]
   * Add importer parameter to allow control over DBus behavior.
 .
 libdbusmenu-qt (0.9.2+14.04.20140305-0ubuntu1) trusty; urgency=low
 .
   * New rebuild forced
 .
 libdbusmenu-qt (0.9.2+14.04.20140218.2-0ubuntu1) trusty; urgency=low
 .
   [ Pete Woods ]
   * Remove busy watcher (LP: #1280372)
 .
 libdbusmenu-qt (0.9.2+14.04.20140217.1-0ubuntu1) trusty; urgency=low
 .
   [ Pete Woods ]
   * Fix compile warning when building with -Wpedantic (extra semicolon).
 .
   [ Ted Gould ]
   * Flushing trunk with a release
 .
   [ Timo Jyrinki ]
   * Drop reference to libqt5core5 which will get renamed. (LP:
     #1271058). (LP: #1271058)
 .
 libdbusmenu-qt (0.9.2+14.04.20131209-0ubuntu1) trusty; urgency=low
 .
   [ Marcus Tomlinson ]
   * When adding a new submenu action, refresh() that action to ensure
     full menu hierarchy is built.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 253
 .
 libdbusmenu-qt (0.9.2+14.04.20131125-0ubuntu1) trusty; urgency=low
 .
   [ Aur??lien G??teau ]
   * This change install CMake config files for dbusmenu-qt and dbusmenu-
     qt5. This makes it easy for other projects to use the library with
     find(dbusmenu-qt) or find(dbusmenu-qt5) without having to ship a
     FindDBusMenuQt.cmake file. (More about this topic here:
     http://www.cmake.org/Wiki/CMake/Tutorials/Packaging ). Test programs
     available here: http://agateau.com/tmp/dmqt-samples.tar.bz2.
 .
   [ Marcus Tomlinson ]
   * Destructors of classes intended to be base classes updated to
     virtual.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 251
 .
 libdbusmenu-qt (0.9.2+13.10.20130826-0ubuntu1) saucy; urgency=low
 .
   [ Joe Yasi ]
   * This fixes bug #1035755, [firefox] Extension causes context/drop
     down menus to disappear. The patch uses the correct X11 event
     timestamp instead of the system time. (LP: #1035755)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 248
 .
 libdbusmenu-qt (0.9.2+13.10.20130628-0ubuntu1) saucy; urgency=low
 .
   [ ??ukasz 'sil2100' Zemczak ]
   * Fix the pkg-config file for the libdbusmenu-qt5 case, as the
     includedir was missing the correct QT_SUFFIX.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 246
 .
 libdbusmenu-qt (0.9.2daily13.05.02-0ubuntu1) saucy; urgency=low
 .
   [ ??ukasz 'sil2100' Zemczak ]
   * debian/control, debian/rules:
     - Modifications related to compliance with our packaging standards
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 244
 .
 libdbusmenu-qt (0.9.2daily13.03.28-0ubuntu1) raring; urgency=low
 .
   [ ??ukasz 'sil2100' Zemczak ]
   * Add inline packaging metadata.
   * debian/control,
     debian/libdbusmenu-qt5.install,
     debian/libdbusmenu-qt5-dev.install,
     debian/libdbusmenu-qt5-doc.install:
     - Add the -qt5 package versions of all libdbusmenu packages
   * debian/rules:
     - Enable a double build - first build a Qt4 version of libdbusmenu for
       libdbusmenu-qt2 and then a Qt5 version for libdbusmenu-qt5
 .
   [ Mathieu Trudel-Lapierre ]
   * debian/copyright: fix copyright stanza for LGPL 2.
   * debian/control: bump debhelper Build-Depends to 9.
   * debian/source.lintian-overrides: drop the override.
   * debian/watch: dropped; no longer needed with inline packaging.
   * debian/control:
     - bump Standards-Version to 3.9.4.
     - add Vcs-Bzr/Vcs-Browser.
     - add comments for developers.
   * Automatic snapshot from revision 240 (bootstrap). (LP: #1126205)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 241
 .
 libdbusmenu-qt (0.9.2-0ubuntu4) raring; urgency=low
 .
   * Mark two library symbols as optional, fixing build failure with GCC 4.8.
 .
 libdbusmenu-qt (0.9.2-0ubuntu3) quantal; urgency=low
 .
   * Update symbols file again for powerpc and armel to fix FTBFS on those
     archs
 .
 libdbusmenu-qt (0.9.2-0ubuntu2) quantal; urgency=low
 .
   * Update symbols file to fix FTBFS
 .
 libdbusmenu-qt (0.9.2-0ubuntu1) precise; urgency=low
 .
   * New upstream release.
 .
 libdbusmenu-qt (0.9.1-0ubuntu1) precise; urgency=low
 .
   * New upstream release.
 .
 libdbusmenu-qt (0.9.0-2ubuntu1) precise; urgency=low
 .
   * Merge from Debian git, remaining changes:
     - patches/002-use-multiarch-lib-paths: fixed author
     - copyright: fixed "Source" field
 .
 libdbusmenu-qt (0.9.0-2) UNRELEASED; urgency=low
 .
   * update description for -dev package too. (Closes: #640251)
   * Implement multiarch.
     - bump cmake build dependency to 2.8.5.
     - bump debhelper build dependency to 8.1.3.
   * debian/rules: move --parallel after $@
   * New binary package libdbusmenu-qt-doc.
   * Remove embedded jquery and depend on libjs-jquery.
 .
 libdbusmenu-qt (0.9.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Add doxygen as build dependency.
   * Minor fixes to description, thanks to Filipus Klutiero. (Closes: #630193)
   * Update symbols file.
 .
 libdbusmenu-qt (0.9.0-0ubuntu2) oneiric; urgency=low
 .
   * Remove build-dependency on libqjson-dev.
   * Convert to multiarch. (LP: #838470)
   * debian/patches/kubuntu_03_multiarch_support.diff:
     - add multiarch support to upstream CMake
 .
 libdbusmenu-qt (0.9.0-0ubuntu1) oneiric; urgency=low
 .
   * New upstream release.
   * debian/control:
     - Update Vcs-Bzr to current kubuntu-packagers location
   * debian/libdbusmenu-qt2.symbols:
     - updated
 .
 libdbusmenu-qt (0.8.3-0ubuntu1) oneiric; urgency=low
 .
   * New upstream release
   * debian/control:
     - Update Vcs-Bzr to current kubuntu-packagers location
     - Change HomePage to launchpad page
     - Update Standards-Version
   * debian/copyright, debian/watch:
     - point now to launchpad
   * remove debian/patches/kubuntu_03_dont-show-more-icons-than-desired.diff:
     upstreamed
   * debian/libdbusmenu-qt2.symbols:
     - updated symbols
 .
 libdbusmenu-qt (0.8.2-0ubuntu2) natty; urgency=low
 .
   * Add kubuntu_03_dont-show-more-icons-than-desired.diff by Michael Terry
     https://code.launchpad.net/~mterry/libdbusmenu-qt/dont-show-more-
     icons-than-desired/+merge/58387 'Respect QAction's setting for
     whether an icon should be shown in the menu or not.'
 .
 libdbusmenu-qt (0.8.2-0ubuntu1) natty; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.8.1-0ubuntu1) natty; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.8.0-3) unstable; urgency=low
 .
   * gcc seems to still emit some random symbols on some arches. Mark them as
     optional and arch specific. (Closes: #628745)
 .
 libdbusmenu-qt (0.8.0-2) unstable; urgency=low
 .
   * Fix symbol files to build against gcc 4.6. (Closes: #628745)
   * Bump Standards-Version to 3.9.2: no changes needed.
   * Add myself to Uploaders.
 .
 libdbusmenu-qt (0.8.0-1) unstable; urgency=low
 .
   * New upstream release (3 private symbols dropped).
   * Symbols file updated, missing symbols removed.
   * Thanks to Shravan Aras for helping me with cscope.
 .
 libdbusmenu-qt (0.8.0-0ubuntu1) natty; urgency=low
 .
   * New upstream release
   * Remove kubuntu_00_external_contributions.diff no longer required
   * Update kubuntu_01_no_test.diff
 .
 libdbusmenu-qt (0.7.0-1) unstable; urgency=low
 .
   * New upstream release.
   * DM upload is allowed.
   * adding libqjson-dev to build dependencies (for testapp).
 .
 libdbusmenu-qt (0.7.0-0ubuntu1) natty; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.6.6-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #606199)
 .
   [ Praveen Arimbrathodiyil ]
   * debian/rules: added support for parallel building.
   * debian/copyright: cleared copyright info of removed patch.
   * debian/control: changed homepage to page on launchpad.net.
   * debian/control: updated vcs from svn to git.
   * debian/control: updated policy to 3.9.1
 .
   [ Jos?? Manuel Santamar??a Lema ]
   * Update symbols file.
 .
 libdbusmenu-qt (0.6.6-0ubuntu1) natty; urgency=low
 .
   * New upstream bugfix release
 .
 libdbusmenu-qt (0.6.4-0ubuntu1) maverick; urgency=low
 .
   * New upstream bugfix release
   * Refresh kubuntu_00_external_contributions.diff
 .
 libdbusmenu-qt (0.6.3-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
   * Add kubuntu_00_external_contributions.diff
   * Remove kubuntu_02_unbreak_kde_titles.diff
 .
 libdbusmenu-qt (0.6.2-0ubuntu1) maverick; urgency=low
 .
   * New upstream release, memory leak and crash fixes
   * Add kubuntu_02_unbreak_kde_titles.diff from
     http://gitorious.org/dbusmenu/dbusmenu-
     qt/commit/71851809ef7e109f02635877ead1dbac48a2e64e
 .
 libdbusmenu-qt (0.6.1-0ubuntu1) maverick; urgency=low
 .
   * New upstream release, fixes memory leaks
 .
 libdbusmenu-qt (0.6.0-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.5.2-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.5.1-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #587546)
   * debian/watch: changed release url to new location.
   * debian/copyright: made it machine readable.
   * debian/copyright: changed debian packaging to LGPL-2+ in sync with
     upstream license (Thanks to Sune Vuorela)
   * debian/control: updated policy to 3.9.0
   * debian/libdbusmenu-qt2.symbols: new symbols added.
   * debian/control: dev & lib package clarification added to descriptions.
 .
 libdbusmenu-qt (0.5.1-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.5.0-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.4.0-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.3.5-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.3.4-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.3.3-1) unstable; urgency=low
 .
   * New upstream release.
   * added libdbusmenu-qt2.symbols file.
 .
 libdbusmenu-qt (0.3.3-0ubuntu1) maverick; urgency=low
 .
   * New upstream release:
     - Update kubuntu_01_no_test.diff
 .
 libdbusmenu-qt (0.3.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #579677)
 .
 libdbusmenu-qt (0.3.2-0ubuntu1) lucid; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.3.0-0ubuntu1) lucid; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.2.2-0ubuntu2) lucid; urgency=low
 .
   * Add build dep on qjson and pkg-config
 .
 libdbusmenu-qt (0.2.2-0ubuntu1) lucid; urgency=low
 .
   * New upstream release
 .
 libdbusmenu-qt (0.2.1-0ubuntu2) lucid; urgency=low
 .
   * libdbusmenu-qt-dev depends on libdbusmenu-qt1 not 0
 .
 libdbusmenu-qt (0.2.1-0ubuntu1) lucid; urgency=low
 .
   * New upstream release
   * Switch to source format 3.0
   * New SO version, switch package name to libdbusmenu-qt1
   * Add kubuntu_01_no_test.diff, tests don't work without X
 .
 libdbusmenu-qt (0.1.0-0ubuntu1) lucid; urgency=low
 .
   * Initial Release
Checksums-Sha1:
 427a88d16e5927810b98ac382ddbf9f9e1266f4f 2496 libdbusmenu-qt_0.9.3+15.04.20160218-0ubuntu1.dsc
 b950853273af857877b41d21cbb65f49c7053f09 46438 libdbusmenu-qt_0.9.3+15.04.20160218.orig.tar.gz
 55b34eb42971190a04ba4d0311d867e1c6b90160 6395 libdbusmenu-qt_0.9.3+15.04.20160218-0ubuntu1.diff.gz
Checksums-Sha256:
 9efb87645f2d5b2a9f6678dd05daca280d3d6eb59535847473c1d08d3d059872 2496 libdbusmenu-qt_0.9.3+15.04.20160218-0ubuntu1.dsc
 85c86225923018f2d305a2fdfb8d81a306bba0747124a17e57df9e0f895b83de 46438 libdbusmenu-qt_0.9.3+15.04.20160218.orig.tar.gz
 97171bb2a7f88573f98e77115c4f5a4088bf1c673cf640a021e0fa12e69eccd6 6395 libdbusmenu-qt_0.9.3+15.04.20160218-0ubuntu1.diff.gz
Files:
 c229ffd8edcababd9d4a66de2087f7cb 2496 libs optional libdbusmenu-qt_0.9.3+15.04.20160218-0ubuntu1.dsc
 6a4b2cceaa4d6dfada6c410a13a42678 46438 libs optional libdbusmenu-qt_0.9.3+15.04.20160218.orig.tar.gz
 92e2401f5e28ece878c460d18c8eb324 6395 libs optional libdbusmenu-qt_0.9.3+15.04.20160218-0ubuntu1.diff.gz
Original-Maintainer: Jonathan Riddell <jriddell@xxxxxxxxxx>