[Python-modules-commits] r6791 - in packages/foolscap/trunk/debian (control copyright)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Wed Oct 29 19:24:46 UTC 2008


    Date: Wednesday, October 29, 2008 @ 19:24:46
  Author: speijnik-guest
Revision: 6791

debian/control: moved python-openssl to Recommends. Updated debian/copyright (packaging is now licensed under the same license as the package).

Modified:
  packages/foolscap/trunk/debian/control
  packages/foolscap/trunk/debian/copyright

Modified: packages/foolscap/trunk/debian/control
===================================================================
--- packages/foolscap/trunk/debian/control	2008-10-29 19:14:12 UTC (rev 6790)
+++ packages/foolscap/trunk/debian/control	2008-10-29 19:24:46 UTC (rev 6791)
@@ -12,8 +12,8 @@
 
 Package: python-foolscap
 Architecture: all
-Depends: ${python:Depends}, python-twisted-core, python-openssl (>= 0.6), python-twisted-web
-Recommends: python-twisted-names
+Depends: ${python:Depends}, python-twisted-core, python-twisted-web, python-zopeinterface
+Recommends: python-twisted-names, python-openssl (>= 0.6)
 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 

Modified: packages/foolscap/trunk/debian/copyright
===================================================================
--- packages/foolscap/trunk/debian/copyright	2008-10-29 19:14:12 UTC (rev 6790)
+++ packages/foolscap/trunk/debian/copyright	2008-10-29 19:24:46 UTC (rev 6791)
@@ -35,4 +35,5 @@
     OTHER DEALINGS IN THE SOFTWARE.
 
 The Debian packaging is (C) 2008, Stephan Peijnik <debian at sp.or.at> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the same license as foolscap, see the license text included
+above for more information.




More information about the Python-modules-commits mailing list