[Python-modules-commits] r11268 - in packages/pysilc/trunk/debian (control)
stefanor-guest at users.alioth.debian.org
stefanor-guest at users.alioth.debian.org
Sun Jan 24 14:39:17 UTC 2010
Date: Sunday, January 24, 2010 @ 14:39:15
Author: stefanor-guest
Revision: 11268
Remove Python:Provides, wrap long lines
Modified:
packages/pysilc/trunk/debian/control
Modified: packages/pysilc/trunk/debian/control
===================================================================
--- packages/pysilc/trunk/debian/control 2010-01-24 14:35:00 UTC (rev 11267)
+++ packages/pysilc/trunk/debian/control 2010-01-24 14:39:15 UTC (rev 11268)
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7.0.50~), python-setuptools (>= 0.6a9), python-support (>= 0.6), libsilc-dev, python-all-dev, python-all-dbg
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools (>= 0.6a9),
+ python-support (>= 0.6), libsilc-dev, python-all-dev, python-all-dbg
XS-Python-Version: >= 2.5
Standards-Version: 3.8.3
Homepage: http://www.liquidx.net/pysilc/
@@ -13,7 +14,6 @@
Package: python-silc
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Provides: ${python:Provides}
Description: Python bindings for SILC
PySilc is a near-complete set of Python bindings for creating SILC clients
using the silc-toolkit. It allows developers to write simple bots and clients
@@ -23,8 +23,8 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-silc (= ${binary:Version}), python-dbg
-Provides: ${python:Provides}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+ python-silc (= ${binary:Version}), python-dbg
Description: Python bindings for SILC (debug extension)
PySilc is a near-complete set of Python bindings for creating SILC clients
using the silc-toolkit. It allows developers to write simple bots and clients
More information about the Python-modules-commits
mailing list