--- accerciser-1.8.0.orig/debian/copyright +++ accerciser-1.8.0/debian/copyright @@ -0,0 +1,35 @@ +This package was first created by Mario Lang on +Fri, 5 May 2007 13:01:54 +0100. + +It was downloaded from ftp.gnome.org/pub/GNOME/sources/accerciser/ + +Upstream Authors: + Peter Parente + Eitan Isaacson + +Copyright: +Copyright (c) 2005, 2007 IBM Corporation +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the IBM Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- accerciser-1.8.0.orig/debian/rules +++ accerciser-1.8.0/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + dh_pysupport -p$(cdbs_curpkg) + +binary-post-install/accerciser:: + # force executable bit on files looking like python scripts + egrep -rlZ '^#!(.*)python' debian/accerciser/usr/share/accerciser/plugins | xargs -0 chmod a+x -- --- accerciser-1.8.0.orig/debian/control.in +++ accerciser-1.8.0/debian/control.in @@ -0,0 +1,40 @@ +Source: accerciser +Section: gnome +Priority: extra +Maintainer: Debian Accessibility Team +Uploaders: @GNOME_TEAM@ +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/accerciser +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/accerciser +Build-Depends: cdbs (>= 0.2.11), + debhelper (>= 5), + gnome-pkg-tools (>= 0.10) +Build-Depends-Indep: pkg-config, + intltool (>= 0.35.0), + gnome-doc-utils, + scrollkeeper, + libxml-parser-perl, + python-support, + python-gnome2, + python-glade2, + python-wnck, + python-pyatspi (>= 1.23.4) +Standards-Version: 3.8.3 + +Package: accerciser +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-pyatspi (>= 1.23.4), + python-gtk2 (>= 2.10), + python-glade2, + python-gnome2 (>= 2.12), + python-rsvg, + python-wnck, + python-gtksourceview2, + ipython +Description: an interactive Python accessibility explorer for the GNOME desktop + It uses AT-SPI to inspect and control widgets, allowing you to check if + an application is providing correct information to assistive technologies + and automated test frameworks. Accerciser has a simple plugin framework which + you can use to create custom views of accessibility information. --- accerciser-1.8.0.orig/debian/compat +++ accerciser-1.8.0/debian/compat @@ -0,0 +1 @@ +5 --- accerciser-1.8.0.orig/debian/changelog +++ accerciser-1.8.0/debian/changelog @@ -0,0 +1,170 @@ +accerciser (1.8.0-1) unstable; urgency=low + + * New major upstream release. + * debian/control{,.in}: + - Set Maintainer to "Debian Accessibility Team". + - Upgrade Standards-Version (3.8.1 -> 3.8.3), no changes. + - Fix Vcs-* URLs to point to 'desktop' not 'packages'. + * debian/watch: Update to track 1.8 branch. + + -- Mario Lang Fri, 25 Sep 2009 10:23:24 +0200 + +accerciser (1.6.1-1) unstable; urgency=low + + * New upstream stable release. + * Update watch file for the 1.6 series. + * debian/accerciser.postinst: removed, no longer needed. + * Add missing intltool build-dependency. + * Point Vcs-Svn field to unstable and add Vcs-Browser. + * Standards-Version is 3.8.1, no changes needed. + * debian/control.in: remove duplicate Section field. + * Move build-dependencies to Build-Depends-Indep, except those needed + for the clean target. + * debian/rules: remove check-dist.mk include. + * Depend on python-gtksourceview2. + * Stop depending on python-gnome2-desktop as it's just a metapackage + now and it's going away, depend on python-rsvg and python-wnck + instead. + * Likewise for Build-Depends, build-depend on python-wnck instead. + + -- Emilio Pozuelo Monfort Fri, 12 Jun 2009 16:26:58 +0200 + +accerciser (1.5.91-1) experimental; urgency=low + + [ Loic Minier ] + * Don't rebuild the scrollkeeper db during first configuration. + + [ Mario Lang ] + * New upstream release. + + -- Mario Lang Sun, 01 Mar 2009 14:50:50 +0100 + +accerciser (1.4.0-1) experimental; urgency=low + + * New upstream release. + * debian/control{,.in}: (Build-)Depend on python-pyatspi >= 1.23.4. + + -- Mario Lang Thu, 02 Oct 2008 18:25:56 +0200 + +accerciser (1.3.4-1) experimental; urgency=low + + * New upstream release. + * debian/rules: include simple-patchsys.mk. + * debian/patches/01_remove_site_package_version.patch: Patch to remove + hardcoded python version from startup script. + * Bump Standards-Version to 3.8.0 (no changes). + + -- Mario Lang Mon, 16 Jun 2008 22:09:41 +0200 + +accerciser (1.3.1-1) experimental; urgency=low + + * New upstream development release. + * Add Vcs-Svn field to control file. + * Add check-dist.mk to prevent accidental uploads to unstable. + + -- Mario Lang Wed, 23 Apr 2008 13:57:25 +0200 + +accerciser (1.2.0-1) unstable; urgency=low + + * New upstream release. + - Depend on python-pyatspi. + - Bump Standards-Version to 3.7.3 (no changes). + + -- Mario Lang Fri, 14 Mar 2008 13:17:37 +0100 + +accerciser (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Mario Lang Sat, 13 Oct 2007 19:56:20 +0200 + +accerciser (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Mario Lang Tue, 09 Oct 2007 21:59:12 +0200 + +accerciser (0.1.5-1) unstable; urgency=low + + * New upstream release. + + -- Mario Lang Sun, 29 Jul 2007 08:23:15 +0200 + +accerciser (0.1.4-1) unstable; urgency=low + + * New upstream release. + + -- Mario Lang Mon, 18 Jun 2007 02:35:13 +0200 + +accerciser (0.1.3-1) unstable; urgency=low + + * New upstream release. + * debian/control{,.in}: accerciser only contains scripts and files in + /usr/share, so make it arch: all. + + -- Mario Lang Sat, 09 Jun 2007 12:26:48 +0200 + +accerciser (0.1.2-9) unstable; urgency=medium + + * Track all branches in watch file. + * Bump up Debhelper compatibility level to 5. + * Force executable bit on files looking like Python scripts. + * Rebuild the scrollkeeper database on upgrade from broken versions; + closes: #425752. + + -- Loic Minier Thu, 24 May 2007 10:36:51 +0200 + +accerciser (0.1.2-8) unstable; urgency=low + + * Disable scrollkeeper. (Closes: Bug#425752). + + -- Mario Lang Thu, 24 May 2007 08:56:28 +0200 + +accerciser (0.1.2-7) unstable; urgency=low + + * scrollkeeper. + + -- Mario Lang Tue, 15 May 2007 20:32:49 +0200 + +accerciser (0.1.2-6) unstable; urgency=low + + * libxml-parser-perl. + + -- Mario Lang Tue, 15 May 2007 20:01:33 +0200 + +accerciser (0.1.2-5) unstable; urgency=low + + * And (finally?) also Build-Depend on at-spi for the Bonobo interface. + + -- Mario Lang Tue, 15 May 2007 18:28:20 +0200 + +accerciser (0.1.2-4) unstable; urgency=low + + * Add yet more {Build-,}Depends. Gosh, what was I thinking... + + -- Mario Lang Tue, 15 May 2007 11:31:02 +0200 + +accerciser (0.1.2-3) unstable; urgency=low + + * Build-Depend on gnome-doc-utils (Closes: Bug#423846). + + -- Mario Lang Tue, 15 May 2007 00:39:04 +0200 + +accerciser (0.1.2-2) unstable; urgency=low + + * Add Build-Depends on pkg-config (Closes: Bug#423726). + + -- Mario Lang Mon, 14 May 2007 12:23:05 +0200 + +accerciser (0.1.2-1) unstable; urgency=low + + * New upstream release. + + -- Mario Lang Sun, 13 May 2007 01:54:51 +0200 + +accerciser (0.1.1-1) unstable; urgency=low + + * Initial packaging. + + -- Mario Lang Fri, 04 May 2007 19:19:30 +0200 + --- accerciser-1.8.0.orig/debian/control +++ accerciser-1.8.0/debian/control @@ -0,0 +1,40 @@ +Source: accerciser +Section: gnome +Priority: extra +Maintainer: Debian Accessibility Team +Uploaders: Debian GNOME Maintainers , Mario Lang +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/accerciser +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/accerciser +Build-Depends: cdbs (>= 0.2.11), + debhelper (>= 5), + gnome-pkg-tools (>= 0.10) +Build-Depends-Indep: pkg-config, + intltool (>= 0.35.0), + gnome-doc-utils, + scrollkeeper, + libxml-parser-perl, + python-support, + python-gnome2, + python-glade2, + python-wnck, + python-pyatspi (>= 1.23.4) +Standards-Version: 3.8.3 + +Package: accerciser +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-pyatspi (>= 1.23.4), + python-gtk2 (>= 2.10), + python-glade2, + python-gnome2 (>= 2.12), + python-rsvg, + python-wnck, + python-gtksourceview2, + ipython +Description: an interactive Python accessibility explorer for the GNOME desktop + It uses AT-SPI to inspect and control widgets, allowing you to check if + an application is providing correct information to assistive technologies + and automated test frameworks. Accerciser has a simple plugin framework which + you can use to create custom views of accessibility information. --- accerciser-1.8.0.orig/debian/watch +++ accerciser-1.8.0/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/accerciser/1.8/ \ + accerciser-(.*)\.tar\.gz \ + debian uupdate --- accerciser-1.8.0.orig/debian/patches/01_remove_site_package_version.patch +++ accerciser-1.8.0/debian/patches/01_remove_site_package_version.patch @@ -0,0 +1,13 @@ +--- accerciser-1.3.4/src/accerciser.in.orig 2008-06-16 20:19:54.000000000 +0200 ++++ accerciser-1.3.4/src/accerciser.in 2008-06-16 22:01:43.000000000 +0200 +@@ -20,10 +20,6 @@ + # We can't rely on prefix if we're installed by relocated RPM. Instead, we + # use __file__ and for now hope that lib is relative to bin. + sys.prefix = os.path.normpath(os.path.join(os.path.dirname(__file__), '..')) +-libs = os.path.join(sys.prefix, 'lib', +- 'python@PYTHON_VERSION@', 'site-packages') +-# point to the proper site-packages path +-sys.path.insert(1, libs) + + import gnome + # make this program accessible