[Python-modules-commits] r11796 - in packages/webhelpers/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Feb 18 21:44:34 UTC 2010


    Date: Thursday, February 18, 2010 @ 21:44:32
  Author: piotr
Revision: 11796

* New upstream release
  - bump minimum required Python version to 2.4
* debian/watch updated to recognize beta versions correctly
* Standards-Version bumped to 3.8.4 (no changes needed)

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

Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog	2010-02-18 21:21:16 UTC (rev 11795)
+++ packages/webhelpers/trunk/debian/changelog	2010-02-18 21:44:32 UTC (rev 11796)
@@ -1,8 +1,11 @@
-webhelpers (1.0~b3-2) UNRELEASED; urgency=low
+webhelpers (1.0~b4-1) unstable; urgency=low
 
-  * debian/watch: recognize beta versions
+  * New upstream release
+    - bump minimum required Python version to 2.4
+  * debian/watch updated to recognize beta versions correctly
+  * Standards-Version bumped to 3.8.4 (no changes needed)
 
- -- Piotr Ożarowski <piotr at debian.org>  Wed, 13 Jan 2010 23:17:23 +0100
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 18 Feb 2010 19:50:37 +0100
 
 webhelpers (1.0~b3-1) experimental; urgency=low
 

Modified: packages/webhelpers/trunk/debian/control
===================================================================
--- packages/webhelpers/trunk/debian/control	2010-02-18 21:21:16 UTC (rev 11795)
+++ packages/webhelpers/trunk/debian/control	2010-02-18 21:44:32 UTC (rev 11796)
@@ -3,16 +3,18 @@
 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-all-dev (>= 2.5.4), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5), python-all (>= 2.5.4), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webhelpers/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/webhelpers/trunk/
 Homepage: http://pylonshq.com/WebHelpers/
+XS-Python-Version: >= 2.4
 
 Package: python-webhelpers
 Architecture: all
-Depends: ${python:Depends}, python-routes ( >= 1.1), python-simplejson ( >= 1.4), libjs-scriptaculous
-Description: Library of helper functions to make writing web application templates easier
+Depends: ${python:Depends}, ${misc:Depends},
+ python-routes (>= 1.1), python-simplejson (>= 1.4), libjs-scriptaculous
+Description: library of helper functions to make writing web application templates easier
  One of the sub-sections of Web Helpers contains a full port of the template
  helpers that are provided by Ruby on Rails with slight adaptations on
  occasion to accommodate for Python. Some of these helpers only require Routes




More information about the Python-modules-commits mailing list