[Python-modules-commits] r6186 - in packages/pylons/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Aug 15 14:33:02 UTC 2008
Date: Friday, August 15, 2008 @ 14:33:00
Author: piotr
Revision: 6186
* New upstream release
* bump python-pastedeploy, python-decorator, python-mako, python-genshi and python-simplejson minimum required versions
* tests are no longer installed
* remove .DS_Store files in clean rule
Modified:
packages/pylons/trunk/debian/changelog
packages/pylons/trunk/debian/control
packages/pylons/trunk/debian/rules
Modified: packages/pylons/trunk/debian/changelog
===================================================================
--- packages/pylons/trunk/debian/changelog 2008-08-15 04:34:17 UTC (rev 6185)
+++ packages/pylons/trunk/debian/changelog 2008-08-15 14:33:00 UTC (rev 6186)
@@ -1,16 +1,19 @@
-pylons (0.9.7~beta4-2) UNRELEASED; urgency=low
+pylons (0.9.7~rc1-1) experimental; urgency=low
[ 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
+ * 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
[ Piotr Ożarowski ]
+ * New upstream release
+ * bump python-pastedeploy, python-decorator, python-mako, python-genshi and
+ python-simplejson minimum required versions
+ * tests are no longer installed
* s/python-elementree/python-elementtree (without any typos this time,
really closes: #485407)
- -- Piotr Ożarowski <piotr at debian.org> Tue, 08 Jul 2008 20:06:43 +0200
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 15 Aug 2008 15:07:12 +0200
pylons (0.9.6.2-2) unstable; urgency=low
Modified: packages/pylons/trunk/debian/control
===================================================================
--- packages/pylons/trunk/debian/control 2008-08-15 04:34:17 UTC (rev 6185)
+++ packages/pylons/trunk/debian/control 2008-08-15 14:33:00 UTC (rev 6186)
@@ -14,14 +14,14 @@
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-tempita,
- python-formencode (>= 1.0.1), python-webhelpers (>= 0.6~20080418), python-decorator (>= 2.1.0),
- python-simplejson (>= 1.7.1), python-webob, python-weberror
+Depends: ${python:Depends}, python, python-routes (>= 1.9.2), python-nose (>= 0.10.3),
+ python-paste (>= 1.7.1), python-pastedeploy (>= 1.3.2), python-pastescript (>= 1.6.3),
+ python-beaker (>= 1.0), python-mako (>= 0.2.2), python-tempita (>= 0.2),
+ python-formencode (>= 1.0.1), python-webhelpers (>= 0.6.1), python-decorator (>= 2.2.0),
+ python-simplejson (>= 1.8.1), python-webob (>= 0.9.2), python-weberror (>= 0.9)
Recommends: python-sqlalchemy | python-sqlobject
Suggests: python (>= 2.5) | python-celementtree | python-elementtree,
- python-cheetah (>= 1.0-1.1), python-kid (>= 0.9.1-3), python-genshi (>= 0.3.6),
+ python-cheetah (>= 1.0-1.1), python-kid (>= 0.9.1-3), python-genshi (>= 0.4.4),
python-pygments (>= 0.7), python-pudge (>= 0.1.3), python-myghty (>= 1.1)
XB-Python-Version: ${python:Versions}
Description: Python web framework emphasizing flexibility and rapid development
Modified: packages/pylons/trunk/debian/rules
===================================================================
--- packages/pylons/trunk/debian/rules 2008-08-15 04:34:17 UTC (rev 6185)
+++ packages/pylons/trunk/debian/rules 2008-08-15 14:33:00 UTC (rev 6186)
@@ -12,6 +12,7 @@
rm -rf build
find . -name '*\.py[co]' -delete
find . -name '\._*' -delete
+ find . -name '\.DS_Store' -delete
dh_clean
build-stamp:
@@ -41,8 +42,7 @@
dh_fixperms
dh_pysupport
find debian/$(package) -type f -perm 755 | xargs -r chmod 644
- mv $(CURDIR)/debian/$(package)/usr/share/python-support/python-pylons/tests/ \
- $(CURDIR)/debian/$(package)/usr/share/doc/python-pylons
+ rm -rf $(CURDIR)/debian/$(package)/usr/share/python-support/python-pylons/tests/
dh_installdeb
dh_gencontrol
dh_md5sums
More information about the Python-modules-commits
mailing list