r16915 - in /desktop/experimental/pygtk/debian: changelog control control.in

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Sep 8 11:30:15 UTC 2008


Author: pochu-guest
Date: Mon Sep  8 11:30:14 2008
New Revision: 16915

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16915
Log:
python-gtk2-doc recommends python-glade2 for the examples, instead
of suggest it.

Modified:
    desktop/experimental/pygtk/debian/changelog
    desktop/experimental/pygtk/debian/control
    desktop/experimental/pygtk/debian/control.in

Modified: desktop/experimental/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/changelog?rev=16915&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/changelog (original)
+++ desktop/experimental/pygtk/debian/changelog Mon Sep  8 11:30:14 2008
@@ -36,6 +36,7 @@
       + Change permission fixup constructs (chmod 755) to use xargs and not
         run if nothing has to be fixed.
 
+
   * debian/control.in:
     - Bump Standards-Version to 3.8.0.
     - Move Homepage to its own field.
@@ -45,13 +46,15 @@
       needed for pygtk-demo.
     - python-gtk2-doc recommends python-gobject and python-cairo, needed
       by some examples.
+    - python-gtk2-doc recommends python-glade2 for the examples, instead
+      of suggest it.
   * debian/python-gtk2-doc.links:
     - Link /usr/lib/pygtk/2.0 to /usr/share/doc/python-gtk2-doc/examples,
       needed by pygtk-demo.
   * debian/copyright:
     - Add Copyright holders.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 08 Sep 2008 12:44:47 +0200
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 08 Sep 2008 13:24:31 +0200
 
 pygtk (2.13.0-0ubuntu3) intrepid; urgency=low
 

Modified: desktop/experimental/pygtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/control?rev=16915&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/control (original)
+++ desktop/experimental/pygtk/debian/control Mon Sep  8 11:30:14 2008
@@ -141,9 +141,9 @@
          python-gtk2,
 Conflicts: python-gtk2 (<< 2.10.4-3)
 Recommends: python-gobject,
-            python-cairo
-Suggests: devhelp,
-          python-glade2
+            python-cairo,
+            python-glade2
+Suggests: devhelp
 Description: Python bindings for the GTK+ widget set - documentation
  This package contains the documentation and API reference for the
  Python bindings of the Pango, ATK, GDK, GTK+ and Glade libraries.

Modified: desktop/experimental/pygtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/control.in?rev=16915&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/control.in (original)
+++ desktop/experimental/pygtk/debian/control.in Mon Sep  8 11:30:14 2008
@@ -141,9 +141,9 @@
          python-gtk2,
 Conflicts: python-gtk2 (<< 2.10.4-3)
 Recommends: python-gobject,
-            python-cairo
-Suggests: devhelp,
-          python-glade2
+            python-cairo,
+            python-glade2
+Suggests: devhelp
 Description: Python bindings for the GTK+ widget set - documentation
  This package contains the documentation and API reference for the
  Python bindings of the Pango, ATK, GDK, GTK+ and Glade libraries.




More information about the pkg-gnome-commits mailing list