[Python-modules-commits] r6713 - in packages/pyenchant/branches/lenny/debian (6 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Oct 20 19:36:29 UTC 2008


    Date: Monday, October 20, 2008 @ 19:36:29
  Author: piotr
Revision: 6713

* libenchant-dev's required build version bumped to >=1.4.2-3.3
* add fix_import_path patch (closes: #)
  + quilt added to Build-Depends

Added:
  packages/pyenchant/branches/lenny/debian/patches/
  packages/pyenchant/branches/lenny/debian/patches/fix_import_path.patch
  packages/pyenchant/branches/lenny/debian/patches/series
Modified:
  packages/pyenchant/branches/lenny/debian/changelog
  packages/pyenchant/branches/lenny/debian/control
  packages/pyenchant/branches/lenny/debian/rules

Modified: packages/pyenchant/branches/lenny/debian/changelog
===================================================================
--- packages/pyenchant/branches/lenny/debian/changelog	2008-10-20 19:20:56 UTC (rev 6712)
+++ packages/pyenchant/branches/lenny/debian/changelog	2008-10-20 19:36:29 UTC (rev 6713)
@@ -1,3 +1,11 @@
+pyenchant (1.4.2-3) unstable; urgency=medium
+
+  * libenchant-dev's required build version bumped to >=1.4.2-3.3
+  * add fix_import_path patch (closes: #)
+    + quilt added to Build-Depends
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 20 Oct 2008 21:21:05 +0200
+
 pyenchant (1.4.2-2) unstable; urgency=low
 
   * libenchant-dev's required build version bumped to >=1.4.2-3.1

Modified: packages/pyenchant/branches/lenny/debian/control
===================================================================
--- packages/pyenchant/branches/lenny/debian/control	2008-10-20 19:20:56 UTC (rev 6712)
+++ packages/pyenchant/branches/lenny/debian/control	2008-10-20 19:36:29 UTC (rev 6713)
@@ -3,8 +3,8 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-7),
- python-central (>= 0.6.1), python-setuptools (>= 0.6b3-1~), libenchant-dev (>= 1.4.2-3.1)
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-7), quilt (>= 0.40),
+ python-central (>= 0.6.1), python-setuptools (>= 0.6b3-1~), libenchant-dev (>= 1.4.2-3.3)
 Standards-Version: 3.8.0
 Homepage: http://pyenchant.sourceforge.net/
 XS-Python-Version: all

Added: packages/pyenchant/branches/lenny/debian/patches/fix_import_path.patch
===================================================================
--- packages/pyenchant/branches/lenny/debian/patches/fix_import_path.patch	                        (rev 0)
+++ packages/pyenchant/branches/lenny/debian/patches/fix_import_path.patch	2008-10-20 19:36:29 UTC (rev 6713)
@@ -0,0 +1,13 @@
+Index: pyenchant-1.4.2/enchant/__init__.py
+===================================================================
+--- pyenchant-1.4.2.orig/enchant/__init__.py
++++ pyenchant-1.4.2/enchant/__init__.py
+@@ -87,7 +87,7 @@ class Error(Exception):
+     pass
+ 
+ 
+-import _enchant as _e
++import enchant._enchant as _e
+ import utils
+ from pypwl import PyPWL
+ 

Added: packages/pyenchant/branches/lenny/debian/patches/series
===================================================================
--- packages/pyenchant/branches/lenny/debian/patches/series	                        (rev 0)
+++ packages/pyenchant/branches/lenny/debian/patches/series	2008-10-20 19:36:29 UTC (rev 6713)
@@ -0,0 +1 @@
+fix_import_path.patch

Modified: packages/pyenchant/branches/lenny/debian/rules
===================================================================
--- packages/pyenchant/branches/lenny/debian/rules	2008-10-20 19:20:56 UTC (rev 6712)
+++ packages/pyenchant/branches/lenny/debian/rules	2008-10-20 19:36:29 UTC (rev 6713)
@@ -6,15 +6,16 @@
 
 PYVERS=$(shell pyversions -vr)
 
+include /usr/share/quilt/quilt.make
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -rf dist build
 	find . -name *\.py[co] -exec rm {} \;
 	dh_clean *-stamp
 
-build: build-stamp
+build: patch build-stamp
 build-stamp: $(PYVERS:%=build-ext-%)
 	touch $@
 build-ext-%:




More information about the Python-modules-commits mailing list