--- gail-1.8.11.orig/debian/control +++ gail-1.8.11/debian/control @@ -0,0 +1,70 @@ +Source: gail +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), cdbs, pkg-config, libatk1.0-dev (>= 1.8.0), libgtk2.0-dev (>= 2.4.4), liborbit2-dev (>= 1:2.8.0), libgnomecanvas2-dev (>= 2.4.0), libart-2.0-dev, gnome-pkg-tools, gtk-doc-tools +Standards-Version: 3.6.2 + +Package: libgail17 +Architecture: any +Depends: ${shlibs:Depends} +Description: GNOME Accessibility Implementation Library -- shared libraries + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the shared library. + +Package: libgail-common +Architecture: any +Depends: ${shlibs:Depends} +Description: GNOME Accessibility Implementation Library -- common modules + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains core shared libraries. + +Package: libgail-dev +Architecture: any +Section: libdevel +Depends: libgail17 (= ${Source-Version}), libgail-common (= ${Source-Version}), libgtk2.0-dev (>= 2.2.0-2), libgnomecanvas2-dev (>= 2.4.0), pkg-config, libatk1.0-dev, libart-2.0-dev, libglib2.0-dev, libpango1.0-dev +Suggests: libgail-doc +Description: GNOME Accessibility Implementation Library -- development files + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the development files for Gail. + +Package: libgail-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libgail17 (= ${Source-Version}) +Description: Gail libraries and debugging symbols + Gail is the "GNOME Accessibility Implementation Library". + . + This package contains unstripped shared libraries. It is provided + primarily to provide a backtrace with names in a debugger, which 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: libgail-doc +Architecture: all +Section: doc +Depends: lynx | www-browser +Description: documentation files of the Gail library + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the documentation files for Gail. --- gail-1.8.11.orig/debian/rules +++ gail-1.8.11/debian/rules @@ -0,0 +1,19 @@ +#! /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/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +CFLAGS += -Wall -g + +DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc + +# debug lib +DEB_DH_STRIP_ARGS += --dbg-package=libgail17 + +# Yes, that's a hack, but dh_strip --dbg-package creates a libgail17-dbg and we don't +# want to change libgail-dbg name for the moment +binary-fixup/libgail-dbg:: + mv debian/libgail17-dbg/usr/lib/debug/usr/lib/* debian/libgail-dbg/usr/lib/debug/ --- gail-1.8.11.orig/debian/watch +++ gail-1.8.11/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gail/1.8/ \ + gail-(.*)\.tar\.gz \ + debian uupdate --- gail-1.8.11.orig/debian/changelog +++ gail-1.8.11/debian/changelog @@ -0,0 +1,383 @@ +gail (1.8.11-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Reverted incorrect fix which regressed treeview accessibility. + + -- Daniel Holbach Mon, 13 Mar 2006 18:08:10 +0100 + +gail (1.8.10-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Replaced many instances of g_return_val_if_fail and g_return_if_fail + with non-asserting logic. + - Fixes many critical warning problems. + + -- Daniel Holbach Tue, 21 Feb 2006 18:54:31 +0100 + +gail (1.8.9-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Reverted bad patch for comboboxes, replaced with good patch :-) + - Fix for 323245. + * debian/patches/000_relibtoolise.patch: + - dropped. + + -- Daniel Holbach Mon, 13 Feb 2006 22:00:09 +0100 + +gail (1.8.8-1) unstable; urgency=medium + + * New upstream bugfix release. Verified that no update of the relibtoolizing + patch is needed. + + Loic Minier : + * Cut "shared libraries" by a couple of chars to fit in width. + [debian/control, debian/control.in] + + -- J.H.M. Dassen (Ray) Sat, 3 Dec 2005 12:11:50 +0100 + +gail (1.8.7-1) unstable; urgency=medium + + * New upstream release, fixing a regression in 1.8.6. + - Update relibtoolizing patch. + [debian/patches/000_relibtoolise.patch] + + -- Loic Minier Thu, 24 Nov 2005 13:54:02 +0100 + +gail (1.8.6-1) unstable; urgency=low + + * New upstream release. + * Don't overwrite CFLAGS, DEB_CONFIGURE_EXTRA_FLAGS, and + DEB_CONFIGURE_EXTRA_FLAGS. + [debian/rules] + * Add CDBS' utils. + [debian/rules] + * Update upstream URL and watch file. + [debian/copyright, debian/watch] + * Clarify copyright versus license and actually include license. + [debian/copyright] + * Drop obsolete Replaces/Conflicts. + [debian/control, debian/control.in] + * Add missing libatk1.0-dev dep on libgail-dev (referenced in gail.pc). + [debian/control, debian/control.in] + * Add missing deps on libgail-dev (referenced in *.la): libart-2.0-dev, + libglib2.0-dev, libpango1.0-dev. + [debian/control, debian/control.in] + * Update relibtoolizing patch. + [debian/patches/000_relibtoolise.patch] + + -- Loic Minier Mon, 14 Nov 2005 17:56:20 +0100 + +gail (1.8.5-1) unstable; urgency=medium + + * New (for Debian) upstream bugfix and translations update release. + * [debian/control.in] Bumped Standards-Version. + + -- J.H.M. Dassen (Ray) Sun, 18 Sep 2005 13:57:40 +0200 + +gail (1.8.5-0ubuntu2) breezy; urgency=low + + * Add B-D gtk-doc-tools to fix FTBFS when building arch all pkgs. + (Closes: #14598) + + -- Fabio M. Di Nitto Fri, 09 Sep 2005 11:37:22 +0200 + +gail (1.8.5-0ubuntu1) breezy; urgency=low + + * New upstream version. + * debian/patches/000_relibtoolise.patch: + - updated. + + -- Sebastien Bacher Wed, 31 Aug 2005 18:35:24 +0200 + +gail (1.8.4-1) unstable; urgency=medium + + * New upstream bugfix and translations update release. + * [debian/patches/000_relibtoolise.patch] Updated. + + -- J.H.M. Dassen (Ray) Fri, 29 Apr 2005 06:51:39 +0200 + +gail (1.8.3-1) unstable; urgency=medium + + * New upstream bugfix and translations update release. + * [debian/patches/000_relibtoolise.patch] Updated. + + -- J.H.M. Dassen (Ray) Sat, 23 Apr 2005 18:27:26 +0200 + +gail (1.8.2-1) unstable; urgency=medium + + * New upstream bugfix release. + * [debian/control.in] Reworked the descriptions a bit. + + -- J.H.M. Dassen (Ray) Tue, 4 Jan 2005 21:42:58 +0100 + +gail (1.8.1-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + + -- Jordi Mallach Thu, 30 Dec 2004 03:57:02 +0100 + +gail (1.8.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Fri, 19 Nov 2004 19:58:21 +0100 + +gail (1.8.0-1) experimental; urgency=low + + * New upstream release. + * [debian/control.in] Dropped gtk-doc-tools build dependency; the upstream + tarball now includes HTML files we can use. + * [debian/watch] Updated. + * [debian/patches/000_relibtoolise.patch] Updated. + + -- J.H.M. Dassen (Ray) Tue, 14 Sep 2004 20:54:06 +0200 + +gail (1.7.1-2) experimental; urgency=low + + * [debian/*] Added files that were accidentally missing in the subversion + repository; this makes the packages usable. (Closes: #271197) + * [debian/rules] Generate the documentation as the HTML rendering isn't + included in the tarball. + * [debian/control.in] Added build dependency on gtk-doc-tools. + * [debian/patches/000_relibtoolise.patch] Updated; added AM_MAINTAINER_MODE. + + -- J.H.M. Dassen (Ray) Sun, 12 Sep 2004 11:25:40 +0200 + +gail (1.7.1-1) experimental; urgency=low + + * New upstream development release. + * [debian/control.in] Updated build dependencies (following configure.in). + + -- J.H.M. Dassen (Ray) Sat, 11 Sep 2004 13:37:13 +0200 + +gail (1.6.6b-1) unstable; urgency=low + + * GNOME Team Upload. + * Switched to CDBS. + * debian/control.in: + - updated the Build-Depends. + * debian/*.files: + - changes for *.install files. + * debian/libgail-doc.doc-base.gail-reference: + - updated. + * debian/rules: + - switched to CDBS. + + -- Sebastien Bacher Mon, 6 Sep 2004 22:56:13 +0200 + +gail (1.6.6-2) unstable; urgency=medium + + * [debian/rules] Don't update config.{guess,sub}; that's done by the + relibtoolise patch. + + -- J.H.M. Dassen (Ray) Sun, 5 Sep 2004 14:57:33 +0200 + +gail (1.6.6-1) unstable; urgency=medium + + * New upstream release (Closes: #267699) + * Gnumeric crashes when accessibility is enabled have been fixed upstream + (http://bugzilla.gnome.org/show_bug.cgi?id=151070). + * [debian/patches/000_relibtoolise.patch] New. + * [debian/fixed-ltmain.sh] Dropped. + * [docs/reference/libgail-util/gail-libgail-util-docs.sgml] The FPI was + corrected upstream. (Closes: #219767) + + -- J.H.M. Dassen (Ray) Sat, 4 Sep 2004 16:08:40 +0200 + +gail (1.4.1-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. + + -- Akira TAGOH Tue, 28 Oct 2003 20:14:29 +0900 + +gail (1.4.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - updated Build-Depends. + - bumped Standards-Version to 3.6.1.0 . + * debian/rules: + - comment fixed-ltmain.sh copy. + * Gnome Team Upload + + -- Sebastien Bacher Sun, 19 Oct 2003 13:03:21 +0200 + +gail (1.2.2-1) unstable; urgency=low + + * New upstream release. + * debian/cntrol: + - bumped Standards-Version to 3.5.10.0. + * debian/patches/000_gail-debian-libtool.patch: + - removed. + + -- Akira TAGOH Sun, 18 May 2003 02:26:04 +0900 + +gail (1.2.1-1) unstable; urgency=low + + * New upsream release. + * debian/control: + - bumped Standards-Version to 3.5.9. + - changed the section for libgail-dbg and libgail-dev to libdevel. + * debian/compat: + - use it instead of DH_COMPAT. + * debian/patches/000_gail-debian-libtool.patch: + - updated. + + -- Akira TAGOH Sun, 20 Apr 2003 01:42:29 +0900 + +gail (1.2.0-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Tue, 21 Jan 2003 03:56:36 +0900 + +gail (1.1.7-2) unstable; urgency=low + + * debian/patches/000_gail-1.1.7-libtool.patch: + applied to fix the build issue for mipsel. (closes: Bug#177113) + + -- Akira TAGOH Sat, 18 Jan 2003 05:03:25 +0900 + +gail (1.1.7-1) unstable; urgency=low + + * New upstream release. + * Build against the latest GTK+ libraries. (closes: Bug#176088) + * debian/control: + - updated Build-Depends. + - bumped Standards-Version to 3.5.8. + - fix description-synopsis-might-not-be-phrased-properly stuff. + * debian/rules: + - support noopt option for DEB_BUILD_OPTIONS. + * debian/copyright: + fix copyright-lists-upstream-authors-with-dh_make-boilerplate stuff. + + -- Akira TAGOH Fri, 17 Jan 2003 13:22:14 +0900 + +gail (0.17-2) unstable; urgency=low + + * debian/control: removed libc6-dev from Build-Depends. + + -- Akira TAGOH Thu, 22 Aug 2002 01:48:10 +0900 + +gail (0.17-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - updates Build-Depends and Depends for libgtk2.0-dev. + - add libgail-doc package. + + -- Akira TAGOH Fri, 9 Aug 2002 03:24:23 +0900 + +gail (0.16-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Wed, 12 Jun 2002 20:07:16 +0900 + +gail (0.15-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Thu, 6 Jun 2002 02:48:10 +0900 + +gail (0.13-1) unstable; urgency=low + + * New upstream release. + * debian/scripts/vars.build: fix bashism. + + -- Akira TAGOH Thu, 18 Apr 2002 02:33:55 +0900 + +gail (0.11-1) unstable; urgency=low + + * New upstream release. + * debian/patches/000_gail-0.9-fixconfigure.patch: + removed. it's no longer needed for build. + + -- Akira TAGOH Sat, 30 Mar 2002 04:53:54 +0900 + +gail (0.9-2) unstable; urgency=low + + * Build against the latest libraries. + * debian/rules: copying the latest config.sub and config.guess. + * debian/control: next release will be changed directories location. so I + changed packaging + - renamed from libgail0 to libgail-common + - renamed from libgailutil9 to libgail9 + + -- Akira TAGOH Mon, 25 Mar 2002 14:36:10 +0900 + +gail (0.9-1) unstable; urgency=low + + * New upstream release. + * debian/patches/000_gail-0.9-fixconfigure.patch: + add sh path for the configure script fix patch. + * debian/rules: remove the libraries on test directory. + + -- Akira TAGOH Wed, 6 Mar 2002 02:52:29 +0900 + +gail (0.8-3) unstable; urgency=low + + * Build against the latest libraries again. + * 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 02:14:09 +0900 + +gail (0.8-2) unstable; urgency=low + + * Build against GTK+ 1.3.14 families. + + -- Akira TAGOH Tue, 19 Feb 2002 03:17:55 +0900 + +gail (0.8-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Fri, 15 Feb 2002 02:02:45 +0900 + +gail (0.7-1) unstable; urgency=low + + * New upstream release. + * Add versioned liblinc-dev and liborbit2-dev to Build-Depends + + -- Akira TAGOH Thu, 14 Feb 2002 01:16:44 +0900 + +gail (0.6-2) unstable; urgency=low + + * Build against libglib1.3-13. + + -- Akira TAGOH Tue, 5 Feb 2002 01:49:24 +0900 + +gail (0.6-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Tue, 29 Jan 2002 23:02:00 +0900 + +gail (0.5-3) unstable; urgency=low + + * added libgnomecanvas2-dev to build-depends. + + -- Akira TAGOH Fri, 25 Jan 2002 01:55:00 +0900 + +gail (0.5-2) unstable; urgency=low + + * added libart-2.0-dev to build-depends. (closes: Bug#130180) + + -- Akira TAGOH Mon, 21 Jan 2002 21:24:04 +0900 + +gail (0.5-1) unstable; urgency=low + + * Initial Release. (closes: Bug#121109) + + -- Akira TAGOH Mon, 14 Jan 2002 01:24:47 +0900 + +Local variables: +mode: debian-changelog +End: --- gail-1.8.11.orig/debian/libgail-doc.install +++ gail-1.8.11/debian/libgail-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/ --- gail-1.8.11.orig/debian/compat +++ gail-1.8.11/debian/compat @@ -0,0 +1 @@ +4 --- gail-1.8.11.orig/debian/libgail17.install +++ gail-1.8.11/debian/libgail17.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libgail*.so.* +debian/tmp/usr/share/locale/ --- gail-1.8.11.orig/debian/control.in +++ gail-1.8.11/debian/control.in @@ -0,0 +1,70 @@ +Source: gail +Section: libs +Priority: optional +Maintainer: Akira TAGOH +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>> 4.0.0), cdbs, pkg-config, libatk1.0-dev (>= 1.8.0), libgtk2.0-dev (>= 2.4.4), liborbit2-dev (>= 1:2.8.0), libgnomecanvas2-dev (>= 2.4.0), libart-2.0-dev, gnome-pkg-tools, gtk-doc-tools +Standards-Version: 3.6.2 + +Package: libgail17 +Architecture: any +Depends: ${shlibs:Depends} +Description: GNOME Accessibility Implementation Library -- shared libraries + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the shared library. + +Package: libgail-common +Architecture: any +Depends: ${shlibs:Depends} +Description: GNOME Accessibility Implementation Library -- common modules + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains core shared libraries. + +Package: libgail-dev +Architecture: any +Section: libdevel +Depends: libgail17 (= ${Source-Version}), libgail-common (= ${Source-Version}), libgtk2.0-dev (>= 2.2.0-2), libgnomecanvas2-dev (>= 2.4.0), pkg-config, libatk1.0-dev, libart-2.0-dev, libglib2.0-dev, libpango1.0-dev +Suggests: libgail-doc +Description: GNOME Accessibility Implementation Library -- development files + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the development files for Gail. + +Package: libgail-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libgail17 (= ${Source-Version}) +Description: Gail libraries and debugging symbols + Gail is the "GNOME Accessibility Implementation Library". + . + This package contains unstripped shared libraries. It is provided + primarily to provide a backtrace with names in a debugger, which 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: libgail-doc +Architecture: all +Section: doc +Depends: lynx | www-browser +Description: documentation files of the Gail library + Gail implements ATK interfaces for GTK+ widgets which are dynamically + loadable at runtime by a GTK+ application. Once loaded, those parts of + an application that use standard GTK+ widgets will have a basic level + of accessibility, without the need to modify the application at all. + . + This package contains the documentation files for Gail. --- gail-1.8.11.orig/debian/libgail-dev.install +++ gail-1.8.11/debian/libgail-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.{so,la,a} +debian/tmp/usr/lib/gtk-2.0/modules/lib*.la +debian/tmp/usr/lib/pkgconfig/*.pc --- gail-1.8.11.orig/debian/copyright +++ gail-1.8.11/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Akira TAGOH on +Mon, 10 Dec 2001 23:54:53 +0900. + +It was downloaded from . + +Upstream Authors and Copyright Holders: + Bill.Haneman + Marc.Mulcahy + Padraig.Obriain + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + --- gail-1.8.11.orig/debian/libgail17.shlibs +++ gail-1.8.11/debian/libgail17.shlibs @@ -0,0 +1 @@ +libgailutil 17 libgail17 (>= 1.6.6), libgail-common (>= 1.6.6) --- gail-1.8.11.orig/debian/libgail-common.install +++ gail-1.8.11/debian/libgail-common.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/gtk-*/modules/*.so --- gail-1.8.11.orig/debian/libgail-doc.doc-base.gail-reference +++ gail-1.8.11/debian/libgail-doc.doc-base.gail-reference @@ -0,0 +1,10 @@ +Document: gail-reference +Title: Gail Reference Manual +Author: Padraig O'Briain +Abstract: This manual describes APIs for libgail-util +Section: Apps/Programming + +Format: HTML +Index: /usr/share/gtk-doc/html/gail-libgail-util/index.html +Files: /usr/share/gtk-doc/html/gail-libgail-util/*.html + --- gail-1.8.11.orig/debian/libgail-dbg.dirs +++ gail-1.8.11/debian/libgail-dbg.dirs @@ -0,0 +1 @@ +usr/lib/debug/