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

malex at users.alioth.debian.org malex at users.alioth.debian.org
Wed Oct 8 16:52:11 UTC 2008


    Date: Wednesday, October 8, 2008 @ 16:52:11
  Author: malex
Revision: 6655

0.6.3 upstream release and packaging updates

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

Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog	2008-10-08 16:09:21 UTC (rev 6654)
+++ packages/webhelpers/trunk/debian/changelog	2008-10-08 16:52:11 UTC (rev 6655)
@@ -1,3 +1,18 @@
+webhelpers (0.6.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Removed build-depends on python as pysupport doesn't require it now.
+    - Removed XS-Python-Version: all as pysupport doesn't require it now.
+    - Removed python from Depends as pysupport doesn't require it now.
+    - Removed XB-Python-Version: ${python:Versions} as pysupport doesn't
+      require it now.
+    - Removed Enhances: python-webhelpers as it doesn't make sense for a
+      package to enhance itself.
+  * debian/rules: Simplified dpatch patch handling rules.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Wed, 08 Oct 2008 10:23:40 -0600
+
 webhelpers (0.6.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/webhelpers/trunk/debian/control
===================================================================
--- packages/webhelpers/trunk/debian/control	2008-10-08 16:09:21 UTC (rev 6654)
+++ packages/webhelpers/trunk/debian/control	2008-10-08 16:52:11 UTC (rev 6655)
@@ -3,18 +3,15 @@
 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.6.4), python-setuptools (>= 0.6b3), dpatch
+Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3), dpatch
 Standards-Version: 3.8.0
-XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webhelpers/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/webhelpers/trunk/?op=log
 Homepage: http://pylonshq.com/WebHelpers/
 
 Package: python-webhelpers
 Architecture: all
-Depends: ${python:Depends}, python, python-routes ( >= 1.1), python-simplejson ( >= 1.4), libjs-prototype
-XB-Python-Version: ${python:Versions}
-Enhances: python-webhelpers
+Depends: ${python:Depends}, python-routes ( >= 1.1), python-simplejson ( >= 1.4), libjs-prototype
 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

Modified: packages/webhelpers/trunk/debian/rules
===================================================================
--- packages/webhelpers/trunk/debian/rules	2008-10-08 16:09:21 UTC (rev 6654)
+++ packages/webhelpers/trunk/debian/rules	2008-10-08 16:52:11 UTC (rev 6655)
@@ -5,9 +5,7 @@
 package=python-webhelpers
 PYDEFAULT=$(shell pyversions -d)
 
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
+include /usr/share/dpatch/dpatch.make
 
 clean: unpatch
 	rm -f build-*
@@ -17,14 +15,9 @@
 	find . -name *\.py[co] -exec rm -f {} \;
 	dh_clean
 
-build: patch-stamp build-stamp
+build: build-stamp
 
-patch-stamp:
-	dpatch apply-all
-	python setup.py clean
-	touch $@
-
-build-stamp:
+build-stamp: patch
 	dh_testdir
 	python setup.py build
 	touch $@
@@ -59,4 +52,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 configure patch unpatch




More information about the Python-modules-commits mailing list