[Python-modules-commits] r3154 - in /packages/pyro/trunk/debian: changelog control rules watch
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Sat Sep 1 20:09:15 UTC 2007
Author: bzed-guest
Date: Sat Sep 1 20:09:14 2007
New Revision: 3154
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3154
Log:
updating pyro
Added:
packages/pyro/trunk/debian/watch
Modified:
packages/pyro/trunk/debian/changelog
packages/pyro/trunk/debian/control
packages/pyro/trunk/debian/rules
Modified: packages/pyro/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/changelog?rev=3154&op=diff
==============================================================================
--- packages/pyro/trunk/debian/changelog (original)
+++ packages/pyro/trunk/debian/changelog Sat Sep 1 20:09:14 2007
@@ -1,3 +1,19 @@
+pyro (3.7) unstable; urgency=low
+
+ * Adopting the package in the name of the Python Modules Team
+ (Closes: #439048)
+ - Thanks to Alexandre Fayolle and Jérémy Bobbio for the previous NMUs
+ (Closes: #216731, #377680, #391808)
+ * New upstream version
+ * debian/watch:
+ - Adding file
+ * debian/control:
+ - Reflecting maintainer change
+ - Adding XS-Vcs-Svn and XS-Vcs-Browser fields
+ - Moving python, python-central to Build-Depends
+
+ -- Bernd Zeimetz <bernd at bzed.de> Sat, 01 Sep 2007 21:31:53 +0200
+
pyro (3.5-1.2) unstable; urgency=medium
* Non-maintainer upload.
Modified: packages/pyro/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/control?rev=3154&op=diff
==============================================================================
--- packages/pyro/trunk/debian/control (original)
+++ packages/pyro/trunk/debian/control Sat Sep 1 20:09:14 2007
@@ -1,11 +1,14 @@
Source: pyro
Section: python
Priority: optional
-Maintainer: Cédric Delfosse <cedric at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2)
-Build-Depends-Indep: python, python-dev, python-central (>= 0.5), xsltproc, docbook-xsl
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: debhelper (>= 5.0.42), python, python-central (>= 0.5)
+Build-Depends-Indep: xsltproc, docbook-xsl
Standards-Version: 3.7.2
XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyro/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/
Package: pyro
Architecture: all
@@ -60,4 +63,3 @@
system for Python.
.
This package contains some examples for the pyro package.
-
Modified: packages/pyro/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/rules?rev=3154&op=diff
==============================================================================
--- packages/pyro/trunk/debian/rules (original)
+++ packages/pyro/trunk/debian/rules Sat Sep 1 20:09:14 2007
@@ -64,7 +64,6 @@
dh_installinit --noscripts -ppyro --name=pyro-nsd
# some permissions that makes lintian/linda happier
find debian/pyro-examples/usr/share/doc/pyro/examples -exec chmod a-x {} \;
- # chmod a-x debian/pyro-examples/usr/share/doc/pyro/examples/circle/chain.py debian/pyro-examples/usr/share/doc/pyro/examples/callback/bouncer2.py debian/pyro-examples/usr/share/doc/pyro/examples/callback/bouncer.py debian/pyro-examples/usr/share/doc/pyro/examples/quickstart-noNS/object.py debian/pyro-examples/usr/share/doc/pyro/examples/rserve/README debian/pyro-examples/usr/share/doc/pyro/examples/user_passwd_auth/connvalidator.py debian/pyro-examples/usr/share/doc/pyro/examples/rserve/rserve.py debian/pyro-examples/usr/share/doc/pyro/examples/rserve/example-b.py debian/pyro-examples/usr/share/doc/pyro/examples/AllInOne/Readme.txt debian/pyro-examples/usr/share/doc/pyro/examples/rserve/example-a.py debian/pyro-examples/usr/share/doc/pyro/examples/rserve/exlib.py
dh_link
dh_strip
dh_compress
Added: packages/pyro/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/watch?rev=3154&op=file
==============================================================================
--- packages/pyro/trunk/debian/watch (added)
+++ packages/pyro/trunk/debian/watch Sat Sep 1 20:09:14 2007
@@ -1,0 +1,5 @@
+version=3
+
+opts=filenamemangle=s/P/p/ \
+http://sf.net/pyro/Pyro-(.*)\.tar\.gz
+
More information about the Python-modules-commits
mailing list