[Python-modules-commits] r12728 - in packages/pastescript/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Apr 24 15:28:34 UTC 2010
Date: Saturday, April 24, 2010 @ 15:28:31
Author: piotr
Revision: 12728
* Revert the change from -4, setuptools is back in Depends (closes: 572609)
* Move python-flup and python-cheetah from Recommends to Suggests
* Standards-Version bumped to 3.8.4 (no changes needed)
Modified:
packages/pastescript/trunk/debian/changelog
packages/pastescript/trunk/debian/control
Modified: packages/pastescript/trunk/debian/changelog
===================================================================
--- packages/pastescript/trunk/debian/changelog 2010-04-24 13:19:32 UTC (rev 12727)
+++ packages/pastescript/trunk/debian/changelog 2010-04-24 15:28:31 UTC (rev 12728)
@@ -1,3 +1,11 @@
+pastescript (1.7.3-6) unstable; urgency=low
+
+ * Revert the change from -4, setuptools is back in Depends (closes: 572609)
+ * Move python-flup and python-cheetah from Recommends to Suggests
+ * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 24 Apr 2010 17:05:37 +0200
+
pastescript (1.7.3-5) unstable; urgency=low
* Add 03_try_to_find_templates_in_system_dir patch so that paster will try
Modified: packages/pastescript/trunk/debian/control
===================================================================
--- packages/pastescript/trunk/debian/control 2010-04-24 13:19:32 UTC (rev 12727)
+++ packages/pastescript/trunk/debian/control 2010-04-24 15:28:31 UTC (rev 12728)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 0.6.4),
python-setuptools (>= 0.6b3-1~), python-sphinx, python-paste, python-pastedeploy
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://pythonpaste.org/script/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastescript/trunk/
@@ -14,10 +14,10 @@
Package: python-pastescript
Architecture: all
-Depends: ${python:Depends}, python-paste (>= 1.6-1),
- python-pastedeploy (>= 1.3.1-2), python-pkg-resources
-Recommends: python-flup (>= 0.5-1), python-cheetah (>= 1.0-1.1)
-Suggests: python-cherrypy3 | python-cherrypy, libjs-jquery
+Depends: ${python:Depends}, ${misc:Depends}, python-paste (>= 1.6-1),
+ python-pastedeploy (>= 1.3.1-2), python-setuptools | python-distribute
+Suggests: python-cherrypy3 | python-cherrypy, python-flup (>= 0.5-1),
+ python-cheetah (>= 1.0-1.1), libjs-jquery
Description: serving web applications, creating file layouts for Python packages
Paster is pluggable command-line frontend,
including commands to setup package file layouts
More information about the Python-modules-commits
mailing list