[Pkg-mono-svn-commits] [SCM] mono-uia-winforms branch, master, updated. debian/1.0-1-2-g7a738da

Jo Shields directhex at apebox.org
Wed Feb 3 23:14:30 UTC 2010


The following commit has been merged in the master branch:
commit 06f2de5ecd4be52957735255e2dc8d34126a6604
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Feb 3 23:02:55 2010 +0000

    new metapackage

diff --git a/debian/changelog b/debian/changelog
index c6a6d1d..f15e66c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+mono-uia-winforms (1.0-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    + No-change bump to Standards 3.8.4
+    + Update build-depends for Mono -dev transition
+    + Create a new metapackage to ensure installation of both
+      libraries required for Mono-UIA to actually work, with a
+      human-readable description.
+
+ -- Jo Shields <directhex at apebox.org>  Wed, 03 Feb 2010 19:45:42 +0000
+
 mono-uia-winforms (1.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #532269)
diff --git a/debian/control b/debian/control
index 1f2d494..cc3a1e5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,13 @@ Uploaders: Ray Wang <rawang at novell.com>
 Build-Depends: debhelper (>= 7),
     cli-common-dev (>= 0.6.0),
     quilt (>= 0.46-7~)
-Build-Depends-Indep: mono-devel (>= 2.4),
-    libmono-uia3.0-cil (>= 1.0),
-    libmono-windowsbase3.0-cil (>= 1.0),
-    libmono-winforms2.0-cil (>= 2.4),
-    libmono-webbrowser0.5-cil (>= 2.4),
-    libglib2.0-cil (>= 2.12.8),
-    libgtk2.0-cil (>= 2.12.8),
+Build-Depends-Indep: mono-devel (>= 2.4.3),
+    libmono-uia-cil-dev,
+    libmono-windowsbase-cil-dev,
+    libglib2.0-cil-dev (>= 2.12.8),
+    libgtk2.0-cil-dev (>= 2.12.8),
     intltool (>= 0.35.0)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Homepage: http://www.mono-project.com/Accessibility
 Vcs-Git: git://git.debian.org/git/pkg-mono/packages/mono-uia-winforms.git
 Vcs-Browser: http://git.debian.org/?p=pkg-mono/packages/mono-uia-winforms.git
@@ -24,3 +22,15 @@ Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
 Description: Implementation of UIA providers
  Implementation of UIA providers for Mono's Winforms controls.
+
+Package: mono-winforms-a11y
+Architecture: all
+Enhances: libmono-winforms2.0-cil
+Depends: libmono-uia-winforms1.0-cil (>= 1.0), libmono-uia-atkbridge1.0-cil (>= 1.0)
+Description: Accessibility support for WinForms applications in Mono
+ This package provides libraries used by Mono in order to provide
+ accessibility features to CLI applications built using the 
+ System.Windows.Forms toolkit, via ATK - for example, screen reading via
+ the Orca screen reader.
+
+

-- 
mono-uia-winforms



More information about the Pkg-mono-svn-commits mailing list