[Python-modules-commits] r22 - in /packages/winpdb/trunk/debian: ./ patches/
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Mon Aug 27 21:04:56 UTC 2007
Author: bzed-guest
Date: Mon Aug 27 21:04:56 2007
New Revision: 22
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=22
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/winpdb/trunk/debian/ (with props)
packages/winpdb/trunk/debian/README.Debian
packages/winpdb/trunk/debian/changelog
packages/winpdb/trunk/debian/compat
packages/winpdb/trunk/debian/control
packages/winpdb/trunk/debian/copyright
packages/winpdb/trunk/debian/dirs
packages/winpdb/trunk/debian/docs
packages/winpdb/trunk/debian/links
packages/winpdb/trunk/debian/manpages
packages/winpdb/trunk/debian/patches/
packages/winpdb/trunk/debian/patches/00dpatch.conf
packages/winpdb/trunk/debian/patches/00list
packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch (with props)
packages/winpdb/trunk/debian/pycompat
packages/winpdb/trunk/debian/pyversions
packages/winpdb/trunk/debian/rules (with props)
packages/winpdb/trunk/debian/watch
packages/winpdb/trunk/debian/winpdb.desktop
packages/winpdb/trunk/debian/winpdb.install
packages/winpdb/trunk/debian/winpdb.menu
packages/winpdb/trunk/debian/winpdb.sgml
packages/winpdb/trunk/debian/winpdb.xpm
Propchange: packages/winpdb/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/winpdb/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/README.Debian?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/README.Debian (added)
+++ packages/winpdb/trunk/debian/README.Debian Mon Aug 27 21:04:56 2007
@@ -1,0 +1,9 @@
+winpdb for Debian
+-----------------
+
+ Unfortunately there's no documentation provided with the winpdb source,
+ but it is quite well documented in the web - see
+
+ http://www.digitalpeers.com/pythondebugger/?page_id=5
+
+ -- Bernd Zeimetz <bernd at bzed.de> Tue, 07 Aug 2007 23:57:26 +0200
Added: packages/winpdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/changelog?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/changelog (added)
+++ packages/winpdb/trunk/debian/changelog Mon Aug 27 21:04:56 2007
@@ -1,0 +1,14 @@
+winpdb (1.2.2-2) unstable; urgency=low
+
+ * debian/winpdb.install, debian/rules:
+ - making sure the .desktop file is installed, cdbs does not take care of
+ it yet, thanks to Nir Aides for reporting.
+
+ -- Bernd Zeimetz <bernd at bzed.de> Sun, 26 Aug 2007 22:15:02 +0200
+
+winpdb (1.2.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #412247)
+
+ -- Bernd Zeimetz <bernd at bzed.de> Sat, 14 Jul 2007 23:16:30 +0200
+
Added: packages/winpdb/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/compat?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/compat (added)
+++ packages/winpdb/trunk/debian/compat Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+5
Added: packages/winpdb/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/control?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/control (added)
+++ packages/winpdb/trunk/debian/control Mon Aug 27 21:04:56 2007
@@ -1,0 +1,25 @@
+Source: winpdb
+Section: python
+Priority: optional
+Maintainer: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python, python-support (>= 0.6.4), dpatch
+Build-Depends-Indep: docbook-to-man
+Standards-Version: 3.7.2
+
+Package: winpdb
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-wxversion, python-wxgtk2.6, python-crypto, x-terminal-emulator | screen
+Description: Platform independent Python debugger
+ Winpdb supports debugging of threads- and curses based applications,
+ namespace modification and embedded debugging. As a remote debugger,
+ it uses (encrypted) network connections to connect to the debuggee
+ (which is running on the same machine, ususally).
+ .
+ Winpdb is the graphical, wx-based frontend to rpdb2, which is also
+ included in this package. rpdb2 is text based and able to use screen
+ sessions if there is no x-terminal-emulator avaiable.
+ .
+ Winpdb is up to 20 times faster than pdb.
+ .
+ Homepage: http://www.digitalpeers.com/pythondebugger
Added: packages/winpdb/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/copyright?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/copyright (added)
+++ packages/winpdb/trunk/debian/copyright Mon Aug 27 21:04:56 2007
@@ -1,0 +1,36 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Sat, 14 Jul 2007 23:16:30 +0200.
+
+It was downloaded from http://sourceforge.net/projects/winpdb/
+
+Upstream Author:
+
+ Nir Aides <nir at digitalpeers.com>
+
+Copyright:
+
+ Copyright (C) 2005-2007 Nir Aides
+
+License:
+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2 of the License, or any later
+ version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+On Debian systems, the complete text of the GNU General Public License,
+version 2, can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL 2, see above.
+
Added: packages/winpdb/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/dirs?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/dirs (added)
+++ packages/winpdb/trunk/debian/dirs Mon Aug 27 21:04:56 2007
@@ -1,0 +1,5 @@
+usr/share/icons/hicolor/16x16/apps
+usr/share/icons/hicolor/32x32/apps
+usr/share/icons/hicolor/64x64/apps
+usr/share/icons/hicolor/scalable/apps
+usr/share/pixmaps
Added: packages/winpdb/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/docs?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/docs (added)
+++ packages/winpdb/trunk/debian/docs Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+README.txt
Added: packages/winpdb/trunk/debian/links
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/links?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/links (added)
+++ packages/winpdb/trunk/debian/links Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+usr/share/man/man1/winpdb.1.gz usr/share/man/man1/rpdb2.1.gz
Added: packages/winpdb/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/manpages?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/manpages (added)
+++ packages/winpdb/trunk/debian/manpages Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+winpdb.1
Added: packages/winpdb/trunk/debian/patches/00dpatch.conf
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/patches/00dpatch.conf?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/patches/00dpatch.conf (added)
+++ packages/winpdb/trunk/debian/patches/00dpatch.conf Mon Aug 27 21:04:56 2007
@@ -1,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs
Added: packages/winpdb/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/patches/00list?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/patches/00list (added)
+++ packages/winpdb/trunk/debian/patches/00list Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+winpdb-debian-wx-hint
Added: 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=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch (added)
+++ packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch Mon Aug 27 21:04:56 2007
@@ -1,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## winpdb-debian-wx-hint.dpatch by Bernd Zeimetz <bernd at bzed.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/winpdb.py trunk/winpdb.py
+--- trunk~/winpdb.py 2007-08-06 12:27:56.000000000 +0200
++++ trunk/winpdb.py 2007-08-08 00:11:38.000000000 +0200
+@@ -282,8 +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.
+-You can get more information on wxPython in http://www.wxpython.org/
++wxPython 2.6 or higher is required to run the winpdb GUI,
++which 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.
Propchange: packages/winpdb/trunk/debian/patches/winpdb-debian-wx-hint.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: packages/winpdb/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/pycompat?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/pycompat (added)
+++ packages/winpdb/trunk/debian/pycompat Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+2
Added: packages/winpdb/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/pyversions?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/pyversions (added)
+++ packages/winpdb/trunk/debian/pyversions Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+2.4-
Added: packages/winpdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/rules?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/rules (added)
+++ packages/winpdb/trunk/debian/rules Mon Aug 27 21:04:56 2007
@@ -1,0 +1,28 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+MANPAGES = winpdb.1
+
+%.1: debian/%.sgml
+ docbook-to-man $< > $@
+
+build/winpdb:: $(MANPAGES)
+
+install/winpdb::
+ install -m 644 $(CURDIR)/artwork/winpdb-icon-16.png $(CURDIR)/debian/winpdb/usr/share/icons/hicolor/16x16/apps/winpdb.png
+ install -m 644 $(CURDIR)/artwork/winpdb-icon-32.png $(CURDIR)/debian/winpdb/usr/share/icons/hicolor/32x32/apps/winpdb.png
+ install -m 644 $(CURDIR)/artwork/winpdb-icon-64.png $(CURDIR)/debian/winpdb/usr/share/icons/hicolor/64x64/apps/winpdb.png
+ install -m 644 $(CURDIR)/artwork/winpdb-icon.svg $(CURDIR)/debian/winpdb/usr/share/icons/hicolor/scalable/apps/winpdb.svg
+ install -m 644 $(CURDIR)/debian/winpdb.xpm $(CURDIR)/debian/winpdb/usr/share/pixmaps/winpdb.xpm
+ chmod 755 $(CURDIR)/debian/winpdb/usr/lib/python2.4/site-packages/*.py
+
+binary-predeb/winpdb::
+ dh_desktop
+
+clean::
+ rm -f $(MANPAGES)
Propchange: packages/winpdb/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/winpdb/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/watch?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/watch (added)
+++ packages/winpdb/trunk/debian/watch Mon Aug 27 21:04:56 2007
@@ -1,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/winpdb/winpdb-(.*)\.tar\.gz
+
Added: packages/winpdb/trunk/debian/winpdb.desktop
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/winpdb.desktop?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/winpdb.desktop (added)
+++ packages/winpdb/trunk/debian/winpdb.desktop Mon Aug 27 21:04:56 2007
@@ -1,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Name=Winpdb
+Comment=Platform independent Python debugger
+TryExec=winpdb
+Exec=winpdb %F
+Icon=winpdb
+Categories=Development;Debugger;
Added: packages/winpdb/trunk/debian/winpdb.install
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/winpdb.install?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/winpdb.install (added)
+++ packages/winpdb/trunk/debian/winpdb.install Mon Aug 27 21:04:56 2007
@@ -1,0 +1,1 @@
+debian/winpdb.desktop usr/share/applications/
Added: packages/winpdb/trunk/debian/winpdb.menu
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/winpdb.menu?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/winpdb.menu (added)
+++ packages/winpdb/trunk/debian/winpdb.menu Mon Aug 27 21:04:56 2007
@@ -1,0 +1,3 @@
+?package(winpdb):needs="X11" section="Applications/Programming"\
+ title="winpdb" command="/usr/bin/winpdb"\
+ hints="Python,Debugger" icon="/usr/share/pixmaps/winpdb.xpm"
Added: packages/winpdb/trunk/debian/winpdb.sgml
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/winpdb.sgml?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/winpdb.sgml (added)
+++ packages/winpdb/trunk/debian/winpdb.sgml Mon Aug 27 21:04:56 2007
@@ -1,0 +1,216 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+ page: `docbook-to-man manpage.sgml > manpage.1'. You may view
+ the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+ less'. A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+ docbook-to-man $< > $@
+
+
+ The docbook-to-man binary is found in the docbook-to-man package.
+ Please remember that if you create the nroff version in one of the
+ debian/rules file targets (such as build), you will need to include
+ docbook-to-man in your Build-Depends control field.
+
+ -->
+
+ <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+ <!ENTITY dhfirstname "<firstname>Bernd</firstname>">
+ <!ENTITY dhsurname "<surname>Zeimetz</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>July 14, 2007</date>">
+ <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+ allowed: see man(7), man(1). -->
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email><bernd at bzed.de></email>">
+ <!ENTITY dhusername "Bernd Zeimetz">
+ <!ENTITY dhucpackage "<refentrytitle>WINPDB</refentrytitle>">
+ <!ENTITY dhpackage "winpdb, rpdb2">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ &dhemail;
+ </address>
+ <author>
+ &dhfirstname;
+ &dhsurname;
+ </author>
+ <copyright>
+ <year>2007</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+ <refmeta>
+ &dhucpackage;
+
+ &dhsection;
+ </refmeta>
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+
+ <refpurpose>platform independent Python debugger</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <arg><option>-h, --help</option></arg>
+ <arg><option>-d, --debuggee</option></arg>
+ <arg><option>-a, --attach</option></arg>
+ <arg><option>-o, --host</option></arg>
+ <arg><option>-r, --remote</option></arg>
+ <arg><option>-e, --encrypt</option></arg>
+ <arg><option>-p, --pwd</option></arg>
+ <arg><option>-s, --screen</option></arg>
+ <arg><option>-c, --chdir</option></arg>
+ <arg><option>--debug</option></arg>
+ <arg>[<script-name> [<script-args>...]]</arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>This manual page documents briefly the
+ <command>winpdb</command> and <command>rpdb2</command> commands.</para>
+
+ <para>This manual page was written for the &debian; distribution
+ because the original program does not have a manual page.
+
+ <para><command>winpdb</command> is a GUI frontend to <command>rpdb2</command>,
+ a remote debugger for python, which is capable to debug threads- and curses-based code.</para>
+
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+
+ <para>These programs follow the usual &gnu; command line syntax,
+ with long options starting with two dashes (`-'). A summary of
+ options is included below.
+
+ <variablelist>
+ <varlistentry>
+ <term><option>-h</option>
+ <option>--help</option>
+ </term>
+ <listitem>
+ <para>Print the program's help.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-d</option>
+ <option>--debuggee</option>
+ </term>
+ <listitem>
+ <para>Start debuggee and break into it, without starting a
+ debugger console.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-a</option>
+ <option>--attach</option>
+ </term>
+ <listitem>
+ <para>Attach to an already started debuggee.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-o</option>
+ <option>--host</option>
+ </term>
+ <listitem>
+ <para>Specify host for attachment.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-r</option>
+ <option>--remote</option>
+ </term>
+ <listitem>
+ <para>Allow debuggees to accept connections from remote machines.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-e</option>
+ <option>--encrypt</option>
+ </term>
+ <listitem>
+ <para>Force encrypted connections between debugger and debuggees.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-p</option>
+ <option>--pwd</option>
+ </term>
+ <listitem>
+ <para>Password. This flag is available only on NT systems.
+ On other systems the password will be queried interactively
+ if it is needed.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-s</option>
+ <option>--screen</option>
+ </term>
+ <listitem>
+ <para>Use the Unix screen utility when spawning the debuggee.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-c</option>
+ <option>--chdir</option>
+ </term>
+ <listitem>
+ <para>Change the working directory to that of the launched script.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--debug</option>
+ </term>
+ <listitem>
+ <para>Debug prints.</para>
+ </listitem>
+ </varlistentry>
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+
+ <para>This manual page was written by &dhusername; &dhemail; for
+ the &debian; system (but may be used by others). Permission is
+ granted to copy, distribute and/or modify this document under
+ the terms of the &gnu; General Public License, Version 2,
+ as published by the Free Software Foundation.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License, Version 2, can be found in /usr/share/common-licenses/GPL-2.
+ </para>
+
+ </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+
Added: packages/winpdb/trunk/debian/winpdb.xpm
URL: http://svn.debian.org/wsvn/python-apps/packages/winpdb/trunk/debian/winpdb.xpm?rev=22&op=file
==============================================================================
--- packages/winpdb/trunk/debian/winpdb.xpm (added)
+++ packages/winpdb/trunk/debian/winpdb.xpm Mon Aug 27 21:04:56 2007
@@ -1,0 +1,344 @@
+/* XPM */
+/* This file was converted from artwork/winpdb-icon-32.png by
+ Bernd Zeimetz <bernd at bzed.de> on Tue, 07 Aug 2007 14:45:57 +0200
+ */
+static char * winpdb_xpm[] = {
+"32 32 306 2",
+" c None",
+". c #FFFFFF",
+"+ c #FCFDFD",
+"@ c #FEFEFE",
+"# c #E9EEF3",
+"$ c #BACBDA",
+"% c #93AFC5",
+"& c #799BB7",
+"* c #6D92B1",
+"= c #6A90AF",
+"- c #7699B5",
+"; c #94AFC5",
+"> c #C5D3E0",
+", c #F9FAFC",
+"' c #F0F4F7",
+") c #AABFD1",
+"! c #7C9DB9",
+"~ c #7799B6",
+"{ c #7296B3",
+"] c #6D92B0",
+"^ c #688EAE",
+"/ c #638AAB",
+"( c #5E87A8",
+"_ c #5983A6",
+": c #547FA3",
+"< c #6189AA",
+"[ c #BCCDDB",
+"} c #DDE5ED",
+"| c #89A7C0",
+"1 c #628AAB",
+"2 c #5D87A8",
+"3 c #537FA3",
+"4 c #4E7BA0",
+"5 c #49789E",
+"6 c #44749B",
+"7 c #80A1BB",
+"8 c #F6F8FA",
+"9 c #DBE4EC",
+"0 c #84A3BD",
+"a c #7C9DB8",
+"b c #7295B3",
+"c c #6C92B0",
+"d c #678EAE",
+"e c #5D86A8",
+"f c #5883A6",
+"g c #49779E",
+"h c #3F7098",
+"i c #3A6C95",
+"j c #6F93B2",
+"k c #FAFBFC",
+"l c #EDF1F5",
+"m c #87A6BF",
+"n c #7699B6",
+"o c #7195B3",
+"p c #49779D",
+"q c #376A94",
+"r c #90ACC4",
+"s c #A3BBCE",
+"t c #7B9DB8",
+"u c #5883A5",
+"v c #386B95",
+"w c #D4DFE8",
+"x c #E2E9EF",
+"y c #7497B4",
+"z c #B0C4D5",
+"A c #6C91B0",
+"B c #678EAD",
+"C c #5882A5",
+"D c #43739A",
+"E c #3A688D",
+"F c #305C80",
+"G c #315F84",
+"H c #396C95",
+"I c #EBF0F4",
+"J c #88A6BF",
+"K c #44739B",
+"L c #3A678C",
+"M c #1F3B52",
+"N c #2A5070",
+"O c #2E587B",
+"P c #386A94",
+"Q c #3F6E91",
+"R c #4D758A",
+"S c #C4CFD2",
+"T c #FFF9E6",
+"U c #F8FAFB",
+"V c #678DAD",
+"W c #537EA3",
+"X c #3F6F98",
+"Y c #2A506F",
+"Z c #506B85",
+"` c #8198AB",
+" . c #7890A5",
+".. c #344E66",
+"+. c #3C6C91",
+"@. c #4A738C",
+"#. c #5A7B85",
+"$. c #6A827D",
+"%. c #B6BFB6",
+"&. c #FFDB76",
+"*. c #FFD563",
+"=. c #FFF0C8",
+"-. c #ECF0F5",
+";. c #48779D",
+">. c #44739A",
+",. c #2D435D",
+"'. c #87777A",
+"). c #DED7D7",
+"!. c #DFD9D9",
+"~. c #D4CCCC",
+"{. c #5D5256",
+"]. c #5B6F6E",
+"^. c #768877",
+"/. c #868F6F",
+"(. c #B7B89A",
+"_. c #FFE08D",
+":. c #FFC836",
+"<. c #FFC534",
+"[. c #FFDB82",
+"}. c #FFFDF8",
+"|. c #EDF2F5",
+"1. c #527EA2",
+"2. c #3E6F98",
+"3. c #2E445F",
+"4. c #583737",
+"5. c #BCAFAF",
+"6. c #BDAFAF",
+"7. c #BDB0B0",
+"8. c #BEB0B0",
+"9. c #B4A4A4",
+"0. c #3A1B18",
+"a. c #878860",
+"b. c #A29B60",
+"c. c #C1B37A",
+"d. c #FFE5A4",
+"e. c #FFC432",
+"f. c #FFC12F",
+"g. c #FFBE2B",
+"h. c #FFCF64",
+"i. c #FFFDF7",
+"j. c #658CAC",
+"k. c #5C86A8",
+"l. c #4D7BA0",
+"m. c #35658D",
+"n. c #29080B",
+"o. c #745858",
+"p. c #9A8686",
+"q. c #9B8686",
+"r. c #9B8787",
+"s. c #9C8888",
+"t. c #512E2E",
+"u. c #5D4325",
+"v. c #BEA550",
+"w. c #D5B353",
+"x. c #FFEBBD",
+"y. c #FFBF2C",
+"z. c #FFBD2A",
+"A. c #FFBC29",
+"B. c #FFD57A",
+"C. c #7E9FBA",
+"D. c #5782A5",
+"E. c #4D7AA0",
+"F. c #CDDAE4",
+"G. c #4E4864",
+"H. c #D00000",
+"I. c #B44141",
+"J. c #D45D5D",
+"K. c #E45E5E",
+"L. c #E45F5F",
+"M. c #CE5F5F",
+"N. c #D52424",
+"O. c #B50C05",
+"P. c #DAAF3F",
+"Q. c #EFB837",
+"R. c #FFEDC6",
+"S. c #FFEABD",
+"T. c #AEC2D3",
+"U. c #3A6B93",
+"V. c #743C4D",
+"W. c #DE0000",
+"X. c #401818",
+"Y. c #983434",
+"Z. c #FF3535",
+"`. c #F63535",
+" + c #DB3636",
+".+ c #583636",
+"++ c #930808",
+"@+ c #EB0000",
+"#+ c #E5AC2B",
+"$+ c #FEBD2E",
+"%+ c #FFEDC5",
+"&+ c #FFC74D",
+"*+ c #FFFEFD",
+"=+ c #ECF1F5",
+"-+ c #3E6F97",
+";+ c #4C748B",
+">+ c #7B4A4C",
+",+ c #EF0000",
+"'+ c #560101",
+")+ c #C20C0C",
+"!+ c #FF0D0D",
+"~+ c #CF0D0D",
+"{+ c #EA0D0D",
+"]+ c #5B0909",
+"^+ c #B50000",
+"/+ c #E00200",
+"(+ c #F7B628",
+"_+ c #FFBE2F",
+":+ c #FFECC4",
+"<+ c #FFEEC9",
+"[+ c #9FB7CB",
+"}+ c #396B95",
+"|+ c #CEDAE4",
+"1+ c #6D847B",
+"2+ c #777560",
+"3+ c #F40000",
+"4+ c #FF0000",
+"5+ c #B90000",
+"6+ c #F10000",
+"7+ c #BC0000",
+"8+ c #CF0000",
+"9+ c #CA0000",
+"0+ c #D62B09",
+"a+ c #FFBD2D",
+"b+ c #FFE2A3",
+"c+ c #FFDB8C",
+"d+ c #F8F9FB",
+"e+ c #648BAC",
+"f+ c #D4DDE2",
+"g+ c #8C916C",
+"h+ c #9C9863",
+"i+ c #B7331D",
+"j+ c #F30000",
+"k+ c #2E0000",
+"l+ c #7E0000",
+"m+ c #AD0000",
+"n+ c #EA0000",
+"o+ c #300000",
+"p+ c #740000",
+"q+ c #F60000",
+"r+ c #DB851D",
+"s+ c #FFCE62",
+"t+ c #E8EEF3",
+"u+ c #5580A4",
+"v+ c #CCD8E2",
+"w+ c #AA9F5F",
+"x+ c #B8A354",
+"y+ c #BE9E45",
+"z+ c #CE240D",
+"A+ c #C10000",
+"B+ c #CB0000",
+"C+ c #A60000",
+"D+ c #A80000",
+"E+ c #E50100",
+"F+ c #D16115",
+"G+ c #FFC74C",
+"H+ c #6E93B2",
+"I+ c #B6C9D8",
+"J+ c #CCB261",
+"K+ c #D5AD43",
+"L+ c #E5B339",
+"M+ c #EDB22E",
+"N+ c #D46416",
+"O+ c #D71F07",
+"P+ c #AC1D06",
+"Q+ c #C70902",
+"R+ c #D7340B",
+"S+ c #DC8A1E",
+"T+ c #FFC74B",
+"U+ c #B8CAD9",
+"V+ c #A0B8CC",
+"W+ c #E9C468",
+"X+ c #F1B732",
+"Y+ c #FCBB2B",
+"Z+ c #FEBC29",
+"`+ c #FFCC5D",
+" @ c #FEFEFF",
+".@ c #FCD57F",
+"+@ c #FFD883",
+"@@ c #FFE9BA",
+"#@ c #FFEBBE",
+"$@ c #FFC23D",
+"%@ c #FFC340",
+"&@ c #FFFDF9",
+"*@ c #FFE3A4",
+"=@ c #FFE4A9",
+"-@ c #FFFEFB",
+";@ c #FFCD60",
+">@ c #FFFEFC",
+",@ c #FFF8E9",
+"'@ c #FFC649",
+")@ c #FFF9EB",
+"!@ c #FFCB5A",
+"~@ c #FFCC5C",
+"{@ c #FFF9EA",
+"]@ c #FFFDFA",
+"^@ c #FFE19E",
+"/@ c #FFC138",
+"(@ c #FFC13A",
+"_@ c #FFE1A0",
+":@ c #FFFEFA",
+"<@ c #FFFBF3",
+"[@ c #FFE6B0",
+"}@ c #FFD373",
+"|@ c #FFD374",
+"1@ c #FFE7B1",
+" . + @ . ",
+" # $ % & * = - ; > , ",
+" ' ) ! ~ { ] ^ / ( _ : < [ . ",
+" } | ! ~ { ] ^ 1 2 _ 3 4 5 6 7 8 ",
+" 9 0 a ~ b c d 1 e f 3 4 g 6 h i j k ",
+" l m a n o c d 1 e f 3 4 p 6 h i q q r ",
+" s t n o c d 1 e u 3 4 p 6 h i q q q v w ",
+" x t n o c d 1 e u 3 4 p 6 h i q q q q q y ",
+" z n o A B 1 e C 3 4 p D E i q q F G q q H I ",
+". J o A B 1 e C 3 4 p K L M q q q N O P Q R S T . ",
+"U o A V 1 e C W 4 p K X i Y Z ` ...+. at .#.$.%.&.*.=. ",
+"-.A V 1 e C W 4 ;.>.X H ,.'.).!.!.~.{.].^./.(._.:.<.[.}. ",
+"|.V 1 e C 1.4 ;.D 2.H 3.4.5.6.7.7.8.9.0.a.b.c.d.e.f.g.h.i. ",
+"+ j.k.C 1.l.;.D < H m.n.o.p.q.r.r.s.s.t.u.v.w.x.y.z.A.A.B. ",
+" C.D.1.E.;.D 2.F.q G.H.I.J.K.K.K.L.M.N.O.P.Q.R.A.A.A.A.A.S. ",
+" T.1.E.;.D 2.H F.U.V.W.X.Y.Z.`.Z. +.+++ at +#+$+%+A.A.A.A.A.&+*+ ",
+" =+3 ;.D -+H q F.;+>+,+'+)+!+~+!+{+]+^+/+(+_+:+A.A.A.A.A.A.<+ ",
+" [+D -+}+q q |+1+2+3+4+5+6+7+4+8+9+4+0+A.a+b+A.A.A.A.A.A.c+ ",
+" d+e+}+q q q f+g+h+i+j+k+l+m+n+o+p+q+r+A.A.A.A.A.A.A.A.A.s+ ",
+" t+u+q q q v+w+x+y+z+A+B+C+,+D+E+F+A.A.A.A.A.A.A.A.A.A.G+. ",
+" l H+q q I+J+K+L+M+N+O+P+Q+R+S+A.A.A.A.A.A.A.A.A.A.A.T+. ",
+" @ U+f V+W+X+Y+A.A.A.Z+A.A.A.A.A.A.A.A.A.A.A.A.A.A.`+ ",
+" @' . at A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.+@ ",
+" @@A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.#@ ",
+" i.$@A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.%@&@ ",
+" *@A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.=@ ",
+" -@`+A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.;@>@ ",
+" ,@'@A.A.A.A.A.A.A.A.A.A.A.A.A.A.T+)@ ",
+" ,@!@A.A.A.A.A.A.A.A.A.A.A.A.~@{@ ",
+" ]@^@/@A.A.A.A.A.A.A.A.(@_@:@ ",
+" <@[@}@T+/@/@T+|@1@<@ ",
+" . . . . "};
More information about the Python-modules-commits
mailing list