From f9a7998ab82846d5b72218ee4d551c82a7ed59c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Tue, 11 Feb 2014 17:17:02 +0100 Subject: [PATCH 1/1] Imported version 0.5 --- debian/changelog | 8 ++++++++ debian/control | 10 +++++----- decoratedstr.1 | 5 +---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2f07b58..263320d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 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. diff --git a/debian/control b/debian/control index 0e9f61f..731790f 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ -Source: python-decoratedstr +Source: decoratedstr Section: python Priority: optional -Maintainer: Jean-Michel Vourgère +Maintainer: Jean-Michel Nirgal Vourgère 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 @@ -13,7 +13,7 @@ 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 @@ -24,7 +24,7 @@ Description: Python library for decorated strings 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 diff --git a/decoratedstr.1 b/decoratedstr.1 index 092e418..9600be8 100644 --- a/decoratedstr.1 +++ b/decoratedstr.1 @@ -53,12 +53,9 @@ decoratedstr \-r 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 -- 2.30.2