[Python-modules-commits] r16244 - in packages/webhelpers/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Mar 26 09:58:53 UTC 2011


    Date: Saturday, March 26, 2011 @ 09:58:48
  Author: piotr
Revision: 16244

* New upstream release
* Switch from dh_pysupport to dh_python2

Modified:
  packages/webhelpers/trunk/debian/changelog
  packages/webhelpers/trunk/debian/control
  packages/webhelpers/trunk/debian/rules
Deleted:
  packages/webhelpers/trunk/debian/dirs

Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog	2011-03-26 09:23:18 UTC (rev 16243)
+++ packages/webhelpers/trunk/debian/changelog	2011-03-26 09:58:48 UTC (rev 16244)
@@ -1,3 +1,10 @@
+webhelpers (1.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Switch from dh_pysupport to dh_python2
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 26 Mar 2011 10:18:37 +0100
+
 webhelpers (1.2-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/webhelpers/trunk/debian/control
===================================================================
--- packages/webhelpers/trunk/debian/control	2011-03-26 09:23:18 UTC (rev 16243)
+++ packages/webhelpers/trunk/debian/control	2011-03-26 09:58:48 UTC (rev 16244)
@@ -4,16 +4,16 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Oleksandr Moskalenko <malex at debian.org>, Piotr Ożarowski <piotr at debian.org>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python-all (>= 2.5.4), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Build-Depends-Indep: python (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-markupsafe
 Standards-Version: 3.9.1
 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
+X-Python-Version: >= 2.4
 
 Package: python-webhelpers
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-markupsafe,
+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

Deleted: packages/webhelpers/trunk/debian/dirs
===================================================================
--- packages/webhelpers/trunk/debian/dirs	2011-03-26 09:23:18 UTC (rev 16243)
+++ packages/webhelpers/trunk/debian/dirs	2011-03-26 09:58:48 UTC (rev 16244)
@@ -1 +0,0 @@
-usr/share/python-support/python-webhelpers

Modified: packages/webhelpers/trunk/debian/rules
===================================================================
--- packages/webhelpers/trunk/debian/rules	2011-03-26 09:23:18 UTC (rev 16243)
+++ packages/webhelpers/trunk/debian/rules	2011-03-26 09:58:48 UTC (rev 16244)
@@ -42,7 +42,7 @@
 	dh_installexamples
 	dh_compress -X.py
 	dh_link
-	dh_pysupport
+	dh_python2
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps




More information about the Python-modules-commits mailing list