[Python-modules-commits] r17980 - in packages/python-pyramid/trunk/debian (3 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Tue Aug 2 14:25:41 UTC 2011
Date: Tuesday, August 2, 2011 @ 14:25:40
Author: takaki
Revision: 17980
New upstream
Modified:
packages/python-pyramid/trunk/debian/changelog
packages/python-pyramid/trunk/debian/control
packages/python-pyramid/trunk/debian/rules
Modified: packages/python-pyramid/trunk/debian/changelog
===================================================================
--- packages/python-pyramid/trunk/debian/changelog 2011-08-02 13:50:29 UTC (rev 17979)
+++ packages/python-pyramid/trunk/debian/changelog 2011-08-02 14:25:40 UTC (rev 17980)
@@ -1,3 +1,10 @@
+python-pyramid (1.1-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Bump Standards-Version to 3.9.2.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Tue, 02 Aug 2011 23:14:02 +0900
+
python-pyramid (1.0-1) unstable; urgency=low
* New upstream release
Modified: packages/python-pyramid/trunk/debian/control
===================================================================
--- packages/python-pyramid/trunk/debian/control 2011-08-02 13:50:29 UTC (rev 17979)
+++ packages/python-pyramid/trunk/debian/control 2011-08-02 14:25:40 UTC (rev 17980)
@@ -5,7 +5,7 @@
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-setuptools,
python-all (>= 2.6.6-3)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://docs.pylonshq.com/
#Vcs-Git: git://git.debian.org/collab-maint/python-pyramid.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pyramid.git;a=summary
@@ -15,23 +15,22 @@
Depends: ${python:Depends}, ${misc:Depends},
python (>= 2.6) | python-simplejson,
python-chameleon (>= 1.2.3),
- python-mako,
+ python-mako (>= 0.3.6),
python-paste (>= 1.7),
python-pastedeploy,
python-pastescript,
- python-webob (>= 1.0),
+ python-webob (>= 1.0.2),
python-repoze.lru,
python-setuptools,
python-zope.component (>= 3.6.0),
python-zope.configuration,
python-zope.deprecation,
python-zope.interface (>= 3.5.1),
- python-venusian (>= 0.2),
+ python-venusian (>= 0.5),
python-translationstring,
Suggests: ipython
Provides: ${python:Provides}
-Breaks: ${python:Breaks}
-Description: The Pyramid web application framework, a Pylons project
+Description: Pyramid web application framework, a Pylons project
Pyramid is a small, fast, down-to-earth, open source Python web development
framework. It makes real-world web application development and deployment
more fun, more predictable, and more productive.
Modified: packages/python-pyramid/trunk/debian/rules
===================================================================
--- packages/python-pyramid/trunk/debian/rules 2011-08-02 13:50:29 UTC (rev 17979)
+++ packages/python-pyramid/trunk/debian/rules 2011-08-02 14:25:40 UTC (rev 17980)
@@ -7,6 +7,6 @@
override_dh_fixperms:
dh_fixperms
chmod -x \
- $(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/paster_templates/alchemy/+package+/models.py \
- $(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/paster_templates/alchemy/+package+/__init__.py_tmpl
+ $(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/scaffolds/alchemy/+package+/__init__.py_tmpl \
+ $(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/scaffolds/alchemy/+package+/models.py
More information about the Python-modules-commits
mailing list