[Python-modules-commits] r8688 - in packages (11 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Jun 2 23:22:53 UTC 2009


    Date: Tuesday, June 2, 2009 @ 23:22:52
  Author: zack
Revision: 8688

(start) resurrecting old packaging, with kov blessing

Modified:
  packages/turbogears2/	(properties)
  packages/turbogears2/trunk/debian/changelog
  packages/turbogears2/trunk/debian/compat
  packages/turbogears2/trunk/debian/control
  packages/turbogears2/trunk/debian/copyright
  packages/turbogears2/trunk/debian/rules
  packages/turbogears2/trunk/debian/watch
Deleted:
  packages/turbogears2/trunk/debian/README.Debian
  packages/turbogears2/trunk/debian/patches/
  packages/turbogears2/trunk/debian/python-turbogears2.install
  packages/turbogears2/trunk/debian/pyversions


Property changes on: packages/turbogears2
___________________________________________________________________
Added: svn:ignore
   + build-area
tarballs


Deleted: packages/turbogears2/trunk/debian/README.Debian
===================================================================
--- packages/turbogears2/trunk/debian/README.Debian	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/README.Debian	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1,16 +0,0 @@
-=====================
-TurboGears for Debian
-=====================
-
-1. Introduction
-
-This is the packaging of TurboGears for Debian. It is done inside the
-structure of the Python Modules packaging team:
-
-       http://python-modules.alioth.debian.org/
-
-Lots of thought are needed on how to best package aditional widgets,
-extensions and specially applications. If you have comments or ideas,
-please send them to my email: kov at debian.org.
-
- -- Gustavo Noronha Silva <kov at debian.org>, Tue,  1 Jul 2008 22:42:24 -0300

Modified: packages/turbogears2/trunk/debian/changelog
===================================================================
--- packages/turbogears2/trunk/debian/changelog	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/changelog	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1,9 +1,15 @@
-turbogears2 (1.9.7~a2-2) UNRELEASED; urgency=low
+turbogears2 (2.0-1) UNRELEASED; urgency=low
 
+  [ Stefano Zacchiroli ]
+  * new upstream release
+  * resurrect packaging from last Python Modules Team work, with last
+    maintainer there blessing, thanks Gustavo Noronha Silva!
+
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:16:43 +0100
+ -- Stefano Zacchiroli <zack at debian.org>  Wed, 03 Jun 2009 01:12:58 +0200
 
 turbogears2 (1.9.7~a2-1) unstable; urgency=low
 

Modified: packages/turbogears2/trunk/debian/compat
===================================================================
--- packages/turbogears2/trunk/debian/compat	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/compat	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1 +1 @@
-4
+7

Modified: packages/turbogears2/trunk/debian/control
===================================================================
--- packages/turbogears2/trunk/debian/control	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/control	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1,27 +1,51 @@
 Source: turbogears2
 Section: python
 Priority: optional
-Maintainer: Gustavo Noronha Silva <kov at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python-support (>= 0.6.4), cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all, python-setuptools (>= 0.6b3), python-pylons (>= 0.9.7~beta3), python-nose (>= 0.9.1), python-babel-i18n, python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2)
-Standards-Version: 3.8.0
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ cdbs,
+ python-dev,
+ python-support,
+ python-setuptools,
+ python-pylons
+Standards-Version: 3.8.1
 Homepage: http://www.turbogears.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbogears2/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/turbogears2/trunk/
 
 Package: python-turbogears2
 Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-pylons (>= 0.9.7~beta3), python-nose (>= 0.9.1), python-babel-i18n, python-turbokid (>= 1.0.4), python-turbojson (>= 1.2), python-tempita (>= 0.2), python-weberror (>= 0.8), python-webhelpers (>= 0.6~dev20080613), python-webob (>= 0.9.2), python-toscawidgets (>= 0.9.2), python-genshi, python-tg.devtools (>= 1.9.7~a2)
-Recommends: python-pysqlite2 (>= 2.3.0), python-elixir
-Description: Python-based web framework
- TurboGears2 takes the best components available and combines them into
- one easy-to-install, documented whole. TurboGears includes parts that
- join the pieces together and make them work together seamlessly, but
- doesn't obscure each included project. This allows you to take
- advantage of all existing documentation, articles, mailing lists and
- other resources that have built up in the communities for each
- project.
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-pylons (>= 0.9.7),
+ python-genshi (>= 0.5.1),
+ python-webflash (>= 0.1a8),
+ python-toscawidgets (>= 0.9.4),
+ python-weberror (>= 0.10.1),
+ python-repoze.what-plugins,
+ python-repoze.tm2 (>= 1.0a4),
+ python-turbojson (>= 1.2.1)
+Recommends: python-pysqlite2
+Suggests: python-elixir
+Description: Python web application framework
+ TurboGears2 is a framework to develop web applications in Python.
  .
+ TurboGears2 application are developed according to a
+ model-view-controller (MVC) architecture composed of several
+ components: an Object Relational Mapper (or ORM, to code the model),
+ a template engine (to write views), and an URL mapper (to associate
+ URLs to Python methods acting as controllers).
+ .
+ TurboGears2 relies on the best available individual components and
+ combines them into a coherent and well-documented whole. TurboGears2
+ includes parts that join the components together and make them work
+ together seamlessly, but does not obscure each included project. This
+ allows to take advantage of existing documentation, articles, mailing
+ lists and other resources that have built up in the communities for
+ each project.
+ .
  TurboGears2 is the next major version of TurboGears, and builds on
  the Pylons framework.

Modified: packages/turbogears2/trunk/debian/copyright
===================================================================
--- packages/turbogears2/trunk/debian/copyright	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/copyright	2009-06-02 23:22:52 UTC (rev 8688)
@@ -14,7 +14,7 @@
 
 TurboGears has the folowing copyright:
 
-Copyright (c) 2005-2007 Kevin Dangoor and contributors.
+Copyright © 2005-2009 Kevin Dangoor and contributors.
 TurboGears is a trademark of Kevin Dangoor.
 
 License:

Deleted: packages/turbogears2/trunk/debian/python-turbogears2.install
===================================================================
--- packages/turbogears2/trunk/debian/python-turbogears2.install	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/python-turbogears2.install	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1 +0,0 @@
-newdocs/docs/* usr/share/doc/python-turbogears/docs

Deleted: packages/turbogears2/trunk/debian/pyversions
===================================================================
--- packages/turbogears2/trunk/debian/pyversions	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/pyversions	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1 +0,0 @@
-2.4-

Modified: packages/turbogears2/trunk/debian/rules
===================================================================
--- packages/turbogears2/trunk/debian/rules	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/rules	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
+DEB_PYTHON_SYSTEM = pysupport
 
-DEB_PYTHON_SYSTEM := pysupport
-
-include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed

Modified: packages/turbogears2/trunk/debian/watch
===================================================================
--- packages/turbogears2/trunk/debian/watch	2009-06-02 22:55:13 UTC (rev 8687)
+++ packages/turbogears2/trunk/debian/watch	2009-06-02 23:22:52 UTC (rev 8688)
@@ -1,2 +1,3 @@
 version=2
-http://files.turbogears.org/eggs/TurboGears-(\d.+\d).tar.gz
+http://www.turbogears.org/2.0/downloads/current/ \
+  TurboGears2-([0-9a-z.]+)\.tar\.gz




More information about the Python-modules-commits mailing list