Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail18.install
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail18.install	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail18.install	(revision 2508)
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libgail*.so.*
+debian/tmp/usr/share/locale/
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/compat
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/compat	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/compat	(revision 2508)
@@ -0,0 +1,1 @@
+5
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-dev.install
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-dev.install	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-dev.install	(revision 2508)
@@ -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
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/control.in
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/control.in	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/control.in	(revision 2508)
@@ -0,0 +1,67 @@
+Source: gail
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>> 5), cdbs (>= 0.4.41), pkg-config, libatk1.0-dev (>= 1.13.0), libgtk2.0-dev (>= 2.9.4), gnome-pkg-tools (>= 0.11.3), gtk-doc-tools
+Standards-Version: 3.7.2
+
+Package: libgail18
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: libgail17
+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: ${misc: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: ${misc:Depends}, libgail18 (= ${binary:Version}), libgail-common (= ${binary:Version}), libgtk2.0-dev (>= 2.9.4), pkg-config, libatk1.0-dev (>= 1.13.0)
+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: ${misc:Depends}, libgail18 (= ${binary:Version})
+Description: Gail libraries and debugging symbols
+ Gail is the "GNOME Accessibility Implementation Library".
+ .
+ This package contains detached debugging symbols.
+ .
+ Most people will not need this package.
+
+Package: libgail-doc
+Architecture: all
+Section: doc
+Depends: ${misc: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.
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/changelog
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/changelog	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/changelog	(revision 2508)
@@ -0,0 +1,512 @@
+gail (1.20.2-parsix1) unstable; urgency=low
+
+  * New upstream stable release
+
+ -- Alan Baghumian <alan@technotux.org>  Mon, 26 Nov 2007 11:03:58 +0330
+
+gail (1.20.1-parsix1) unstable; urgency=low
+
+  * New upstream stable release
+  * Sync'd with Debian
+
+ -- Alan Baghumian <alan@technotux.org>  Fri, 19 Oct 2007 07:04:18 +0000
+
+gail (1.20.0-parsix1) unstable; urgency=low
+
+  * New upstream stable release, sync'd with Debian
+
+ -- Alan Baghumian <alan@technotux.org>  Mon, 17 Sep 2007 18:45:22 +0000
+
+gail (1.19.6-1) experimental; urgency=low
+
+  [ Loic Minier ]
+  * Fix description of the -dbg package.
+
+  [ Josselin Mouette ]
+  * 99_ltmain_as-needed.patch: get --as-needed back to work.
+
+  [ Marc 'HE' Brockschmidt ]
+  * New upstream release (no ABI/API break)
+    + Only print accessibility enabled messages when
+      GNOME_ACCESSIBILITY=1. (Closes: #284248)
+    + debian/control: Use bin-NMU-safe substvars
+    + Moved gailcanvas from gail to gnomecanvas. No files have been
+      moved for this, so no replaces/conflicts dance needed. Deps
+      ensure a smooth transition.
+
+ -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 05 Aug 2007 10:26:41 +0200
+
+gail (1.18.0-2) unstable; urgency=low
+
+  [ Loic Minier ]
+
+  * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
+    cdbs >= 0.4.41.
+  * Preprend -Wl,-z,defs before -Wl,--as-needed in LDFLAGS.
+
+  [ Sebastian DrÃ¶ge ]
+  * Upload to unstable, drop check-dist include.
+  * Build depend on gnome-pkg-tools >= 0.11.3 to get me into Uploaders.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Mon, 16 Apr 2007 17:44:07 +0200
+
+gail (1.18.0-1) experimental; urgency=low
+
+  * New upstream release; no code changes.
+
+ -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 25 Mar 2007 12:37:51 +0200
+
+gail (1.17.0-1) experimental; urgency=low
+
+  * New upstream release; no API change.
+
+ -- Loic Minier <lool@dooz.org>  Sun, 11 Mar 2007 19:42:46 +0100
+
+gail (1.10.1-1) experimental; urgency=low
+
+  * Merge 1.8.11-3.
+    - Drop patch 010_g-idle-wrap-garbage-collect-cell-data; merged upstream.
+  * Add a get-orig-source target to retrieve the upstream tarball.
+  * Include the new check-dist Makefile to prevent accidental uploads to
+    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
+  * New upstream stable release; API additions.
+    - Bump up libatk1.0-dev build-dep and dep to >= 1.13.0.
+    - Bump up shlibs.
+
+ -- Loic Minier <lool@dooz.org>  Sun, 11 Mar 2007 17:59:36 +0100
+
+gail (1.9.3-1) experimental; urgency=low
+
+  * Set Maintainer to the Debian GNOME Maintainers.
+  * New upstream release; no API change.
+
+ -- Loic Minier <lool@dooz.org>  Mon,  2 Oct 2006 18:56:48 +0200
+
+gail (1.9.2-2) experimental; urgency=low
+
+  * libgail18 Replaces: libgail17 (because of the locale files).
+
+ -- Josselin Mouette <joss@debian.org>  Mon, 11 Sep 2006 22:01:01 +0200
+
+gail (1.9.2-1) experimental; urgency=low
+
+  * New upstream release.
+  * Standards-version is 3.7.2.
+  * Use clean-la.mk, require gnome-pkg-tools 0.7.
+  * Use debhelper compatibility mode 5 to generate the debug package.
+  * Bump shlibs version to 1.9.1.
+  * Remove libart and ORBit requirements.
+  * Bump GTK+ build-dependency to 2.9.4.
+  * Pass --as-needed to ld.
+  * 000_relibtoolise.patch: removed, obsoleted by the --as-needed and
+    clean-la stuff.
+  * Rename the package into libgail18 for the ABI change.
+  * shlibs.local: new file, for generating the libgail-common 
+    dependencies without having a self-depends.
+
+ -- Josselin Mouette <joss@debian.org>  Sat,  9 Sep 2006 18:16:08 +0200
+
+gail (1.8.11-3) unstable; urgency=high
+
+  * Revert changes of 1.8.11-2 as release team explained that a simple
+    re-upload is enough for non-bin-NMU-able packages, and that bin-NMU-able
+    packages should be taken care of by them.
+  * Update watch file to track stable upstream releases.
+  * New patch, 010_g-idle-wrap-garbage-collect-cell-data, fixes a crash of
+    libgail under alpha; backported from GAIL 1.9.3; GNOME #325759; thanks
+    Steve Langasek; closes: #378346.
+  * Rename relibtoolizing patch from 000_relibtoolise to 070_relibtoolize.
+
+ -- Loic Minier <lool@dooz.org>  Sun,  5 Nov 2006 18:19:17 +0100
+
+gail (1.8.11-2) unstable; urgency=low
+
+  * Bump build-deps to libgtk2.0-dev >= 2.8.17-1, liborbit2-dev >= 1:2.14.0-1,
+    libgnomecanvas2-dev >= 2.14.0-2 to build without any reference to Xcursor
+    or Xrender.la.
+    [debian/control, debian/control.in]
+  * Bump deps of libgail-dev to libgtk2.0-dev >= 2.8.17-1, libgnomecanvas2-dev
+    >= 2.14.0-2 to pull packages without any reference to Xcursor.la or
+    Xrender.la.
+    [debian/control, debian/control.in]
+  * Add ${misc:Depends}.
+    [debian/control, debian/control.in]
+
+ -- Loic Minier <lool@dooz.org>  Sun, 23 Apr 2006 18:42:30 +0200
+
+gail (1.8.11-1) unstable; urgency=low
+
+  * New upstream release: the GNOME 2.14.0 version of gail.
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 16 Mar 2006 08:18:46 +0100
+
+gail (1.8.10-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 21 Feb 2006 19:17:48 +0100
+
+gail (1.8.9-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * [debian/patches/000_relibtoolise.patch] Updated.
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 14 Feb 2006 20:34:10 +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 <lool@dooz.org>:
+  * Cut "shared libraries" by a couple of chars to fit in width.
+    [debian/control, debian/control.in]
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  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 <lool@dooz.org>  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 <lool@dooz.org>  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) <jdassen@debian.org>  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 <fabbione@ubuntu.com>  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 <seb128@canonical.com>  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) <jdassen@debian.org>  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) <jdassen@debian.org>  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) <jdassen@debian.org>  Tue,  4 Jan 2005 21:42:58 +0100
+
+gail (1.8.1-1) unstable; urgency=low
+
+  * GNOME team upload.
+  * New upstream release.
+
+ -- Jordi Mallach <jordi@debian.org>  Thu, 30 Dec 2004 03:57:02 +0100
+
+gail (1.8.0-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Sebastien Bacher <seb128@debian.org>  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) <jdassen@debian.org>  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) <jdassen@debian.org>  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) <jdassen@debian.org>  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 <seb128@debian.org>  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) <jdassen@debian.org>  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) <jdassen@debian.org>  Sat,  4 Sep 2004 16:08:40 +0200
+
+gail (1.4.1-2) unstable; urgency=low
+
+  * Akira TAGOH <tagoh@debian.org>
+  - debian/control:
+    - added gnome-pkg-tools to Build-Depends.
+  - debian/rules:
+    - modified to generate debian/control from gnome-pkg-tools.
+
+ -- Akira TAGOH <tagoh@debian.org>  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 <seb128@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  Sun, 20 Apr 2003 01:42:29 +0900
+
+gail (1.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Akira TAGOH <tagoh@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  Fri,  9 Aug 2002 03:24:23 +0900
+
+gail (0.16-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Akira TAGOH <tagoh@debian.org>  Wed, 12 Jun 2002 20:07:16 +0900
+
+gail (0.15-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Akira TAGOH <tagoh@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  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 <tagoh@debian.org>  Wed, 27 Feb 2002 02:14:09 +0900
+
+gail (0.8-2) unstable; urgency=low
+
+  * Build against GTK+ 1.3.14 families.
+
+ -- Akira TAGOH <tagoh@debian.org>  Tue, 19 Feb 2002 03:17:55 +0900
+
+gail (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Akira TAGOH <tagoh@debian.org>  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 <tagoh@debian.org>  Thu, 14 Feb 2002 01:16:44 +0900
+
+gail (0.6-2) unstable; urgency=low
+
+  * Build against libglib1.3-13.
+
+ -- Akira TAGOH <tagoh@debian.org>  Tue,  5 Feb 2002 01:49:24 +0900
+
+gail (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Akira TAGOH <tagoh@debian.org>  Tue, 29 Jan 2002 23:02:00 +0900
+
+gail (0.5-3) unstable; urgency=low
+
+  * added libgnomecanvas2-dev to build-depends.
+
+ -- Akira TAGOH <tagoh@debian.org>  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 <tagoh@debian.org>  Mon, 21 Jan 2002 21:24:04 +0900
+
+gail (0.5-1) unstable; urgency=low
+
+  * Initial Release. (closes: Bug#121109)
+
+ -- Akira TAGOH <tagoh@debian.org>  Mon, 14 Jan 2002 01:24:47 +0900
+
+Local variables:
+mode: debian-changelog
+End:
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/patches/99_ltmain_as-needed.patch
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/patches/99_ltmain_as-needed.patch	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/patches/99_ltmain_as-needed.patch	(revision 2508)
@@ -0,0 +1,31 @@
+--- ltmain.sh.old	2007-09-18 08:26:12.000000000 +0200
++++ ltmain.sh	2007-09-18 08:28:26.000000000 +0200
+@@ -1794,6 +1794,12 @@
+ 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+ 	;;
+ 
++      -Wl,--as-needed)
++        deplibs="$deplibs $arg"
++        continue
++        ;;
++      
++
+       -Wl,*)
+ 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
+ 	arg=
+@@ -2137,6 +2143,15 @@
+ 	lib=
+ 	found=no
+ 	case $deplib in
++        -Wl,--as-needed)
++          if test "$linkmode,$pass" = "prog,link"; then
++            compile_deplibs="$deplib $compile_deplibs"
++            finalize_deplibs="$deplib $finalize_deplibs"
++          else
++            deplibs="$deplib $deplibs"
++          fi
++          continue
++          ;;
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	  if test "$linkmode,$pass" = "prog,link"; then
+ 	    compile_deplibs="$deplib $compile_deplibs"
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-doc.doc-base.gail-reference
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-doc.doc-base.gail-reference	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-doc.doc-base.gail-reference	(revision 2508)
@@ -0,0 +1,10 @@
+Document: gail-reference
+Title: Gail Reference Manual
+Author: Padraig O'Briain <padraig.obriain@sun.com>
+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
+
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/rules
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/rules	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/rules	(revision 2508)
@@ -0,0 +1,18 @@
+#! /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
+include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+CFLAGS += -Wall -g
+
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+
+# debug lib
+DEB_DH_STRIP_ARGS += --dbg-package=libgail-dbg
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-dbg.dirs
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-dbg.dirs	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-dbg.dirs	(revision 2508)
@@ -0,0 +1,1 @@
+usr/lib/debug/
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-common.install
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-common.install	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-common.install	(revision 2508)
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/gtk-*/modules/*.so
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail18.shlibs
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail18.shlibs	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail18.shlibs	(revision 2508)
@@ -0,0 +1,1 @@
+libgailutil 18 libgail18 (>= 1.10.1), libgail-common (>= 1.10.1)
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/watch
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/watch	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/watch	(revision 2508)
@@ -0,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/gail/([\d\.]+)[02468]/ gail-(.*)\.tar\.gz debian uupdate
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/copyright
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/copyright	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/copyright	(revision 2508)
@@ -0,0 +1,29 @@
+This package was debianized by Akira TAGOH <tagoh@debian.org> on
+Mon, 10 Dec 2001 23:54:53 +0900.
+
+It was downloaded from <http://ftp.gnome.org/pub/GNOME/sources/gail/>.
+
+Upstream Authors and Copyright Holders:
+ Bill.Haneman <bill.haneman@sun.com>
+ Marc.Mulcahy <marc.mulcahy@sun.com>
+ Padraig.Obriain <padraig.obriain@sun.com>
+
+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'.
+
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-doc.install
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-doc.install	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/libgail-doc.install	(revision 2508)
@@ -0,0 +1,1 @@
+debian/tmp/usr/share/gtk-doc/
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/shlibs.local
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/shlibs.local	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/shlibs.local	(revision 2508)
@@ -0,0 +1,1 @@
+libgailutil 18 libgail18 (>= 1.9.1)
Index: /pkg/main/gail/tags/1.20.2-parsix1/debian/control
===================================================================
--- /pkg/main/gail/tags/1.20.2-parsix1/debian/control	(revision 2508)
+++ /pkg/main/gail/tags/1.20.2-parsix1/debian/control	(revision 2508)
@@ -0,0 +1,67 @@
+Source: gail
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Sebastian DrÃ¶ge <slomo@debian.org>
+Build-Depends: debhelper (>> 5), cdbs (>= 0.4.41), pkg-config, libatk1.0-dev (>= 1.13.0), libgtk2.0-dev (>= 2.9.4), gnome-pkg-tools (>= 0.11.3), gtk-doc-tools
+Standards-Version: 3.7.2
+
+Package: libgail18
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: libgail17
+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: ${misc: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: ${misc:Depends}, libgail18 (= ${binary:Version}), libgail-common (= ${binary:Version}), libgtk2.0-dev (>= 2.9.4), pkg-config, libatk1.0-dev (>= 1.13.0)
+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: ${misc:Depends}, libgail18 (= ${binary:Version})
+Description: Gail libraries and debugging symbols
+ Gail is the "GNOME Accessibility Implementation Library".
+ .
+ This package contains detached debugging symbols.
+ .
+ Most people will not need this package.
+
+Package: libgail-doc
+Architecture: all
+Section: doc
+Depends: ${misc: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.
