[Python-modules-commits] r390 - in /packages/turbogears/trunk: TurboGears.egg-info/ debian/ debian/patches/

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu May 4 11:10:30 UTC 2006


Author: kov
Date: Thu May  4 11:10:27 2006
New Revision: 390

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=390
Log:
Load newtrunk into packages/turbogears/trunk.

Added:
    packages/turbogears/trunk/debian/
    packages/turbogears/trunk/debian/changelog
    packages/turbogears/trunk/debian/compat
    packages/turbogears/trunk/debian/control
    packages/turbogears/trunk/debian/copyright
    packages/turbogears/trunk/debian/patches/
    packages/turbogears/trunk/debian/patches/00_avoid_deps_on_build.diff
    packages/turbogears/trunk/debian/patches/01_reloader_args_for_cherrypy2.2.diff
    packages/turbogears/trunk/debian/patches/02_project_start_py2.4.diff
    packages/turbogears/trunk/debian/python-support.version
    packages/turbogears/trunk/debian/python-turbogears.postinst
    packages/turbogears/trunk/debian/python-turbogears.prerm
    packages/turbogears/trunk/debian/rules   (with props)
Modified:
    packages/turbogears/trunk/TurboGears.egg-info/SOURCES.txt

Modified: packages/turbogears/trunk/TurboGears.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/TurboGears.egg-info/SOURCES.txt?rev=390&op=diff
==============================================================================
--- packages/turbogears/trunk/TurboGears.egg-info/SOURCES.txt (original)
+++ packages/turbogears/trunk/TurboGears.egg-info/SOURCES.txt Thu May  4 11:10:27 2006
@@ -11,7 +11,6 @@
 TurboGears.egg-info/SOURCES.txt
 TurboGears.egg-info/entry_points.txt
 TurboGears.egg-info/not-zip-safe
-TurboGears.egg-info/requires.txt
 TurboGears.egg-info/top_level.txt
 docs/MochiKit.js
 docs/TurboGears-Logo.png

Added: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/changelog (added)
+++ packages/turbogears/trunk/debian/changelog Thu May  4 11:10:27 2006
@@ -1,0 +1,6 @@
+turbogears (0.8.9-1) UNRELEASED; urgency=low
+
+  * Initial Release
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed,  3 May 2006 22:52:25 -0300
+

Added: packages/turbogears/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/compat?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/compat (added)
+++ packages/turbogears/trunk/debian/compat Thu May  4 11:10:27 2006
@@ -1,0 +1,1 @@
+4

Added: packages/turbogears/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/control?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/control (added)
+++ packages/turbogears/trunk/debian/control Thu May  4 11:10:27 2006
@@ -1,0 +1,29 @@
+Source: turbogears
+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: cdbs, debhelper (>= 4.1.0)
+Build-Depends-Indep: python, python2.4-dev, python2.4-setuptools (>= 0.6a9-1)
+Standards-Version: 3.7.0
+
+Package: python-turbogears
+Architecture: all
+Depends: python (>= 2.4) | python2.4, python (<< 2.5), python-support, python-cherrypy (>= 2.1.1), python-kid (>= 0.8), python2.4-sqlobject (>= 0.7.0.really.0.7.1), python-elementtree (>= 1.2.6), python2.4-formencode (>= 0.4), python2.4-setuptools (>= 0.6a9-1)
+Description: Python-based web framework
+ TurboGears 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.
+ .
+ TurboGears glues together the following components:
+ .
+  * CherryPy
+  * SQLObject
+  * Kid
+  * Mochikit
+ .
+  URL: http://www.turbogears.org/

Added: packages/turbogears/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/copyright?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/copyright (added)
+++ packages/turbogears/trunk/debian/copyright Thu May  4 11:10:27 2006
@@ -1,0 +1,29 @@
+This package was debianized by Gustavo Noronha Silva <kov at debian.org> on
+Thu, 10 Mar 2005 09:32:58 -0300.
+
+It was downloaded from http://www.turbogears.org/
+
+Copyright:
+
+Copyright (c) 2005 Kevin Dangoor
+
+License:
+
+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 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.

