[SCM] KDE Accessibility module packaging branch, master, updated. debian/4.4.5-4-24-g52f08fb

Modestas Vainius modax at alioth.debian.org
Thu Mar 31 18:58:19 UTC 2011


The following commit has been merged in the master branch:
commit d5e018914602e2c21cdd4717c6f60c740c239eee
Author: Modestas Vainius <modax at debian.org>
Date:   Thu Mar 31 21:42:08 2011 +0300

    Add kaccessible package.
    
    kaccessible implements a QAccessibleBridgePlugin to provide accessibility
    services like focus tracking and a screenreader.
---
 debian/changelog           |    2 +-
 debian/control             |   14 ++++++++++++++
 debian/kaccessible.install |    3 +++
 3 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0010e60..fab798a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,6 @@ kdeaccessibility (4:4.6.1-0r1) UNRELEASED; urgency=low
   * Rename kttsd package as jovie.
     - TODO: fix description, update jovie.README.Debian
   * Update installed files.
-    - TODO: Add kaccesible package?
   * Bump Standards-Version to 3.9.1, no changes required.
   * Bump kdelibs5-dev to 4:4.6.
   * Bump kde-sc-dev-latest build dependency to 4:4.6.1.
@@ -28,6 +27,7 @@ kdeaccessibility (4:4.6.1-0r1) UNRELEASED; urgency=low
   [ Modestas Vainius ]
   * Switch debian/rules engine to dhmk based qt-kde-team/2/*.
   * Bump Standards-Version to 3.9.1: no changes needed.
+  * Add kaccessible package.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 04 Mar 2011 00:49:46 +0100
 
diff --git a/debian/control b/debian/control
index b7d92db..aaf77a1 100644
--- a/debian/control
+++ b/debian/control
@@ -101,6 +101,20 @@ Description: mouse manipulation tool for the disabled
  .
  This package is part of the KDE accessibility module.
 
+Package: kaccessible
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: accessibility services for Qt applications
+ kaccessible implements a QAccessibleBridgePlugin to provide accessibility
+ services like focus tracking and a screenreader.
+ .
+ Components:
+   - kaccessibleapp is a dbus activation service that acts as proxy.
+   - kaccessiblebridge will be loaded by the QAccessible framework into each
+     Qt-/KDE-application.
+ .
+ This package is part of the KDE accessibility module.
 
 Package: kdeaccessibility-dbg
 Section: debug
diff --git a/debian/kaccessible.install b/debian/kaccessible.install
new file mode 100644
index 0000000..e45f3db
--- /dev/null
+++ b/debian/kaccessible.install
@@ -0,0 +1,3 @@
+usr/lib/kde4/libexec/kaccessibleapp
+usr/lib/kde4/plugins/accessiblebridge/kaccessiblebridge.so
+usr/share/dbus-1/services/org.kde.kaccessible.service

-- 
KDE Accessibility module packaging



More information about the pkg-kde-commits mailing list