Changeset 6601
- Timestamp:
- 07/03/10 03:56:11 (3 years ago)
- Location:
- pkg/vinnie/main/at-spi/trunk/debian
- Files:
-
- 1 added
- 4 edited
-
changelog (modified) (1 diff)
-
control (modified) (7 diffs)
-
control.in (modified) (7 diffs)
-
python-pyatspi.postinst (added)
-
rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/vinnie/main/at-spi/trunk/debian/changelog
r5938 r6601 1 at-spi (2:1.28.1-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 1.28.1-2 4 5 -- Alan Baghumian <alan@technotux.org> Thu, 26 Nov 2009 12:43:44 -0800 1 at-spi (2:1.30.1-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 1.30.1-2 4 5 -- Alan Baghumian <alan@technotux.org> Fri, 02 Jul 2010 18:54:55 -0700 6 7 at-spi (1.30.1-2) unstable; urgency=low 8 9 * Add missing dependency on libgail-common. Closes: #579507. 10 11 -- Josselin Mouette <joss@debian.org> Sat, 08 May 2010 15:21:16 +0200 12 13 at-spi (1.30.1-1) unstable; urgency=low 14 15 * New upstream bugfix release. 16 17 -- Sebastian Dröge <slomo@debian.org> Mon, 26 Apr 2010 10:28:53 +0200 18 19 at-spi (1.30.0-2) unstable; urgency=low 20 21 * Require Python 2.5 since pyatspi uses a 2.5-specific syntax. 22 Closes: #576650. 23 24 -- Josselin Mouette <joss@debian.org> Wed, 07 Apr 2010 20:08:52 +0200 25 26 at-spi (1.30.0-1) unstable; urgency=low 27 28 * New upstream stable release: 29 + debian/control.in: 30 - Build depend on GTK+ >= 2.19.7. 31 32 -- Sebastian Dröge <slomo@debian.org> Mon, 05 Apr 2010 17:52:50 +0200 33 34 at-spi (1.29.92-1) experimental; urgency=low 35 36 [ Josselin Mouette ] 37 * Add missing dependency on libx11-dev. Closes: #573709. 38 * Drop at-spi-doc dependency on a web browser, recommend devhelp 39 instead. Closes: #573710. 40 41 [ Sebastian Dröge ] 42 * New upstream development release: 43 + debian/control.in: 44 - Update build dependencies. 45 46 -- Sebastian Dröge <slomo@debian.org> Mon, 29 Mar 2010 08:19:30 +0200 47 48 at-spi (1.28.1-3) unstable; urgency=low 49 50 * Drop build-dependency on libxevie-dev. Closes: #558111. 51 * Remove incorrect ${python:Provides} (no Python-Depends used). 52 * Switch to python-support, python-central started generating 53 incorrect dependencies. 54 * Add postinst snippet to remove the old pycentral files. 55 56 -- Josselin Mouette <joss@debian.org> Wed, 27 Jan 2010 17:43:25 +0100 6 57 7 58 at-spi (1.28.1-2) unstable; urgency=low -
pkg/vinnie/main/at-spi/trunk/debian/control
r5938 r6601 1 # This file is autogenerated. DO NOT EDIT! 2 # 3 # Modifications should be made to debian/control.in instead. 4 # This file is regenerated automatically in the clean target. 5 1 6 Source: at-spi 2 7 Section: libs 3 8 Priority: optional 4 9 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 5 Uploaders: Josselin Mouette <joss@debian.org>, Mario Lang <mlang@debian.org> 10 Uploaders: Josselin Mouette <joss@debian.org>, Mario Lang <mlang@debian.org>, Sebastian Dröge <slomo@debian.org> 6 11 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/at-spi 7 XS-Python-Version: >= 2. 412 XS-Python-Version: >= 2.5 8 13 Build-Depends: debhelper (>= 5), 9 14 pkg-config, 10 15 cdbs (>= 0.4.41), 11 16 sharutils, 12 libatk1.0-dev (>= 1.17.0), 13 libgtk2.0-dev (>= 2.10.0), 17 libatk1.0-dev (>= 1.29.2), 18 libgtk2.0-dev (>= 2.19.7), 19 libgconf2-dev (>= 2.0.0), 14 20 libdbus-glib-1-dev (>= 0.76), 15 21 libgail-dev (>= 1.9.0), 16 22 libbonobo2-dev (>= 2.4.0), 17 23 intltool (>= 0.40.0), 18 python-all-dev (>= 2. 4),24 python-all-dev (>= 2.5), 19 25 gtk-doc-tools (>= 1.0), 20 26 libxt-dev, … … 24 30 libxtst-dev, 25 31 libxi-dev, 26 libxevie-dev,27 32 libsm-dev, 28 33 libice-dev, … … 30 35 autotools-dev, 31 36 gnome-pkg-tools (>= 0.11.3), 32 python- central (>= 0.5),37 python-support (>= 0.7) 33 38 Standards-Version: 3.8.3 34 39 … … 36 41 Architecture: any 37 42 Section: gnome 38 Depends: ${misc:Depends}, ${shlibs:Depends} 43 Depends: ${misc:Depends}, ${shlibs:Depends}, libgail-common 39 44 Replaces: libatspi-dev (<< 1.6.0-2) 40 45 Description: Assistive Technology Service Provider Interface … … 69 74 libatspi1.0-0 (= ${binary:Version}), 70 75 libbonobo2-dev (>= 2.4.0), 71 libatk1.0-dev (>= 1.17.0) 76 libatk1.0-dev (>= 1.17.0), 77 libx11-dev 72 78 Suggests: at-spi-doc 73 79 Description: Development files of at-spi for GNOME Accessibility … … 95 101 Architecture: all 96 102 Section: doc 97 Depends: ${misc:Depends}, lynx | www-browser 103 Depends: ${misc:Depends} 104 Recommends: devhelp 98 105 Description: Documentation files of at-spi for GNOME Accessibility 99 106 at-spi is the "Assistive Technology Service Provider Interface". … … 109 116 Section: python 110 117 Depends: ${python:Depends}, ${misc:Depends}, at-spi (>= ${source:Version}), at-spi (<< ${source:Version}.1~), python-pyorbit, python-gnome2 111 Provides: ${python:Provides}112 118 XB-Python-Version: ${python:Versions} 113 119 Description: Assistive Technology Service Provider Interface - Python bindings -
pkg/vinnie/main/at-spi/trunk/debian/control.in
r5938 r6601 5 5 Uploaders: @GNOME_TEAM@ 6 6 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/at-spi 7 XS-Python-Version: >= 2. 47 XS-Python-Version: >= 2.5 8 8 Build-Depends: debhelper (>= 5), 9 9 pkg-config, 10 10 cdbs (>= 0.4.41), 11 11 sharutils, 12 libatk1.0-dev (>= 1.17.0), 13 libgtk2.0-dev (>= 2.10.0), 12 libatk1.0-dev (>= 1.29.2), 13 libgtk2.0-dev (>= 2.19.7), 14 libgconf2-dev (>= 2.0.0), 14 15 libdbus-glib-1-dev (>= 0.76), 15 16 libgail-dev (>= 1.9.0), 16 17 libbonobo2-dev (>= 2.4.0), 17 18 intltool (>= 0.40.0), 18 python-all-dev (>= 2. 4),19 python-all-dev (>= 2.5), 19 20 gtk-doc-tools (>= 1.0), 20 21 libxt-dev, … … 24 25 libxtst-dev, 25 26 libxi-dev, 26 libxevie-dev,27 27 libsm-dev, 28 28 libice-dev, … … 30 30 autotools-dev, 31 31 gnome-pkg-tools (>= 0.11.3), 32 python- central (>= 0.5),32 python-support (>= 0.7) 33 33 Standards-Version: 3.8.3 34 34 … … 36 36 Architecture: any 37 37 Section: gnome 38 Depends: ${misc:Depends}, ${shlibs:Depends} 38 Depends: ${misc:Depends}, ${shlibs:Depends}, libgail-common 39 39 Replaces: libatspi-dev (<< 1.6.0-2) 40 40 Description: Assistive Technology Service Provider Interface … … 69 69 libatspi1.0-0 (= ${binary:Version}), 70 70 libbonobo2-dev (>= 2.4.0), 71 libatk1.0-dev (>= 1.17.0) 71 libatk1.0-dev (>= 1.17.0), 72 libx11-dev 72 73 Suggests: at-spi-doc 73 74 Description: Development files of at-spi for GNOME Accessibility … … 95 96 Architecture: all 96 97 Section: doc 97 Depends: ${misc:Depends}, lynx | www-browser 98 Depends: ${misc:Depends} 99 Recommends: devhelp 98 100 Description: Documentation files of at-spi for GNOME Accessibility 99 101 at-spi is the "Assistive Technology Service Provider Interface". … … 109 111 Section: python 110 112 Depends: ${python:Depends}, ${misc:Depends}, at-spi (>= ${source:Version}), at-spi (<< ${source:Version}.1~), python-pyorbit, python-gnome2 111 Provides: ${python:Provides}112 113 XB-Python-Version: ${python:Versions} 113 114 Description: Assistive Technology Service Provider Interface - Python bindings -
pkg/vinnie/main/at-spi/trunk/debian/rules
r5183 r6601 8 8 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 9 9 10 DEB_PYTHON_SYSTEM := pycentral11 10 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc 12 11 … … 32 31 33 32 binary-install/python-pyatspi:: 34 dh_py central33 dh_pysupport -ppython-pyatspi
Note: See TracChangeset
for help on using the changeset viewer.


