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

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Wed May 31 11:56:09 UTC 2006


Author: pox-guest
Date: Wed May 31 11:56:08 2006
New Revision: 708

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=708
Log:
include files dropped

Modified:
    packages/pyenchant/trunk/debian/changelog
    packages/pyenchant/trunk/debian/control
    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=708&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/changelog (original)
+++ packages/pyenchant/trunk/debian/changelog Wed May 31 11:56:08 2006
@@ -1,7 +1,7 @@
 pyenchant (1.1.5-2) UNRELEASED; urgency=low
 
   * Convert to python-central
-  * Standards-version bumped (no changes needed)
+  * Standards-version bumped to 3.7.2 (no changes needed)
 
  -- Piotr Ozarowski <ozarow at gmail.com>  Tue, 30 May 2006 18:51:08 +0200
 

Modified: packages/pyenchant/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/control?rev=708&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/control (original)
+++ packages/pyenchant/trunk/debian/control Wed May 31 11:56:08 2006
@@ -9,10 +9,9 @@
 
 Package: python-enchant
 Architecture: any
-Depends: ${pycentral:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${pycentral:Depends}, ${shlibs:Depends}
 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)
-Provides: ${python:Provides}
 XB-Python-Version: ${pycentral:Versions}
 Description: spellchecking library for Python
  PyEnchant consists of Python bindings to the Enchant spellchecking

Modified: packages/pyenchant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/rules?rev=708&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/rules (original)
+++ packages/pyenchant/trunk/debian/rules Wed May 31 11:56:08 2006
@@ -46,12 +46,6 @@
 	python$* setup.py install \
 		--no-compile --single-version-externally-managed \
 		--root $(CURDIR)/debian/${PACKAGE_NAME}
-	mkdir -p debian/${PACKAGE_NAME}/usr/include/python$*
-	install -o root -g root -m 644 \
-		enchant/enchant.h \
-		enchant/enchant.i \
-		enchant/enchant_wrap.c \
-		debian/${PACKAGE_NAME}/usr/include/python$*
 	: # dh: install into /usr/share/pycentral
 	mkdir -p debian/${PACKAGE_NAME}/usr/share/pycentral/${PACKAGE_NAME}
 	tar -cf - \
@@ -59,7 +53,7 @@
 		--exclude='*.so' --exclude='${MODULE_NAME}-*.egg-info' . \
 		| tar -xf - \
 			-C debian/${PACKAGE_NAME}/usr/share/pycentral/${PACKAGE_NAME}
-	# install only one Egg dir (without version number)
+	# install only one Egg dir (without python's version number)
 	if ! test -d \
 		debian/${PACKAGE_NAME}/usr/share/pycentral/${PACKAGE_NAME}/site-packages/${MODULE_NAME}-${DEB_UPSTREAM_VERSION}.egg-info;\
 		then \




More information about the Python-modules-commits mailing list