+decoratedstr (0.5) UNRELEASED; urgency=low
+ * Renamed source package.
+ * Fixed standard version in control file.
+ * Spelling fix in man page.
+ * Show python versions in short descriptions.
+
+ -- Jean-Michel Nirgal Vourgère <jmv_deb@nirgal.com> Tue, 11 Feb 2014 17:17:02 +0100
+
python-decoratedstr (0.4) UNRELEASED; urgency=low
* Changed compat level to 9.
* Switch from python-central to dh_python2.
-Source: python-decoratedstr
+Source: decoratedstr
Section: python
Priority: optional
-Maintainer: Jean-Michel Vourgère <jmv_deb@nirgal.com>
+Maintainer: Jean-Michel Nirgal Vourgère <jmv_deb@nirgal.com>
Build-Depends: debhelper (>= 9),
python-all (>=2.6.6-3~),
python3-all
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Svn: svn://svn.nirgal.com/kod/python-decoratedstr
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-decoratedstr
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-six
-Description: Python library for decorated strings
+Description: Python 2 library for decorated strings
Provide functions for accentuated characters and ligatures handling
input: Œuf
undecorated: Oeuf
Package: python3-decoratedstr
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-six
-Description: Python library for decorated strings
+Description: Python 3 library for decorated strings
Provide functions for accentuated characters and ligatures handling
input: Œuf
undecorated: Oeuf
.RS 4
(Œ|[OÒÓÔÖØŌŎŐ][eèéêëēĕėęě])[uùúûüũūŭůűų]f
.RE
-.SH "NOTES"
-.PP
-That version uses python print function that will disapear in python 3\&.
.SH "BUGS"
.PP
-Python doesn\'t detect the active charset from the environement variables\&. You will need to use \-\-charset option if you don\'t use UTF\-8\&.
+Python doesn\'t detect the active charset from the environment variables\&. You will need to use \-\-charset option if you don\'t use UTF\-8\&.
.SH "AUTHOR"
.PP
Jean\-Michel Vourgère