[Pkg-e-commits] [SCM] Python bindings for Evas branch, master, updated. debian/0.2.1-2-188-g064a85d
Albin Tonnerre
albin.tonnerre at gmail.com
Sun Dec 6 14:11:00 UTC 2009
The following commit has been merged in the master branch:
commit 064a85dc67213bd0c21580a17ab3cf47ea30737e
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Sat Aug 29 23:25:35 2009 +0200
Mention the package split in the changelog. Also add a missing Replaces: and fix the Enhances: for python-evas-doc
diff --git a/debian/changelog b/debian/changelog
index 0247e04..c183016 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-evas (0.3.1+svn20090714-1) unstable; urgency=low
* New SVN snapshot
* Upload to unstable
* Bump Standards-Version to 3.8.3
+ * Split python-evas in python-evas and python-evas-dev
+ * Add a python-evas-doc package
-- Albin Tonnerre <albin.tonnerre at gmail.com> Sat, 29 Aug 2009 19:43:56 +0200
diff --git a/debian/control b/debian/control
index d3f8e0c..1b9ef1a 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,8 @@ Package: python-evas-dev
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-evas, libevas-dev
+Replaces: python-evas (<< 0.3.1+svn20090714)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-evas, libevas-dev (>= 0.9.9.062)
Description: Python bindings for Evas - development files
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
@@ -40,12 +41,10 @@ Package: python-evas-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
-Enhances: python-evas
+Enhances: python-evas-dev
Description: Python bindings for Evas - documentation
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
and Qtopia.
.
This package contains API documentation for python-evas
-
-
--
Python bindings for Evas
More information about the Pkg-e-commits
mailing list