Added: packages/turbogears/trunk/debian/patches/00_avoid_deps_on_build.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/patches/00_avoid_deps_on_build.diff?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/patches/00_avoid_deps_on_build.diff (added)
+++ packages/turbogears/trunk/debian/patches/00_avoid_deps_on_build.diff Thu May  4 11:10:27 2006
@@ -1,0 +1,21 @@
+--- setup.py~	2006-02-06 09:49:15.000000000 -0200
++++ setup.py	2006-05-03 23:05:12.000000000 -0300
+@@ -35,12 +35,12 @@
+ The latest development version is available in <a href="http://www.turbogears.org/svn/turbogears/trunk#egg=turbogears-dev">the TurboGears subversion repository</a>.""",
+     url="http://www.turbogears.org",
+     zip_safe=False,
+-    install_requires = ["kid >= 0.8",
+-        "CherryPy >= 2.1.1",
+-        "SQLObject >= 0.7.1dev_r1457", "json-py >= 3.4",
+-        "elementtree >= 1.2.6",
+-        "cElementTree >= 1.0.2", "FormEncode >= 0.4",
+-        "setuptools >= 0.6a8", "TestGears >= 0.2"],
++#    install_requires = ["kid >= 0.8",
++#        "CherryPy >= 2.1.1",
++#        "SQLObject >= 0.7.1dev_r1457", "json-py >= 3.4",
++#        "elementtree >= 1.2.6",
++#        "cElementTree >= 1.0.2", "FormEncode >= 0.4",
++#        "setuptools >= 0.6a8", "TestGears >= 0.2"],
+     packages=find_packages(),
+     package_data = find_package_data(where='turbogears', 
+                     package='turbogears',

Added: packages/turbogears/trunk/debian/patches/01_reloader_args_for_cherrypy2.2.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/patches/01_reloader_args_for_cherrypy2.2.diff?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/patches/01_reloader_args_for_cherrypy2.2.diff (added)
+++ packages/turbogears/trunk/debian/patches/01_reloader_args_for_cherrypy2.2.diff Thu May  4 11:10:27 2006
@@ -1,0 +1,18 @@
+--- turbogears/startup.py~	2005-10-25 16:16:39.000000000 -0200
++++ turbogears/startup.py	2006-05-04 00:08:21.000000000 -0300
+@@ -9,7 +9,7 @@
+ 
+ import cherrypy
+ 
+-def reloader_thread():
++def reloader_thread(freq = None):
+     """Monkeypatch for the reloader provided by CherryPy.
+     
+     This reloader is designed to reload a single package. This is
+@@ -165,4 +165,4 @@
+     cherrypy.server.onStartServerList.append(startTurboGears)
+     
+ if stopTurboGears not in cherrypy.server.onStopServerList:
+-    cherrypy.server.onStopServerList.append(stopTurboGears)
+\ No newline at end of file
++    cherrypy.server.onStopServerList.append(stopTurboGears)

Added: packages/turbogears/trunk/debian/patches/02_project_start_py2.4.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/patches/02_project_start_py2.4.diff?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/patches/02_project_start_py2.4.diff (added)
+++ packages/turbogears/trunk/debian/patches/02_project_start_py2.4.diff Thu May  4 11:10:27 2006
@@ -1,0 +1,8 @@
+--- turbogears/quickstart/project-start.py.source~	2006-05-04 00:12:58.000000000 -0300
++++ turbogears/quickstart/project-start.py.source	2006-05-04 00:13:07.000000000 -0300
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2.4
+ import pkg_resources
+ pkg_resources.require("TurboGears")
+ 

Added: packages/turbogears/trunk/debian/python-support.version
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/python-support.version?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/python-support.version (added)
+++ packages/turbogears/trunk/debian/python-support.version Thu May  4 11:10:27 2006
@@ -1,0 +1,1 @@
+2.4

Added: packages/turbogears/trunk/debian/python-turbogears.postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/python-turbogears.postinst?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/python-turbogears.postinst (added)
+++ packages/turbogears/trunk/debian/python-turbogears.postinst Thu May  4 11:10:27 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -i /usr/share/python-support/turbogears
+fi

Added: packages/turbogears/trunk/debian/python-turbogears.prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/python-turbogears.prerm?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/python-turbogears.prerm (added)
+++ packages/turbogears/trunk/debian/python-turbogears.prerm Thu May  4 11:10:27 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -c -i /usr/share/python-support/turbogears
+fi

Added: packages/turbogears/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/rules?rev=390&op=file
==============================================================================
--- packages/turbogears/trunk/debian/rules (added)
+++ packages/turbogears/trunk/debian/rules Thu May  4 11:10:27 2006
@@ -1,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+# python-distutils before debhelper to avoid it calling dh_python
+# itself
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed --no-compile -O0 --install-lib usr/share/python-support/turbogears
+
+common-binary-post-install-indep::
+	install -D -o root -g root -m 644 debian/python-support.version \
+		debian/python-turbogears/usr/share/python-support/turbogears/.version
+	sed -i 's,/usr/bin/python,/usr/bin/python2.4,g' debian/python-turbogears/usr/bin/tg-admin
+
+clean::
+	# hack (CDBS bug -- see #300149)
+	-rm -rf build

Propchange: packages/turbogears/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list