[SCM] Qt DBusMenu library packaging branch, master, updated. debian/0.8.0-3-1-gde75c98

Praveen Arimbrathodiyil pravi-guest at alioth.debian.org
Thu Sep 1 13:52:19 UTC 2011


The following commit has been merged in the master branch:
commit de75c98ab9c5595688ad5217db0d6a549e0c5023
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Thu Sep 1 19:21:22 2011 +0530

    update to new upstream version 0.9.0
---
 debian/changelog               |    9 +++++++++
 debian/control                 |    9 +++++----
 debian/libdbusmenu-qt2.symbols |    4 +++-
 debian/rules                   |    2 +-
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 781f425..b262e16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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.
+
+ -- Praveen Arimbrathodiyil <pravi.a at gmail.com>  Thu, 01 Sep 2011 12:57:01 +0530
+
 libdbusmenu-qt (0.8.0-3) unstable; urgency=low
 
   * gcc seems to still emit some random symbols on some arches. Mark them as
diff --git a/debian/control b/debian/control
index ae3029c..cd1b782 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,9 @@ Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 7.4.12), 
 		cmake,
-	       	libqt4-dev,
-		libqjson-dev
+	  libqt4-dev,
+		libqjson-dev,
+		doxygen
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Praveen Arimbrathodiyil <pravi.a at gmail.com>, Modestas Vainius <modax at debian.org>
 DM-Upload-Allowed: yes
@@ -17,8 +18,8 @@ Package: libdbusmenu-qt2
 Architecture: any
 Depends: ${misc:Depends},
 	 ${shlibs:Depends}
-Description: Qt implementation of DBusMenu protocol
- This library provides a Qt implementation of the DBusMenu protocol
+Description: Qt implementation of the DBusMenu protocol
+ This library provides a Qt implementation of the DBusMenu protocol.
  .
  The DBusMenu protocol makes it possible for applications to export 
  and import their menus over DBus.
diff --git a/debian/libdbusmenu-qt2.symbols b/debian/libdbusmenu-qt2.symbols
index bb0ad87..a20f692 100644
--- a/debian/libdbusmenu-qt2.symbols
+++ b/debian/libdbusmenu-qt2.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 0.8.0 amd64 armel hurd-i386 ia64 sparc
+# SymbolsHelper-Confirmed: 0.9.0 amd64
 libdbusmenu-qt.so.2 libdbusmenu-qt2 #MINVER#
  _ZN16DBusMenuExporter11qt_metacallEN11QMetaObject4CallEiPPv at Base 0.3.2
  _ZN16DBusMenuExporter11qt_metacastEPKc at Base 0.3.2
@@ -8,6 +8,7 @@ libdbusmenu-qt.so.2 libdbusmenu-qt2 #MINVER#
  _ZN16DBusMenuExporter17iconNameForActionEP7QAction at Base 0.3.2
  _ZN16DBusMenuExporter19doEmitLayoutUpdatedEv at Base 0.5.1
  _ZN16DBusMenuExporter19slotActionDestroyedEP7QObject at Base 0.6.6
+ _ZN16DBusMenuExporter9setStatusERK7QString at Base 0.9.0
  _ZN16DBusMenuExporterC1ERK7QStringP5QMenuRK15QDBusConnection at Base 0.3.2
  _ZN16DBusMenuExporterC2ERK7QStringP5QMenuRK15QDBusConnection at Base 0.3.2
  _ZN16DBusMenuExporterD0Ev at Base 0.3.2
@@ -46,6 +47,7 @@ libdbusmenu-qt.so.2 libdbusmenu-qt2 #MINVER#
  _ZN18DBusMenuLayoutItemD1Ev at Base 0.8.0
  (optional|arch=amd64 armel)_ZN18DBusMenuLayoutItemD2Ev at Base 0.8.0
  _ZNK16DBusMenuExporter10metaObjectEv at Base 0.3.2
+ _ZNK16DBusMenuExporter6statusEv at Base 0.9.0
  _ZNK16DBusMenuImporter10metaObjectEv at Base 0.3.2
  _ZNK16DBusMenuImporter4menuEv at Base 0.3.2
  _ZNK16DBusMenuShortcut13toKeySequenceEv at Base 0.3.4
diff --git a/debian/rules b/debian/rules
index 0683ae6..dc18dbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 	dh --parallel $@
 
 override_dh_makeshlibs:
-	dh_makeshlibs -V 'libdbusmenu-qt2 (>=0.8.0)'
+	dh_makeshlibs -V 'libdbusmenu-qt2 (>=0.9.0)'
 
 override_dh_auto_test:
 	echo "Skipping tests (can't test inside chroot)..."

-- 
Qt DBusMenu library packaging



More information about the pkg-kde-commits mailing list