[SCM] kaccessible packaging branch, master, updated. 667eb0d87bbc0d52cfcfa49bcf1bc70e819e296d

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Jun 17 21:28:33 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kaccessible.git;a=commitdiff;h=667eb0d

The following commit has been merged in the master branch:
commit 667eb0d87bbc0d52cfcfa49bcf1bc70e819e296d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jun 17 18:28:26 2012 -0300

    add debian/control.
---
 debian/control |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..33b1e12
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: kaccessible
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Sune Vuorela <sune at debian.org>, Modestas Vainius <modax at debian.org>,
+ Eshat Cakar <info at eshat.de>,
+ Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
+Build-Depends: kde-sc-dev-latest (>= 4:4.8.4),
+ cmake, debhelper (>= 8.0.0), pkg-kde-tools (>= 0.12),
+ kdelibs5-dev (>= 4:4.8)
+Standards-Version: 3.9.3
+Homepage: http://www.kde.org
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/kaccessible.git
+Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kaccessible.git
+
+Package: kaccessible
+Architecture: any
+Section: utils
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: accessibility services for Qt applications
+ kaccessible implements a QAccessibleBridgePlugin to provide accessibility
+ services like focus tracking and a screen reader.
+ .
+ Components:
+  * kaccessibleapp: a D-Bus activation service that acts as proxy.
+  * kaccessiblebridge: a Qt plugin which will be loaded by the QAccessible
+    framework in each Qt and KDE application.
+ .
+ This package is part of the KDE accessibility module.
+
+Package: kaccessible-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: kaccessible (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for kaccessible
+ This package contains debugging files used to investigate problems with
+ kaccessible.
+ .
+ This package is part of the KDE accessibility module.

-- 
kaccessible packaging



More information about the pkg-kde-commits mailing list