[Python-modules-commits] r15844 - in packages/springpython/trunk/debian (10 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Tue Feb 22 18:58:23 UTC 2011


    Date: Tuesday, February 22, 2011 @ 18:58:20
  Author: nomadium-guest
Revision: 15844

* New upstream release.
* Add Sven Wilhelm <wilhelm at wiredobjects.eu> as Uploader.
* Drop deprecated XS-Python-Version and XB-Python-Version fields.
* Drop Build-Depends on perl, just generate the manpage with rst2man.
* Update Homepage field.
* Update Description.
* Add a Suggests field.
* Update watch file.
* Rewrite copyright file to be compliant with DEP5 format.
* Replace dh_pysupport with dh_python2.

Added:
  packages/springpython/trunk/debian/00TODO
  packages/springpython/trunk/debian/coily.rst
  packages/springpython/trunk/debian/python-springpython.manpages
Modified:
  packages/springpython/trunk/debian/changelog
  packages/springpython/trunk/debian/clean
  packages/springpython/trunk/debian/compat
  packages/springpython/trunk/debian/control
  packages/springpython/trunk/debian/copyright
  packages/springpython/trunk/debian/rules
  packages/springpython/trunk/debian/watch

Added: packages/springpython/trunk/debian/00TODO
===================================================================
--- packages/springpython/trunk/debian/00TODO	                        (rev 0)
+++ packages/springpython/trunk/debian/00TODO	2011-02-22 18:58:20 UTC (rev 15844)
@@ -0,0 +1,2 @@
+* Prepare a python-springpython-doc package.
+* Test coily.

Modified: packages/springpython/trunk/debian/changelog
===================================================================
--- packages/springpython/trunk/debian/changelog	2011-02-22 16:04:08 UTC (rev 15843)
+++ packages/springpython/trunk/debian/changelog	2011-02-22 18:58:20 UTC (rev 15844)
@@ -1,5 +1,5 @@
-springpython (1.1.0.FINAL-1) UNRELEASED; urgency=low
+springpython (1.2.0-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #576311).
+  * Initial release. (Closes: #576311).
 
- -- Miguel Landaeta <miguel at miguel.cc>  Tue, 20 Apr 2010 23:18:08 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Mon, 21 Feb 2011 22:43:43 -0430

Modified: packages/springpython/trunk/debian/clean
===================================================================
--- packages/springpython/trunk/debian/clean	2011-02-22 16:04:08 UTC (rev 15843)
+++ packages/springpython/trunk/debian/clean	2011-02-22 18:58:20 UTC (rev 15844)
@@ -1 +1 @@
-build/coily.1
+coily.1

Added: packages/springpython/trunk/debian/coily.rst
===================================================================
--- packages/springpython/trunk/debian/coily.rst	                        (rev 0)
+++ packages/springpython/trunk/debian/coily.rst	2011-02-22 18:58:20 UTC (rev 15844)
@@ -0,0 +1,48 @@
+=========
+ rst2man
+=========
+
+-------------------------------------------------------
+coily - command-line management tool for Spring Python
+-------------------------------------------------------
+
+:Author: Greg Turnquist <gturnquist at vmware dotcom>
+:Date:   2010-11-03
+:Copyright: Apache Software License
+:Version: 1.2.0
+:Manual section: 1
+:Manual group: text processing
+
+SYNOPSIS
+========
+
+  coily command
+
+DESCRIPTION
+===========
+
+Coily is the command-line tool that utilizes the plugin system. It is similar
+to grails command-line tool, in that through a series of installed plugins, you
+are able to do many tasks, including build skeleton apps that you can later
+flesh out. If you look at the details of this app, you will find a
+sophisticated, command driven tool to built to manage plugins. The real power
+is in the plugins themselves.
+
+For information about Spring Python, it can be found at
+http://www.springpython.org/
+
+OPTIONS
+=======
+
+--help                    Displays a brief summary with all options.
+--list-installed-plugins  List the plugins currently installed in this account.
+--list-available-plugins  List the plugins available for installation.
+--install-plugin <name>   Install the named plugin.
+--uninstall-plugin <name> Uninstall the named plugin by deleting its entry from F<~/.springpython>
+--reinstall-plugin <name> Uninstall then install the plugin.
+
+
+SEE ALSO
+========
+
+* `coily <http://springpython.webfactional.com/1.1.x/reference/html/plugins.html#coily>`__

Modified: packages/springpython/trunk/debian/compat
===================================================================
--- packages/springpython/trunk/debian/compat	2011-02-22 16:04:08 UTC (rev 15843)
+++ packages/springpython/trunk/debian/compat	2011-02-22 18:58:20 UTC (rev 15844)
@@ -1 +1 @@
-7
+7
\ No newline at end of file

Modified: packages/springpython/trunk/debian/control
===================================================================
--- packages/springpython/trunk/debian/control	2011-02-22 16:04:08 UTC (rev 15843)
+++ packages/springpython/trunk/debian/control	2011-02-22 18:58:20 UTC (rev 15844)
@@ -1,24 +1,38 @@
 Source: springpython
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>, Sven Wilhelm <wilhelm at wiredobjects.eu>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>> 7.0.50), python (>= 2.4), perl
-Standards-Version: 3.8.4
-XS-Python-Version: >= 2.4
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
+Build-Depends-Indep: python-setuptools (>= 0.6.14-3), python-docutils
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.6
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/springpython/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/springpython/trunk/
-Homepage: http://springpython.webfactional.com/
+Homepage: http://www.springpython.org/
 
 Package: python-springpython
 Architecture: all
-Depends: python (>= 2.4), ${python:Depends}, ${misc:Depends}
-Recommends: python-cherrypy3, python-ldap, python-circuits, pyro
-Description: Python extension of Java-based Spring and Spring Security frameworks
+Depends: python (>= 2.6.6-3), ${python:Depends}, ${misc:Depends}, python-yaml,
+ python-paste
+Recommends: python-mysqldb
+Suggests: python-cherrypy3, python-ldap, python-circuits, pyro
+Breaks: ${python:Breaks}
+Description: Python module that implements concepts from Spring Java Framework
  Spring Python intends to take the concepts that were developed, tested, and
  proven with the Spring Framework, and carry them over to the language of
  Python.
  .
+ The key features of Spring Python are:
+  - Inversion of Control.
+  - Aspect Oriented Programming.
+  - Database Transactions.
+  - Database Templates.
+  - Remoting.
+  - JMS Messaging.
+ .
  This is not a direct port of existing source code, but rather, a port of
  proven solutions, while still remaining faithful to the style, idioms, and
  overall user community of Python.
+ .
+ For more information, please visit: http://www.springpython.org/

Modified: packages/springpython/trunk/debian/copyright
===================================================================
--- packages/springpython/trunk/debian/copyright	2011-02-22 16:04:08 UTC (rev 15843)
+++ packages/springpython/trunk/debian/copyright	2011-02-22 18:58:20 UTC (rev 15844)
@@ -1,16 +1,17 @@
-The sources where downloaded from http://www.springsource.com/download/community?project=Spring%20Python
-The exact tar.gz file was located at http://s3.amazonaws.com/dist.springframework.org/milestone/EXTPY/springpython-1.1.0.M2.tar.gz
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Spring Python Framework
+Upstream-Contact: Greg Turnquist <gturnquist at vmware.com>
+Source: http://www.springsource.com/download/community
 
 Files: *
-Copyright: © 2006-2010 SpringSource Inc.
-Author: Greg L. Turnquist <greg.turnquist at springsource.com>
+Copyright: © 2006-2011, SpringSource (http://springsource.com)
 License: Apache-2.0
- The full text of the Apache 2.0 license is distributed in
- /usr/share/common-licenses/Apache-2.0 on Debian systems.
 
 Files: springpython/remoting/hessian/hessianlib.py
-Copyright: © 2001-2002 Caucho Technology, Inc.
+Copyright: 2001-2002, Caucho Technology, Inc.
 License: Apache-1.1
+ The Apache Software License, Version 1.1
+
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
@@ -52,7 +53,7 @@
  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: springpython/config/decorator.py
-Copyright: © 2005 Michele Simionato
+Copyright: © 2005, Michele Simionato
 License: other
  Redistributions of source code must retain the above copyright 
  notice, this list of conditions and the following disclaimer.
@@ -75,7 +76,10 @@
  DAMAGE.
 
 Files: debian/*
-Copyright: © 2010 Miguel Landaeta <miguel at miguel.cc>
+Copyright: © 2009-2011, Sven Wilhelm <wilhelm at wiredobjects.eu>,
+ © 2010-2011, Miguel Landaeta <miguel at miguel.cc>
 License: Apache-2.0
- The full text of the Apache 2.0 license is distributed in
- /usr/share/common-licenses/Apache-2.0 on Debian systems.
+
+License: Apache-2.0
+ On Debian systems the full text of the Apache License can be found
+ in the `/usr/share/common-licenses/Apache-2.0' file.

Added: packages/springpython/trunk/debian/python-springpython.manpages
===================================================================
--- packages/springpython/trunk/debian/python-springpython.manpages	                        (rev 0)
+++ packages/springpython/trunk/debian/python-springpython.manpages	2011-02-22 18:58:20 UTC (rev 15844)
@@ -0,0 +1 @@
+coily.1

Modified: packages/springpython/trunk/debian/rules
===================================================================
--- packages/springpython/trunk/debian/rules	2011-02-22 16:04:08 UTC (rev 15843)
+++ packages/springpython/trunk/debian/rules	2011-02-22 18:58:20 UTC (rev 15844)
@@ -1,21 +1,15 @@
-#!/usr/bin/make -f
+#! /usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_build:
 	dh_auto_build
-	pod2man -c '' -r '' debian/coily.pod > build/coily.1
+	rst2man debian/coily.rst coily.1
 
-override_dh_install:
-	dh_install
+override_dh_auto_install:
+	dh_auto_install
 	find debian/python-springpython -name LICENSE.txt -delete
 
-get-orig-source:
-	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
-	uscan \
-		--verbose \
-		--no-symlink \
-		--destdir $(CURDIR)      \
-		--watchfile debian/watch \
-		--force-download         \
-		--rename
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf springpython.egg-info

Modified: packages/springpython/trunk/debian/watch
===================================================================
--- packages/springpython/trunk/debian/watch	2011-02-22 16:04:08 UTC (rev 15843)
+++ packages/springpython/trunk/debian/watch	2011-02-22 18:58:20 UTC (rev 15844)
@@ -1,4 +1,4 @@
 version=3
-opts=dversionmangle=s/\+dfsg// \
+opts=uversionmangle=s/\.FINAL$// \
 https://s3browse.springsource.com/browse/dist.springframework.org/release/EXTPY/ \
 http://dist.springframework.org/release/EXTPY/springpython-([\w\.]+)\.tar\.gz debian




More information about the Python-modules-commits mailing list