[Python-modules-commits] r16436 - in packages/foolscap/trunk/debian (3 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Thu Apr 7 22:31:03 UTC 2011
Date: Thursday, April 7, 2011 @ 22:31:00
Author: jtaylor-guest
Revision: 16436
wrap-and-sort debian/
Modified:
packages/foolscap/trunk/debian/changelog
packages/foolscap/trunk/debian/control
packages/foolscap/trunk/debian/copyright
Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog 2011-04-07 22:29:38 UTC (rev 16435)
+++ packages/foolscap/trunk/debian/changelog 2011-04-07 22:31:00 UTC (rev 16436)
@@ -1,8 +1,9 @@
foolscap (0.6.1-2) UNRELEASED; urgency=low
* Standards-version bumped to 3.9.2 (no changes needed)
+ * wrap-and-sort debian/
- -- Julian Taylor <jtaylor.debian at googlemail.com> Fri, 08 Apr 2011 00:25:35 +0200
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Fri, 08 Apr 2011 00:30:12 +0200
foolscap (0.6.1-1) unstable; urgency=low
Modified: packages/foolscap/trunk/debian/control
===================================================================
--- packages/foolscap/trunk/debian/control 2011-04-07 22:29:38 UTC (rev 16435)
+++ packages/foolscap/trunk/debian/control 2011-04-07 22:31:00 UTC (rev 16436)
@@ -2,8 +2,13 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Stephan Peijnik <debian at sp.or.at>, Julian Taylor <jtaylor.debian at googlemail.com>
-Build-Depends-Indep: python-all (>= 2.6.6-3), python-openssl, python-twisted-core, python-twisted-web, debhelper (>= 7.0.50~)
+Uploaders: Stephan Peijnik <debian at sp.or.at>,
+ Julian Taylor <jtaylor.debian at googlemail.com>
+Build-Depends-Indep: debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3),
+ python-openssl,
+ python-twisted-core,
+ python-twisted-web
X-Python-Version: >= 2.4
Standards-Version: 3.9.2
Homepage: http://foolscap.lothar.com/
@@ -12,10 +17,14 @@
Package: python-foolscap
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core, python-twisted-web, python-zope.interface
+Depends: python-twisted-core,
+ python-twisted-web,
+ python-zope.interface,
+ ${misc:Depends},
+ ${python:Depends}
Breaks: ${python:Breaks}
-Recommends: python-twisted-names, python-openssl (>= 0.6)
+Recommends: python-openssl (>= 0.6), python-twisted-names
Description: object-capability-based RPC system for Twisted Python
Foolscap (also known as "newpb") contains a new RPC system for Twisted Python,
- combining capability-based security, secure references, flexible
+ combining capability-based security, secure references, flexible
serialization, and technology to mitigate resource-consumption attacks.
Modified: packages/foolscap/trunk/debian/copyright
===================================================================
--- packages/foolscap/trunk/debian/copyright 2011-04-07 22:29:38 UTC (rev 16435)
+++ packages/foolscap/trunk/debian/copyright 2011-04-07 22:31:00 UTC (rev 16436)
@@ -45,7 +45,7 @@
License: BSD
Copyright (c) The Regents of the University of California.
All rights reserved.
- .
+ .
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -69,4 +69,3 @@
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
-
More information about the Python-modules-commits
mailing list