[Python-modules-commits] r3277 - in /packages/pyenchant: tags/1.3.1-1/ tags/1.3.1-1/debian/ trunk/debian/

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Sep 19 20:12:20 UTC 2007


Author: piotr
Date: Wed Sep 19 20:12:20 2007
New Revision: 3277

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3277
Log:
tag 1.3.1-1

Added:
    packages/pyenchant/tags/1.3.1-1/
    packages/pyenchant/tags/1.3.1-1/debian/   (with props)
    packages/pyenchant/tags/1.3.1-1/debian/changelog
    packages/pyenchant/tags/1.3.1-1/debian/compat
    packages/pyenchant/tags/1.3.1-1/debian/control
    packages/pyenchant/tags/1.3.1-1/debian/copyright
    packages/pyenchant/tags/1.3.1-1/debian/docs
    packages/pyenchant/tags/1.3.1-1/debian/rules   (with props)
    packages/pyenchant/tags/1.3.1-1/debian/watch
Modified:
    packages/pyenchant/trunk/debian/changelog

Propchange: packages/pyenchant/tags/1.3.1-1/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/pyenchant/tags/1.3.1-1/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/tags/1.3.1-1/debian/changelog?rev=3277&op=file
==============================================================================
--- packages/pyenchant/tags/1.3.1-1/debian/changelog (added)
+++ packages/pyenchant/tags/1.3.1-1/debian/changelog Wed Sep 19 20:12:20 2007
@@ -1,0 +1,49 @@
+pyenchant (1.3.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 19 Sep 2007 21:02:08 +0200
+
+pyenchant (1.3.0-2) unstable; urgency=low
+
+  * Upload to unstable
+  * Changed my address to piotr at debian.org
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 04 May 2007 17:42:45 +0200
+
+pyenchant (1.3.0-1) experimental; urgency=low
+
+  * New upstream release (upload to experimental due to Etch freeze)
+  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Fri, 29 Dec 2006 16:43:54 +0100
+
+pyenchant (1.2.0-1) unstable; urgency=low
+
+  * 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,  5 Nov 2006 16:07:32 +0100
+
+pyenchant (1.1.5-2) unstable; urgency=low
+
+  * Convert to python-central (closes: #373489)
+  * Standards-version bumped to 3.7.2 (no changes needed)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Tue, 13 Jun 2006 10:52:43 +0200
+
+pyenchant (1.1.5-1) unstable; urgency=low
+
+  * Initial release (closes: #299783)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sun, 16 Apr 2006 13:58:24 +0200

Added: packages/pyenchant/tags/1.3.1-1/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/tags/1.3.1-1/debian/compat?rev=3277&op=file
==============================================================================
--- packages/pyenchant/tags/1.3.1-1/debian/compat (added)
+++ packages/pyenchant/tags/1.3.1-1/debian/compat Wed Sep 19 20:12:20 2007
@@ -1,0 +1,1 @@
+5

Added: packages/pyenchant/tags/1.3.1-1/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/tags/1.3.1-1/debian/control?rev=3277&op=file
==============================================================================
--- packages/pyenchant/tags/1.3.1-1/debian/control (added)
+++ packages/pyenchant/tags/1.3.1-1/debian/control Wed Sep 19 20:12:20 2007
@@ -1,0 +1,25 @@
+Source: pyenchant
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Section: python
+Priority: optional
+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
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyenchant/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/?op=log
+
+Package: python-enchant
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+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
+ of Enchant in a Pythonic object-oriented interface, and also provides
+ some higher-level functionality which is not available in the C API.
+ .
+  Homepage: http://pyenchant.sourceforge.net/

Added: packages/pyenchant/tags/1.3.1-1/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/tags/1.3.1-1/debian/copyright?rev=3277&op=file
==============================================================================
--- packages/pyenchant/tags/1.3.1-1/debian/copyright (added)
+++ packages/pyenchant/tags/1.3.1-1/debian/copyright Wed Sep 19 20:12:20 2007
@@ -1,0 +1,40 @@
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Wed, 12 Apr 2006 11:00:00 +0200.
+
+It was downloaded from: http://sourceforge.net/projects/pyenchant
+
+Upstream Author: Ryan Kelly <rynklly at users.sourceforge.net>
+
+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
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+
+ In addition, as a special exception, you are
+ given permission to link the code of this program with
+ non-LGPL Spelling Provider libraries (eg: a MSFT Office
+ spell checker backend) and distribute linked combinations including
+ the two.  You must obey the GNU Lesser General Public License in all
+ respects for all of the code used other than said providers.  If you modify
+ this file, you may extend this exception to your version of the
+ file, but you are not obligated to do so.  If you do not wish to
+ do so, delete this exception statement from your version.
+
+enchant/enchant.h file is copyrighted under GNU Library General Public
+License by Dom Lachowicz (Copyright (C) 2003 Dom Lachowicz)
+
+On Debian systems, the complete text of the GNU Library General Public
+License can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is (C) 2006-2007, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.

Added: packages/pyenchant/tags/1.3.1-1/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/tags/1.3.1-1/debian/docs?rev=3277&op=file
==============================================================================
--- packages/pyenchant/tags/1.3.1-1/debian/docs (added)
+++ packages/pyenchant/tags/1.3.1-1/debian/docs Wed Sep 19 20:12:20 2007
@@ -1,0 +1,1 @@
+README.txt

Added: packages/pyenchant/tags/1.3.1-1/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/tags/1.3.1-1/debian/rules?rev=3277&op=file
==============================================================================
--- packages/pyenchant/tags/1.3.1-1/debian/rules (added)
+++ packages/pyenchant/tags/1.3.1-1/debian/rules Wed Sep 19 20:12:20 2007
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+PACKAGE_NAME=python-enchant
+MODULE_NAME=pyenchant
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+	| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+
+PYVERS=$(shell pyversions -vr)
+
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f *-stamp
+	rm -rf dist build
+	find . -name *\.py[co] -exec rm {} \;
+	dh_clean
+
+build: build-stamp
+build-stamp: $(PYVERS:%=build-ext-%)
+	touch $@
+build-ext-%:
+	dh_testdir
+	python$* setup.py build
+	touch $@
+
+install: install-stamp
+install-stamp: build-stamp $(PYVERS:%=install-ext-%)
+install-ext-%:
+	python$* setup.py install \
+		--single-version-externally-managed \
+		--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
+
+binary-indep:
+
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs -a ChangeLog
+	dh_installdocs -a
+	dh_pycentral -a
+	dh_strip -a
+	dh_compress -a -X.py
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: packages/pyenchant/tags/1.3.1-1/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pyenchant/tags/1.3.1-1/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/tags/1.3.1-1/debian/watch?rev=3277&op=file
==============================================================================
--- packages/pyenchant/tags/1.3.1-1/debian/watch (added)
+++ packages/pyenchant/tags/1.3.1-1/debian/watch Wed Sep 19 20:12:20 2007
@@ -1,0 +1,3 @@
+version=3
+http://qa.debian.org/watch/sf.php/pyenchant/ \
+  pyenchant-([\d.]*).tar.gz debian uupdate

Modified: packages/pyenchant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyenchant/trunk/debian/changelog?rev=3277&op=diff
==============================================================================
--- packages/pyenchant/trunk/debian/changelog (original)
+++ packages/pyenchant/trunk/debian/changelog Wed Sep 19 20:12:20 2007
@@ -1,8 +1,14 @@
-pyenchant (1.3.0-3) UNRELEASED; urgency=low
+pyenchant (1.3.1-2) UNRELEASED; urgency=low
 
   * Build python-enchant-dbg package
 
  -- Piotr Ożarowski <piotr at debian.org>  Mon, 25 Jun 2007 21:43:54 +0200
+
+pyenchant (1.3.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 19 Sep 2007 21:02:08 +0200
 
 pyenchant (1.3.0-2) unstable; urgency=low
 




More information about the Python-modules-commits mailing list