[Python-modules-commits] r6965 - in packages/pyenchant/trunk/debian (6 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Nov 25 19:36:58 UTC 2008


    Date: Tuesday, November 25, 2008 @ 19:36:57
  Author: piotr
Revision: 6965

* New upstream release (upload to experimental due to Lenny freeze, to ease testing rev. dependencies)
* Build python-enchant-dbg package
* Drop not really needed fix_import_path patch
* Compress binary package with bzip2

Added:
  packages/pyenchant/trunk/debian/patches/
  packages/pyenchant/trunk/debian/patches/disable_ez_setup.patch
  packages/pyenchant/trunk/debian/patches/series
Modified:
  packages/pyenchant/trunk/debian/changelog
  packages/pyenchant/trunk/debian/control
  packages/pyenchant/trunk/debian/rules

Modified: packages/pyenchant/trunk/debian/changelog
===================================================================
--- packages/pyenchant/trunk/debian/changelog	2008-11-25 19:26:35 UTC (rev 6964)
+++ packages/pyenchant/trunk/debian/changelog	2008-11-25 19:36:57 UTC (rev 6965)
@@ -1,16 +1,39 @@
-pyenchant (1.4.2-1) UNRELEASED; urgency=low
+pyenchant (1.5.0-1) experimental; urgency=low
 
   [ Piotr Ożarowski ]
-  * New upstream release
-    + libenchant-dev's required build version bumped to >=1.4
+  * New upstream release (upload to experimental due to Lenny freeze, to ease
+    testing rev. dependencies)
   * Build python-enchant-dbg package
+  * Drop not really needed fix_import_path patch
+  * Compress binary package with bzip2
 
   [ Sandro Tosi ]
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
+  * Switch Vcs-Browser field to viewsvn
 
- -- Piotr Ożarowski <piotr at debian.org>  Sun, 29 Jun 2008 23:36:50 +0200
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 25 Nov 2008 20:22:03 +0100
 
+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 (_enchant.so is now in enchant's dir after
+    latest changes)
+    + 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
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 01 Oct 2008 21:23:10 +0200
+
+pyenchant (1.4.2-1) unstable; urgency=low
+
+  * New upstream release
+    + libenchant-dev's required build version bumped to >=1.4
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 05 Sep 2008 22:48:26 +0200
+
 pyenchant (1.3.1-2) unstable; urgency=low
 
   * Rebuild against new python-central (closes: #490518)

Modified: packages/pyenchant/trunk/debian/control
===================================================================
--- packages/pyenchant/trunk/debian/control	2008-11-25 19:26:35 UTC (rev 6964)
+++ packages/pyenchant/trunk/debian/control	2008-11-25 19:36:57 UTC (rev 6965)
@@ -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-all-dbg,
- python-central (>= 0.6.1), python-setuptools (>= 0.6b3-1~), libenchant-dev (>= 1.4)
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-7), python-all-dbg, 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/trunk/debian/patches/disable_ez_setup.patch
===================================================================
--- packages/pyenchant/trunk/debian/patches/disable_ez_setup.patch	                        (rev 0)
+++ packages/pyenchant/trunk/debian/patches/disable_ez_setup.patch	2008-11-25 19:36:57 UTC (rev 6965)
@@ -0,0 +1,15 @@
+Index: pyenchant-1.5.0/setup.py
+===================================================================
+--- pyenchant-1.5.0.orig/setup.py
++++ pyenchant-1.5.0/setup.py
+@@ -5,8 +5,8 @@
+ #  This script is placed in the public domain.
+ #
+ 
+-import ez_setup
+-ez_setup.use_setuptools()
++#import ez_setup
++#ez_setup.use_setuptools()
+ 
+ from setuptools import setup, find_packages, Extension
+ 

Added: packages/pyenchant/trunk/debian/patches/series
===================================================================
--- packages/pyenchant/trunk/debian/patches/series	                        (rev 0)
+++ packages/pyenchant/trunk/debian/patches/series	2008-11-25 19:36:57 UTC (rev 6965)
@@ -0,0 +1 @@
+disable_ez_setup.patch

Modified: packages/pyenchant/trunk/debian/rules
===================================================================
--- packages/pyenchant/trunk/debian/rules	2008-11-25 19:26:35 UTC (rev 6964)
+++ packages/pyenchant/trunk/debian/rules	2008-11-25 19:36:57 UTC (rev 6965)
@@ -7,15 +7,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-%:
@@ -45,7 +46,7 @@
 binary-arch: build install
 	dh_testdir -a
 	dh_testroot -a
-	dh_installchangelogs -a ChangeLog -p${PACKAGE_NAME}
+	dh_installchangelogs -a -p${PACKAGE_NAME}
 	dh_installdocs -a -p${PACKAGE_NAME}
 	dh_link /usr/share/doc/${PACKAGE_NAME} /usr/share/doc/${PACKAGE_NAME}-dbg
 	dh_pycentral -a
@@ -56,7 +57,7 @@
 	dh_shlibdeps -a
 	dh_gencontrol -a
 	dh_md5sums -a
-	dh_builddeb -a
+	dh_builddeb -a -- -Z bzip2
 
 binary: binary-indep binary-arch
 




More information about the Python-modules-commits mailing list