[Python-modules-commits] r17787 - in packages/pyfribidi/trunk/debian (changelog control rules)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Sun Jul 10 03:36:57 UTC 2011
Date: Sunday, July 10, 2011 @ 03:36:55
Author: aelmahmoudy-guest
Revision: 17787
* Switch to dh_python2
+ debian/control:
- Drop python-support from Build-Deps
- Bumped python-all Build-Dep to (>= 2.6.6-3~)
- Removed XB-Python-Version and XS-Python-Version lines.
+ debian/rules:
- added --with python2 to dh call.
- No need to move pyshared to pymodules
Modified:
packages/pyfribidi/trunk/debian/changelog
packages/pyfribidi/trunk/debian/control
packages/pyfribidi/trunk/debian/rules
Modified: packages/pyfribidi/trunk/debian/changelog
===================================================================
--- packages/pyfribidi/trunk/debian/changelog 2011-07-09 21:01:56 UTC (rev 17786)
+++ packages/pyfribidi/trunk/debian/changelog 2011-07-10 03:36:55 UTC (rev 17787)
@@ -1,3 +1,17 @@
+pyfribidi (0.10.0-3) UNRELEASED; urgency=low
+
+ * debian/control: Updated my email address
+ * Switch to dh_python2
+ + debian/control:
+ - Drop python-support from Build-Deps
+ - Bumped python-all Build-Dep to (>= 2.6.6-3~)
+ - Removed XB-Python-Version and XS-Python-Version lines.
+ + debian/rules:
+ - added --with python2 to dh call.
+ - No need to move pyshared to pymodules
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sun, 10 Jul 2011 05:10:04 +0200
+
pyfribidi (0.10.0-2) unstable; urgency=low
* Added python-pyfribidi-dbg package.
Modified: packages/pyfribidi/trunk/debian/control
===================================================================
--- packages/pyfribidi/trunk/debian/control 2011-07-09 21:01:56 UTC (rev 17786)
+++ packages/pyfribidi/trunk/debian/control 2011-07-10 03:36:55 UTC (rev 17787)
@@ -6,18 +6,15 @@
Lior Kaplan <kaplan at debian.org>,
Shachar Shemesh <shachar at debian.org>,
Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
-Build-Depends: debhelper (>= 7.4.13~), python-all-dev, python-all-dbg, python-support (>= 0.5.3), libfribidi-dev (>= 0.19), pkg-config
+Build-Depends: debhelper (>= 7.4.13~), python-all-dev (>= 2.6.6-3~), python-all-dbg, libfribidi-dev (>= 0.19), pkg-config
Standards-Version: 3.8.4
Homepage: http://pyfribidi.sourceforge.net/
-XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyfribidi/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyfribidi/trunk/
Package: python-pyfribidi
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Description: FriBidi Python bindings
FriBiDi is a bidirectional algorithm implementation for Hebrew and/or Arabic
languages.
Modified: packages/pyfribidi/trunk/debian/rules
===================================================================
--- packages/pyfribidi/trunk/debian/rules 2011-07-09 21:01:56 UTC (rev 17786)
+++ packages/pyfribidi/trunk/debian/rules 2011-07-10 03:36:55 UTC (rev 17787)
@@ -2,11 +2,10 @@
# -*- mode: makefile; coding: utf-8 -*-
%:
- dh $@ --buildsystem=python_distutils
+ dh $@ --buildsystem=python_distutils --with python2
override_dh_strip:
dh_strip --dbg-package=python-pyfribidi-dbg
- cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
override_dh_installdocs:
dh_installdocs --link-doc=python-pyfribidi
More information about the Python-modules-commits
mailing list