r17168 - in /desktop/experimental/gnome-python/debian: changelog control control.in docs python-gnome2-doc.doc-base.pygnomevfs python-gnome2-doc.examples python-gnome2-doc.install python-gnome2-doc.links python-gnome2.examples

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Sep 28 11:20:15 UTC 2008


Author: pochu-guest
Date: Sun Sep 28 11:20:15 2008
New Revision: 17168

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17168
Log:
* New upstream release
* Add docs file
* debian/control:
  - Bump Standards-Version to 3.8.0 (no changes needed)
  - Add python-gnome2-doc package
  - Add gtk-doc-tools to Build-Deps
  - python-gnome2 Suggests python-gnome2-doc
  - python-gnome2-dev Recommends python-gnome2-doc
* python-gnome2.examples moved to python-gnome2-doc.examples
* Change Homepage to http://www.pygtk.org/; the previous Homepage was a
  redirect to the new url.

Added:
    desktop/experimental/gnome-python/debian/docs
    desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs
    desktop/experimental/gnome-python/debian/python-gnome2-doc.examples
    desktop/experimental/gnome-python/debian/python-gnome2-doc.install
    desktop/experimental/gnome-python/debian/python-gnome2-doc.links
Modified:
    desktop/experimental/gnome-python/debian/changelog
    desktop/experimental/gnome-python/debian/control
    desktop/experimental/gnome-python/debian/control.in
    desktop/experimental/gnome-python/debian/python-gnome2.examples

