[Python-apps-commits] r189 - in /packages/winpdb/trunk/debian: changelog patches/experimental-r216.dpatch patches/winpdb-debian-wx-hint.dpatch
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Thu Nov 1 10:06:22 UTC 2007
Author: bzed-guest
Date: Thu Nov 1 10:06:22 2007
New Revision: 189
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=189
Log:
* New upstream version, including Unicode support and py3k compatibility.
- Adding Homepage field, removing pseudo-field from description
Removed:
packages/winpdb/trunk/debian/patches/experimental-r216.dpatch
Modified:
packages/winpdb/trunk/debian/changelog
packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch
Modified: packages/winpdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/changelog?rev=189&op=diff
==============================================================================
--- packages/winpdb/trunk/debian/changelog (original)
+++ packages/winpdb/trunk/debian/changelog Thu Nov 1 10:06:22 2007
@@ -1,15 +1,11 @@
-winpdb (1.2.5-1) UNRELEASED; urgency=low
+winpdb (1.3.0-1) unstable; urgency=low
- * Beta version of the upcoming release
+ * New upstream version, including Unicode support and py3k compatibility.
* debian/control:
- - Adding Homepage field, removing pseudo-field from description
+ - Adding Homepage field, removing pseudo-field from description
- Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
- * debian/patches:
- - Adding experimental-r216.dpatch which includes the changes from svn up
- to revision 216
- - Updating winpdb-debian-wx-hint.dpatch to suit the new version
- -- Bernd Zeimetz <bernd at bzed.de> Thu, 11 Oct 2007 10:38:01 +0200
+ -- Bernd Zeimetz <bernd at bzed.de> Mon, 08 Oct 2007 20:39:23 +0200
winpdb (1.2.2-2) unstable; urgency=low
Modified: packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch?rev=189&op=diff
==============================================================================
--- packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch (original)
+++ packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch Thu Nov 1 10:06:22 2007
@@ -6,15 +6,18 @@
@DPATCH@
diff -urNad winpdb~/winpdb.py winpdb/winpdb.py
---- winpdb~/winpdb.py 2007-10-11 10:35:32.000000000 +0200
-+++ winpdb/winpdb.py 2007-10-11 10:35:32.000000000 +0200
-@@ -284,8 +284,7 @@
+--- winpdb~/winpdb.py 2007-10-31 20:56:00.000000000 +0100
++++ winpdb/winpdb.py 2007-11-01 10:42:43.000000000 +0100
+@@ -282,10 +282,8 @@
+
+ STR_WXPYTHON_ERROR_TITLE = 'Winpdb Error'
STR_WXPYTHON_ERROR_MSG = """wxPython was not found.
- wxPython 2.6 or higher is required to run the winpdb GUI.
- wxPython is the graphical user interface toolkit used by Winpdb.
+-wxPython 2.6 or higher is required to run the winpdb GUI.
+-wxPython is the graphical user interface toolkit used by Winpdb.
-You can find more information on wxPython at http://www.wxpython.org/
-The Unicode version of wxPython is recommended for Winpdb.
-+On Debian you need to install the package 'python-wxgtk2.6'.
++wxPython is the graphical user interface toolkit used by Winpdb
++On Debian this is provided by the package 'python-wxgtk2.6'.
To use the debugger without a GUI, run rpdb2."""
STR_X_ERROR_MSG = """It was not possible to start Winpdb.
More information about the Python-apps-commits
mailing list