[Python-modules-commits] r5508 - in packages/pylons/trunk/debian (NEWS changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed May 28 22:21:57 UTC 2008
Date: Wednesday, May 28, 2008 @ 22:21:55
Author: piotr
Revision: 5508
* New upstream release (security fix)
+ minimum required python-routes' version bumped to 1.8,
python-beaker's bumped to 0.8.1
* Move python-myghty from Depends to Suggests
* Move python-support to Build-Depends-Indep
* Remove dpatch stuff, not needed anymore (thanks Christoph)
Added:
packages/pylons/trunk/debian/NEWS
Modified:
packages/pylons/trunk/debian/changelog
packages/pylons/trunk/debian/control
packages/pylons/trunk/debian/rules
Added: packages/pylons/trunk/debian/NEWS
===================================================================
--- packages/pylons/trunk/debian/NEWS (rev 0)
+++ packages/pylons/trunk/debian/NEWS 2008-05-28 22:21:55 UTC (rev 5508)
@@ -0,0 +1,11 @@
+pylons (0.9.6.2-1) unstable; urgency=high
+
+ There was a path traversal bug in default error controller in
+ all Pylons releases with Routes < 1.7.3. Pylons 0.9.6.2's project
+ template is already fixed. For existing projects, please make sure
+ you're using Routes 1.7.3 or later (1.8 is already in testing and
+ backports.org). For additional checks, please also update your
+ controllers/error.py file acording to notes on Pylons' wiki page:
+ http://wiki.pylonshq.com/display/pylonsdocs/0.9.6.2
+
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 28 May 2008 23:41:21 +0200
Modified: packages/pylons/trunk/debian/changelog
===================================================================
--- packages/pylons/trunk/debian/changelog 2008-05-28 20:04:21 UTC (rev 5507)
+++ packages/pylons/trunk/debian/changelog 2008-05-28 22:21:55 UTC (rev 5508)
@@ -1,22 +1,20 @@
-pylons (0.9.7~beta4-1) UNRELEASED; urgency=low
+pylons (0.9.6.2-1) unstable; urgency=high
- [ Christoph Haas ]
- * New upstream release. Uploaded to experimental for testing.
- + add python-tempita, python-webob and python-weberror to Depends
- + bump python-webhelpers, python-beaker, python-paste, python-pastescript,
- python-formencode, python-nose and python-mako minimum required versions
- * Commented out dpatch in debian/rules because it seems not to be used.
+ [ Piotr Ożarowski ]
+ * New upstream release (security fix)
+ + minimum required python-routes' version bumped to 1.8,
+ python-beaker's bumped to 0.8.1
+ * Move python-myghty from Depends to Suggests
+ * Move python-support to Build-Depends-Indep
+ * Remove dpatch stuff, not needed anymore (thanks Christoph)
* Standards-version bumped to 3.7.3
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
- [ Piotr Ożarowski ]
- * Move python-myghty from Depends to Suggests
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 28 May 2008 22:42:46 +0200
- -- Christoph Haas <haas at debian.org> Sat, 19 Apr 2008 12:11:42 +0200
-
pylons (0.9.6.1-1) unstable; urgency=low
* New upstream release
Modified: packages/pylons/trunk/debian/control
===================================================================
--- packages/pylons/trunk/debian/control 2008-05-28 20:04:21 UTC (rev 5507)
+++ packages/pylons/trunk/debian/control 2008-05-28 22:21:55 UTC (rev 5508)
@@ -4,8 +4,8 @@
Maintainer: Oleksandr Moskalenko <malex at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, python (>= 2.3.3), python-all-dev,
- python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Build-Depends: debhelper (>= 5), python-all-dev, python-setuptools (>= 0.6b3-1~)
+Build-Depends-Indep: python-support (>= 0.6.4)
Standards-Version: 3.7.3
XS-Python-Version: all
Homepage: http://pylonshq.com/
@@ -14,11 +14,11 @@
Package: python-pylons
Architecture: all
-Depends: ${python:Depends}, python, python-routes (>= 1.8), python-nose (>= 0.10.1),
- python-paste (>= 1.6), python-pastedeploy (>= 1.3.1), python-pastescript (>= 1.6.2),
- python-beaker (>= 0.9.3), python-mako (>= 0.1.10),
- python-formencode (>= 1.0.1), python-webhelpers (>= 0.6~20080418), python-decorator (>= 2.1.0),
- python-simplejson (>= 1.7.1), python-tempita, python-webob, python-weberror
+Depends: ${python:Depends}, python, python-routes (>= 1.8), python-nose (>= 0.9.1),
+ python-paste (>= 1.4), python-pastedeploy (>= 1.3.1), python-pastescript (>= 1.3.6),
+ python-beaker (>= 0.8.1), python-mako (>= 0.1.8),
+ python-formencode (>= 0.7), python-webhelpers (>= 0.3.2), python-decorator (>= 2.1.0),
+ python-simplejson (>= 1.7.1)
Recommends: python-sqlalchemy | python-sqlobject
Suggests: python (>= 2.5) | python-celementtree | python-elementreee,
python-cheetah (>= 1.0-1.1), python-kid (>= 0.9.1-3), python-genshi (>= 0.3.6),
Modified: packages/pylons/trunk/debian/rules
===================================================================
--- packages/pylons/trunk/debian/rules 2008-05-28 20:04:21 UTC (rev 5507)
+++ packages/pylons/trunk/debian/rules 2008-05-28 22:21:55 UTC (rev 5508)
@@ -4,18 +4,14 @@
#export DH_VERBOSE=1
package=python-pylons
-#unpatch:
-# dpatch deapply-all
-# rm -rf patch-stamp debian/patched
-
-#clean: unpatch
clean:
- rm -f build-*
dh_testdir
dh_testroot
+ rm -f build-*
python setup.py clean
rm -rf build
find . -name '*\.py[co]' -delete
+ find . -name '\._*' -delete
dh_clean
build-stamp:
@@ -23,11 +19,6 @@
python setup.py build
touch $@
-#patch-stamp:
-# dpatch apply-all
-# touch patch-stamp
-
-#build: patch-stamp build-stamp
build: build-stamp
install: build
@@ -46,7 +37,6 @@
dh_installchangelogs
dh_installdocs
dh_installexamples
- dh_strip
dh_compress -X.py
dh_fixperms
dh_pysupport
@@ -54,7 +44,6 @@
mv $(CURDIR)/debian/$(package)/usr/share/python-support/python-pylons/tests/ \
$(CURDIR)/debian/$(package)/usr/share/doc/python-pylons
dh_installdeb
- dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
@@ -62,4 +51,4 @@
binary-arch:
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list