[Python-modules-commits] r1760 - in /packages/pylons/trunk/debian: changelog control rules

malex at users.alioth.debian.org malex at users.alioth.debian.org
Tue Jan 30 02:26:29 CET 2007


Author: malex
Date: Tue Jan 30 02:26:28 2007
New Revision: 1760

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1760
Log:
Add 0.9.4-1 release

Modified:
    packages/pylons/trunk/debian/changelog
    packages/pylons/trunk/debian/control
    packages/pylons/trunk/debian/rules

Modified: packages/pylons/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/changelog?rev=1760&op=diff
==============================================================================
--- packages/pylons/trunk/debian/changelog (original)
+++ packages/pylons/trunk/debian/changelog Tue Jan 30 02:26:28 2007
@@ -1,3 +1,13 @@
+pylons (0.9.4-1) experimental; urgency=low
+
+  * New upstream version (Closes: #406649).
+  * debian/control: 
+    - Updated version dependencies that changed with 0.9.4.
+    - I joined the Debian Python Modules Team, so added
+      <python-modules-team at lists.alioth.debian.org> to Uploaders.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Fri, 12 Jan 2007 10:23:16 -0700
+
 pylons (0.9.3-2) unstable; urgency=low
 
   * Fix a typo in package description (Closes: #402518).

Modified: packages/pylons/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/control?rev=1760&op=diff
==============================================================================
--- packages/pylons/trunk/debian/control (original)
+++ packages/pylons/trunk/debian/control Tue Jan 30 02:26:28 2007
@@ -2,13 +2,14 @@
 Section: web
 Priority: optional
 Maintainer: Oleksandr Moskalenko <malex at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.4.17), python-setuptools (>= 0.6b3-1)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 
 Package: python-pylons
 Architecture: all
-Depends: ${python:Depends}, python, python-routes ( >= 1.4.1), python-myghty ( >= 1.0.2 ), python-paste ( >= 0.9.8.1 ), python-pastedeploy ( >= 0.9.6 ), python-pastescript ( >= 0.9.8 ), python-formencode ( >= 0.5.1 ), python-simplejson ( >= 1.4 ), python-webhelpers ( >= 0.2.1 ), python-nose ( >= 0.9.0 ), python-beaker ( >= 0.6.1 )
+Depends: ${python:Depends}, python, python-routes ( >= 1.4.1), python-myghty ( >= 1.0.2 ), python-paste ( >= 0.9.8.1 ), python-pastedeploy ( >= 0.9.6 ), python-pastescript ( >= 0.9.8 ), python-formencode ( >= 0.5.1 ), python-simplejson ( >= 1.4 ), python-webhelpers ( >= 0.2.1 ), python-nose ( >= 0.9.1 ), python-beaker ( >= 0.6.1 )
 Recommends: python-sqlalchemy | python-sqlobject
 XB-Python-Version: ${python:Versions}
 Description: Python web framework emphasizing flexibility and rapid development

Modified: packages/pylons/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/rules?rev=1760&op=diff
==============================================================================
--- packages/pylons/trunk/debian/rules (original)
+++ packages/pylons/trunk/debian/rules Tue Jan 30 02:26:28 2007
@@ -49,8 +49,6 @@
 	mv debian/$(package)/usr/share/python-support/$(package)/Pylons-${DEB_UPSTREAM_VERSION}-py[0-9].[0-9].egg-info \
 	debian/$(package)/usr/share/python-support/$(package)/pylons-${DEB_UPSTREAM_VERSION}.egg-info
 	chmod 644 `find debian/$(package) -type f -perm 755`
-	chmod 755 debian/$(package)/usr/share/python-support/$(package)/pylons/i18n/msgfmt.py \
-		debian/$(package)/usr/share/python-support/$(package)/pylons/i18n/pygettext.py
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the Python-modules-commits mailing list