r22909 - in /desktop/unstable/pygtk/debian: changelog control control.in
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Fri Jan 29 13:42:15 UTC 2010
Author: dktrkranz
Date: Fri Jan 29 13:42:15 2010
New Revision: 22909
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22909
Log:
Fix typos
Modified:
desktop/unstable/pygtk/debian/changelog
desktop/unstable/pygtk/debian/control
desktop/unstable/pygtk/debian/control.in
Modified: desktop/unstable/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/changelog?rev=22909&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtk/debian/changelog [utf-8] Fri Jan 29 13:42:15 2010
@@ -28,14 +28,15 @@
gtk.gdk.color_from_hsv definition.
* debian/control.in:
- Add python-cairo-dbg and python-gobject-dbg to Build-Depends, they
- are required to succesfully run tests at build time.
+ are required to successfully run tests at build time.
+ - Drop duplicate autotools-dev build-dependency.
- Depend on ${misc:Depends} for python-gtk2-dev and python-gtk2-dbg.
- Bump Standards-Version to 3.8.4, no changes needed.
[ Loïc Minier ]
* Pass -screen to xvfb-run after the -s command-line flag and with -noreset.
- -- Luca Falavigna <dktrkranz at debian.org> Fri, 29 Jan 2010 11:18:23 +0100
+ -- Luca Falavigna <dktrkranz at debian.org> Fri, 29 Jan 2010 14:41:14 +0100
pygtk (2.16.0-1) unstable; urgency=low
Modified: desktop/unstable/pygtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/control?rev=22909&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/control [utf-8] (original)
+++ desktop/unstable/pygtk/debian/control [utf-8] Fri Jan 29 13:42:15 2010
@@ -31,7 +31,6 @@
python-gobject-dbg (>= 2.16.1),
xsltproc,
docbook-xsl,
- autotools-dev,
gnome-icon-theme
XS-Python-Version: >= 2.5
Standards-Version: 3.8.4
@@ -72,7 +71,7 @@
python-numpy-dbg,
python-cairo-dbg,
python-gobject-dbg,
- ${shlibs:Depends}
+ ${shlibs:Depends},
${misc:Depends}
Description: Python bindings for the GTK+ widget set (debug extension)
This archive contains modules that allow you to use GTK+ in Python
Modified: desktop/unstable/pygtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/control.in?rev=22909&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygtk/debian/control.in [utf-8] Fri Jan 29 13:42:15 2010
@@ -26,7 +26,6 @@
python-gobject-dbg (>= 2.16.1),
xsltproc,
docbook-xsl,
- autotools-dev,
gnome-icon-theme
XS-Python-Version: >= 2.5
Standards-Version: 3.8.4
@@ -67,7 +66,7 @@
python-numpy-dbg,
python-cairo-dbg,
python-gobject-dbg,
- ${shlibs:Depends}
+ ${shlibs:Depends},
${misc:Depends}
Description: Python bindings for the GTK+ widget set (debug extension)
This archive contains modules that allow you to use GTK+ in Python
More information about the pkg-gnome-commits
mailing list