[Python-modules-commits] r723 - in /packages/pyenchant/trunk/debian: control rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Thu Jun 1 16:46:30 UTC 2006


Author: pox-guest
Date: Thu Jun  1 16:46:29 2006
New Revision: 723

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=723
Log:
* substvars removed
* Provides added

Modified:
    packages/pyenchant/trunk/debian/control
    packages/pyenchant/trunk/debian/rules

Modified: packages/pyenchant/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/control?rev=723&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/control (original)
+++ packages/pyenchant/trunk/debian/control Thu Jun  1 16:46:29 2006
@@ -9,10 +9,11 @@
 
 Package: python-enchant
 Architecture: any
-Depends: ${pycentral:Depends}, ${shlibs:Depends}
+Depends: python (>= 2.3), python (<< 2.5), python-central, ${shlibs:Depends}
+XB-Python-Version: 2.3, 2.4
+Provides: python2.3-enchant, python2.4-enchant
 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)
-XB-Python-Version: ${pycentral:Versions}
 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/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/rules?rev=723&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/rules (original)
+++ packages/pyenchant/trunk/debian/rules Thu Jun  1 16:46:29 2006
@@ -4,7 +4,6 @@
 
 PACKAGE_NAME=python-enchant
 MODULE_NAME=pyenchant
-
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
 PYVERS=$(subst -dev,,\
@@ -27,15 +26,6 @@
 	rm -rf dist build
 	find . -name *\.pyc -exec rm {} \;
 	dh_clean
-
-install: build install-prereq $(PYVERS:%=install-python%)
-	: # dh: Set ${pycentral:Versions}
-	echo 'pycentral:Versions=2.3, 2.4' \
-		>> debian/${PACKAGE_NAME}.substvars
-	
-	: # dh: Set ${pycentral:Depends}
-	echo 'pycentral:Depends=python (>= 2.3), python (<< 2.5), python-central' \
-		>> debian/${PACKAGE_NAME}.substvars
 
 install-prereq:
 	dh_testdir




More information about the Python-modules-commits mailing list