--- pyfribidi-0.6.orig/debian/changelog +++ pyfribidi-0.6/debian/changelog @@ -0,0 +1,71 @@ +pyfribidi (0.6-2build1) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:22:35 +0000 + +pyfribidi (0.6-2) unstable; urgency=low + + * Complay with the new Python policy (Closes: #373491) + * update watch file + * upgrade standards-version to 3.7.2 (no changes needed) + + -- Lior Kaplan Sat, 24 Jun 2006 14:02:09 +0300 + +pyfribidi (0.6-1) unstable; urgency=low + + * New upstream release + + -- Baruch Even Sun, 29 Jan 2006 22:15:39 +0000 + +pyfribidi (0.3.8-1) unstable; urgency=low + + * New upstream release + + -- Baruch Even Sun, 15 Jan 2006 23:01:35 +0000 + +pyfribidi (0.3.4-1) unstable; urgency=low + + * New upstream release + + -- Baruch Even Thu, 1 Dec 2005 00:33:51 +0000 + +pyfribidi (0.3.3-1) unstable; urgency=low + + * Initial Release (Closes: #340088) + * New upstream release + + -- Lior Kaplan Sun, 20 Nov 2005 22:35:57 +0200 + +pyfribidi (0.3.1-0ubuntu1) dapper; urgency=low + + * new upstream version that includes setup.py + * debian/copyright: update address of FSF + + -- Stefan Potyra Thu, 17 Nov 2005 00:48:35 +0100 + +pyfribidi (0.3.0-1ubuntu1) dapper; urgency=low + + * adopted package for ubuntu + * build python2.3 and python2.4 packages now + * use cdbs instead of plain debhelper + + -- Stefan Potyra Wed, 16 Nov 2005 22:30:36 +0100 + +pyfribidi (0.3.0-1) unstable; urgency=low + + * FIXME: Allways use fribidi Right-To-Left embedding, for stas + + -- kobi Thu, 10 Nov 2005 08:59:24 +0200 + +pyfribidi (0.2.0-1) unstable; urgency=low + + * Tzafrir Cohen: vis2log -> log2vis + + -- kobi Thu, 10 Nov 2005 08:59:24 +0200 + +pyfribidi (0.1.0-1) unstable; urgency=low + + * Initial release + + -- kobi Thu, 10 Nov 2005 00:59:24 +0200 --- pyfribidi-0.6.orig/debian/control +++ pyfribidi-0.6/debian/control @@ -0,0 +1,23 @@ +Source: pyfribidi +Section: python +Priority: optional +Maintainer: Debian Hebrew Packaging Team +Uploaders: Baruch Even , Lior Kaplan +Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-central (>= 0.4.17), libfribidi-dev, pkg-config +Standards-Version: 3.7.2 +XS-Python-Version: all + +Package: python-pyfribidi +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends} +Provides: ${python:Provides} +Replaces: python2.3-pyfribidi, python2.4-pyfribidi +Conflicts: python2.3-pyfribidi, python2.4-pyfribidi +XB-Python-Version: ${python:Versions} +Description: FriBidi Python bindings + FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. + . + This package contains the python module for the FriBidi C library. + . + Homepage: http://pyfribidi.sourceforge.net/ + --- pyfribidi-0.6.orig/debian/dirs +++ pyfribidi-0.6/debian/dirs @@ -0,0 +1 @@ +usr/lib --- pyfribidi-0.6.orig/debian/compat +++ pyfribidi-0.6/debian/compat @@ -0,0 +1 @@ +4 --- pyfribidi-0.6.orig/debian/watch +++ pyfribidi-0.6/debian/watch @@ -0,0 +1,5 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# If your package is located on sourceforge, use the following format +# difficult mirror system. +http://sf.net/pyfribidi/pyfribidi-(.*)\.tar\.gz --- pyfribidi-0.6.orig/debian/copyright +++ pyfribidi-0.6/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Yaacov Zamir on +Thu, 10 Nov 2005 00:59:24 +0200. + +It was downloaded from http://hspell-gui.sourceforge.net/pyfribidi.html + +(C) 2005 by Yaacov Zamir + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian/Ubuntu systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- pyfribidi-0.6.orig/debian/docs +++ pyfribidi-0.6/debian/docs @@ -0,0 +1,2 @@ +test_pyfribidi.py +AUTHORS --- pyfribidi-0.6.orig/debian/rules +++ pyfribidi-0.6/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- pyfribidi-0.6.orig/debian/pycompat +++ pyfribidi-0.6/debian/pycompat @@ -0,0 +1 @@ +2