r10737 - in /desktop/experimental/accerciser: ./ debian/ debian/changelog debian/compat debian/control debian/control.in debian/copyright debian/rules

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Fri May 4 12:22:05 UTC 2007


Author: mlang
Date: Fri May  4 12:22:05 2007
New Revision: 10737

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10737
Log:
Initial packaging for accerciser (accessibility introspection tool)

Added:
    desktop/experimental/accerciser/
    desktop/experimental/accerciser/debian/   (with props)
    desktop/experimental/accerciser/debian/changelog
    desktop/experimental/accerciser/debian/compat
    desktop/experimental/accerciser/debian/control
    desktop/experimental/accerciser/debian/control.in
    desktop/experimental/accerciser/debian/copyright
    desktop/experimental/accerciser/debian/rules   (with props)

Propchange: desktop/experimental/accerciser/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: desktop/experimental/accerciser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/accerciser/debian/changelog?rev=10737&op=file
==============================================================================
--- desktop/experimental/accerciser/debian/changelog (added)
+++ desktop/experimental/accerciser/debian/changelog Fri May  4 12:22:05 2007
@@ -1,0 +1,6 @@
+accerciser (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial packaging.
+
+ -- Mario Lang <mlang at debian.org>  Mon, 30 Apr 2007 19:47:17 +0200
+

Added: desktop/experimental/accerciser/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/accerciser/debian/compat?rev=10737&op=file
==============================================================================
--- desktop/experimental/accerciser/debian/compat (added)
+++ desktop/experimental/accerciser/debian/compat Fri May  4 12:22:05 2007
@@ -1,0 +1,1 @@
+4

Added: desktop/experimental/accerciser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/accerciser/debian/control?rev=10737&op=file
==============================================================================
--- desktop/experimental/accerciser/debian/control (added)
+++ desktop/experimental/accerciser/debian/control Fri May  4 12:22:05 2007
@@ -1,0 +1,24 @@
+Source: accerciser
+Section: devel
+Priority: optional
+Maintainer: Mario Lang <mlang at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.2.11),
+               debhelper (>= 4.0.0),
+               gnome-pkg-tools (>= 0.10),
+Standards-Version: 3.7.2
+
+Package: accerciser
+Section: devel
+Architecture: any
+Depends: ${shlibs:Depends},
+         python-pyorbit (>= 2.14.0),
+         python-gtk2 (>= 2.10),
+         python-glade2,
+         python-gnome2 (>= 2.12),
+         ipython
+Description: an interactive Python accessibility explorer for the GNOME desktop
+ It uses AT-SPI to inspect and control widgets, allowing you to check if
+ an application is providing correct information to assistive technologies
+ and automated test frameworks. Accerciser has a simple plugin framework which
+ you can use to create custom views of accessibility information.

Added: desktop/experimental/accerciser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/accerciser/debian/control.in?rev=10737&op=file
==============================================================================
--- desktop/experimental/accerciser/debian/control.in (added)
+++ desktop/experimental/accerciser/debian/control.in Fri May  4 12:22:05 2007
@@ -1,0 +1,24 @@
+Source: accerciser
+Section: devel
+Priority: optional
+Maintainer: Mario Lang <mlang at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs (>= 0.2.11),
+               debhelper (>= 4.0.0),
+               gnome-pkg-tools (>= 0.10),
+Standards-Version: 3.7.2
+
+Package: accerciser
+Section: devel
+Architecture: any
+Depends: ${shlibs:Depends},
+         python-pyorbit (>= 2.14.0),
+         python-gtk2 (>= 2.10),
+         python-glade2,
+         python-gnome2 (>= 2.12),
+         ipython
+Description: an interactive Python accessibility explorer for the GNOME desktop
+ It uses AT-SPI to inspect and control widgets, allowing you to check if
+ an application is providing correct information to assistive technologies
+ and automated test frameworks. Accerciser has a simple plugin framework which
+ you can use to create custom views of accessibility information.

Added: desktop/experimental/accerciser/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/accerciser/debian/copyright?rev=10737&op=file
==============================================================================
--- desktop/experimental/accerciser/debian/copyright (added)
+++ desktop/experimental/accerciser/debian/copyright Fri May  4 12:22:05 2007
@@ -1,0 +1,12 @@
+This package was first created by Colin Walters <walters at debian.org> on
+Thu, 27 Feb 2003 17:01:54 -0500.
+
+It was downloaded from cvs://cvs.gnome.org/gnome-speech
+
+Upstream Authors: 
+Marc Mulcahy <marc.mulcahy at sun.com>
+Michael Meeks <mmeeks at gnu.org>
+
+Copyright:
+
+See /usr/share/common-licenses/LGPL on your Debian system.

Added: desktop/experimental/accerciser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/accerciser/debian/rules?rev=10737&op=file
==============================================================================
--- desktop/experimental/accerciser/debian/rules (added)
+++ desktop/experimental/accerciser/debian/rules Fri May  4 12:22:05 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

Propchange: desktop/experimental/accerciser/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the pkg-gnome-commits mailing list