[Python-modules-commits] r10131 - in packages/turbogears/trunk/debian (7 files)
federico-guest at users.alioth.debian.org
federico-guest at users.alioth.debian.org
Mon Oct 19 15:24:28 UTC 2009
Date: Monday, October 19, 2009 @ 15:24:27
Author: federico-guest
Revision: 10131
debian/README.source added, manpage added, license updated, quilt patch updated
Added:
packages/turbogears/trunk/debian/README.source
packages/turbogears/trunk/debian/python-turbogears.manpages
Modified:
packages/turbogears/trunk/debian/changelog
packages/turbogears/trunk/debian/control
packages/turbogears/trunk/debian/copyright
packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch
Deleted:
packages/turbogears/trunk/debian/README.source
Deleted: packages/turbogears/trunk/debian/README.source
===================================================================
--- packages/turbogears/trunk/debian/README.source 2009-10-19 14:51:34 UTC (rev 10130)
+++ packages/turbogears/trunk/debian/README.source 2009-10-19 15:24:27 UTC (rev 10131)
@@ -1,9 +0,0 @@
-turbogears for Debian
----------------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
Added: packages/turbogears/trunk/debian/README.source
===================================================================
--- packages/turbogears/trunk/debian/README.source (rev 0)
+++ packages/turbogears/trunk/debian/README.source 2009-10-19 15:24:27 UTC (rev 10131)
@@ -0,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build. Please see:
+
+/usr/share/doc/quilt/README.source
Modified: packages/turbogears/trunk/debian/changelog
===================================================================
--- packages/turbogears/trunk/debian/changelog 2009-10-19 14:51:34 UTC (rev 10130)
+++ packages/turbogears/trunk/debian/changelog 2009-10-19 15:24:27 UTC (rev 10131)
@@ -4,7 +4,7 @@
* New upstream release. (Closes: #514222 #515745 #527219)
* Debian package rebuilt from scratch.
- -- Federico Ceratto <federico.ceratto at gmail.com> Thu, 15 Oct 2009 14:56:27 +0100
+ -- Federico Ceratto <federico.ceratto at gmail.com> Mon, 19 Oct 2009 16:22:36 +0100
turbogears (1.0.8-2) unstable; urgency=low
Modified: packages/turbogears/trunk/debian/control
===================================================================
--- packages/turbogears/trunk/debian/control 2009-10-19 14:51:34 UTC (rev 10130)
+++ packages/turbogears/trunk/debian/control 2009-10-19 15:24:27 UTC (rev 10131)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Federico Ceratto <federico.ceratto at gmail.com>, Enrico Zini <enrico at debian.org>
-Build-Depends: debhelper (>= 7), quilt, python-support, python-dev, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, python-dispatch, python-formencode, python-kid, python-nose, python-paste, python-pastedeploy, python-pastescript, python-setuptools, python-simplejson, python-sqlalchemy, python-sqlobject, python-turbokid, python-turbojson
+Build-Depends: debhelper (>= 7.0.50), quilt, python-support, python-dev, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, python-dispatch, python-formencode, python-kid, python-nose, python-paste, python-pastedeploy, python-pastescript, python-setuptools, python-simplejson, python-sqlalchemy, python-sqlobject, python-turbokid, python-turbojson
Standards-Version: 3.8.3
Homepage: http://www.turbogears.org/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/turbogears/trunk/
@@ -13,7 +13,6 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, python-dispatch, python-formencode, python-kid, python-nose, python-paste, python-pastedeploy, python-pastescript, python-pkg-resources, python-simplejson, python-sqlalchemy | python-sqlobject, python-turbokid, python-turbojson
Recommends: python-elixir, python-pysqlite2, python-myghty, python-genshi
-Suggests: python-genshi
XB-Python-Version: ${python:Versions}
Description: Python-based web framework
TurboGears takes the best components available and combines them into one
@@ -25,7 +24,7 @@
.
TurboGears glues together the following components:
.
- * CherryPy
- * SQLObject/SQLAlchemy
- * Kid
- * Mochikit
+ * CherryPy/Paste frameworks
+ * SQLObject/SQLAlchemy Object Relational Mappers
+ * Kid/Genshi templating systems
+ * Mochikit javascript library
Modified: packages/turbogears/trunk/debian/copyright
===================================================================
--- packages/turbogears/trunk/debian/copyright 2009-10-19 14:51:34 UTC (rev 10130)
+++ packages/turbogears/trunk/debian/copyright 2009-10-19 15:24:27 UTC (rev 10131)
@@ -23,22 +23,6 @@
THE SOFTWARE.
Files: debian/*
-Copyright: (C) 2009 Daniel Baumann <daniel at debian.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:
- .
- 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.
+Copyright: (C) 2009 Federico Ceratto <federico.ceratto at gmail.com>
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
Modified: packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch
===================================================================
--- packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch 2009-10-19 14:51:34 UTC (rev 10130)
+++ packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch 2009-10-19 15:24:27 UTC (rev 10131)
@@ -36,9 +36,9 @@
+#
-diff -Naurp turbogears.orig/qstemplates/qsbase/+package+/__init__.py turbogears/qstemplates/qsbase/+package+/__init__.py
---- turbogears.orig/qstemplates/qsbase/+package+/__init__.py
-+++ turbogears/turbogears/qstemplates/qsbase/+package+/__init__.py
+diff -Naurp turbogears.orig/qstemplates/qsbase/+package+/templates/__init__.py turbogears/qstemplates/qsbase/+package+/templates/__init__.py
+--- turbogears.orig/qstemplates/qsbase/+package+/templates/__init__.py
++++ turbogears/turbogears/qstemplates/qsbase/+package+/templates/__init__.py
@@ -0,0 +1 @@
+#
@@ -57,6 +57,13 @@
+#
+diff -Naurp turbogears.orig/qstemplates/quickstart/+package+/templates/__init__.py turbogears/qstemplates/quickstart/+package+/templates/__init__.py
+--- turbogears.orig/qstemplates/quickstart/+package+/templates/__init__.py
++++ turbogears/turbogears/qstemplates/quickstart/+package+/templates/__init__.py
+@@ -0,0 +1 @@
++#
+
+
diff -Naurp turbogears.orig/static/css/__init__.py turbogears/static/css/__init__.py
--- turbogears.orig/static/css/__init__.py
+++ turbogears/turbogears/static/css/__init__.py
Added: packages/turbogears/trunk/debian/python-turbogears.manpages
===================================================================
--- packages/turbogears/trunk/debian/python-turbogears.manpages (rev 0)
+++ packages/turbogears/trunk/debian/python-turbogears.manpages 2009-10-19 15:24:27 UTC (rev 10131)
@@ -0,0 +1 @@
+debian/tg-admin.1
More information about the Python-modules-commits
mailing list