[Python-modules-commits] r21277 - in packages/turbogears/trunk/debian (7 files)
xnox at users.alioth.debian.org
xnox at users.alioth.debian.org
Wed Apr 18 23:49:46 UTC 2012
Date: Wednesday, April 18, 2012 @ 23:49:43
Author: xnox
Revision: 21277
* Team upload
* Add missing dependencies (Closes: #556424 #615520)
* Switch to 3.0 (quilt) format
* Fix spelling mistake in README.Debian (thanks lintian)
* Switch to dh_python2, aids with correct dependencies (Closes: #579105)
* Depend on libjs-mochikit & symlink mochikit.js (thanks lintian)
Added:
packages/turbogears/trunk/debian/python-turbogears.links
Modified:
packages/turbogears/trunk/debian/changelog
packages/turbogears/trunk/debian/control
packages/turbogears/trunk/debian/python-turbogears.README.Debian
packages/turbogears/trunk/debian/rules
packages/turbogears/trunk/debian/source/format
Deleted:
packages/turbogears/trunk/debian/README.source
Deleted: packages/turbogears/trunk/debian/README.source
===================================================================
--- packages/turbogears/trunk/debian/README.source 2012-04-18 22:52:07 UTC (rev 21276)
+++ packages/turbogears/trunk/debian/README.source 2012-04-18 23:49:43 UTC (rev 21277)
@@ -1,5 +0,0 @@
-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 2012-04-18 22:52:07 UTC (rev 21276)
+++ packages/turbogears/trunk/debian/changelog 2012-04-18 23:49:43 UTC (rev 21277)
@@ -1,3 +1,14 @@
+turbogears (1.1.1-3) UNRELEASED; urgency=low
+
+ * Team upload
+ * Add missing dependencies (Closes: #556424 #615520)
+ * Switch to 3.0 (quilt) format
+ * Fix spelling mistake in README.Debian (thanks lintian)
+ * Switch to dh_python2, aids with correct dependencies (Closes: #579105)
+ * Depend on libjs-mochikit & symlink mochikit.js (thanks lintian)
+
+ -- Dmitrijs Ledkovs <xnox at debian.org> Wed, 18 Apr 2012 23:54:14 +0100
+
turbogears (1.1.1-2) unstable; urgency=low
* Team upload.
Modified: packages/turbogears/trunk/debian/control
===================================================================
--- packages/turbogears/trunk/debian/control 2012-04-18 22:52:07 UTC (rev 21276)
+++ packages/turbogears/trunk/debian/control 2012-04-18 23:49:43 UTC (rev 21277)
@@ -3,16 +3,16 @@
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.0.50), quilt (>= 0.46-7~), python-support, python, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, 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.4
+Build-Depends: debhelper (>= 7.0.50), python-support, python, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, 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.9.3
Homepage: http://www.turbogears.org/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/turbogears/trunk/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbogears/trunk/
Package: python-turbogears
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, 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, python-markdown
-Recommends: python-elixir, python-pysqlite2, python-myghty, python-genshi
+Depends: ${misc:Depends}, ${python:Depends}, python, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, python-formencode, python-nose, python-paste, python-pastedeploy, python-pastescript, python-pkg-resources, python-simplejson, python-sqlalchemy | python-sqlobject, python-turbojson, python-markdown, python-genshi, python-tgmochikit, libjs-mochikit
+Recommends: python-elixir, python-pysqlite2, python-myghty, python-turbokid, python-kid
XB-Python-Version: ${python:Versions}
Description: Python-based web framework
TurboGears takes the best components available and combines them into one
Modified: packages/turbogears/trunk/debian/python-turbogears.README.Debian
===================================================================
--- packages/turbogears/trunk/debian/python-turbogears.README.Debian 2012-04-18 22:52:07 UTC (rev 21276)
+++ packages/turbogears/trunk/debian/python-turbogears.README.Debian 2012-04-18 23:49:43 UTC (rev 21277)
@@ -4,7 +4,7 @@
1. Introduction
This is the packaging of TurboGears for Debian. Lots of thought are needed on
-how to best package aditional widgets, extensions and specially applications. If
+how to best package additional widgets, extensions and specially applications. If
you have comments or ideas, please send them to the maintainers email address.
2. SQLObject vs SQLAlchemy
@@ -110,4 +110,4 @@
This should make it work again.
- -- Gustavo Noronha Silva <kov at debian.org> Fri, 5 Jan 2007 17:38:18 -0200
+ -- Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com>, Thu, 19 Apr 2012 00:10:32 +0100
Added: packages/turbogears/trunk/debian/python-turbogears.links
===================================================================
--- packages/turbogears/trunk/debian/python-turbogears.links (rev 0)
+++ packages/turbogears/trunk/debian/python-turbogears.links 2012-04-18 23:49:43 UTC (rev 21277)
@@ -0,0 +1 @@
+/usr/share/javascript/mochikit/MochiKit.js usr/share/pyshared/turbogears/static/js/MochiKit.js
Modified: packages/turbogears/trunk/debian/rules
===================================================================
--- packages/turbogears/trunk/debian/rules 2012-04-18 22:52:07 UTC (rev 21276)
+++ packages/turbogears/trunk/debian/rules 2012-04-18 23:49:43 UTC (rev 21277)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh --with quilt $@
+ dh $@ --with python2
override_dh_fixperms:
dh_fixperms
Modified: packages/turbogears/trunk/debian/source/format
===================================================================
--- packages/turbogears/trunk/debian/source/format 2012-04-18 22:52:07 UTC (rev 21276)
+++ packages/turbogears/trunk/debian/source/format 2012-04-18 23:49:43 UTC (rev 21277)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list