From: Jean-Michel Nirgal Vourgère Date: Sun, 25 Jan 2009 11:21:21 +0000 (+0000) Subject: Added license X-Git-Url: https://git.nirgal.com/?p=decoratedstr.git;a=commitdiff_plain;h=9abfe51c0818bd165df25ed458a767d0cdabac72 Added license Added svn reference --- diff --git a/copyright b/copyright new file mode 100644 index 0000000..22691c8 --- /dev/null +++ b/copyright @@ -0,0 +1,15 @@ +Intellectual property is a human pleague causing much misery throughout the world. +You are free to copy / modify / redistribute / resell theses files. + +© 2009 Jean-Michel Vourgère + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/control b/debian/control index 36d93bf..477a6d9 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Jean-Michel Vourgère Build-Depends: debhelper (>> 3.0.0) Build-Depends-Indep: python-support (>= 0.5.3) Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.nirgal.com/kod/python-decoratedstr Package: python-decoratedstr Section: python @@ -12,3 +13,6 @@ Architecture: all Depends: python Description: Python library for decorated strings Provide functions for accentuated characters and ligatures handling + input: Œuf + undecorated: Oeuf + regex: (œ|[oòóôöøōŏő][eèéêëēĕėęě])[uùúûüũūŭůűų]f diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..871fcc3 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +#/decoratedstr.py /usr/bin/decoratedstr diff --git a/debian/rules b/debian/rules index 2fa1962..b5566a3 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,7 @@ binary-indep: build install dh_testroot dh_install -X.svn # dh_installdebconf - dh_installdocs + dh_installdocs copyright dh_installexamples dh_installmenu # dh_installlogrotate