Modified: desktop/experimental/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/changelog?rev=17168&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/changelog (original)
+++ desktop/experimental/gnome-python/debian/changelog Sun Sep 28 11:20:15 2008
@@ -1,3 +1,19 @@
+gnome-python (2.22.3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Add docs file
+  * debian/control:
+    - Bump Standards-Version to 3.8.0 (no changes needed)
+    - Add python-gnome2-doc package
+    - Add gtk-doc-tools to Build-Deps
+    - python-gnome2 Suggests python-gnome2-doc
+    - python-gnome2-dev Recommends python-gnome2-doc
+  * python-gnome2.examples moved to python-gnome2-doc.examples
+  * Change Homepage to http://www.pygtk.org/; the previous Homepage was a
+    redirect to the new url.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Sat, 27 Sep 2008 12:35:47 +0200
+
 gnome-python (2.22.0-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/experimental/gnome-python/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/control?rev=17168&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/control (original)
+++ desktop/experimental/gnome-python/debian/control Sun Sep 28 11:20:15 2008
@@ -19,10 +19,11 @@
                libgconf2-dev (>= 2.11.1),
                libbonobo2-dev (>= 2.8.0),
                libbonoboui2-dev (>= 2.8.0),
+               gtk-doc-tools,
                dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 XS-Python-Version: >= 2.2
-Homepage: http://www.daa.com.au/~james/software/pygtk/
+Homepage: http://www.pygtk.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian
 
@@ -33,6 +34,7 @@
          ${misc:Depends}
 Python-Depends: python-gtk2 (>= 2.10.3),
 		python-pyorbit (>= 2.0.1-4)
+Suggests: python-gnome2-doc
 Provides: ${python:Provides}
 Conflicts: python2.3-gnome2,
            python2.4-gnome2
@@ -49,6 +51,7 @@
          python-gnome2 (>= ${source:Version}),
          python-gtk2-dev (>= 2.10.3),
          python-pyorbit-dev (>= 2.0.1-4)
+Recommends: python-gnome2-doc
 Replaces: python2.2-gnome2 (<< 1.99.16-7),
           python2.3-gnome2 (<< 2.12.1-3),
           python2.4-gnome2 (<< 2.12.1-3)
@@ -57,3 +60,19 @@
 Description: Python bindings for the GNOME desktop environment - development files
  This archive contains files that allow you to build wrappers for addon
  that interoperate gnome-python.
+
+Package: python-gnome2-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: python-gnome2
+Suggests: devhelp
+Description: Python bindings for the GNOME desktop environment
+ This archive contains modules that allow you to write GNOME programs
+ in Python.
+ .
+ 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 GNOME applications.

Modified: desktop/experimental/gnome-python/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/control.in?rev=17168&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/control.in (original)
+++ desktop/experimental/gnome-python/debian/control.in Sun Sep 28 11:20:15 2008
@@ -19,10 +19,11 @@
                libgconf2-dev (>= 2.11.1),
                libbonobo2-dev (>= 2.8.0),
                libbonoboui2-dev (>= 2.8.0),
+               gtk-doc-tools,
                dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 XS-Python-Version: >= 2.2
-Homepage: http://www.daa.com.au/~james/software/pygtk/
+Homepage: http://www.pygtk.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian
 
@@ -33,6 +34,7 @@
          ${misc:Depends}
 Python-Depends: python-gtk2 (>= 2.10.3),
 		python-pyorbit (>= 2.0.1-4)
+Suggests: python-gnome2-doc
 Provides: ${python:Provides}
 Conflicts: python2.3-gnome2,
            python2.4-gnome2
@@ -49,6 +51,7 @@
          python-gnome2 (>= ${source:Version}),
          python-gtk2-dev (>= 2.10.3),
          python-pyorbit-dev (>= 2.0.1-4)
+Recommends: python-gnome2-doc
 Replaces: python2.2-gnome2 (<< 1.99.16-7),
           python2.3-gnome2 (<< 2.12.1-3),
           python2.4-gnome2 (<< 2.12.1-3)
@@ -57,3 +60,19 @@
 Description: Python bindings for the GNOME desktop environment - development files
  This archive contains files that allow you to build wrappers for addon
  that interoperate gnome-python.
+
+Package: python-gnome2-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: python-gnome2
+Suggests: devhelp
+Description: Python bindings for the GNOME desktop environment
+ This archive contains modules that allow you to write GNOME programs
+ in Python.
+ .
+ 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 GNOME applications.

Added: desktop/experimental/gnome-python/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/docs?rev=17168&op=file
==============================================================================
--- desktop/experimental/gnome-python/debian/docs (added)
+++ desktop/experimental/gnome-python/debian/docs Sun Sep 28 11:20:15 2008
@@ -1,0 +1,1 @@
+NEWS

Added: desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs?rev=17168&op=file
==============================================================================
--- desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs (added)
+++ desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs Sun Sep 28 11:20:15 2008
@@ -1,0 +1,10 @@
+Document: python-gnomevfs-reference
+Title: Python GnomeVFS Reference Manual
+Author: David Trowbridge
+Abstract: This is a developer reference manual
+ describing the classes of the Python GnomeVFS module.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-gnome2-doc/pygnomevfs/html/index.html
+Files: /usr/share/doc/python-gnome2-doc/pygnomevfs/html/*.html

Added: desktop/experimental/gnome-python/debian/python-gnome2-doc.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/python-gnome2-doc.examples?rev=17168&op=file
==============================================================================
--- desktop/experimental/gnome-python/debian/python-gnome2-doc.examples (added)
+++ desktop/experimental/gnome-python/debian/python-gnome2-doc.examples Sun Sep 28 11:20:15 2008
@@ -1,0 +1,1 @@
+examples/*

Added: desktop/experimental/gnome-python/debian/python-gnome2-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/python-gnome2-doc.install?rev=17168&op=file
==============================================================================
--- desktop/experimental/gnome-python/debian/python-gnome2-doc.install (added)
+++ desktop/experimental/gnome-python/debian/python-gnome2-doc.install Sun Sep 28 11:20:15 2008
@@ -1,0 +1,1 @@
+usr/share/gtk-doc

Added: desktop/experimental/gnome-python/debian/python-gnome2-doc.links
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/python-gnome2-doc.links?rev=17168&op=file
==============================================================================
--- desktop/experimental/gnome-python/debian/python-gnome2-doc.links (added)
+++ desktop/experimental/gnome-python/debian/python-gnome2-doc.links Sun Sep 28 11:20:15 2008
@@ -1,0 +1,1 @@
+/usr/share/gtk-doc/html/pygnomevfs /usr/share/doc/python-gnome2-doc/pygnomevfs/html

Modified: desktop/experimental/gnome-python/debian/python-gnome2.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/python-gnome2.examples?rev=17168&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/python-gnome2.examples (original)
+++ desktop/experimental/gnome-python/debian/python-gnome2.examples Sun Sep 28 11:20:15 2008
@@ -1,1 +1,0 @@
-examples/*




More information about the pkg-gnome-commits mailing list