[Python-modules-commits] r14722 - in packages/paste/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Oct 22 10:16:28 UTC 2010


    Date: Friday, October 22, 2010 @ 10:16:12
  Author: piotr
Revision: 14722

* New upstream release
* Move libjs-mochikit to Recommends (python-support will not generate
  symlink to MochiKit if the file is not available while the
  update-python-modules trigger is invoked and thus breaks debugger;
  partially closes: 596500)
* Standards-Version bumped to 3.9.1 (no changes needed)

Modified:
  packages/paste/trunk/debian/changelog
  packages/paste/trunk/debian/control

Modified: packages/paste/trunk/debian/changelog
===================================================================
--- packages/paste/trunk/debian/changelog	2010-10-21 22:41:17 UTC (rev 14721)
+++ packages/paste/trunk/debian/changelog	2010-10-22 10:16:12 UTC (rev 14722)
@@ -1,3 +1,14 @@
+paste (1.7.5.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Move libjs-mochikit to Recommends (python-support will not generate
+    symlink to MochiKit if the file is not available while the
+    update-python-modules trigger is invoked and thus breaks debugger;
+    partially closes: 596500)
+  * Standards-Version bumped to 3.9.1 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 22 Oct 2010 10:47:47 +0200
+
 paste (1.7.4-1) unstable; urgency=high
 
   * New upstream release - fixes XSS bug (security issue) with not found

Modified: packages/paste/trunk/debian/control
===================================================================
--- packages/paste/trunk/debian/control	2010-10-21 22:41:17 UTC (rev 14721)
+++ packages/paste/trunk/debian/control	2010-10-22 10:16:12 UTC (rev 14722)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 1.0.1),
  python-setuptools (>= 0.6b3-1~), python-sphinx
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://pythonpaste.org/
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/paste/trunk/
@@ -15,11 +15,10 @@
 Package: python-paste
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-formencode (>= 0.5.1-1)
-Recommends: python-ctypes, python-openid, python-openssl, python-scgi
+Recommends: python-ctypes, python-openid, python-openssl, python-scgi, libjs-mochikit
 Suggests: python-pastedeploy, python-pastescript, python-pastewebkit,
  libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi,
- python-pgsql (>= 2.5.1-1),
- libjs-mochikit, libjs-jquery
+ python-pgsql (>= 2.5.1-1), libjs-jquery
 Replaces: paste-common
 Conflicts: paste-common
 Description: tools for using a Web Server Gateway Interface stack




More information about the Python-modules-commits mailing list