r11482 - in /desktop/unstable/pygtk/debian: changelog control control.in python-glade2.examples python-gtk2-doc.examples python-gtk2-doc.install python-gtk2-doc.links python-gtk2.examples python-gtk2.install python-gtk2.links

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Jun 12 18:49:25 UTC 2007


Author: joss
Date: Tue Jun 12 18:49:25 2007
New Revision: 11482

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11482
Log:
* Split the documentation in the python-gtk2-doc package as it is 
  really large. Incidentally closes: #428579.

Added:
    desktop/unstable/pygtk/debian/python-gtk2-doc.examples
      - copied, changed from r11481, desktop/unstable/pygtk/debian/python-gtk2.examples
    desktop/unstable/pygtk/debian/python-gtk2-doc.install
    desktop/unstable/pygtk/debian/python-gtk2-doc.links
      - copied, changed from r11481, desktop/unstable/pygtk/debian/python-gtk2.links
Removed:
    desktop/unstable/pygtk/debian/python-glade2.examples
    desktop/unstable/pygtk/debian/python-gtk2.examples
    desktop/unstable/pygtk/debian/python-gtk2.links
Modified:
    desktop/unstable/pygtk/debian/changelog
    desktop/unstable/pygtk/debian/control
    desktop/unstable/pygtk/debian/control.in
    desktop/unstable/pygtk/debian/python-gtk2.install

Modified: desktop/unstable/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/changelog?rev=11482&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog (original)
+++ desktop/unstable/pygtk/debian/changelog Tue Jun 12 18:49:25 2007
@@ -1,3 +1,10 @@
+pygtk (2.10.4-3) unstable; urgency=low
+
+  * Split the documentation in the python-gtk2-doc package as it is 
+    really large. Incidentally closes: #428579.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 12 Jun 2007 20:33:45 +0200
+
 pygtk (2.10.4-2) unstable; urgency=low
 
   * Honor CFLAGS we set in rules, doh!

Modified: desktop/unstable/pygtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/control?rev=11482&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/control (original)
+++ desktop/unstable/pygtk/debian/control Tue Jun 12 18:49:25 2007
@@ -30,6 +30,7 @@
          python-numeric (>= 24.2-3),
          python-cairo (>= 1.0.2-1.1),
          python-gobject (>= 2.12.1)
+Recommends: python-gtk2-doc
 Provides: ${python:Provides}
 XS-Python-Version: ${python:Version}
 Conflicts: python-gdk-imlib,
@@ -78,6 +79,7 @@
          ${shlibs:Depends},
          ${misc:Depends},
          python-gtk2 (= ${Source-Version})
+Recommends: python-gtk2-doc
 Conflicts: python-gdk-imlib,
            python-glade,
            python-gnome,
@@ -92,3 +94,21 @@
  the .glade file instead of constructing the GUI at runtime.
  .
  URL: http://www.daa.com.au/~james/software/pygtk/
+
+Package: python-gtk2-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Conflicts: python-gtk2 (<< 2.10.4-3)
+Recommends: python-gtk2
+Suggests: devhelp, python-glade2
+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.
+ It is well structured and easy to use.
+ .
+ The documentation can be browsed with the devhelp documentation 
+ browser, or with a regular web browser.
+ .
+ This package also provides several examples showing how to use these 
+ bindings to build simple GUI applications.

Modified: desktop/unstable/pygtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/control.in?rev=11482&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/control.in (original)
+++ desktop/unstable/pygtk/debian/control.in Tue Jun 12 18:49:25 2007
@@ -30,6 +30,7 @@
          python-numeric (>= 24.2-3),
          python-cairo (>= 1.0.2-1.1),
          python-gobject (>= 2.12.1)
+Recommends: python-gtk2-doc
 Provides: ${python:Provides}
 XS-Python-Version: ${python:Version}
 Conflicts: python-gdk-imlib,
@@ -78,6 +79,7 @@
          ${shlibs:Depends},
          ${misc:Depends},
          python-gtk2 (= ${Source-Version})
+Recommends: python-gtk2-doc
 Conflicts: python-gdk-imlib,
            python-glade,
            python-gnome,
@@ -92,3 +94,21 @@
  the .glade file instead of constructing the GUI at runtime.
  .
  URL: http://www.daa.com.au/~james/software/pygtk/
+
+Package: python-gtk2-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Conflicts: python-gtk2 (<< 2.10.4-3)
+Recommends: python-gtk2
+Suggests: devhelp, python-glade2
+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.
+ It is well structured and easy to use.
+ .
+ The documentation can be browsed with the devhelp documentation 
+ browser, or with a regular web browser.
+ .
+ This package also provides several examples showing how to use these 
+ bindings to build simple GUI applications.

Copied: desktop/unstable/pygtk/debian/python-gtk2-doc.examples (from r11481, desktop/unstable/pygtk/debian/python-gtk2.examples)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/python-gtk2-doc.examples?rev=11482&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/python-gtk2.examples (original)
+++ desktop/unstable/pygtk/debian/python-gtk2-doc.examples Tue Jun 12 18:49:25 2007
@@ -1,6 +1,7 @@
 debian/tmp/usr/lib/pygtk/2.0/demos
 debian/tmp/usr/lib/pygtk/2.0/*.py
 examples/atk
+examples/glade
 examples/gtk
 examples/ide
 examples/pango

Added: desktop/unstable/pygtk/debian/python-gtk2-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/python-gtk2-doc.install?rev=11482&op=file
==============================================================================
--- desktop/unstable/pygtk/debian/python-gtk2-doc.install (added)
+++ desktop/unstable/pygtk/debian/python-gtk2-doc.install Tue Jun 12 18:49:25 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/gtk-doc

Copied: desktop/unstable/pygtk/debian/python-gtk2-doc.links (from r11481, desktop/unstable/pygtk/debian/python-gtk2.links)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/python-gtk2-doc.links?rev=11482&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/python-gtk2.links (original)
+++ desktop/unstable/pygtk/debian/python-gtk2-doc.links Tue Jun 12 18:49:25 2007
@@ -1,1 +1,1 @@
-/usr/share/gtk-doc/html/pygtk /usr/share/doc/python-gtk2/html
+/usr/share/gtk-doc/html/pygtk /usr/share/doc/python-gtk2-doc/html

Modified: desktop/unstable/pygtk/debian/python-gtk2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/python-gtk2.install?rev=11482&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/python-gtk2.install (original)
+++ desktop/unstable/pygtk/debian/python-gtk2.install Tue Jun 12 18:49:25 2007
@@ -1,4 +1,3 @@
 debian/tmp/usr/lib/python*/site-packages/gtk-2.0/*.so
 debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gtk/_gtk.so
 debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gtk/*.py
-debian/tmp/usr/share/gtk-doc




More information about the pkg-gnome-commits mailing list