[Python-modules-commits] r12628 - in packages/pyamf/trunk/debian (8 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Sat Apr 17 23:37:09 UTC 2010


    Date: Saturday, April 17, 2010 @ 23:37:08
  Author: nomadium-guest
Revision: 12628

apply changes from feedback from debian-mentors
    
* Changed Priority from extra to optional.
* Fixed version of Build-Depends on debhelper.
* Updated copyright file to use DEP-5 format.
* Removed useless patch debian/patches/01_remove_ez_setup.diff.
* Renamed documents registered under doc-base.
* Dropped '--with python-support' flag in dh7 invocation.
* Updated URL in debian/watch.

Modified:
  packages/pyamf/trunk/debian/changelog
  packages/pyamf/trunk/debian/control
  packages/pyamf/trunk/debian/copyright
  packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.1
  packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.2
  packages/pyamf/trunk/debian/rules
  packages/pyamf/trunk/debian/watch
Deleted:
  packages/pyamf/trunk/debian/patches/

Modified: packages/pyamf/trunk/debian/changelog
===================================================================
--- packages/pyamf/trunk/debian/changelog	2010-04-17 05:12:13 UTC (rev 12627)
+++ packages/pyamf/trunk/debian/changelog	2010-04-17 23:37:08 UTC (rev 12628)
@@ -2,4 +2,4 @@
 
   * Initial release. (Closes: #499617)
 
- -- Miguel Landaeta <miguel at miguel.cc>  Mon, 08 Mar 2010 19:27:04 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Sat, 17 Apr 2010 18:26:17 -0430

Modified: packages/pyamf/trunk/debian/control
===================================================================
--- packages/pyamf/trunk/debian/control	2010-04-17 05:12:13 UTC (rev 12627)
+++ packages/pyamf/trunk/debian/control	2010-04-17 23:37:08 UTC (rev 12628)
@@ -1,9 +1,9 @@
 Source: pyamf
 Section: python
-Priority: extra
+Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Miguel Landaeta <miguel at miguel.cc>
-Build-Depends: debhelper (>> 7.0.50), python-all-dev, python-support (>= 0.8),
+Build-Depends: debhelper (>= 7.0.50), python-all-dev, python-support (>= 0.8),
                python-setuptools (>= 0.6c9)
 Standards-Version: 3.8.4
 Homepage: http://pyamf.org/
@@ -28,4 +28,5 @@
 Suggests: python-pyamf
 Description: documentation for the Python AMF support
  This contains the API documentation for the Python Action Message
- Format (AMF) support provided by python-pyamf.
+ Format (AMF) support provided by python-pyamf. It includes integration
+ with Python web frameworks like Django, Pylons, Twisted, and more.

Modified: packages/pyamf/trunk/debian/copyright
===================================================================
--- packages/pyamf/trunk/debian/copyright	2010-04-17 05:12:13 UTC (rev 12627)
+++ packages/pyamf/trunk/debian/copyright	2010-04-17 23:37:08 UTC (rev 12628)
@@ -1,44 +1,35 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233
-Upstream-Name: PyAMF
-Upstream-Maintainer: The PyAMF Project <dev at pyamf.org>
-Upstream-Source: http://pyamf.org/
+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>
+Source: http://pyamf.org/
 
 Files: *
-Copyright: Copyright (C) 2007-2009 The PyAMF Project
-Authors: The PyAMF Project <users at pyamf.org>,
-    Thijs Triemstra <thijs at pyamf.org>,
-    Nick Joyce <nick at pyamf.org>,
-    Jacob Feisley <feisley at pyamf.org>,
-    Arnar Birgisson <arnar at pyamf.org>,
-    Michael van Tellingen <michael.vantellingen at pyamf.org>,
-    Gerard Escalante <gerard at pyamf.org>,
-    Dave Thompson <dave at pyamf.org>
+Copyright: 2007-2009 The PyAMF Project <dev at pyamf.org>
 License: MIT
-    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
-    without limitation the rights to use, copy, modify, merge, publish,
-    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:
+ 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
+ without limitation the rights to use, copy, modify, merge, publish,
+ 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 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
-    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 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
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 Files: debian/*
-Copyright: Copyright (C) 2008-2009, Daniel Watkins <daniel at daniel-watkins.co.uk>,
-           Copyright (C) 2008, Piotr Ożarowski <piotr at debian.org>,
-           Copyright (C) 2009, Sandro Tosi <morph at debian.org>,
-           Copyright (C) 2010, Miguel Landaeta <miguel at miguel.cc>
+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, Miguel Landaeta <miguel at miguel.cc>
 License: BSD
-    On Debian systems, the complete text of the BSD License can be found in
-    `/usr/share/common-licenses/BSD'.
+ On Debian systems, the complete text of the BSD License can be found in
+ `/usr/share/common-licenses/BSD'.

Modified: packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.1
===================================================================
--- packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.1	2010-04-17 05:12:13 UTC (rev 12627)
+++ packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.1	2010-04-17 23:37:08 UTC (rev 12628)
@@ -1,4 +1,4 @@
-Document: python-pyamf-doc1
+Document: python-pyamf-api
 Title: API for PyAMF
 Abstract: Action Message Format support for Python
 Section: Programming

Modified: packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.2
===================================================================
--- packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.2	2010-04-17 05:12:13 UTC (rev 12627)
+++ packages/pyamf/trunk/debian/python-pyamf-doc.doc-base.2	2010-04-17 23:37:08 UTC (rev 12628)
@@ -1,4 +1,4 @@
-Document: python-pyamf-doc2
+Document: python-pyamf-doc
 Title: Documentation and tutorials for PyAMF
 Abstract: Action Message Format support for Python
 Section: Programming

Modified: packages/pyamf/trunk/debian/rules
===================================================================
--- packages/pyamf/trunk/debian/rules	2010-04-17 05:12:13 UTC (rev 12627)
+++ packages/pyamf/trunk/debian/rules	2010-04-17 23:37:08 UTC (rev 12628)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with python-support $@
+	dh $@
 
 override_dh_auto_clean:
 	dh_auto_clean

Modified: packages/pyamf/trunk/debian/watch
===================================================================
--- packages/pyamf/trunk/debian/watch	2010-04-17 05:12:13 UTC (rev 12627)
+++ packages/pyamf/trunk/debian/watch	2010-04-17 23:37:08 UTC (rev 12628)
@@ -1,2 +1,2 @@
 version=3
-http://download.pyamf.org/releases/([\d.]+)/PyAMF-([\d.]+)\.tar\.gz
+http://pypi.python.org/packages/source/P/PyAMF/PyAMF-([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list