[Python-modules-commits] r1592 - in /packages/python-formencode/trunk/debian: changelog control patches/ pycompat rules

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Tue Dec 5 14:46:20 CET 2006


Author: kobold
Date: Tue Dec  5 14:46:19 2006
New Revision: 1592

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1592
Log:
Changes.

Added:
    packages/python-formencode/trunk/debian/pycompat
Removed:
    packages/python-formencode/trunk/debian/patches/
Modified:
    packages/python-formencode/trunk/debian/changelog
    packages/python-formencode/trunk/debian/control
    packages/python-formencode/trunk/debian/rules

Modified: packages/python-formencode/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/debian/changelog?rev=1592&op=diff
==============================================================================
--- packages/python-formencode/trunk/debian/changelog (original)
+++ packages/python-formencode/trunk/debian/changelog Tue Dec  5 14:46:19 2006
@@ -1,8 +1,9 @@
 python-formencode (0.6-1) unstable; urgency=low
 
   * New upstream release.
+  * debian/patches/email_validator.dpatch: removed, applied upstream.
 
- -- Fabio Tranchitella <kobold at debian.org>  Tue,  5 Dec 2006 14:27:15 +0100
+ -- Fabio Tranchitella <kobold at debian.org>  Tue,  5 Dec 2006 14:36:32 +0100
 
 python-formencode (0.5.1-4) unstable; urgency=low
 

Modified: packages/python-formencode/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/debian/control?rev=1592&op=diff
==============================================================================
--- packages/python-formencode/trunk/debian/control (original)
+++ packages/python-formencode/trunk/debian/control Tue Dec  5 14:46:19 2006
@@ -1,12 +1,14 @@
 Source: python-formencode
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 5.0.37.1), dpatch
-Build-Depends-Indep: python-all-dev, python (>= 2.3.5-7), python-central (>= 0.4.10), python-setuptools (>= 0.6a9)
+Build-Depends: debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python-all-dev, python (>= 2.3.5-7), python-central (>= 0.5), python-setuptools (>= 0.6a9)
 Maintainer: Fabio Tranchitella <kobold at debian.org>
-Uploaders: Robert J. Tanner <tanner at real-time.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Standards-Version: 3.7.2
 XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-formencode/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/
 
 Package: python-formencode
 Architecture: all

Added: packages/python-formencode/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/debian/pycompat?rev=1592&op=file
==============================================================================
--- packages/python-formencode/trunk/debian/pycompat (added)
+++ packages/python-formencode/trunk/debian/pycompat Tue Dec  5 14:46:19 2006
@@ -1,0 +1,1 @@
+2

Modified: packages/python-formencode/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-formencode/trunk/debian/rules?rev=1592&op=diff
==============================================================================
--- packages/python-formencode/trunk/debian/rules (original)
+++ packages/python-formencode/trunk/debian/rules Tue Dec  5 14:46:19 2006
@@ -5,7 +5,7 @@
 export DH_PYCENTRAL=nomove
 PYVERS=$(shell pyversions -r debian/control)
 
-build: patch-stamp build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 	for python in $(PYVERS); \
@@ -13,7 +13,7 @@
 	done
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	for python in $(PYVERS); \
 	    do $$python setup.py clean; \
@@ -31,8 +31,6 @@
 	for python in $(PYVERS); \
 	    do $$python setup.py install --root=$(CURDIR)/debian/python-formencode --no-compile --single-version-externally-managed; \
 	done
-	rm $(CURDIR)/debian/python-formencode/usr/lib/python2.3/site-packages/formencode/formgen.py \
-	   $(CURDIR)/debian/python-formencode/usr/lib/python2.3/site-packages/formencode/sqlformgen.py
 
 # Build architecture-dependent files here.
 binary-arch:
@@ -55,5 +53,3 @@
 
 binary: binary-arch binary-indep
 .PHONY: build clean binary-indep binary
-
-include /usr/share/dpatch/dpatch.make




More information about the Python-modules-commits mailing list