[Python-modules-commits] r11645 - in packages/pyfribidi/trunk/debian (5 files)

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


    Date: Tuesday, February 9, 2010 @ 11:37:11
  Author: aelmahmoudy-guest
Revision: 11645

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pyfribidi/trunk/debian/pycompat
Modified:
  packages/pyfribidi/trunk/debian/changelog
  packages/pyfribidi/trunk/debian/control
  packages/pyfribidi/trunk/debian/rules
  packages/pyfribidi/trunk/debian/watch

Modified: packages/pyfribidi/trunk/debian/changelog
===================================================================
--- packages/pyfribidi/trunk/debian/changelog	2010-02-09 11:35:57 UTC (rev 11644)
+++ packages/pyfribidi/trunk/debian/changelog	2010-02-09 11:37:11 UTC (rev 11645)
@@ -1,3 +1,11 @@
+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 <kaplan at debian.org>  Sat, 24 Jun 2006 14:02:09 +0300
+
 pyfribidi (0.6-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pyfribidi/trunk/debian/control
===================================================================
--- packages/pyfribidi/trunk/debian/control	2010-02-09 11:35:57 UTC (rev 11644)
+++ packages/pyfribidi/trunk/debian/control	2010-02-09 11:37:11 UTC (rev 11645)
@@ -2,39 +2,22 @@
 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.1.0), python-dev, python2.4-dev, python2.3-dev, libfribidi-dev, pkg-config
-Standards-Version: 3.6.2
+Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>
+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: 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
+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.
+ FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages.
  . 
- This package contains the python2.4 module for the FriBidi C library.
+ This package contains the python module for the FriBidi C library.
  .
- For further information see http://hspell-gui.sourceforge.net/pyfribidi.html
+ Homepage: http://pyfribidi.sourceforge.net/
 
-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/pycompat
===================================================================
--- packages/pyfribidi/trunk/debian/pycompat	                        (rev 0)
+++ packages/pyfribidi/trunk/debian/pycompat	2010-02-09 11:37:11 UTC (rev 11645)
@@ -0,0 +1 @@
+2

Modified: packages/pyfribidi/trunk/debian/rules
===================================================================
--- packages/pyfribidi/trunk/debian/rules	2010-02-09 11:35:57 UTC (rev 11644)
+++ packages/pyfribidi/trunk/debian/rules	2010-02-09 11:37:11 UTC (rev 11645)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+DEB_PYTHON_SYSTEM=pycentral
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk

Modified: packages/pyfribidi/trunk/debian/watch
===================================================================
--- packages/pyfribidi/trunk/debian/watch	2010-02-09 11:35:57 UTC (rev 11644)
+++ packages/pyfribidi/trunk/debian/watch	2010-02-09 11:37:11 UTC (rev 11645)
@@ -2,4 +2,4 @@
 version=3
 # If your package is located on sourceforge, use the following format
 # difficult mirror system.
-http://sf.net/hspell-gui/pyfribidi-(.*)\.tar\.gz
+http://sf.net/pyfribidi/pyfribidi-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list