[Python-modules-commits] r14420 - in packages/pyro/trunk/debian (19 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon Sep 13 23:39:55 UTC 2010


    Date: Monday, September 13, 2010 @ 23:39:54
  Author: chaica-guest
Revision: 14420

  * revert to 3.9.1-1 package because of the development status
    of the 4.1 package is unsuitable for stable use
    DPMT svn #8557 revision (Closes: #589172)
  * added debian/source
  * added debian/source/format
  * package is now 3.0 (quilt) source format
  * debian/control
    - Bump Standards-Version to 3.9.1
  * Add ?\226?\128?\152XS-Python-Version: >= 2.5?\226?\128?\153 to prevent bytecompilation with python2.4
    (closes: #589053).

Added:
  packages/pyro/trunk/debian/NEWS.Debian
  packages/pyro/trunk/debian/docs
  packages/pyro/trunk/debian/pyro-doc.doc-base
  packages/pyro/trunk/debian/pyro-doc.install
  packages/pyro/trunk/debian/pyro-gui.1.xml
  packages/pyro/trunk/debian/pyro-gui.install
  packages/pyro/trunk/debian/pyro-gui.links
  packages/pyro/trunk/debian/pyro.1
  packages/pyro/trunk/debian/pyro.docs
  packages/pyro/trunk/debian/pyro.links
  packages/pyro/trunk/debian/pyro.pyro-nsd.default
  packages/pyro/trunk/debian/pyro.pyro-nsd.init
  packages/pyro/trunk/debian/setup.cfg
Modified:
  packages/pyro/trunk/debian/changelog
  packages/pyro/trunk/debian/control
  packages/pyro/trunk/debian/copyright
  packages/pyro/trunk/debian/pyro.install
  packages/pyro/trunk/debian/rules
  packages/pyro/trunk/debian/watch

Added: packages/pyro/trunk/debian/NEWS.Debian
===================================================================
--- packages/pyro/trunk/debian/NEWS.Debian	                        (rev 0)
+++ packages/pyro/trunk/debian/NEWS.Debian	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,9 @@
+pyro (3.7-1) unstable; urgency=low
+
+ * Since version 3.7-1 the Debian package follows upstream's change in
+   prefixing the scripts with pyro-.
+   Therefore the /usr/share/pyro directory was removed and the scripts
+   installed into /usr/bin directly. Please check if you have used
+   /usr/share/pyro/* in your software directly and update accordingly.
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Sat, 01 Sep 2007 22:54:33 +0200

Modified: packages/pyro/trunk/debian/changelog
===================================================================
--- packages/pyro/trunk/debian/changelog	2010-09-13 21:31:04 UTC (rev 14419)
+++ packages/pyro/trunk/debian/changelog	2010-09-13 23:39:54 UTC (rev 14420)
@@ -1,9 +1,20 @@
-pyro (4.1-2) UNRELEASED; urgency=low
+pyro (1:3.9.1-2) unstable; urgency=low
 
+  [Carl Chenet]
+  * revert to 3.9.1-1 package because of the development status 
+    of the 4.1 package is unsuitable for stable use
+    DPMT svn #8557 revision (Closes: #589172) 
+  * added debian/source
+  * added debian/source/format
+  * package is now 3.0 (quilt) source format
+  * debian/control
+    - Bump Standards-Version to 3.9.1
+
+  [Jakub Wilk]
   * Add ‘XS-Python-Version: >= 2.5’ to prevent bytecompilation with python2.4
     (closes: #589053).
 
- -- Jakub Wilk <jwilk at debian.org>  Fri, 27 Aug 2010 13:11:04 +0200
+ -- Carl Chenet <chaica at ohmytux.com>  Tue, 14 Sep 2010 01:04:28 +0200
 
 pyro (4.1-1) unstable; urgency=low
 

Modified: packages/pyro/trunk/debian/control
===================================================================
--- packages/pyro/trunk/debian/control	2010-09-13 21:31:04 UTC (rev 14419)
+++ packages/pyro/trunk/debian/control	2010-09-13 23:39:54 UTC (rev 14420)
@@ -4,8 +4,8 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>, Carl Chenet <chaica at ohmytux.com>
 Build-Depends: debhelper (>= 7.0.50), python-all
-Build-Depends-Indep: python-support (>= 0.71)
-Standards-Version: 3.9.0
+Build-Depends-Indep: python-support (>= 0.71), xsltproc, docbook-xsl
+Standards-Version: 3.9.1
 Homepage: http://pyro.sourceforge.net
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyro/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyro/trunk/
@@ -14,8 +14,7 @@
 Package: pyro
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Conflicts: pyro-gui, pyro-doc
-Suggests: pyro-examples
+Suggests: pyro-gui, pyro-doc
 Description: distributed object system for Python
  Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
  system for Python. In a distributed object system, clients send requests to
@@ -27,13 +26,37 @@
   - exceptions that occur in the remote object is raised on the client too,
   - multithreaded server support to handle multiple requests simultaneously.
  .
- This package contains the core Pyro library.
+ This package contains the core Pyro library and the command line tools.
  .
+ Some graphical tools are available in the pyro-gui package.
+ The documentation is available in the pyro-doc package.
  A lot of examples are available in the pyro-examples package.
 
+Package: pyro-gui
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, pyro, python-tk, python-wxgtk2.6
+Description: graphicals tool for Pyro
+ Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
+ system for Python.
+ .
+ This package contains two graphical name server control tools:
+  - xnsc : built on top of the Tk toolkit
+  - wxnsc : build in on top of WxWindows
+
+Package: pyro-doc
+Architecture: all
+Section: doc
+Suggests: pyro
+Depends: ${misc:Depends}
+Description: documentation for Pyro
+ Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
+ system for Python.
+ .
+ This package contains the documentation files for the pyro package.
+
 Package: pyro-examples
 Architecture: all
-Depends: pyro (>= 4.1), ${misc:Depends}
+Depends: pyro, ${misc:Depends}
 Description: examples for Pyro
  Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
  system for Python.

Modified: packages/pyro/trunk/debian/copyright
===================================================================
--- packages/pyro/trunk/debian/copyright	2010-09-13 21:31:04 UTC (rev 14419)
+++ packages/pyro/trunk/debian/copyright	2010-09-13 23:39:54 UTC (rev 14420)
@@ -31,3 +31,7 @@
     OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
     DEALINGS IN THE SOFTWARE.
 
+This file has different copyright notice:
+
+This file 'wxnsc.py' is
+(c) Jan Finell - finell at users.sourceforge.net

Added: packages/pyro/trunk/debian/docs
===================================================================
--- packages/pyro/trunk/debian/docs	                        (rev 0)
+++ packages/pyro/trunk/debian/docs	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,2 @@
+README.txt
+TODO

Added: packages/pyro/trunk/debian/pyro-doc.doc-base
===================================================================
--- packages/pyro/trunk/debian/pyro-doc.doc-base	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro-doc.doc-base	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,10 @@
+Document: pyro
+Title: Debian PYthon Remote Objects (pyro) Manual
+Author: Irmen de Jong
+Abstract: This manual describes what pyro is
+ and how to use it.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/pyro/html/index.html
+Files: /usr/share/doc/pyro/html/*.html

Added: packages/pyro/trunk/debian/pyro-doc.install
===================================================================
--- packages/pyro/trunk/debian/pyro-doc.install	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro-doc.install	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1 @@
+docs/* usr/share/doc/pyro/html

Added: packages/pyro/trunk/debian/pyro-gui.1.xml
===================================================================
--- packages/pyro/trunk/debian/pyro-gui.1.xml	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro-gui.1.xml	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,152 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Jeremy</firstname>">
+  <!ENTITY dhsurname   "<surname>Bobbio</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>8 Oct 2006</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>jeremy.bobbio at etu.upmc.fr</email>">
+  <!ENTITY dhusername  "Jeremy Bobbio">
+  <!ENTITY dhucpackage "<refentrytitle>PYRO-GUI</refentrytitle>">
+  <!ENTITY dhpackage   "pyro-gui">
+
+  <!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>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>graphical interfaces to Pyro Name Server Control tool</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>pyro-xnsc</command>
+    </cmdsynopsis>
+    <cmdsynopsis>
+      <command>pyro-wxnsc</command>
+      <arg><option><replaceable>host</replaceable></option></arg>
+      <arg><option><replaceable>port</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>
+      This manual page documents briefly the <command>pyro-xnsc</command> and
+      <command>pyro-wxnsc</command> commands.
+    </para>
+
+    <para>
+      This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+    </para>
+
+    <para>
+      <command>pyro-xnsc</command> and <command>pyro-wxnsc</command> 
+      are programs starting a graphical user interface (GUI) to control
+      <command>nsc</command>, the Pyro Name Server Control Tool
+    </para>
+
+    <para>
+      <command>pyro-xnsc</command> uses the Tk toolkit whereas
+      <command>pyro-wxnsc</command> uses WxWidgets.  Both share a common set of
+      features, but small differences exists.
+    </para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+    <para>
+      The <command>pyro-wxnsc</command> recognizes the following arguments:
+    </para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>host</option></term>
+        <listitem>
+          <para>Hostname of the Pyro name server.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>port</option></term>
+        <listitem>
+          <para>Port of the Pyro name server.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>ENVIRONMENT</title>
+    
+    <para>
+      The <command>python-wxnsc</command> understands the following
+      environment variables:
+    </para>
+
+    <variablelist>
+      <varlistentry>
+        <term><envar>PYRO_NS_HOSTNAME</envar></term>
+        <listitem>
+          <para>Hostname of the Pyro name server</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><envar>PYRO_NS_BC_PORT</envar></term>
+        <listitem>
+          <para>Port of the Pyro name server</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>pyro(1)</para>
+  </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 any 
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- vim: et sw=2
+  -->

Added: packages/pyro/trunk/debian/pyro-gui.install
===================================================================
--- packages/pyro/trunk/debian/pyro-gui.install	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro-gui.install	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,4 @@
+usr/bin/pyro-wxnsc
+usr/bin/pyro-xnsc
+usr/lib/python*/*-packages/Pyro/wxnsc.py
+usr/lib/python*/*-packages/Pyro/xnsc.py

Added: packages/pyro/trunk/debian/pyro-gui.links
===================================================================
--- packages/pyro/trunk/debian/pyro-gui.links	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro-gui.links	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,2 @@
+pyro-gui.1.gz usr/share/man/man1/pyro-xnsc.1.gz
+pyro-gui.1.gz usr/share/man/man1/pyro-wxnsc.1.gz

Added: packages/pyro/trunk/debian/pyro.1
===================================================================
--- packages/pyro/trunk/debian/pyro.1	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro.1	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,64 @@
+.TH pyro 1 "2004-10-04" "python remote objects"
+
+.SH NAME
+pyro \- python remote objects (Debian package's way)
+
+
+.SH SYNOPSIS
+.B pyro-ns
+.RI [ options ]
+.BR
+    start name server.
+.BR
+
+.B pyro-rns
+.RI [ options ]
+.BR
+    same as pyro-ns but will restart if server quits or crashes.
+.BR
+
+.B pyro-nsd
+.RI [ options ]
+.BR
+    same as pyro-ns but starts as unix daemon that forks to background.
+.BR
+
+.B pyro-nsc
+.RI [ options ] command [ args... ]
+.BR
+    name server control tool.
+.BR
+
+.B pyro-es
+.RI [ options ]
+.BR
+    start event server.
+.BR
+
+.B pyro-esd
+.RI [ options ]
+.BR
+    same as pyro-es but starts as unix daemon that forks to background.
+.BR
+
+.B pyro-genguid
+.BR
+    a simple GUID generator.
+.BR
+
+
+.SH DESCRIPTION
+Python Remote Objects is a full-python distributed objects system. This manual
+page was created for Debian were the utilities got renamed to avoid name-clashes.
+
+.SH LICENCE
+Pyro is copyrighted under the MIT license.
+
+.SH SEE ALSO
+file:///usr/share/doc/pyro/html/ from the pyro-doc package.
+
+http://pyro.sourceforge.net/ the home web site.
+
+.SH AUTHOR
+Nicolas Chauvat <nicolas.chauvat at logilab.fr>
+

Added: packages/pyro/trunk/debian/pyro.docs
===================================================================
--- packages/pyro/trunk/debian/pyro.docs	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro.docs	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1 @@
+Pyro.conf

Modified: packages/pyro/trunk/debian/pyro.install
===================================================================
--- packages/pyro/trunk/debian/pyro.install	2010-09-13 21:31:04 UTC (rev 14419)
+++ packages/pyro/trunk/debian/pyro.install	2010-09-13 23:39:54 UTC (rev 14420)
@@ -1 +1,8 @@
-src/Pyro/* usr/share/pyshared/Pyro
+usr/bin/pyro-es 
+usr/bin/pyro-genguid 
+usr/bin/pyro-ns 
+usr/bin/pyro-nsc 
+usr/bin/pyro-rns 
+usr/bin/pyro-esd 
+usr/bin/pyro-nsd
+usr/lib/python*/*-packages/*

Added: packages/pyro/trunk/debian/pyro.links
===================================================================
--- packages/pyro/trunk/debian/pyro.links	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro.links	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,7 @@
+usr/share/man/man1/pyro.1.gz usr/share/man/man1/pyro-es.1.gz
+usr/share/man/man1/pyro.1.gz usr/share/man/man1/pyro-esd.1.gz
+usr/share/man/man1/pyro.1.gz usr/share/man/man1/pyro-genguid.1.gz
+usr/share/man/man1/pyro.1.gz usr/share/man/man1/pyro-ns.1.gz
+usr/share/man/man1/pyro.1.gz usr/share/man/man1/pyro-nsc.1.gz
+usr/share/man/man1/pyro.1.gz usr/share/man/man1/pyro-nsd.1.gz
+usr/share/man/man1/pyro.1.gz usr/share/man/man1/pyro-rns.1.gz

Added: packages/pyro/trunk/debian/pyro.pyro-nsd.default
===================================================================
--- packages/pyro/trunk/debian/pyro.pyro-nsd.default	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro.pyro-nsd.default	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,8 @@
+# /etc/default/pyro-nsd
+
+# Change to one to enable pyro-nsd
+ENABLED=0
+
+# Options to pass to pyro-nsd
+OPTIONS=""
+

Added: packages/pyro/trunk/debian/pyro.pyro-nsd.init
===================================================================
--- packages/pyro/trunk/debian/pyro.pyro-nsd.init	                        (rev 0)
+++ packages/pyro/trunk/debian/pyro.pyro-nsd.init	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,73 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          pyro-nsd
+# Required-Start:    $time $local_fs $remote_fs $network
+# Required-Stop:     $time $local_fs $remote_fs $network
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Pyro name server daemon
+# Description:       Debian init script for pyro-nsd (Pyro name server daemon)
+### END INIT INFO
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+DAEMON=/usr/bin/pyro-nsd
+DESC="Pyro name server daemon"
+NAME=pyro-nsd
+
+test -x $DAEMON || exit 0
+
+# Defaults - don't touch, edit /etc/default/pyro-nsd
+ENABLED=0
+
+if [ -f /etc/default/pyro-nsd ] ; then
+        . /etc/default/pyro-nsd
+fi
+
+if [ "$ENABLED" = "0" ]; then
+    echo "$DESC: disabled, see /etc/default/pyro-nsd"
+    exit 0
+fi
+  
+PYRO_NS=/usr/bin/pyro-nsd
+PYRO_PID=/var/run/pyro-nsd.pid
+END_PHRASE="python remote objects name service: pyro-nsd"
+
+set -e
+
+case "$1" in
+    start)
+	echo -n "Starting $DESC: "
+	$DAEMON start $OPTIONS
+	echo "$NAME."
+	;;
+    stop)
+        echo -n "Stopping $DESC: "
+	$DAEMON stop
+	echo "$NAME."
+	;;
+    restart|force-reload)
+	echo -n "Restarting $DESC: "
+	$DAEMON stop
+	sleep 1
+	$DAEMON start $OPTIONS
+	echo "$NAME."
+	;;
+    status)
+	STATUS="$($DAEMON status)"
+	echo "$STATUS"
+	if echo "$STATUS" | grep -q "not running"; then
+	    if [ -f "$PYRO_PID" ]; then
+	        exit 1
+	    else
+	        exit 3
+	    fi
+	fi
+	;;
+    *)
+	echo -n "Usage: /etc/init.d/pyro-nsd " >&2
+	echo "{start|stop|restart|force-reload|status}" >&2
+	exit 1
+	;;
+esac
+     
+exit 0

Modified: packages/pyro/trunk/debian/rules
===================================================================
--- packages/pyro/trunk/debian/rules	2010-09-13 21:31:04 UTC (rev 14419)
+++ packages/pyro/trunk/debian/rules	2010-09-13 23:39:54 UTC (rev 14420)
@@ -1,13 +1,40 @@
 #!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+%.1: %.1.xml
+	$(XP) -o $@ $(DB2MAN) $< 
+
 %:
 	dh $@
 
-override_dh_auto_test:
+build: debian/pyro-gui.1
+	dh_testdir
+	[ -r setup.cfg.upstream ] || cp setup.cfg setup.cfg.upstream
+	cp debian/setup.cfg .
+	dh $@
 
-override_dh_auto_clean:
+clean:
+	dh $@
+	rm -f build debian/pyro-gui.1
+	[ ! -r setup.cfg.upstream ] || mv setup.cfg.upstream setup.cfg
 
-override_dh_auto_build:
+override_dh_install:
+	dh_install -ppyro -Xwxnsc.py -Xxnsc.py
+	dh_install -Npyro -Xdocs/LICENSE
 
-override_dh_auto_install:
+override_dh_fixperms:
+	dh_fixperms
+	find $(CURDIR)/debian/pyro-examples -type f -name '*.py' | \
+		xargs grep -L '#!/usr/bin' | \
+		xargs chmod 644
+	find $(CURDIR)/debian/pyro-examples -type f -name '*.txt' | \
+		xargs chmod 644
 
+override_dh_installinit:
+	dh_installinit -ppyro --name=pyro-nsd
+
+.PHONY: build clean override_dh_installinit override_dh_install override_dh_fixperms

Added: packages/pyro/trunk/debian/setup.cfg
===================================================================
--- packages/pyro/trunk/debian/setup.cfg	                        (rev 0)
+++ packages/pyro/trunk/debian/setup.cfg	2010-09-13 23:39:54 UTC (rev 14420)
@@ -0,0 +1,9 @@
+[bdist_rpm]
+doc_files = LICENSE,docs
+
+[install-options]
+unattended=1
+
+[install]
+optimize=1
+install-scripts=/usr/bin

Modified: packages/pyro/trunk/debian/watch
===================================================================
--- packages/pyro/trunk/debian/watch	2010-09-13 21:31:04 UTC (rev 14419)
+++ packages/pyro/trunk/debian/watch	2010-09-13 23:39:54 UTC (rev 14420)
@@ -1,2 +1,5 @@
 version=3
-http://www.xs4all.nl/~irmen/pyro4/download/Pyro-([0-9]*).([0-9]*)\.tar.gz
+
+opts=filenamemangle=s/P/p/ \
+http://sf.net/pyro/Pyro-(.*)\.tar\.gz
+




More information about the Python-modules-commits mailing list