[Python-modules-commits] r11641 - in packages/pyfribidi/trunk (9 files)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Tue Feb 9 11:26:46 UTC 2010


    Date: Tuesday, February 9, 2010 @ 11:26:42
  Author: aelmahmoudy-guest
Revision: 11641

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pyfribidi/trunk/debian/
  packages/pyfribidi/trunk/debian/changelog
  packages/pyfribidi/trunk/debian/compat
  packages/pyfribidi/trunk/debian/control
  packages/pyfribidi/trunk/debian/copyright
  packages/pyfribidi/trunk/debian/dirs
  packages/pyfribidi/trunk/debian/docs
  packages/pyfribidi/trunk/debian/rules
Modified:
  packages/pyfribidi/trunk/setup.py


Property changes on: packages/pyfribidi/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pyfribidi/trunk/debian/changelog
===================================================================
--- packages/pyfribidi/trunk/debian/changelog	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/changelog	2010-02-09 11:26:42 UTC (rev 11641)
@@ -0,0 +1,39 @@
+pyfribidi (0.3.3-1) unstable; urgency=low
+
+  * Initial Release (Closes: #340088)
+  * New upstream release
+
+ -- Lior Kaplan <webmaster at guides.co.il>  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 <sistpoty at ubuntu.com>  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 <sistpoty at ubuntu.com>  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 <kzamir at walla.co.il>  Thu, 10 Nov 2005 08:59:24 +0200
+ 
+pyfribidi (0.2.0-1) unstable; urgency=low
+
+  * Tzafrir Cohen: vis2log -> log2vis
+
+ -- kobi <kzamir at walla.co.il>  Thu, 10 Nov 2005 08:59:24 +0200
+
+pyfribidi (0.1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- kobi <kzamir at walla.co.il>  Thu, 10 Nov 2005 00:59:24 +0200

Added: packages/pyfribidi/trunk/debian/compat
===================================================================
--- packages/pyfribidi/trunk/debian/compat	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/compat	2010-02-09 11:26:42 UTC (rev 11641)
@@ -0,0 +1 @@
+4

Added: packages/pyfribidi/trunk/debian/control
===================================================================
--- packages/pyfribidi/trunk/debian/control	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/control	2010-02-09 11:26:42 UTC (rev 11641)
@@ -0,0 +1,40 @@
+Source: pyfribidi
+Section: python
+Priority: optional
+Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
+Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <webmaster at guides.co.il>
+Build-Depends: cdbs, debhelper (>= 4.0.0), python-dev, python2.4-dev, python2.3-dev, libfribidi-dev, pkg-config
+Standards-Version: 3.6.2
+
+Package: python-pyfribidi
+Architecture: all
+Depends: ${python:Depends}
+Description: FriBidi Python bindings
+ FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
+ languages.
+ . 
+ This package is needed to use the python module for the FriBidi C library.
+ .
+ For further information see http://hspell-gui.sourceforge.net/pyfribidi.html
+
+Package: python2.4-pyfribidi
+Architecture: any
+Depends: ${shlibs:Depends}, python2.4
+Description: FriBidi Python bindings
+ FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
+ languages.
+ . 
+ This package contains the python2.4 module for the FriBidi C library.
+ .
+ For further information see http://hspell-gui.sourceforge.net/pyfribidi.html
+
+Package: python2.3-pyfribidi
+Architecture: any
+Depends: ${shlibs:Depends}, python2.3
+Description: FriBidi Python bindings
+ FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
+ languages.
+ . 
+ This package contains the python2.3 module for the FriBidi C library.
+ .
+ For further information see http://hspell-gui.sourceforge.net/pyfribidi.html

Added: packages/pyfribidi/trunk/debian/copyright
===================================================================
--- packages/pyfribidi/trunk/debian/copyright	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/copyright	2010-02-09 11:26:42 UTC (rev 11641)
@@ -0,0 +1,26 @@
+This package was debianized by Yaacov Zamir <kzamir at walla.co.il> 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'.

Added: packages/pyfribidi/trunk/debian/dirs
===================================================================
--- packages/pyfribidi/trunk/debian/dirs	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/dirs	2010-02-09 11:26:42 UTC (rev 11641)
@@ -0,0 +1 @@
+usr/lib

Added: packages/pyfribidi/trunk/debian/docs
===================================================================
--- packages/pyfribidi/trunk/debian/docs	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/docs	2010-02-09 11:26:42 UTC (rev 11641)
@@ -0,0 +1,2 @@
+fribidi-test.py
+AUTHORS

Added: packages/pyfribidi/trunk/debian/rules
===================================================================
--- packages/pyfribidi/trunk/debian/rules	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/rules	2010-02-09 11:26:42 UTC (rev 11641)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


Property changes on: packages/pyfribidi/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Modified: packages/pyfribidi/trunk/setup.py
===================================================================
--- packages/pyfribidi/trunk/setup.py	2010-02-09 11:25:06 UTC (rev 11640)
+++ packages/pyfribidi/trunk/setup.py	2010-02-09 11:26:42 UTC (rev 11641)
@@ -21,7 +21,7 @@
 	return l
 
 setup (name = "pyfribidi",
-        version = "0.3.0",
+        version = "0.3.3",
         description = "Python libfribidi interface",
         author = "Yaacov Zamir",
         author_email = "kzamir at walla.co.il",




More information about the Python-modules-commits mailing list