--- at-spi-1.7.6.orig/debian/control +++ at-spi-1.7.6/debian/control @@ -0,0 +1,81 @@ +Source: at-spi +Section: libs +Priority: optional +Maintainer: Akira TAGOH +Uploaders: Debian GNOME Maintainers , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Clément Stenac , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Guilherme de S. Pastore , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Ross Burton , Sebastien Bacher , Sjoerd Simons , Takuo KITAME +Build-Depends: debhelper (>> 4.0.0), pkg-config, libbonobo2-dev (>= 2.4.0), liborbit2-dev (>= 2.8.0), libgnomecanvas2-dev (>= 2.0.2), libatk1.0-dev (>= 1.11.0), libgtk2.0-dev (>= 2.2.0-2), libgail-dev (>= 1.4.1), libxml2-dev, zlib1g-dev, libpopt-dev (>= 1.5), libart-2.0-dev, autotools-dev, gnome-pkg-tools, libxtst-dev, libxt-dev, cdbs, sharutils, gtk-doc-tools, intltool (>= 0.3.1) +Build-Depends-Indep: sharutils +Standards-Version: 3.6.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.2.0-2), libgail-dev (>= 1.4.1), 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.7.6.orig/debian/rules +++ at-spi-1.7.6/debian/rules @@ -0,0 +1,42 @@ +#! /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/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 po; intltool-update -p + +clean:: + rm -rf debian/libatspi1.0-0-dbg --- at-spi-1.7.6.orig/debian/at-spi-doc.install +++ at-spi-1.7.6/debian/at-spi-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc --- at-spi-1.7.6.orig/debian/watch +++ at-spi-1.7.6/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/ \ + at-spi-(.*)\.tar\.gz \ + debian uupdate --- at-spi-1.7.6.orig/debian/at-spi-doc.doc-base.at-spi-cspi +++ at-spi-1.7.6/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.7.6.orig/debian/libatspi-dev.install +++ at-spi-1.7.6/debian/libatspi-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.la +debian/tmp/usr/lib/pkgconfig/*.pc --- at-spi-1.7.6.orig/debian/changelog +++ at-spi-1.7.6/debian/changelog @@ -0,0 +1,521 @@ +at-spi (1.7.6-0ubuntu3) dapper; urgency=low + + * debian/rules: + - run cd po/; intltool-update -p + + -- Daniel Holbach Mon, 27 Mar 2006 21:09:30 +0200 + +at-spi (1.7.6-0ubuntu2) dapper; urgency=low + + * debian/at-spi.install: + - ship translations. + + -- Daniel Holbach Tue, 28 Feb 2006 17:58:22 +0100 + +at-spi (1.7.6-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Holbach Tue, 28 Feb 2006 11:26:09 +0100 + +at-spi (1.7.5-0ubuntu2) dapper; urgency=low + + * Rebuild to get gettext translation domain into .server file. + + -- Martin Pitt Thu, 23 Feb 2006 15:17:31 +0100 + +at-spi (1.7.5-0ubuntu1) dapper; urgency=low + + * New upstream release: + * debian/control.in: + - added Build-Dep on intltool (>= 0.3.1). + + -- Daniel Holbach Mon, 20 Feb 2006 17:15:18 +0100 + +at-spi (1.7.4-0ubuntu2) dapper; urgency=low + + * debian/rules: + - set libexecdir to fix REGISTRYD_PATH and make at-spi work again. + - make sure Accessibility_Registry.server is rebuilt + + -- Daniel Holbach Mon, 13 Feb 2006 12:25:55 +0100 + +at-spi (1.7.4-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Fixed dist to include Accessibility_Selector.idl (missing from dist + though in cvs since 1.7.3). + - Bugfixes to EventDetails event support, and fixed event emission for + implementors of SPI_REMOTE_OBJECT. + + -- Daniel Holbach Tue, 31 Jan 2006 15:45:17 +0100 + +at-spi (1.7.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + * debian/control.in: + - remove libxml-parser-perl (twice), xlibs-static-dev (once) from + Build-Depends. + + -- Daniel Holbach Tue, 31 Jan 2006 12:54:58 +0100 + +at-spi (1.7.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Holbach Wed, 18 Jan 2006 00:48:33 +0100 + +at-spi (1.7.0-0ubuntu1) dapper; urgency=low + + * New upstream release: + - DOCS: + - All the IDL is now documented with doxygen-compatible docs. Just run + 'doxygen oxyfile' in the IDL directory. (This will be automated in + a future version). + - NEW API: + - idl: + - Accessibility::Accessible:getAttributes (name/value pair annotation + for all objects) + - Accessibility::Accessible:getApplication (retrieves ref to host app) + - Accessibility::Component:getAlpha (get transparency/opacity value of + component) + - Accessibility::Image:getLocale (get POSIX locale for image and + imagedesc) + - Accessibility::Text:getAttributeValue (retrieve a single named + attribute value) + - Accessibility::Relation:RELATION_PARENT_WINDOW_OF + Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION, + ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles + for complex docs and forms.) + - Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED, + STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION, + STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex + forms) + - Accessibility::EventDetails (new, more detailed info marshalled with + events) + - cspi: + - (AccessibleEvent_getSourceName): + (AccessibleEvent_getSourceRole): + (AccessibleEvent_getSourceApplication): + (AccessibleEvent_getSourceDetails): + New methods for interrogating/demarshalling event details i.e. + source's accessible name, role, and host app. + - (Accessible_getAttributes): New, retrieve annotations/attributes on + objects. + - (Accessible_getHostApplication): New, retrieve enclosing Application + instance for an object. + - (AccessibleImage_getImageLocale): New, retrieve Locale info for an + image. + - (AccessibleComponent_getAlpha): New, retrieve alpha value for + an AccessibleComponent (see discussion in idl section above). + - BUGFIXES: + - Some compiler fixes from Kjartan Marass. + - Some thread-related fixes from Michael Meeks. + - Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman). + * debian/control.in: + - bump Build-Deps on libatk1.0 to >= 1.11. + + -- Daniel Holbach Mon, 16 Jan 2006 19:50:23 +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.7.6.orig/debian/libatspi1.0-0.install +++ at-spi-1.7.6/debian/libatspi1.0-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- at-spi-1.7.6.orig/debian/at-spi-doc.links +++ at-spi-1.7.6/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.7.6.orig/debian/compat +++ at-spi-1.7.6/debian/compat @@ -0,0 +1 @@ +4 --- at-spi-1.7.6.orig/debian/control.in +++ at-spi-1.7.6/debian/control.in @@ -0,0 +1,81 @@ +Source: at-spi +Section: libs +Priority: optional +Maintainer: Akira TAGOH +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>> 4.0.0), pkg-config, libbonobo2-dev (>= 2.4.0), liborbit2-dev (>= 2.8.0), libgnomecanvas2-dev (>= 2.0.2), libatk1.0-dev (>= 1.11.0), libgtk2.0-dev (>= 2.2.0-2), libgail-dev (>= 1.4.1), libxml2-dev, zlib1g-dev, libpopt-dev (>= 1.5), libart-2.0-dev, autotools-dev, gnome-pkg-tools, libxtst-dev, libxt-dev, cdbs, sharutils, gtk-doc-tools, intltool (>= 0.3.1) +Build-Depends-Indep: sharutils +Standards-Version: 3.6.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.2.0-2), libgail-dev (>= 1.4.1), 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.7.6.orig/debian/at-spi-doc.dirs +++ at-spi-1.7.6/debian/at-spi-doc.dirs @@ -0,0 +1 @@ +usr/share/gtk-doc/html/ --- at-spi-1.7.6.orig/debian/copyright +++ at-spi-1.7.6/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 + +with contributions from: + +Mark McLoughlin +Michael Meeks + +Copyright: + See /usr/share/common-licenses/LGPL on your debian system. --- at-spi-1.7.6.orig/debian/libatspi-dbg.install +++ at-spi-1.7.6/debian/libatspi-dbg.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/debug/*.so* --- at-spi-1.7.6.orig/debian/libatspi-dbg.dirs +++ at-spi-1.7.6/debian/libatspi-dbg.dirs @@ -0,0 +1 @@ +usr/lib --- at-spi-1.7.6.orig/debian/at-spi.install +++ at-spi-1.7.6/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.7.6.orig/debian/libatspi-common.install +++ at-spi-1.7.6/debian/libatspi-common.install @@ -0,0 +1 @@ +debian/tmp/usr/share/locale