--- at-spi-1.18.0.orig/debian/rules +++ at-spi-1.18.0/debian/rules @@ -0,0 +1,45 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.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 + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --libexecdir=/usr/lib/at-spi + +CFLAGS := -Wall -g + +# Ensure at build time that the library has no dependencies on undefined +# symbols. +LDFLAGS += -Wl,-z,defs + +# Speed up loading. +LDFLAGS += -Wl,-O1 + +# "upstream" version number (no Debian package revision) +DEB_NOREVISION_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | cut -f 1 -d '-') + +# Make tight shlib dependencies +SHLIB_VERSION=$(DEB_NOREVISION_VERSION) + +# Specify shlib dependency information explicitly +DEB_DH_MAKESHLIBS_ARGS_libatspi1.0-0 := -V"libatspi1.0-0 (>= $(SHLIB_VERSION))" + + +DEB_DH_STRIP_ARGS := --dbg-package=libatspi1.0-0 + +# Yes, this is a hack, but dh_strip --dbg-package creates a libatspi1.0-0-dbg +# and we don't want to change libatspi-dbg name for the moment. +binary-fixup/libatspi-dbg:: + mv debian/libatspi1.0-0-dbg/usr/lib/debug/ debian/libatspi-dbg/usr/lib/ + +# Upstream build-system doesn't seem to try to rebuild the .server file +configure/at-spi:: + cd registryd; touch Accessibility_Registry.server.in.in; make Accessibility_Registry.server; cd .. + +build/at-spi:: + cd po; intltool-update -p --verbose + +clean:: + rm -rf debian/libatspi1.0-0-dbg --- at-spi-1.18.0.orig/debian/at-spi-doc.links +++ at-spi-1.18.0/debian/at-spi-doc.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/at-spi-cspi usr/share/doc/at-spi-doc/html --- at-spi-1.18.0.orig/debian/changelog +++ at-spi-1.18.0/debian/changelog @@ -0,0 +1,546 @@ +at-spi (1.18.0-0ubuntu1) feisty; urgency=low + + * New upstream release: + - Release 1.18.0 for GNOME 2.18.0. + + -- Daniel Holbach Mon, 12 Mar 2007 15:06:23 +0100 + +at-spi (1.17.2-0ubuntu1) feisty; urgency=low + + * New upstream release. + + -- Daniel Holbach Wed, 28 Feb 2007 10:21:25 +0100 + +at-spi (1.17.1-0ubuntu1) feisty; urgency=low + + * New upstream release. + * debian/control.in: + - changed Maintainer field. + + -- Daniel Holbach Wed, 28 Feb 2007 10:21:23 +0100 + +at-spi (1.17.0-0ubuntu1) feisty; urgency=low + + * New upstream release. + + -- Daniel Holbach Mon, 12 Feb 2007 15:47:05 +0100 + +at-spi (1.7.16-0ubuntu1) feisty; urgency=low + + * New upstream release. + + -- Daniel Holbach Mon, 22 Jan 2007 17:24:29 +0100 + +at-spi (1.7.15-0ubuntu1) feisty; urgency=low + + * New upstream release. + + -- Daniel Holbach Mon, 8 Jan 2007 15:07:31 +0100 + +at-spi (1.7.14-0ubuntu1) feisty; urgency=low + + * New upstream release: + - We now get te value of display using the env var DISPLAY rather than + using the gdk_display_get_default to avoid dependancy of gdk. Also, + once the registry is started, we set the ior of the registry as an + X property. + - lots of other bug fixes. + * debian/patches/10_from_cvs_fix_crash_if_registry_not_found.patch: + - dropped, included in release. + + -- Daniel Holbach Tue, 19 Dec 2006 13:41:59 +0100 + +at-spi (1.7.13-0ubuntu2) feisty; urgency=low + + * debian/patches/10_from_cvs_fix_crash_if_registry_not_found.patch: + - apply patch from http://bugzilla.gnome.org/show_bug.cgi?id=163132 + * Resynchronized with Debian, remaining Ubuntu changes: + - debian/control.in: newer Build-Depends. + - debian/patches/70_relibtoolize.patch: dropped, not needed. + - debian/patches/fix-server-i18n.patch, debian/rules: fix .server file and + build .pot file. + + -- Daniel Holbach Wed, 13 Dec 2006 10:32:22 +0100 + +at-spi (1.7.13-0ubuntu1) feisty; urgency=low + + * debian/control.in: + - bumped gtk and gail requirements. + + -- Daniel Holbach Tue, 14 Nov 2006 11:45:19 -0800 + + +at-spi (1.7.12-1) unstable; urgency=low + + * Set Maintainer to the Debian GNOME Maintainers. + * New upstream release. + - Relibtoolize. + + -- Loic Minier Mon, 2 Oct 2006 19:26:29 +0200 + +at-spi (1.7.11-1) unstable; urgency=low + + * New upstream release: no API change. + - Relibtoolize. + + -- Loic Minier Wed, 23 Aug 2006 16:21:07 +0200 + +at-spi (1.7.10-1) unstable; urgency=low + + * New upstream releases, with API additions. + - Bump libatk1.0-dev build-dep to >= 1.12.0. + - Drop patches 10_libspi, 11_login-helper, and 12_atk-bridge as a + different fix for the link failures was implemented upstream. + - Rename 70_mandatory-relibtoolize to 70_relibtoolize and update. + - Fix immediate crash of applications on amd64. (Closes: #380254) + * Build-depend on libxext-dev and libxevie-dev. + + -- Loic Minier Tue, 1 Aug 2006 10:31:41 +0200 + +at-spi (1.7.7-3) unstable; urgency=low + + * Stop shipping /usr/lib/*.la files in libatspi-dev. + * Bump up Standards-Version to 3.7.2. + * Drop xlibs-static-dev build-dep. + * Install /usr/share/locale in at-spi. + * Include CDBS' utils. + * Drop libxml-parser-perl from build-depends-indep as it is already in + build-depends. + * Drop sharutils from build-depends-indep; not required anymore. + * Don't override CFLAGS with the default value. + * New patches to fix link failures, 10_libspi, 11_login-helper, and + 12_atk-bridge. (Closes: #377157) + * Add a new relibtoolizing patch, 70_mandatory-relibtoolize, mandatory + because of 10_libspi, 11_login-helper, and 12_atk-bridge. + + -- Loic Minier Tue, 18 Jul 2006 21:22:26 +0200 + +at-spi (1.7.7-2) unstable; urgency=low + + * [debian/control.in] Bumped libgnomecanvas-dev, libgtk2.0-dev and + * libgail-dev dependencies to make libXcursor/libXrender transition. + + -- J.H.M. Dassen (Ray) Sat, 22 Apr 2006 10:22:42 +0200 + +at-spi (1.7.7-1) unstable; urgency=low + + * New upstream release: documentation improvements, new locales, cleanups + and bugfixes. + + -- J.H.M. Dassen (Ray) Sat, 1 Apr 2006 10:50:33 +0200 + +at-spi (1.7.6-1) unstable; urgency=low + + * New upstream release + * debian/control: + - require debhelper >= 4.1.0 + - upgrade build-dep libatk1.0-dev to 1.11.0 + * debian/copyright: + - minor update to match AUTHORS + * debian/watch: + - update version number + + -- Oystein Gisnas Sun, 19 Mar 2006 06:50:05 +0100 + +at-spi (1.6.6-1) unstable; urgency=low + + * New (for Debian) upstream release. + * [debian/control.in] Bumped Standards-Version. + + -- J.H.M. Dassen (Ray) Sun, 18 Sep 2005 13:29:29 +0200 + +at-spi (1.6.6-0ubuntu1) breezy; urgency=low + + * New upstream version. + + -- Sebastien Bacher Tue, 6 Sep 2005 00:23:06 +0200 + +at-spi (1.6.5-0ubuntu1) breezy; urgency=low + + * New upstream version. + + -- Sebastien Bacher Wed, 31 Aug 2005 18:57:40 +0200 + +at-spi (1.6.4-1) unstable; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Sat, 14 May 2005 13:34:18 +0200 + +at-spi (1.6.3-1) unstable; urgency=high + + * New upstream bugfix and translations update release. + * [debian/at-spi.install] Ensure installation of + Accessibility_LoginHelper_module.so and Accessibility_module.so . + (Closes: #300808) + + -- J.H.M. Dassen (Ray) Sun, 17 Apr 2005 14:10:32 +0200 + +at-spi (1.6.2-2) unstable; urgency=medium + + * [debian/rules] Build documentation again, as it is no longer included in + HTML in the upstream tarball. + * [debian/control.in] Readded build dependency on gtk-doc-tools. + * [debian/at-spi-doc.links] Added. + * [debian/at-spi-doc.doc-base.at-spi-cspi, debian/at-spi-doc.dirs] Updated. + * Combined, this brings back the HTML docs. (Closes: #285640) + + -- J.H.M. Dassen (Ray) Sat, 8 Jan 2005 20:56:17 +0100 + +at-spi (1.6.2-1) unstable; urgency=medium + + * New upstream bugfix release. + + -- J.H.M. Dassen (Ray) Sun, 12 Dec 2004 15:02:04 +0100 + +at-spi (1.6.1-1) unstable; urgency=medium + + * New upstream bugfix release. + + -- J.H.M. Dassen (Ray) Sat, 4 Dec 2004 19:12:41 +0100 + +at-spi (1.6.0-3) unstable; urgency=low + + * GNOME Team Upload to unstable. + + -- Gustavo Noronha Silva Sat, 20 Nov 2004 18:32:59 -0200 + +at-spi (1.6.0-2) experimental; urgency=low + + * [debian/at-spi.install] Include the orbit modules. + Include the .la files as well. + * [debian/libatspi-dev.install] No longer include the .la files for the gtk + and orbit modules. + * [debian/debian/libatspi1.0-0.install] Don't touch the orbit modules. + * [debian/control.in] Added appropriate Replaces: as files have been moved + to a different package. + + -- J.H.M. Dassen (Ray) Sat, 18 Sep 2004 10:17:51 +0200 + +at-spi (1.6.0-1) experimental; urgency=low + + * New upstream release. + * [debian/watch] Updated. + * [debian/control.in] Don't build-depend on gtk-doc-tools, just use the HTML + documentation from the upstream tarball. Added build dependency on + libxml-parser-perl as libtool needs it. + + -- J.H.M. Dassen (Ray) Tue, 14 Sep 2004 18:25:48 +0200 + +at-spi (1.5.4-1) experimental; urgency=low + + * New upstream development release. + * Switched to CDBS. + * [debian/rules] Implemented tight shlibs versioning. + * [debian/watch] Updated. + + -- J.H.M. Dassen (Ray) Sat, 11 Sep 2004 14:46:44 +0200 + +at-spi (1.4.2-2) unstable; urgency=medium + + * [debian/control.in] Added libxt-dev build dependency as it contains the + header used by configure to detect X. Noted by Goswin von Brederlow + (Closes: #251583) + Added runtime dependency of the -dev package on libxtst-dev as libspi.la + and libcspi.la have -lXtst in dependency_libs. Noted by Michel Daenzer. + (Closes: #246325) + Likewise added libsm-dev, libice-dev and libx11-dev runtime dependencies. + + -- J.H.M. Dassen (Ray) Tue, 1 Jun 2004 19:15:27 +0200 + +at-spi (1.4.2-1) unstable; urgency=low + + * New upstream release. + * debian/control.in: + + libatspi-dev depends on libxtst-dev (Closes: #246325). + * debian/patches/000_at-spi-automake-1.8-support.patch: + + removed. + * debian/patches/001_at-spi-autotools-update.patch: + + updated. + * GNOME Team Upload. + + -- Sebastien Bacher Sun, 2 May 2004 19:49:44 +0200 + +at-spi (1.3.11-1) unstable; urgency=low + + * GNOME Team Upload. + * New upstream release. + * debian/patches/000_at-spi-automake-1.8-support.patch: new, fix + Makefile.am's to support automake1.8. + * debian/patches/000_at-spi-debian-aclocal-pass_all.patch: moved ... + * debian/patches/001_at-spi-autotools-update.patch: ... here, and updated. + * debian/patches/001_at-spi-fpi.patch: removed, applied upstream. + * debian/rules: remove LIBTOOL_IS_A_FOOL hack. + + -- Jordi Mallach Fri, 30 Jan 2004 17:37:27 +0100 + +at-spi (1.3.9-3) unstable; urgency=low + + * GNOME Team Upload. + * Acknowledge NMU (Closes: #225229) + * debian/changelog: + - Removed local Emacs variables + * debian/html.tar.gz.uu: + - work-around missing catalog to build the documentation by + providing already-built html docs uuencoded (Closes: 225273) + * debian/control.in, debian/rules: + - added sharutils to the Build-Depends, as debian/rules now + uses uudecode to decode debian/html.tar.gz.uu + - some small cleaning in debian/rules + - create a link for the html documentation in /usr/share/gtk-doc/html + -- that means the .devhelp file is exposed to devhelp. + + -- Gustavo Noronha Silva Tue, 6 Jan 2004 22:56:39 -0200 + +at-spi (1.3.9-2.1) unstable; urgency=low + + * Removed explicit libxml-parser-perl build dependency; gnome-common will + pull it in for us. Duplicated gnome-common into Build-Depends as the + buildds ignore Build-Depends-Indep. + + -- J.H.M. Dassen (Ray) Sat, 27 Dec 2003 18:36:14 +0100 + +at-spi (1.3.9-2) unstable; urgency=low + + * Added Build-Depends on libxml-parser-perl (Closes: #225164). + * Gnome Team Upload. + + -- Sebastien Bacher Sat, 27 Dec 2003 11:23:13 +0100 + +at-spi (1.3.9-1) unstable; urgency=low + + * Sebastien Bacher + - New upstream release. + - debian/patches/001_at-spi-fpi.patch: + - new patch to fix the FPI (Closes: #219773). + - debian/patches/000_at-spi-debian-aclocal-pass_all.patch: + - updated. + * Akira TAGOH + - debian/at-spi-doc.doc-base.at-spi-cspi: fixed wrong index file. + (closes: Bug#220532) + + -- Sebastien Bacher Sat, 20 Dec 2003 12:40:09 +0100 + +at-spi (1.3.8-2) unstable; urgency=low + + * Akira TAGOH + - debian/control: + - added gnome-pkg-tools to Build-Depends. + - debian/rules: + - modified to generate debian/control from gnome-pkg-tools. + - removed DH_COMPAT. + - don't dh_link for libatspi-dev to include the example files. + - debian/compat: + - use this instead of DH_COMPAT in debian/rules. + - debian/libatspi-dev.examples: + - added the example files in test/ upstream archive. (closes: Bug#200303) + - debian/patches/000_at-spi-debian-aclocal-pass_all.patch: + - it's really needed for arm. applied again. + - actually fixed in 1.3.8-1 release. + - just required new upstream release. (closes: Bug#208991, Bug#215039) + + -- Akira TAGOH Mon, 27 Oct 2003 22:09:18 +0900 + +at-spi (1.3.8-1) unstable; urgency=low + + * New upstream release (Closes: #206545). + * debian/control: + - added Uploaders field. + - bumped Standards-Version to 3.6.1.0. + - updated Build-Depends (Closes: #214800). + * debian/patches/: + - 000_at-spi-debian-libtool.patch: removed. + * Gnome Team Upload. + + -- Sebastien Bacher Thu, 23 Oct 2003 22:27:43 +0200 + +at-spi (1.1.9-1) unstable; urgency=low + + * New upstream release. + - fixed the undefined non-weak symbols issue. (closes: Bug#195974) + * debian/control: + - bumped Standards-Version to 3.5.10.0. + - changed a section for at-spi to gnome. + - changed a section for libatspi-dev and libatspi-dbg to libdevel. + * debian/patches/: + - 000_at-spi-debian-libtool.patch: updated. + + -- Akira TAGOH Sun, 15 Jun 2003 21:13:42 +0900 + +at-spi (1.1.8-2) unstable; urgency=low + + * debian/patches/000_at-spi-1.1.8-libtool.patch: + - applied to fix mispel build issue. (closes: Bug#183779) + * debian/rules: + - bumped DH_COMPAT to 4. + + -- Akira TAGOH Sun, 9 Mar 2003 16:32:03 +0900 + +at-spi (1.1.8-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - bumped Standards-Version to 3.5.8. + - updated Build-Depends. + - changed the package name to libatspi1.0-0 + * debian/copyright: + - fix copyright-lists-upstream-authors-with-dh_make-boilerplate stuff. + * debian/rules: + support noopt option for DEB_BUILD_OPTIONS. + + -- Akira TAGOH Sun, 2 Mar 2003 16:24:44 +0900 + +at-spi (1.0.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - bumped Standards-Version to 3.5.7. + - updated Build-Depends. + + -- Akira TAGOH Mon, 9 Sep 2002 00:06:44 +0900 + +at-spi (1.0.1-3) unstable; urgency=low + + * debian/control: fix the wrong build-depends. + + -- Akira TAGOH Wed, 21 Aug 2002 11:59:16 +0900 + +at-spi (1.0.1-2) unstable; urgency=low + + * Build against new GTK+2.0. + * debian/control: updates Build-Depends. + + -- Akira TAGOH Fri, 9 Aug 2002 04:29:17 +0900 + +at-spi (1.0.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - updated Build-Depends. + - renamed libatspi1 to libatspi1.0-1. it's needed to avoid a duplicate + soname. + - moved /usr/lib/orbit-2.0/Accessibility_module.so to at-spi package. + + -- Akira TAGOH Wed, 10 Jul 2002 16:08:32 +0900 + +at-spi (1.0.0-1) unstable; urgency=low + + * New upstream release. + * debian/patches/000_at-spi-0.12.1-missingheader.patch: + removed because it's no longer needed. + * debian/control: merged libatutil0 to at-spi. + + -- Akira TAGOH Wed, 12 Jun 2002 20:31:22 +0900 + +at-spi (0.12.1-2) unstable; urgency=low + + * debian/patches/000_at-spi-0.12.1-missingheader.patch: + applied to libspi/Makeefile.am for the missing header file. + + -- Akira TAGOH Thu, 25 Apr 2002 03:38:48 +0900 + +at-spi (0.12.1-1) unstable; urgency=low + + * New upstream release. + * debian/scripts/vars.build: fix bashism. + + -- Akira TAGOH Thu, 18 Apr 2002 02:51:16 +0900 + +at-spi (0.10.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: update Build-Depends to libgail-dev (>= 0.11) + * debian/patches/000_at-spi-0.0.8-fixbuild.patch: + removed. it's no longer needed for build. + + -- Akira TAGOH Tue, 2 Apr 2002 02:58:31 +0900 + +at-spi (0.0.8-4) unstable; urgency=low + + * Build against the latest libraries. + * debian/rules: copying the latest config.sub and config.guess. + * debian/patches/000_at-spi-0.0.8-fixbuild.patch: + fix build against gtk+ 2.0. + * debian/control: add libxml2-dev and zlib1g-dev to Build-Depends. (closes: + Bug#137809) + + -- Akira TAGOH Thu, 28 Mar 2002 03:28:14 +0900 + +at-spi (0.0.8-3) unstable; urgency=low + + * Build against gail 0.9. + * debian/control: update Build-Depends. + + -- Akira TAGOH Wed, 6 Mar 2002 03:38:06 +0900 + +at-spi (0.0.8-2) unstable; urgency=low + + * Build against the latest libraries. + * debian/rules: changed as the following + - support DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE. + - support debug and nostrip for DEB_BUILD_OPTIONS. + + -- Akira TAGOH Wed, 27 Feb 2002 03:09:57 +0900 + +at-spi (0.0.8-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Fri, 15 Feb 2002 02:32:06 +0900 + +at-spi (0.0.7-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Fri, 15 Feb 2002 01:30:20 +0900 + +at-spi (0.0.6-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Tue, 5 Feb 2002 02:05:23 +0900 + +at-spi (0.0.5-3) unstable; urgency=low + + * added libgnomecanvas2-dev to build-depends. (closes: Bug#130656) + * added libatk-dev and libgtk1.3-dev to depends for libatspi-dev. + + -- Akira TAGOH Fri, 25 Jan 2002 02:15:39 +0900 + +at-spi (0.0.5-2) unstable; urgency=low + + * Build against with atk-0.9. + * Added libart-2.0-dev to Build-Depends. + + -- Akira TAGOH Mon, 21 Jan 2002 21:59:53 +0900 + +at-spi (0.0.5-1) unstable; urgency=low + + * New upstream release. + * Separated some libraries to packages because avoid + the file conflicts. + + -- Akira TAGOH Mon, 14 Jan 2002 18:28:42 +0900 + +at-spi (0.0.4-3) unstable; urgency=low + + * Added libpopt-dev to build-depends (closes: Bug#127808) + + -- Akira TAGOH Fri, 11 Jan 2002 01:21:48 +0900 + +at-spi (0.0.4-2) unstable; urgency=high + + * Fixed description's typo (closes: Bug#124425, Bug#124426, + Bug#124891, Bug#124890) + * Changed description (closes: Bug#123797) + * Fixed relink problem. + + -- Akira TAGOH Sun, 30 Dec 2001 22:37:31 +0900 + +at-spi (0.0.4-1) unstable; urgency=low + + * Initial Release. (closes: Bug#121089) + + -- Akira TAGOH Sun, 25 Nov 2001 23:22:11 +0900 + + --- at-spi-1.18.0.orig/debian/libatspi-dev.install +++ at-spi-1.18.0/debian/libatspi-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/pkgconfig/*.pc --- at-spi-1.18.0.orig/debian/control +++ at-spi-1.18.0/debian/control @@ -0,0 +1,80 @@ +Source: at-spi +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Kilian Krause , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Ross Burton , Sebastien Bacher , Sjoerd Simons +Build-Depends: debhelper (>= 4.1.0), pkg-config, libbonobo2-dev (>= 2.4.0), liborbit2-dev (>= 2.8.0), libgnomecanvas2-dev (>= 2.14.0-2), libatk1.0-dev (>= 1.12.0), libgtk2.0-dev (>= 2.10.0), libgail-dev (>= 1.9.0), libxml2-dev, zlib1g-dev, libpopt-dev (>= 1.5), libart-2.0-dev, autotools-dev, gnome-pkg-tools, libxtst-dev, libxt-dev, cdbs, sharutils, libxml-parser-perl, gtk-doc-tools, libxext-dev, libxevie-dev +Standards-Version: 3.7.2 + +Package: at-spi +Architecture: any +Section: gnome +Depends: ${shlibs:Depends} +Replaces: libatspi-dev (<< 1.6.0-2) +Description: Assistive Technology Service Provider Interface + Providing accessibility means removing barriers that prevent people + with disabilities from participating in substantial life activities, + including the use of services, products, and information. + Assistive access means that system infrastructure allows add-on + assistive software to transparently provide specialized input and + output capabilities. + . + This package contains the core components of GNOME Accessibility. + if you need to use Assistive technology, install it. + +Package: libatspi1.0-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Conflicts: libatspi0 +Description: C binding libraries of at-spi for GNOME Accessibility + at-spi is the "Assistive Technology Service Provider Interface". + . + Accessibility is enabling people with disabilities to participate in + substantial life activities that include work and the use of + services, products, and information. + . + This package contains the C binding libraries for at-spi. + +Package: libatspi-dev +Architecture: any +Section: libdevel +Depends: libatspi1.0-0 (= ${Source-Version}), libbonobo2-dev, libgtk2.0-dev (>= 2.10.0), libgail-dev (>= 1.9.0), libxml2-dev, libxtst-dev, libsm-dev, libice-dev, libx11-dev, pkg-config +Suggests: at-spi-doc +Description: Development files of at-spi for GNOME Accessibility + at-spi is the "Assistive Technology Service Provider Interface". + . + Accessibility is enabling people with disabilities to participate in + substantial life activities that include work and the use of + services, products, and information. + . + This package contains the development files for at-spi. + +Package: libatspi-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libatspi1.0-0 (= ${Source-Version}) +Description: at-spi libraries and debugging symbols + at-spi is the "Assistive Technology Service Provider Interface". + . + This package contains unstripped shared libraries. it is provided + primarily to provide a backtrace with names in a debugger, this makes + it somewhat easier to interpret core dumps. The libraries are + installed in /usr/lib/debug and can be used by placing that directory + in LD_LIBRARY_PATH. + Most people will not need this package. + +Package: at-spi-doc +Architecture: all +Section: doc +Depends: lynx | www-browser +Description: Documentation files of at-spi for GNOME Accessibility + at-spi is the "Assistive Technology Service Provider Interface". + . + Accessibility is enabling people with disabilities to participate in + substantial life activities that include work and the use of + services, products, and information. + . + This package contains the documentation files for at-spi. --- at-spi-1.18.0.orig/debian/at-spi-doc.dirs +++ at-spi-1.18.0/debian/at-spi-doc.dirs @@ -0,0 +1 @@ +usr/share/gtk-doc/html/ --- at-spi-1.18.0.orig/debian/at-spi-doc.doc-base.at-spi-cspi +++ at-spi-1.18.0/debian/at-spi-doc.doc-base.at-spi-cspi @@ -0,0 +1,9 @@ +Document: at-spi-cspi +Title: AT-SPI C Bindings Reference Manual +Author: The Gnome Accessibility Project SPI Team +Abstract: This manual describes APIs for using C language. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/gtk-doc/html/at-spi-cspi/index.html +Files: /usr/share/gtk-doc/html/at-spi-cspi/*.html --- at-spi-1.18.0.orig/debian/compat +++ at-spi-1.18.0/debian/compat @@ -0,0 +1 @@ +4 --- at-spi-1.18.0.orig/debian/copyright +++ at-spi-1.18.0/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Akira TAGOH on +Sun, 25 Nov 2001 23:22:11 +0900. + +It was downloaded from ftp://ftp.gnome.org/ + +Upstream Authors: +Bill Haneman +Marc Mulcahy +Michael Meeks + +with contributions from: + +Mark McLoughlin + +Copyright: + See /usr/share/common-licenses/LGPL on your debian system. --- at-spi-1.18.0.orig/debian/libatspi-dbg.dirs +++ at-spi-1.18.0/debian/libatspi-dbg.dirs @@ -0,0 +1 @@ +usr/lib --- at-spi-1.18.0.orig/debian/libatspi-dbg.install +++ at-spi-1.18.0/debian/libatspi-dbg.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/debug/*.so* --- at-spi-1.18.0.orig/debian/libatspi1.0-0.install +++ at-spi-1.18.0/debian/libatspi1.0-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- at-spi-1.18.0.orig/debian/watch +++ at-spi-1.18.0/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.7/ \ + at-spi-(.*)\.tar\.gz \ + debian uupdate --- at-spi-1.18.0.orig/debian/at-spi.install +++ at-spi-1.18.0/debian/at-spi.install @@ -0,0 +1,8 @@ +debian/tmp/usr/lib/at-spi +debian/tmp/usr/lib/bonobo +debian/tmp/usr/lib/gtk*/modules +debian/tmp/usr/lib/orbit*/modules +debian/tmp/usr/lib/orbit-*/*.la +debian/tmp/usr/lib/orbit-*/*.so +debian/tmp/usr/share/idl +debian/tmp/usr/share/locale --- at-spi-1.18.0.orig/debian/at-spi-doc.install +++ at-spi-1.18.0/debian/at-spi-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc --- at-spi-1.18.0.orig/debian/control.in +++ at-spi-1.18.0/debian/control.in @@ -0,0 +1,80 @@ +Source: at-spi +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 4.1.0), pkg-config, libbonobo2-dev (>= 2.4.0), liborbit2-dev (>= 2.8.0), libgnomecanvas2-dev (>= 2.14.0-2), libatk1.0-dev (>= 1.12.0), libgtk2.0-dev (>= 2.10.0), libgail-dev (>= 1.9.0), libxml2-dev, zlib1g-dev, libpopt-dev (>= 1.5), libart-2.0-dev, autotools-dev, gnome-pkg-tools, libxtst-dev, libxt-dev, cdbs, sharutils, libxml-parser-perl, gtk-doc-tools, libxext-dev, libxevie-dev +Standards-Version: 3.7.2 + +Package: at-spi +Architecture: any +Section: gnome +Depends: ${shlibs:Depends} +Replaces: libatspi-dev (<< 1.6.0-2) +Description: Assistive Technology Service Provider Interface + Providing accessibility means removing barriers that prevent people + with disabilities from participating in substantial life activities, + including the use of services, products, and information. + Assistive access means that system infrastructure allows add-on + assistive software to transparently provide specialized input and + output capabilities. + . + This package contains the core components of GNOME Accessibility. + if you need to use Assistive technology, install it. + +Package: libatspi1.0-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Conflicts: libatspi0 +Description: C binding libraries of at-spi for GNOME Accessibility + at-spi is the "Assistive Technology Service Provider Interface". + . + Accessibility is enabling people with disabilities to participate in + substantial life activities that include work and the use of + services, products, and information. + . + This package contains the C binding libraries for at-spi. + +Package: libatspi-dev +Architecture: any +Section: libdevel +Depends: libatspi1.0-0 (= ${Source-Version}), libbonobo2-dev, libgtk2.0-dev (>= 2.10.0), libgail-dev (>= 1.9.0), libxml2-dev, libxtst-dev, libsm-dev, libice-dev, libx11-dev, pkg-config +Suggests: at-spi-doc +Description: Development files of at-spi for GNOME Accessibility + at-spi is the "Assistive Technology Service Provider Interface". + . + Accessibility is enabling people with disabilities to participate in + substantial life activities that include work and the use of + services, products, and information. + . + This package contains the development files for at-spi. + +Package: libatspi-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libatspi1.0-0 (= ${Source-Version}) +Description: at-spi libraries and debugging symbols + at-spi is the "Assistive Technology Service Provider Interface". + . + This package contains unstripped shared libraries. it is provided + primarily to provide a backtrace with names in a debugger, this makes + it somewhat easier to interpret core dumps. The libraries are + installed in /usr/lib/debug and can be used by placing that directory + in LD_LIBRARY_PATH. + Most people will not need this package. + +Package: at-spi-doc +Architecture: all +Section: doc +Depends: lynx | www-browser +Description: Documentation files of at-spi for GNOME Accessibility + at-spi is the "Assistive Technology Service Provider Interface". + . + Accessibility is enabling people with disabilities to participate in + substantial life activities that include work and the use of + services, products, and information. + . + This package contains the documentation files for at-spi. --- at-spi-1.18.0.orig/debian/patches/fix-server-i18n.patch +++ at-spi-1.18.0/debian/patches/fix-server-i18n.patch @@ -0,0 +1,14 @@ +diff -Nur at-spi-1.7.7/registryd/Accessibility_Registry.server.in.in at-spi-1.7.7.new/registryd/Accessibility_Registry.server.in.in +--- at-spi-1.7.7/registryd/Accessibility_Registry.server.in.in 2006-01-20 18:48:12.000000000 +0100 ++++ at-spi-1.7.7.new/registryd/Accessibility_Registry.server.in.in 2006-05-04 11:26:19.000000000 +0200 +@@ -5,8 +5,8 @@ + + + +- ++ + ++ _value="Accessibility Registry"/> + +