[Python-modules-commits] r14220 - in packages/pyenchant/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Aug 18 20:12:58 UTC 2010


    Date: Wednesday, August 18, 2010 @ 20:12:52
  Author: piotr
Revision: 14220

* New upstream release
* debian/watch is checking pypi.python.org now
* Drop Conflicts/Provides: python2.4-enchant (no longer needed)
* Standards-Version bumped to 3.9.1 (no changes needed)

Added:
  packages/pyenchant/trunk/debian/README.source
Modified:
  packages/pyenchant/trunk/debian/changelog
  packages/pyenchant/trunk/debian/control
  packages/pyenchant/trunk/debian/patches/disable_ez_setup.patch
  packages/pyenchant/trunk/debian/watch

Added: packages/pyenchant/trunk/debian/README.source
===================================================================
--- packages/pyenchant/trunk/debian/README.source	                        (rev 0)
+++ packages/pyenchant/trunk/debian/README.source	2010-08-18 20:12:52 UTC (rev 14220)
@@ -0,0 +1,2 @@
+This package uses the patch management system quilt as documented in
+/usr/share/doc/quilt/README.source.

Modified: packages/pyenchant/trunk/debian/changelog
===================================================================
--- packages/pyenchant/trunk/debian/changelog	2010-08-18 10:34:42 UTC (rev 14219)
+++ packages/pyenchant/trunk/debian/changelog	2010-08-18 20:12:52 UTC (rev 14220)
@@ -1,3 +1,12 @@
+pyenchant (1.6.3-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/watch is checking pypi.python.org now
+  * Drop Conflicts/Provides: python2.4-enchant (no longer needed)
+  * Standards-Version bumped to 3.9.1 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 18 Aug 2010 13:36:18 +0200
+
 pyenchant (1.5.3-2) unstable; urgency=low
 
   * Drop python-ctypes dependency and bump minimum required Python version

Modified: packages/pyenchant/trunk/debian/control
===================================================================
--- packages/pyenchant/trunk/debian/control	2010-08-18 10:34:42 UTC (rev 14219)
+++ packages/pyenchant/trunk/debian/control	2010-08-18 20:12:52 UTC (rev 14220)
@@ -5,7 +5,7 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38), quilt (>= 0.40), python (>= 2.5), libenchant-dev
 Build-Depends-Indep: python-all (>= 2.3.5-7), python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~)
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://pyenchant.sourceforge.net/
 XS-Python-Version: >=2.5
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyenchant/trunk/
@@ -15,8 +15,6 @@
 Architecture: all
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: python-gobject, python-gtk2, python-wxgtk2.6 | python-wxgtk2.8
-Conflicts: python2.4-enchant (<< 1.1.5-2)
-Replaces: python2.4-enchant (<< 1.1.5-2)
 XB-Python-Version: ${python:Versions}
 Description: spellchecking library for Python
  PyEnchant consists of Python bindings to the Enchant spellchecking

Modified: packages/pyenchant/trunk/debian/patches/disable_ez_setup.patch
===================================================================
--- packages/pyenchant/trunk/debian/patches/disable_ez_setup.patch	2010-08-18 10:34:42 UTC (rev 14219)
+++ packages/pyenchant/trunk/debian/patches/disable_ez_setup.patch	2010-08-18 20:12:52 UTC (rev 14220)
@@ -1,16 +1,16 @@
 # python-setuptools is already in Build-Depends-Indep, no need to download extra copy from internet
-Index: pyenchant-1.5.0/setup.py
+Index: pyenchant-1.6.3/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.
+--- pyenchant-1,6,3.orig/setup.py
++++ pyenchant-1,6,3/setup.py
+@@ -6,8 +6,8 @@
  #
  
--import ez_setup
--ez_setup.use_setuptools()
-+#import ez_setup
-+#ez_setup.use_setuptools()
  
+-import distribute_setup
+-distribute_setup.use_setuptools()
++#import distribute_setup
++#distribute_setup.use_setuptools()
  from setuptools import setup, find_packages, Extension
+ from distutils.archive_util import make_archive
  

Modified: packages/pyenchant/trunk/debian/watch
===================================================================
--- packages/pyenchant/trunk/debian/watch	2010-08-18 10:34:42 UTC (rev 14219)
+++ packages/pyenchant/trunk/debian/watch	2010-08-18 20:12:52 UTC (rev 14220)
@@ -1,3 +1,2 @@
 version=3
-http://qa.debian.org/watch/sf.php/pyenchant/ \
-  pyenchant-([\d.]*).tar.gz debian uupdate
+http://pypi.python.org/packages/source/p/pyenchant/pyenchant-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list