[Python-modules-commits] r1477 - in /packages/pyenchant/trunk/debian: changelog control copyright examples pycompat rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sun Nov 5 17:54:44 CET 2006


Author: pox-guest
Date: Sun Nov  5 17:54:44 2006
New Revision: 1477

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1477
Log:
New upstream release

Removed:
    packages/pyenchant/trunk/debian/examples
    packages/pyenchant/trunk/debian/pycompat
Modified:
    packages/pyenchant/trunk/debian/changelog
    packages/pyenchant/trunk/debian/control
    packages/pyenchant/trunk/debian/copyright
    packages/pyenchant/trunk/debian/rules

Modified: packages/pyenchant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/changelog?rev=1477&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/changelog (original)
+++ packages/pyenchant/trunk/debian/changelog Sun Nov  5 17:54:44 2006
@@ -1,9 +1,19 @@
-pyenchant (1.1.5-3) UNRELEASED; urgency=low
+pyenchant (1.2.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
-  * Added debian/pycompat file
+  * New upstream release
+  * debian/rules cleaned:
+    + dh_python removed, dh_pycentral will generate all data now
+    + assume that setuptools is available for all supported python versions
+  * debian/control:
+    + bumped debhelper and python-central required versions due
+      to dh_python call removal
+    + libenchant needs to be at least in version 1.3.0 now (build req. updated)
+    + removed python2.3-enchant from Conflicts: and Replaces:
+      (python v2.3 is no longer supported in Debian)
+  * shootout.py file no longer installed as example file
+  * Updated copyright years in debian/copyright
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Sun, 18 Jun 2006 00:39:09 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sun,  5 Nov 2006 16:07:32 +0100
 
 pyenchant (1.1.5-2) unstable; urgency=low
 

Modified: packages/pyenchant/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/control?rev=1477&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/control (original)
+++ packages/pyenchant/trunk/debian/control Sun Nov  5 17:54:44 2006
@@ -3,7 +3,7 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.3.5-7), python-all-dev, python-central (>= 0.4.17), python-setuptools (>= 0.6b3-1), libenchant-dev
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), libenchant-dev (>= 1.3.0-1)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 
@@ -12,8 +12,8 @@
 Depends: ${python:Depends}, ${shlibs:Depends}
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
-Conflicts: python2.3-enchant (<< 1.1.5-2), python2.4-enchant (<< 1.1.5-2)
-Replaces: python2.3-enchant (<< 1.1.5-2), python2.4-enchant (<< 1.1.5-2)
+Conflicts: python2.4-enchant (<< 1.1.5-2)
+Replaces: python2.4-enchant (<< 1.1.5-2)
 Description: spellchecking library for Python
  PyEnchant consists of Python bindings to the Enchant spellchecking
  library and some wrapper classes. It includes all the functionality

Modified: packages/pyenchant/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/copyright?rev=1477&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/copyright (original)
+++ packages/pyenchant/trunk/debian/copyright Sun Nov  5 17:54:44 2006
@@ -5,7 +5,7 @@
 
 Upstream Author: Ryan Kelly <rynklly at users.sourceforge.net>
 
-Copyright: 2004-2005 Ryan Kelly
+Copyright: 2004-2006 Ryan Kelly
 
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public

Modified: packages/pyenchant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/rules?rev=1477&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/rules (original)
+++ packages/pyenchant/trunk/debian/rules Sun Nov  5 17:54:44 2006
@@ -8,10 +8,7 @@
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
 	| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
 
-PACKAGE_PYVERS=$(shell pyversions -vr debian/control)
-SETUPTOOLS_PYVERS=$(shell pyversions -vr `dpkg -p python-setuptools \
-	| grep ^Python-Version | cut -b 17-`)
-PYVERS=$(filter ${PACKAGE_PYVERS},${SETUPTOOLS_PYVERS})
+PYVERS=$(shell pyversions -vr)
 
 
 clean:
@@ -38,7 +35,7 @@
 		--root $(CURDIR)/debian/${PACKAGE_NAME}
 	# install only one Egg dir (without python's version number)
 	mv debian/${PACKAGE_NAME}/usr/lib/python$*/site-packages/${MODULE_NAME}-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
-	debian/${PACKAGE_NAME}/usr/lib/python$*/site-packages/${MODULE_NAME}.egg-info
+	   debian/${PACKAGE_NAME}/usr/lib/python$*/site-packages/${MODULE_NAME}.egg-info
 
 binary-indep:
 
@@ -47,9 +44,7 @@
 	dh_testroot -a
 	dh_installchangelogs -a ChangeLog
 	dh_installdocs -a
-	dh_installexamples  -a
 	dh_pycentral -a
-	dh_python -a
 	dh_strip -a
 	dh_compress -a -X.py
 	dh_fixperms -a




More information about the Python-modules-commits mailing list