--- atk1.0-1.11.3.orig/debian/control +++ atk1.0-1.11.3/debian/control @@ -0,0 +1,98 @@ +Source: atk1.0 +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.1.0), pkg-config, libglib2.0-dev (>= 2.5.7), gnome-pkg-tools, cdbs, gtk-doc-tools, docbook-xml +Standards-Version: 3.6.2 + +Package: libatk1.0-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Recommends: libatk1.0-data +Description: The ATK accessibility toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This is the runtime part of ATK, needed to run applications built with it. + +Package: libatk1.0-udeb +Section: debian-installer +Priority: optional +Architecture: any +Depends: ${shlibs:Depends} +Provides: libatk1.0-0 +Description: The ATK accessibility toolkit + This is a udeb, or a microdeb, for the debian-installer. + . + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This is the runtime part of ATK, needed to run applications built with it. + +Package: libatk1.0-data +Section: misc +Architecture: all +Depends: libatk1.0-0 (>= ${Source-Version}) +Description: Common files for the ATK accessibility toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This contains the common files which the runtime libraries need. + +Package: libatk1.0-dev +Section: libdevel +Architecture: any +Depends: libatk1.0-0 (= ${Source-Version}), pkg-config, libglib2.0-dev (>= 2.4.1-2) +Replaces: libatk0-dev, libatk-dev +Conflicts: libatk0-dev, libatk-dev +Description: Development files for the ATK accessibility toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + These are the development files for ATK, needed for compilation of + programs or toolkits which use it. + +Package: libatk1.0-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libatk1.0-0 (= ${Source-Version}) +Description: The ATK libraries and debugging symbols + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + 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: libatk1.0-doc +Section: doc +Architecture: all +Depends: lynx | www-browser +Replaces: libatk-doc +Conflicts: libatk-doc +Suggests: libglib2.0-doc, libgtk2.0-doc +Description: Documentation files for the ATK toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This contains the HTML documentation for the ATK library in + /usr/share/doc/libatk1.0-doc/ . + --- atk1.0-1.11.3.orig/debian/libatk1.0-doc.doc-base +++ atk1.0-1.11.3/debian/libatk1.0-doc.doc-base @@ -0,0 +1,10 @@ +Document: atk +Title: ATK Reference Manual +Author: Bill Haneman, Marc Mulcahy, and Padraig Obriain +Abstract: The ATK library is used for accessibility in the GTK+ + library; this details how to program using it. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/gtk-doc/html/atk/index.html +Files: /usr/share/gtk-doc/html/atk/*.html --- atk1.0-1.11.3.orig/debian/rules +++ atk1.0-1.11.3/debian/rules @@ -0,0 +1,27 @@ +#! /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_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,-z,defs -Wl,--as-needed" + +# Speed up loading. +LDFLAGS += -Wl,-O1 + +# build static stuff: +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-static + +SHLIB_VERSION=1.9.0 +DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 := -V"libatk1.0-0 (>= $(SHLIB_VERSION))" + +DEB_DH_STRIP_ARGS := --keep-debug -Xlibatk1.0-udeb + +# Yes, this is a hack, but dh_strip --dbg-package creates a libatk1.0-0-dbg +# and we don't want to change libatk1.0-dbg name for the moment. +binary-fixup/libatk1.0-dbg:: + mv debian/libatk1.0-0/usr/lib/debug/ debian/libatk1.0-dbg/usr/lib/ + +install/libatk1.0-udeb:: + cp debian/tmp/usr/lib/libatk-1.0.so.0 debian/libatk1.0-udeb/usr/lib/ --- atk1.0-1.11.3.orig/debian/watch +++ atk1.0-1.11.3/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.10/ \ + atk-(.*)\.tar\.gz \ + debian uupdate --- atk1.0-1.11.3.orig/debian/libatk1.0-doc.links +++ atk1.0-1.11.3/debian/libatk1.0-doc.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/atk usr/share/doc/libatk1.0-doc/html --- atk1.0-1.11.3.orig/debian/libatk1.0-data.install +++ atk1.0-1.11.3/debian/libatk1.0-data.install @@ -0,0 +1 @@ +debian/tmp/usr/share/locale/ --- atk1.0-1.11.3.orig/debian/changelog +++ atk1.0-1.11.3/debian/changelog @@ -0,0 +1,296 @@ +atk1.0 (1.11.3-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Fix for localization bug + - Included docs in tarball as appropriate. + + -- Daniel Holbach Mon, 13 Mar 2006 18:57:24 +0100 + +atk1.0 (1.11.2-0ubuntu1) dapper; urgency=low + + * New usptream release. + + -- Daniel Holbach Wed, 18 Jan 2006 00:46:49 +0100 + +atk1.0 (1.11.0-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Added new APIs - minor enhancements to AtkImage, AtkDocument, + AtkObject, AtkComponent, AtkState. + - Significant API additions: Added locale attribute to AtkImage + instances, and Document instances. Added the ability to assign + weakly-typed attributes to AtkObject as name-value pairs; also added + similar name-value pairs to AtkDocument for attributes which are + intended to be valid over the entire document. + - Minor documentation fixes (thanks to Bill Abt). + - Added 'tt' (Tatar) locale, Simos Xenitellis. + + -- Daniel Holbach Mon, 16 Jan 2006 19:08:12 +0100 + +atk1.0 (1.10.3-1) unstable; urgency=low + + * New upstream release. + * 000_relibtoolise.patch: removed. + * rules: + + cleanup + + pass --as-needed to LDFLAGS. + * watch: updated to 1.10. + * Standards-version is 3.6.2. + * Update FSF address. + * Require debhelper 4.1 for cdbs. + * rules,libatk1.0-udeb.dirs: install the library in the udeb package. + + -- Josselin Mouette Mon, 12 Sep 2005 22:48:17 +0200 + +atk1.0 (1.10.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Josselin Mouette Mon, 6 Jun 2005 21:43:24 +0200 + +atk1.0 (1.10.1-1) experimental; urgency=low + + * New upstream version. + * debian/control.in: + - updated the Build-Depends. + * debian/patches/000_relibtoolise.patch: + - updated. + * debian/rules: + - build the html files. + + -- Sebastien Bacher Mon, 2 May 2005 17:52:26 +0200 + +atk1.0 (1.9.0-1) experimental; urgency=low + + * New upstream release (Closes: #293126). + * debian/control.in: + - updated the Build-Depends on libglib2.0-dev to 2.5.7. + * debian/patches/000_relibtoolise.patch: + - updated. + * debian/rules: + - updated the shlibs. + + -- Sebastien Bacher Tue, 1 Feb 2005 12:51:15 +0100 + +atk1.0 (1.8.0-4) unstable; urgency=low + + * Build and add libatk-1.0.a to the -dev packages. (Closes: #283862) + + -- Marc 'HE' Brockschmidt Sun, 12 Dec 2004 23:36:47 +0100 + +atk1.0 (1.8.0-3) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Wed, 17 Nov 2004 20:43:35 +0100 + +atk1.0 (1.8.0-2) experimental; urgency=low + + * [debian/libatk1.0-doc.doc-base] Corrected locations. (Closes: #271254) + * [debian/libatk1.0-doc.links] Added. + + -- J.H.M. Dassen (Ray) Sun, 12 Sep 2004 11:47:39 +0200 + +atk1.0 (1.8.0-1) experimental; urgency=low + + * New upstream release. + * Switched to CDBS. + * [debian/patches/000_relibtoolise.patch] Added. + * [debian/rules] Tightened shlibs. + + -- J.H.M. Dassen (Ray) Sat, 11 Sep 2004 10:55:34 +0200 + +atk1.0 (1.6.1-3) unstable; urgency=medium + + * 000_fix_symbol_resolution.patch: New. Fixes FTBFS due to undefined + references. (Closes: #264328) + * 001_atk1.0-debian-libtool.patch: Renumbered, regenerated. + * GNOME team upload; acknowledge NMU. (Closes: #260521) + + -- J.H.M. Dassen (Ray) Sun, 8 Aug 2004 19:20:31 +0200 + +atk1.0 (1.6.1-2.1) unstable; urgency=low + + * NMU + * Re-libtoolize. (Closes: #260521) + + -- Robert Millan Thu, 29 Jul 2004 16:18:10 +0200 + +atk1.0 (1.6.1-2) unstable; urgency=low + + * GNOME Team Upload. + * Upload to unstable + + close bug fixed in experimental uploads (Closes: #220533). + * J.H.M. Dassen (Ray) : + + [debian/rules] Make the linker work a bit harder so dynamic loading can be + done faster; safety measure: ensure the build aborts when the library + still has references to undefined symbols. + + -- Sebastien Bacher Sat, 22 May 2004 15:03:55 +0200 + +atk1.0 (1.6.1-1) experimental; urgency=low + + * New upstream release. + + -- Sebastien Bacher Mon, 26 Apr 2004 21:59:37 +0200 + +atk1.0 (1.6.0-2) experimental; urgency=low + + * GNOME Team Upload. + * debian/rules: + - updated shver to 1.6.0 + + -- Sebastien Bacher Wed, 24 Mar 2004 21:59:07 +0100 + +atk1.0 (1.6.0-1) experimental; urgency=low + + * Akira TAGOH + - New upstream release. + - debian/control: + - added gnome-pkg-tools to Build-Depends. + - debian/rules: + - modified to generate debian/control using gnome-pkg-tools. + - don't claim the newer shlibs. + - debian/libatk1.0-doc.doc-base: + - fixed wrong index file. (closes: Bug#220533) + + -- Akira TAGOH Fri, 19 Mar 2004 03:46:09 +0900 + +atk1.0 (1.4.1-1) unstable; urgency=low + + * New upstream release (Closes: #204965). + - added html doc missing upstream in the tarball. + * debian/control: + - bumped Standards-Version to 3.6.1.0 + * Gnome Team Upload + + -- Sebastien Bacher Sun, 19 Oct 2003 14:29:45 +0200 + +atk1.0 (1.2.4-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - bumped Standards-Version to 3.5.10.0. + * debian/patches/000_atk1.0-debian-libtool.patch: + - removed. + + -- Akira TAGOH Sun, 18 May 2003 01:41:55 +0900 + +atk1.0 (1.2.3-1pre2v1) unstable; urgency=low + + * debian/control: + - changed a section for libatk1.0-dbg to libdevel. + + -- Akira TAGOH Sun, 20 Apr 2003 13:51:54 +0900 + +atk1.0 (1.2.3-1) unstable; urgency=low + + * New upsream release. + * debian/rules: + - removed dh_undocumented. + * debian/control: + - bumped Standards-Version to 3.5.9. + - changed a section for libatk1.0-dev to libdevel. + * debian/patches/000_atk1.0-debian-libtool.patch: + - updated. + + -- Akira TAGOH Fri, 18 Apr 2003 07:47:51 +0900 + +atk1.0 (1.2.2-4) unstable; urgency=low + + * debian/control: + - rename libatk1.0-0-udeb to libatk1.0-udeb. + - delete Recommends line from libatk1.0-udeb. (closes: Bug#183747) + - add Provides: libatk1.0-0 for libatk1.0-udeb. + * debian/libatk1.0-udeb.files: + - contain the libraries and locale data. + + -- Akira TAGOH Sat, 8 Mar 2003 03:58:07 +0900 + +atk1.0 (1.2.2-3) unstable; urgency=low + + * debian/control: + - add autotools-dev to Build-Depends. + - add libatk1.0-0-udeb package for debian-installer. + - improve the descriptions (closes: Bug#177999) + * debian/rules: + - bumped DH_COMPAT to 4. + - create the symlinks on /usr/share/gtk-doc/html. + + -- Akira TAGOH Thu, 6 Mar 2003 13:30:04 +0900 + +atk1.0 (1.2.2-2) unstable; urgency=low + + * debian/patches/000_atk1.0-1.2.2-libtool.patch: + applied to fix the build issue on mipsel. (closes: Bug#177657) + + -- Akira TAGOH Wed, 22 Jan 2003 18:58:00 +0900 + +atk1.0 (1.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Tue, 21 Jan 2003 03:13:19 +0900 + +atk1.0 (1.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Sat, 11 Jan 2003 04:53:13 +0900 + +atk1.0 (1.2.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - bumped Standards-Version to 3.5.8. + - updated Build-Depends. + - append libatk1.0-data as new package. + * debian/rules: + support noopt option for DEB_BUILD_OPTIONS. + * debian/copyright: + fix copyright-lists-upstream-authors-with-dh_make-boilerplate issue. + + -- Akira TAGOH Wed, 25 Dec 2002 15:41:31 +0900 + +atk1.0 (1.0.3-2) unstable; urgency=low + + * debian/control: + - bumped Standards-Version and depends debhelper (>> 4). + - add libglib2.0-doc and libgtk2.0-doc to Suggests for -doc. + * debian/rules: add symlink to fix the missing symlink for glib, gtk. + (closes: Bug#158729) + + -- Akira TAGOH Sat, 31 Aug 2002 10:45:19 +0900 + +atk1.0 (1.0.3-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Sun, 4 Aug 2002 18:04:55 +0900 + +atk1.0 (1.0.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: updates Build-Depends and Depends for -dev. + + -- Akira TAGOH Wed, 29 May 2002 01:36:40 +0900 + +atk1.0 (1.0.1-2) unstable; urgency=low + + * debian/scripts/vars.build: fix bashism. + * debian/rules: add --enable-static. + + -- Akira TAGOH Thu, 11 Apr 2002 19:44:43 +0900 + +atk1.0 (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Sat, 30 Mar 2002 17:07:09 +0900 + +atk1.0 (1.0.0-1) unstable; urgency=low + + * Initial Release. + + -- Akira TAGOH Tue, 12 Mar 2002 02:50:02 +0900 + --- atk1.0-1.11.3.orig/debian/libatk1.0-udeb.dirs +++ atk1.0-1.11.3/debian/libatk1.0-udeb.dirs @@ -0,0 +1 @@ +/usr/lib --- atk1.0-1.11.3.orig/debian/compat +++ atk1.0-1.11.3/debian/compat @@ -0,0 +1 @@ +4 --- atk1.0-1.11.3.orig/debian/libatk1.0-doc.install +++ atk1.0-1.11.3/debian/libatk1.0-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc --- atk1.0-1.11.3.orig/debian/control.in +++ atk1.0-1.11.3/debian/control.in @@ -0,0 +1,98 @@ +Source: atk1.0 +Section: libs +Priority: optional +Maintainer: Akira TAGOH +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>> 4.1.0), pkg-config, libglib2.0-dev (>= 2.5.7), gnome-pkg-tools, cdbs, gtk-doc-tools, docbook-xml +Standards-Version: 3.6.2 + +Package: libatk1.0-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Recommends: libatk1.0-data +Description: The ATK accessibility toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This is the runtime part of ATK, needed to run applications built with it. + +Package: libatk1.0-udeb +Section: debian-installer +Priority: optional +Architecture: any +Depends: ${shlibs:Depends} +Provides: libatk1.0-0 +Description: The ATK accessibility toolkit + This is a udeb, or a microdeb, for the debian-installer. + . + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This is the runtime part of ATK, needed to run applications built with it. + +Package: libatk1.0-data +Section: misc +Architecture: all +Depends: libatk1.0-0 (>= ${Source-Version}) +Description: Common files for the ATK accessibility toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This contains the common files which the runtime libraries need. + +Package: libatk1.0-dev +Section: libdevel +Architecture: any +Depends: libatk1.0-0 (= ${Source-Version}), pkg-config, libglib2.0-dev (>= 2.4.1-2) +Replaces: libatk0-dev, libatk-dev +Conflicts: libatk0-dev, libatk-dev +Description: Development files for the ATK accessibility toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + These are the development files for ATK, needed for compilation of + programs or toolkits which use it. + +Package: libatk1.0-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libatk1.0-0 (= ${Source-Version}) +Description: The ATK libraries and debugging symbols + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + 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: libatk1.0-doc +Section: doc +Architecture: all +Depends: lynx | www-browser +Replaces: libatk-doc +Conflicts: libatk-doc +Suggests: libglib2.0-doc, libgtk2.0-doc +Description: Documentation files for the ATK toolkit + ATK is a toolkit providing accessibility interfaces for applications or + other toolkits. By implementing these interfaces, those other toolkits or + applications can be used with tools such as screen readers, magnifiers, and + other alternative input devices. + . + This contains the HTML documentation for the ATK library in + /usr/share/doc/libatk1.0-doc/ . + --- atk1.0-1.11.3.orig/debian/libatk1.0-dbg.dirs +++ atk1.0-1.11.3/debian/libatk1.0-dbg.dirs @@ -0,0 +1 @@ +usr/lib --- atk1.0-1.11.3.orig/debian/copyright +++ atk1.0-1.11.3/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Akira TAGOH on +Sun, 10 Mar 2002 20:41:39 +0900. + +It was downloaded from ftp://ftp.gtk.org/ . + +Upstream Authors: + Bill.Haneman + Marc.Mulcahy + Padraig.Obriain + +Copyright: + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + + See /usr/share/common-licenses/LGPL-2 on your debian system. + --- atk1.0-1.11.3.orig/debian/libatk1.0-0.install +++ atk1.0-1.11.3/debian/libatk1.0-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- atk1.0-1.11.3.orig/debian/libatk1.0-dev.install +++ atk1.0-1.11.3/debian/libatk1.0-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/*.la +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/pkgconfig/ +debian/tmp/usr/include