[Python-modules-commits] r17892 - in packages/pyenchant/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Jul 20 21:26:23 UTC 2011
Date: Wednesday, July 20, 2011 @ 21:26:22
Author: piotr
Revision: 17892
* Upload to unstable
* Add build-arch and build-indep targets in debian/rules
* Standards-Version bumped to 3.9.2 (no changes needed)
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 2011-07-20 20:39:03 UTC (rev 17891)
+++ packages/pyenchant/trunk/debian/changelog 2011-07-20 21:26:22 UTC (rev 17892)
@@ -1,3 +1,11 @@
+pyenchant (1.6.5-2) unstable; urgency=low
+
+ * Upload to unstable
+ * Add build-arch and build-indep targets in debian/rules
+ * Standards-Version bumped to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 20 Jul 2011 23:22:07 +0200
+
pyenchant (1.6.5-1) experimental; urgency=low
* New upstream release
Modified: packages/pyenchant/trunk/debian/control
===================================================================
--- packages/pyenchant/trunk/debian/control 2011-07-20 20:39:03 UTC (rev 17891)
+++ packages/pyenchant/trunk/debian/control 2011-07-20 21:26:22 UTC (rev 17892)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 5.0.38), python (>= 2.5), libenchant-dev
Build-Depends-Indep: python-all (>= 2.6.6-3), python3-all,
python-setuptools (>= 0.6b3-1~), python3-setuptools
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://pyenchant.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyenchant/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyenchant/trunk/
@@ -15,7 +15,6 @@
Package: python-enchant
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Breaks: ${python:Breaks}
Suggests: python-gobject, python-gtk2, python-wxgtk2.6 | python-wxgtk2.8
Description: spellchecking library for Python
PyEnchant consists of Python bindings to the Enchant spellchecking
Modified: packages/pyenchant/trunk/debian/rules
===================================================================
--- packages/pyenchant/trunk/debian/rules 2011-07-20 20:39:03 UTC (rev 17891)
+++ packages/pyenchant/trunk/debian/rules 2011-07-20 21:26:22 UTC (rev 17892)
@@ -17,6 +17,8 @@
dh_clean *-stamp
build:
+build-arch:
+build-indep:
install: $(PYVERS:%=install-python-%)
echo "shlibs:Depends=${LIBPACKAGENAME}" >> debian/python-enchant.substvars
@@ -50,4 +52,4 @@
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list