[Python-modules-commits] r16136 - in packages/pyamf/trunk/debian (3 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Wed Mar 16 21:50:33 UTC 2011


    Date: Wednesday, March 16, 2011 @ 21:50:31
  Author: nomadium-guest
Revision: 16136

* Add -doc binary package.
* Make copyright file DEP5 compliant.

Modified:
  packages/pyamf/trunk/debian/control
  packages/pyamf/trunk/debian/copyright
  packages/pyamf/trunk/debian/python-pyamf-doc.docs

Modified: packages/pyamf/trunk/debian/control
===================================================================
--- packages/pyamf/trunk/debian/control	2011-03-16 20:55:33 UTC (rev 16135)
+++ packages/pyamf/trunk/debian/control	2011-03-16 21:50:31 UTC (rev 16136)
@@ -34,6 +34,26 @@
  which increases performance, allowing applications to load data up
  to 10 times faster than with text-based formats such as XML or SOAP.
 
+Package: python-pyamf-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: python-pyamf
+Description: Action Message Format support for Python (documentation)
+ PyAMF provides Action Message Format (AMF) support for Python
+ that is compatible with the Flash Player. It includes integration
+ with Python web frameworks like Django, Pylons, Twisted, and more.
+ .
+ The Adobe Integrated Runtime and Adobe Flash Player use AMF to
+ communicate between an application and a remote server. AMF encodes
+ remote procedure calls (RPC) into a compact binary representation
+ that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol.
+ Objects and data values are serialized into this binary format,
+ which increases performance, allowing applications to load data up
+ to 10 times faster than with text-based formats such as XML or SOAP.
+ .
+ This package contains tutorials and examples.
+
 Package: python-pyamf-dbg
 Section: debug
 Priority: extra

Modified: packages/pyamf/trunk/debian/copyright
===================================================================
--- packages/pyamf/trunk/debian/copyright	2011-03-16 20:55:33 UTC (rev 16135)
+++ packages/pyamf/trunk/debian/copyright	2011-03-16 21:50:31 UTC (rev 16136)
@@ -1,20 +1,48 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: PyAMF
-Maintainer: The PyAMF Project <dev at pyamf.org>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: PyAMF
+Upstream-Contact: The PyAMF Project <dev at pyamf.org>
 Source: http://pyamf.org/
 
 Files: *
-Copyright: 2007-2009 The PyAMF Project <dev at pyamf.org>
-License: MIT
+Copyright: © 2007-2011, The PyAMF Project <dev at pyamf.org>
+License: Expat
 
+Files: doc/tutorials/examples/actionscript/guestbook/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/bytearray/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/shared-object/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/simple/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/ohloh/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/addressbook/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/recordset/flash/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/geoip/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/shell/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/actionscript/socket/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/gateways/appengine/demo/assets/swfobject.js,
+ doc/tutorials/examples/general/authentication/flash/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/general/authentication/flash/as2/assets/swfobject.js,
+ doc/tutorials/examples/general/authentication/flash/as3/assets/swfobject.js,
+ doc/tutorials/examples/general/helloworld/flash/as1/deploy/assets/swfobject.js,
+ doc/tutorials/examples/general/helloworld/flash/as2/deploy/assets/swfobject.js,
+ doc/tutorials/examples/general/helloworld/flash/as3/deploy/assets/swfobject.js,
+ doc/tutorials/examples/general/helloworld/flex/deploy/assets/swfobject.js,
+ doc/tutorials/examples/general/helloworld/flex/remoteobject/deploy/assets/swfobject.js
+Copyright: © 2007-2008, Geoff Stearns,
+ © 2007-2008, Michael Williams,
+ © 2007-2008, Bobby van der Sluis
+License: Expat
+
+Files: doc/tutorials/examples/gateways/appengine/demo/assets/mootools.js
+Copyright: © 2006-2007, Valerio Proietti
+License: Expat
+
 Files: debian/*
-Copyright: 2008-2009, Daniel Watkins <daniel at daniel-watkins.co.uk>,
-           2008, Piotr Ożarowski <piotr at debian.org>,
-           2009, Sandro Tosi <morph at debian.org>,
-           2010-2011, Miguel Landaeta <miguel at miguel.cc>
-License: MIT
+Copyright: © 2008-2009, Daniel Watkins <daniel at daniel-watkins.co.uk>,
+ © 2008, Piotr Ożarowski <piotr at debian.org>,
+ © 2009, Sandro Tosi <morph at debian.org>,
+ © 2010-2011, Miguel Landaeta <miguel at miguel.cc>
+License: Expat
 
-License: MIT
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
@@ -22,10 +50,10 @@
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:
-
+ .
  The above copyright notice and this permission notice shall be
  included in all copies or substantial portions of the Software.
-
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

Modified: packages/pyamf/trunk/debian/python-pyamf-doc.docs
===================================================================
--- packages/pyamf/trunk/debian/python-pyamf-doc.docs	2011-03-16 20:55:33 UTC (rev 16135)
+++ packages/pyamf/trunk/debian/python-pyamf-doc.docs	2011-03-16 21:50:31 UTC (rev 16136)
@@ -1 +1,2 @@
-build/html
+#build/html
+doc/tutorials




More information about the Python-modules-commits mailing list