r14190 - in /packages/unstable/hotwire/debian: changelog control control.in pyversions

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Jan 12 17:08:01 UTC 2008


Author: joss
Date: Sat Jan 12 17:08:01 2008
New Revision: 14190

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14190
Log:
* debian/pyversions: no, really, we don't support 2.4.
* debian/control.in: build-depend on python 2.5.
  Really closes: #456874.
* Fix whitespace.

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=14190&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/changelog (original)
+++ packages/unstable/hotwire/debian/changelog Sat Jan 12 17:08:01 2008
@@ -1,11 +1,18 @@
 hotwire (0.620-3) unstable; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * debian/watch:
     - Fix watch file. Closes: #456475
   * debian/control:
     - Update Standards to 3.7.3.
   * debian/pyversions:
     - Allow python 2.4. Closes: #456874.
+
+  [ Josselin Mouette ]
+  * debian/pyversions: no, really, we don't support 2.4.
+  * debian/control.in: build-depend on python 2.5.
+    Really closes: #456874.
+  * Fix whitespace.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 23 Dec 2007 19:19:59 +0100
 

Modified: packages/unstable/hotwire/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/control?rev=14190&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/control (original)
+++ packages/unstable/hotwire/debian/control Sat Jan 12 17:08:01 2008
@@ -8,6 +8,7 @@
                python-support,
                gnome-pkg-tools (>= 0.10),
                python (>= 2.4),
+               python (>= 2.5) | python2.5,
                debhelper (>= 5.0.51),
                intltool,
                imagemagick
@@ -24,13 +25,10 @@
          python-cairo,    python2.5-cairo    | python (>= 2.5),
          python-gtksourceview2, python2.5-gtksourceview2 | python (>= 2.5)
 Suggests: python-psyco
-Description: Graphical, terminal-oriented shell for GNOME
- Hotwire is a primary replacement for gnome-terminal/xterm and for the 
- /bin/sh shell. Its innovative graphical user interface is oriented 
- towards developers and system administrators.
- .
- The interface is somewhere between Windows PowerShell and MacOS X 
- Automator, and integrates with the GNOME desktop (e.g. with the 
- trash). It also supports SSH natively.
- .
- URL: http://code.google.com/p/hotwire-shell/
+Description: Extensible graphical command execution shell
+ Hotwire is a primary replacement for a terminal emulator, with an 
+ innovative graphical user interface, oriented towards developers and 
+ system administrators. It can natively do about 80-90% of what one 
+ would normally do in a terminal with a shell, and can also embed a 
+ terminal by itself.
+Homepage: http://code.google.com/p/hotwire-shell/

Modified: packages/unstable/hotwire/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/control.in?rev=14190&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/control.in (original)
+++ packages/unstable/hotwire/debian/control.in Sat Jan 12 17:08:01 2008
@@ -8,6 +8,7 @@
                python-support,
                gnome-pkg-tools (>= 0.10),
                python (>= 2.4),
+               python (>= 2.5) | python2.5,
                debhelper (>= 5.0.51),
                intltool,
                imagemagick
@@ -30,5 +31,4 @@
  system administrators. It can natively do about 80-90% of what one 
  would normally do in a terminal with a shell, and can also embed a 
  terminal by itself.
- .
 Homepage: http://code.google.com/p/hotwire-shell/

Modified: packages/unstable/hotwire/debian/pyversions
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/pyversions?rev=14190&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/pyversions (original)
+++ packages/unstable/hotwire/debian/pyversions Sat Jan 12 17:08:01 2008
@@ -1,1 +1,1 @@
-2.4-
+2.5-




More information about the pkg-gnome-commits mailing list