r17492 - in /desktop/experimental/pygtksourceview/debian: changelog control control.in copyright pyversions rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 13 10:41:44 UTC 2008


Author: joss
Date: Thu Nov 13 10:41:44 2008
New Revision: 17492

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17492
Log:
* New upstream release.
* Update dependencies and build-dependencies.
* Standards version is 3.8.0.
* Require python 2.5 to match the requirement in pygobject.
* Add missing copyright information.
* Fix capitalization of Python in the description.

Added:
    desktop/experimental/pygtksourceview/debian/pyversions
Modified:
    desktop/experimental/pygtksourceview/debian/changelog
    desktop/experimental/pygtksourceview/debian/control
    desktop/experimental/pygtksourceview/debian/control.in
    desktop/experimental/pygtksourceview/debian/copyright
    desktop/experimental/pygtksourceview/debian/rules

Modified: desktop/experimental/pygtksourceview/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtksourceview/debian/changelog?rev=17492&op=diff
==============================================================================
--- desktop/experimental/pygtksourceview/debian/changelog (original)
+++ desktop/experimental/pygtksourceview/debian/changelog Thu Nov 13 10:41:44 2008
@@ -1,3 +1,14 @@
+pygtksourceview (2.4.0-1) experimental; urgency=low
+
+  * New upstream release.
+  * Update dependencies and build-dependencies.
+  * Standards version is 3.8.0.
+  * Require python 2.5 to match the requirement in pygobject.
+  * Add missing copyright information.
+  * Fix capitalization of Python in the description.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 13 Nov 2008 10:22:58 +0100
+
 pygtksourceview (2.2.0-1) unstable; urgency=low
 
   * New upstream stable release:

Modified: desktop/experimental/pygtksourceview/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtksourceview/debian/control?rev=17492&op=diff
==============================================================================
--- desktop/experimental/pygtksourceview/debian/control (original)
+++ desktop/experimental/pygtksourceview/debian/control Thu Nov 13 10:41:44 2008
@@ -6,28 +6,28 @@
 Build-Depends: debhelper (>= 5),
                python-support (>= 0.4),
                gnome-pkg-tools (>= 0.10),
-               python-all-dev (>= 2.3.5),
-               python-gobject-dev (>= 2.8.0),
+               python-all-dev (>= 2.5),
+               python-gobject-dev (>= 2.15.2),
                python-gtk2-dev (>= 2.8.0),
-               libgtksourceview2.0-dev (>= 2.2.0),
+               libgtksourceview2.0-dev (>= 2.3.0),
                xsltproc,
                docbook-xsl,
                autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: python-gtksourceview2
 Architecture: any
 Depends: ${python:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Python-Depends: python-gobject (>= 2.8.0), python-gtk2 (>= 2.8.0)
+Python-Depends: python-gobject (>= 2.15.2), python-gtk2 (>= 2.8.0)
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Suggests: libgtksourceview2.0-dev (>= 2.0.0)
+Suggests: libgtksourceview2.0-dev (>= 2.3.0)
 Description: Python bindings for the GtkSourceView widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text
  widget GtkTextView. It improves GtkTextView by implementing syntax
  highlighting and other features typical of a source editor.
  .
- This package contains the python bindings for GtkSourceView, and allows
- to write python programs that use the GtkSourceView widget.
+ This package contains the Python bindings for GtkSourceView, and allows
+ to write Python programs that use the GtkSourceView widget.

Modified: desktop/experimental/pygtksourceview/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtksourceview/debian/control.in?rev=17492&op=diff
==============================================================================
--- desktop/experimental/pygtksourceview/debian/control.in (original)
+++ desktop/experimental/pygtksourceview/debian/control.in Thu Nov 13 10:41:44 2008
@@ -6,28 +6,28 @@
 Build-Depends: debhelper (>= 5),
                python-support (>= 0.4),
                gnome-pkg-tools (>= 0.10),
-               python-all-dev (>= 2.3.5),
-               python-gobject-dev (>= 2.8.0),
+               python-all-dev (>= 2.5),
+               python-gobject-dev (>= 2.15.2),
                python-gtk2-dev (>= 2.8.0),
-               libgtksourceview2.0-dev (>= 2.2.0),
+               libgtksourceview2.0-dev (>= 2.3.0),
                xsltproc,
                docbook-xsl,
                autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: python-gtksourceview2
 Architecture: any
 Depends: ${python:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Python-Depends: python-gobject (>= 2.8.0), python-gtk2 (>= 2.8.0)
+Python-Depends: python-gobject (>= 2.15.2), python-gtk2 (>= 2.8.0)
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Suggests: libgtksourceview2.0-dev (>= 2.0.0)
+Suggests: libgtksourceview2.0-dev (>= 2.3.0)
 Description: Python bindings for the GtkSourceView widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text
  widget GtkTextView. It improves GtkTextView by implementing syntax
  highlighting and other features typical of a source editor.
  .
- This package contains the python bindings for GtkSourceView, and allows
- to write python programs that use the GtkSourceView widget.
+ This package contains the Python bindings for GtkSourceView, and allows
+ to write Python programs that use the GtkSourceView widget.

Modified: desktop/experimental/pygtksourceview/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtksourceview/debian/copyright?rev=17492&op=diff
==============================================================================
--- desktop/experimental/pygtksourceview/debian/copyright (original)
+++ desktop/experimental/pygtksourceview/debian/copyright Thu Nov 13 10:41:44 2008
@@ -4,6 +4,10 @@
 It was downloaded from <http://ftp.gnome.org/pub/GNOME/sources/pygtksourceview/>
 
 Upstream authors: Gian Mario Tagliaretti <gianmt at gnome.org>
+
+Copyright:
+    Copyright (C) 2007 - Gian Mario Tagliaretti
+    Copyright (C) 2004 - Iñigo Serna
 
 License:
 

Added: desktop/experimental/pygtksourceview/debian/pyversions
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtksourceview/debian/pyversions?rev=17492&op=file
==============================================================================
--- desktop/experimental/pygtksourceview/debian/pyversions (added)
+++ desktop/experimental/pygtksourceview/debian/pyversions Thu Nov 13 10:41:44 2008
@@ -1,0 +1,1 @@
+2.5-

Modified: desktop/experimental/pygtksourceview/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtksourceview/debian/rules?rev=17492&op=diff
==============================================================================
--- desktop/experimental/pygtksourceview/debian/rules (original)
+++ desktop/experimental/pygtksourceview/debian/rules Thu Nov 13 10:41:44 2008
@@ -17,7 +17,7 @@
 	configure_flags += --host=$(DEB_HOST_GNU_TYPE)
 endif
 
-PYVERS := $(shell pyversions -vs)
+PYVERS := $(shell pyversions -vr)
 
 build-%/configure-stamp:
 	dh_testdir




More information about the pkg-gnome-commits mailing list