r14718 - in /packages/unstable/hotwire/debian: changelog control control.in patches/python2.5_exec.patch pycompat pyversions

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Feb 20 19:53:44 UTC 2008


Author: joss
Date: Wed Feb 20 19:53:43 2008
New Revision: 14718

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14718
Log:
* New upstream release.
* python2.5_exec.patch: removed, upstream made it compatible again
  with python2.4.
* pyversions: we support from 2.4.
* Remove 2.5-ness in dependencies.
* Depend on python-pysqlite2.
* Recommend python-gnome2-desktop, python-simplejson.
* Add deprecated debian/pycompat (stupid cdbs).

Added:
    packages/unstable/hotwire/debian/pycompat
Removed:
    packages/unstable/hotwire/debian/patches/python2.5_exec.patch
Modified:
    packages/unstable/hotwire/debian/changelog
    packages/unstable/hotwire/debian/control
    packages/unstable/hotwire/debian/control.in
    packages/unstable/hotwire/debian/pyversions

Modified: packages/unstable/hotwire/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/changelog?rev=14718&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/changelog (original)
+++ packages/unstable/hotwire/debian/changelog Wed Feb 20 19:53:43 2008
@@ -1,3 +1,16 @@
+hotwire (0.710-1) unstable; urgency=low
+
+  * New upstream release.
+  * python2.5_exec.patch: removed, upstream made it compatible again
+    with python2.4.
+  * pyversions: we support from 2.4.
+  * Remove 2.5-ness in dependencies.
+  * Depend on python-pysqlite2.
+  * Recommend python-gnome2-desktop, python-simplejson.
+  * Add deprecated debian/pycompat (stupid cdbs).
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 20 Feb 2008 20:33:23 +0100
+
 hotwire (0.620-3) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: packages/unstable/hotwire/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/control?rev=14718&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/control (original)
+++ packages/unstable/hotwire/debian/control Wed Feb 20 19:53:43 2008
@@ -8,7 +8,6 @@
                python-support,
                gnome-pkg-tools (>= 0.10),
                python (>= 2.4),
-               python (>= 2.5) | python2.5,
                debhelper (>= 5.0.51),
                intltool,
                imagemagick
@@ -16,14 +15,17 @@
 Package: hotwire
 Architecture: all
 Depends: ${python:Depends},
-         python-gnome2,   python2.5-gnome2   | python (>= 2.5),
-         python-gtk2,     python2.5-gtk2     | python (>= 2.5),
-         python-gobject,  python2.5-gobject  | python (>= 2.5),
-         python-dbus,     python2.5-dbus     | python (>= 2.5),
-         python-vte,      python2.5-vte      | python (>= 2.5),
-         python-xml,      python2.5-xml      | python (>= 2.5),
-         python-cairo,    python2.5-cairo    | python (>= 2.5),
-         python-gtksourceview2, python2.5-gtksourceview2 | python (>= 2.5)
+         python-gnome2,
+         python-gtk2,
+         python-gobject,
+         python-dbus,
+         python-vte,
+         python-xml,
+         python-cairo,
+         python-gtksourceview2,
+         python-pysqlite2
+Recommends: python-gnome2-desktop,
+            python-simplejson
 Suggests: python-psyco
 Description: Extensible graphical command execution shell
  Hotwire is a primary replacement for a terminal emulator, with an 

Modified: packages/unstable/hotwire/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/control.in?rev=14718&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/control.in (original)
+++ packages/unstable/hotwire/debian/control.in Wed Feb 20 19:53:43 2008
@@ -8,7 +8,6 @@
                python-support,
                gnome-pkg-tools (>= 0.10),
                python (>= 2.4),
-               python (>= 2.5) | python2.5,
                debhelper (>= 5.0.51),
                intltool,
                imagemagick
@@ -16,14 +15,17 @@
 Package: hotwire
 Architecture: all
 Depends: ${python:Depends},
-         python-gnome2,   python2.5-gnome2   | python (>= 2.5),
-         python-gtk2,     python2.5-gtk2     | python (>= 2.5),
-         python-gobject,  python2.5-gobject  | python (>= 2.5),
-         python-dbus,     python2.5-dbus     | python (>= 2.5),
-         python-vte,      python2.5-vte      | python (>= 2.5),
-         python-xml,      python2.5-xml      | python (>= 2.5),
-         python-cairo,    python2.5-cairo    | python (>= 2.5),
-         python-gtksourceview2, python2.5-gtksourceview2 | python (>= 2.5)
+         python-gnome2,
+         python-gtk2,
+         python-gobject,
+         python-dbus,
+         python-vte,
+         python-xml,
+         python-cairo,
+         python-gtksourceview2,
+         python-pysqlite2
+Recommends: python-gnome2-desktop,
+            python-simplejson
 Suggests: python-psyco
 Description: Extensible graphical command execution shell
  Hotwire is a primary replacement for a terminal emulator, with an 

Added: packages/unstable/hotwire/debian/pycompat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/pycompat?rev=14718&op=file
==============================================================================
--- packages/unstable/hotwire/debian/pycompat (added)
+++ packages/unstable/hotwire/debian/pycompat Wed Feb 20 19:53:43 2008
@@ -1,0 +1,1 @@
+2

Modified: packages/unstable/hotwire/debian/pyversions
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/pyversions?rev=14718&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/pyversions (original)
+++ packages/unstable/hotwire/debian/pyversions Wed Feb 20 19:53:43 2008
@@ -1,1 +1,1 @@
-2.5-
+2.4-




More information about the pkg-gnome-commits mailing list